Qiang Xue
78e61c9d94
Removed ListPager and refactored LinkPager and LinkSorter.
2013-07-21 08:43:22 -04:00
Carsten Brandt
6ce60c1666
added support for HTTP verb PATCH
...
To provider better REST API support PATCH method is added which is used
for partial updates, while a PUT should only update whole record.
issues #303 and yiisoft/yii#2664
2013-07-20 22:46:32 +02:00
Qiang Xue
9aa7b26184
Added LinkSorter.
2013-07-20 07:28:22 -04:00
Qiang Xue
ac8801bc63
Added SortTest
2013-07-19 20:40:51 -04:00
Qiang Xue
4965248182
Refactored Sort.
2013-07-19 18:59:47 -04:00
Qiang Xue
e15938474c
Refactored console commands.
2013-07-18 18:21:21 -04:00
Qiang Xue
a4239efa7c
Fixes #637 .
2013-07-18 08:05:09 -04:00
Qiang Xue
a6cd7b72bb
refactored helper organization.
2013-07-17 20:45:36 -04:00
Qiang Xue
7ebbc46a5b
Fixed wrong class uses.
2013-07-17 20:14:43 -04:00
Qiang Xue
40b6b607c8
Fixes #632 .
2013-07-17 20:12:19 -04:00
Paul Klimov
bf13f26584
"AssetConverter::convert()" has been updated to use "escapeshellargs"
2013-07-17 15:37:27 +03:00
Qiang Xue
a25a34d717
Fixes #629 .
2013-07-17 08:22:48 -04:00
Luciano Baraglia
4e28b18c81
Doc Fixes
2013-07-17 02:53:17 -03:00
Qiang Xue
a128bffb47
Fix for asset command.
2013-07-16 21:43:17 -04:00
Qiang Xue
368a4cfe66
Asset feature refactoring (WIP)
2013-07-15 22:49:22 -04:00
Qiang Xue
dc2843a2d7
Fixes #622 .
2013-07-14 19:03:43 -04:00
Qiang Xue
39f6e00137
Fixed matching all case.
2013-07-14 16:52:54 -04:00
Philipp Frenzel
b0c6785afc
Add echo into docs for link pager
...
I'm not sure if echo should be mentioned, but without the echo before the LinkPager::widget() the user would see nothing.
2013-07-13 22:07:41 +02:00
Qiang Xue
80fe1076dd
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-12 13:03:44 -04:00
Qiang Xue
3123c46826
handle array in importNamespaces.
2013-07-12 13:03:37 -04:00
Qiang Xue
e940587ac4
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-12 07:32:00 -04:00
Qiang Xue
d29ea5a110
import namespaces.
2013-07-12 07:31:54 -04:00
Qiang Xue
9b0cb851d6
renamed autoload to classmap.
2013-07-11 11:33:58 -04:00
Qiang Xue
3c09eadded
Added autoload command.
2013-07-11 11:32:47 -04:00
Qiang Xue
e11ce60023
fixed the "only" option for FileHelper::findFiles()
2013-07-11 10:54:56 -04:00
Qiang Xue
0cbb05d7a2
Added Query::indexBy
2013-07-11 10:04:54 -04:00
Qiang Xue
227a831b8f
Improved FileHelper::filterPath()
2013-07-11 08:35:53 -04:00
Qiang Xue
d56739689c
Enhanced file options for FileHelper.
2013-07-11 08:20:31 -04:00
Qiang Xue
b427b5fbb0
updated alias.
2013-07-10 17:16:45 -04:00
Qiang Xue
3711295499
moved JUI into official extensions.
2013-07-10 17:15:48 -04:00
Qiang Xue
111e7b3f60
method renaming.
2013-07-10 17:04:36 -04:00
Qiang Xue
389c0e2bb6
Improved log panel display.
2013-07-10 13:24:04 -04:00
Qiang Xue
4ec0a61af1
Added logging of view files.
2013-07-10 13:09:34 -04:00
Qiang Xue
83a45ad132
Improved debug backtrace tracking.
2013-07-10 12:54:04 -04:00
Qiang Xue
52e5a5dd8c
Keep the current debug panel open.
2013-07-10 11:20:06 -04:00
Qiang Xue
cace50cf3b
use raw SQL for profiling.
2013-07-10 11:01:14 -04:00
Qiang Xue
fddd94679f
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-09 12:33:22 -04:00
Qiang Xue
ee994efdf0
polishing debugger.
2013-07-09 12:33:14 -04:00
Qiang Xue
a6746ed0f5
Added ArrayDataProvider.
2013-07-09 10:23:41 -04:00
resurtm
2418dca85d
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-09 20:23:39 +06:00
resurtm
067c00843a
Pagination doc fix.
2013-07-09 20:23:04 +06:00
Qiang Xue
aa31b56aaf
Finished unit test of ActiveDataProvider.
2013-07-09 09:34:45 -04:00
Qiang Xue
53a1f9608a
Added unit test for ActiveDataProvider.
2013-07-09 08:47:19 -04:00
Qiang Xue
3996c7990d
Allow customizing DB connection for ActiveDataProvider.
2013-07-09 08:36:09 -04:00
Qiang Xue
ad2d18814e
Refactored ActiveDataProvider.
2013-07-09 08:28:00 -04:00
Qiang Xue
19e938cecf
Added class doc.
2013-07-09 08:16:33 -04:00
Qiang Xue
f03cdf0a47
renamed Command::queryRow() to queryOne().
2013-07-09 08:01:10 -04:00
Qiang Xue
9c7d0d9b76
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-09 07:59:15 -04:00
Qiang Xue
c4a57a9f6c
Refactored Query and ActiveQuery.
...
Finished ActiveDataProvider.
2013-07-09 07:59:08 -04:00
Paul Klimov
c194703d9e
Virtual properties documentation has been added to "web\Session"
2013-07-09 12:18:39 +03:00