erwin
|
eb65e2eedf
|
Fix: No casting to string in getSortingFieldValue().
|
2025-12-09 10:47:29 +01:00 |
|
erwin
|
b15a0dde6c
|
Fix #4573: Handle mb_strtolower(null) deprecation in PHP 8.1+
- Simplified test by removing unnecessary error handling
- Fixed code formatting to match Yii 1 coding style
|
2025-12-04 17:19:50 +01:00 |
|
erwin
|
077af097c2
|
Fixes #4573: mb_strtolower(null, ...) deprecation when caseSensitiveSort is false
|
2025-12-03 13:19:49 +01:00 |
|
Arhell
|
fad0c5be77
|
update links
|
2022-08-07 11:54:16 +03:00 |
|
Alexander Makarov
|
9a8985ae9d
|
Minor fixes [skip ci]
|
2017-04-18 19:39:10 +03:00 |
|
Zheng-Xiang Ke
|
9ffe1da7a9
|
Fixes #4061: Fixed "Fatal Error: Nesting level too deep - recursive dependency" error in CArrayDataProvider
|
2016-07-02 19:16:36 +03: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 |
|
Carsten Brandt
|
ed9f87d15e
|
Improved docs for CArrayDataProvider::$keyField
Issue #1943
|
2013-01-11 11:00:32 +01:00 |
|
Evgeny Blinov
|
0fe0be8e44
|
Performance optimization
|
2012-10-05 13:59:06 +04:00 |
|
Evgeny Blinov
|
d6c669343f
|
Coding style fix
|
2012-10-05 13:20:50 +04:00 |
|
Evgeny Blinov
|
aa4b2bfb23
|
Coding style fix
|
2012-10-05 11:20:47 +04:00 |
|
Evgeny Blinov
|
cbc455dc55
|
Fixed can sorting cutted array with CArrayDataProvider
|
2012-10-04 18:56:56 +04:00 |
|
Alexander Makarov
|
d865a3bab8
|
Fixes #1057 Removed SVN ids
|
2012-09-09 22:23:45 +04:00 |
|
Alexander Makarov
|
36045580d8
|
Merge remote-tracking branch 'resurtm/fix-990'
Conflicts:
CHANGELOG
|
2012-09-08 14:09:27 +04:00 |
|
resurtm
|
382113ffab
|
Application charset specified in getSortingFieldValue() for case insensitive sorting.
|
2012-07-28 16:17:30 +06:00 |
|
resurtm
|
8c28366bf2
|
Added ability to change sorting case sensitivity of the data in CArrayDataProvider.
|
2012-07-25 17:34:00 +06:00 |
|
Rusinov Maxim
|
df2342f815
|
Changed name function getSortingFieldValue.
Removed regexp for name from foreach cycle.
Fixed phpdoc.
|
2012-07-09 15:02:32 +06:00 |
|
Rusinov Maxim
|
b419391241
|
Reformat using CamelCase and added regexp for fieldsArray
|
2012-07-08 20:16:02 +06:00 |
|
Rusinov Maxim
|
f9691820a5
|
Reformat using indent instead spaces
|
2012-07-08 20:09:09 +06:00 |
|
Rusinov Maxim
|
a9e507de88
|
Added tests for CArrayDataProvider
Sorting by dot delimiter like SQL query
|
2012-07-08 19:26:32 +06:00 |
|
alexander.makarow
|
8e225f54e2
|
(Fixes issue 2604) CArrayDataProvider::keyField can now be set to false to use keys from $rawData array instead of a named keyField
|
2011-07-12 21:10:36 +00:00 |
|
qiang.xue
|
f37edf4528
|
* (Fixes issue 1285) Added support for using custom script packages with CClientScript
|
2011-03-16 00:59:51 +00:00 |
|
qiang.xue
|
62326efb85
|
|
2011-03-12 21:37:03 +00:00 |
|
qiang.xue
|
41d1dc592d
|
(Fixes issue 1653)
|
2010-10-29 20:17:12 +00:00 |
|
mdomba
|
72b974560b
|
Updated PHPDoc @param parameter names
|
2010-09-23 13:28:52 +00:00 |
|
qiang.xue
|
b3641965f1
|
changed the constructor signature of new data providers.
|
2010-08-12 17:24:06 +00:00 |
|
qiang.xue
|
4588056d07
|
* Added CArrayDataProvider.
|
2010-08-10 17:32:22 +00:00 |
|