51 Commits

Author SHA1 Message Date
Arhell
fad0c5be77 update links 2022-08-07 11:54:16 +03:00
John Was
3706106ea1 allow arrays in asc/desc properties of virtual attributes 2013-08-14 22:46:44 +02:00
Alexander Makarov
c7a7b55201 Adjusted phpdoc, fixed code style 2013-05-27 13:59:51 +04:00
Alexander Makarov
f284867b91 Merge branch '1863_enhance_CActive_hierarchy_extensibility' of github.com:denisarius/yii into denisarius-1863_enhance_CActive_hierarchy_extensibility
Conflicts:
	CHANGELOG
2013-05-27 13:46:51 +04:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
denisarius
154d903f7d Enhancing extensibility of CActive* class hierarchy: CActiveFinder and CActiveRecord::model factory methods
Author:    denisarius <denisarius@gmail.com>
2012-12-17 17:26:46 +04:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
undsoft
a88c99ea17 Fixes #1485 CSort does not quote table alias when using CDbCriteria 2012-09-27 13:52:35 +03:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Alexander Kochetov
fe3628bf37 #1077 post fix 2012-08-02 01:37:19 +04:00
Alexander Kochetov
e71835c472 #1077 fix 2012-07-31 19:29:01 +04:00
Alexander Kochetov
e53f6f7244 #1077 fix 2012-07-31 18:03:59 +04:00
Alexander Makarov
3a30601468 fixed PHPDoc 2012-07-02 02:33:13 +04:00
Alexander Makarov
e7a1569f4d Bug #859: Fixed CSort::applyOrder() and CSort::getOrderBy() to use custom table aliases 2012-07-02 02:19:52 +04:00
Alexander Makarov
9321105207 Imrpoved API doc note by adding SORT_ASC to it. 2012-03-01 19:07:07 +04:00
Alexander Makarov
0dfceab751 Added note about SORT_DESC to CSort::defaultOrder API doc. 2012-03-01 16:57:34 +04:00
alexander.makarow
b6ee8e2a3e (Fixes issue 3169) Added CSort::SORT_ASC and CSort::SORT_DESC 2012-02-08 16:31:30 +00:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
b971b66a25 (Fixes issue 2999) CSort::getDirections, error when array is passed via $_GET 2011-12-06 21:14:07 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
alexander.makarow
b722e54b90 2010-12-22 01:19:14 +00:00
alexander.makarow
823090183f Test and implementation for CSort::getDirections with dots in CSort::attributes 2010-12-22 00:57:54 +00:00
qiang.xue
f1f57e89f3 optimized the code. 2010-12-20 15:48:00 +00:00
alexander.makarow
5e250adeb4 CSort now supports relation.field notation to sort grids by related model fields 2010-12-17 22:42:39 +00:00
mdomba
091dcb4d40 updated defaultOrder type to mixed as it can be a string and an array 2010-10-16 12:29:48 +00:00
qiang.xue
ae5bc24f0e 2010-10-15 18:46:04 +00:00
mdomba
25be933ddf Updated documentation for defaultOrder 2010-10-15 18:36:19 +00:00
mdomba
58553de207 reverted revision 2551 2010-10-15 18:10:36 +00:00
mdomba
4093d5d40b Added CGridView default sort order icon if defaultOrder is specified in sort array of CActiveDataProvider 2010-10-15 12:48:48 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
qiang.xue
172d94b405 * (Fixes issue 862) Enhanced CSort virtual attributes and support for related tables 2010-05-30 15:05:44 +00:00
qiang.xue
5e5d95e24b * Enhanced CSort::defaultOrder to allow using virtual attribute names 2010-05-27 18:41:49 +00:00
qiang.xue
845c5378cf Added 'default' option to the virtual attribute declaration in CSort 2010-05-12 03:44:57 +00:00
qiang.xue
e273dab109 CSort may cause exception if an invalid column is to be sorted 2010-04-10 00:44:54 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00
qiang.xue
5f5f874489 2009-11-28 01:39:02 +00:00
qiang.xue
745ee43827 Added CSort::getOrderBy(). 2009-11-19 04:43:57 +00:00
qiang.xue
2d408409f3 2009-11-09 13:21:31 +00:00
qiang.xue
29f18c066d CSort.multiSort is changed to sort by single attribute by default 2009-11-09 13:03:01 +00:00
qiang.xue
97e1cffeb5 Added CSS class for links generated by CSort to differentiate sorting directions 2009-11-08 22:20:35 +00:00
qiang.xue
bf648046d3 (Fixes issue 570) Improved CSort so that it can support sorting by complex expressions or compound attributes 2009-10-28 18:11:42 +00:00
qiang.xue
8a610c51e0 merge from 1.0 2009-08-29 20:36:55 +00:00
qiang.xue
c168b8a4af merge from 1.0 2009-08-20 18:15:14 +00:00
qiang.xue
2aaa9cecf6 merge from 1.0 2009-02-18 19:29:48 +00:00
qiang.xue
c327722ab6 merge from 1.0 2009-01-29 20:19:28 +00:00
qiang.xue
20bf28469f merge from 1.0. 2008-12-30 23:14:31 +00:00