Commit Graph

3974 Commits

Author SHA1 Message Date
Qiang Xue
cd898c1b41 Merge pull request #3558 from creocoder/range-validator-js-enh
[WIP] Additional RangeValidator fixes
2014-05-23 09:42:12 -04:00
Alexander Kochetov
12a143bdac RangeValidator client side type conversion to array 2014-05-23 15:30:37 +04:00
Alexander Kochetov
a4e8829717 Additional RangeValidator fixes 2014-05-23 15:26:09 +04:00
Carsten Brandt
020960380b added example to ActionColumn 2014-05-23 13:10:06 +02:00
Alexander Kochetov
b1ba2439a6 [WIP] Additional RangeValidator fixes 2014-05-23 01:56:51 +04:00
Qiang Xue
431d8864f9 refactored RangeValidator. 2014-05-22 16:32:00 -04:00
Qiang Xue
10889474dd Merge pull request #3549 from creocoder/range-validator-enh
Improve `in` validator to properly support array attributes.
2014-05-22 14:20:38 -04:00
Qiang Xue
305e8cbdba refactored Html. 2014-05-22 14:01:52 -04:00
Alexander Kochetov
ca4a228b55 RangeValidator bugfix 2014-05-22 21:29:18 +04:00
Alexander Kochetov
d479f31748 CHANGELOG 2014-05-22 20:05:38 +04:00
Alexander Kochetov
3de8630fd3 Code readability fix 2014-05-22 20:05:25 +04:00
MDMunir
ff4307bede Merge pull request #2 from yiisoft/master
merge
2014-05-22 21:56:02 +07:00
MDMunir
8f8ec23d52 Log for pull request #3544 2014-05-22 21:15:44 +07:00
Qiang Xue
9fcd4f2469 Fixed allowance for ratelimiter. [skip ci] 2014-05-22 10:04:13 -04:00
MDMunir
f55a59a2b9 Update CHANGELOG.md 2014-05-22 20:55:58 +07:00
Alexander Kochetov
af09fe16df Improve in validator to properly support array attributes. 2014-05-22 17:51:17 +04:00
Qiang Xue
cbf27d1458 Fixes #3548: Fixed the bug that X-Rate-Limit-Remaining header is always zero when using RateLimiter 2014-05-22 09:35:53 -04:00
MDMunir
53e193049f Add $key to function parameter
I think it's better to enclose `$key` as function parameter.
2014-05-22 17:57:30 +07:00
artur
5a1702e77c Refactor 2014-05-22 13:40:55 +03:00
artur
94e2f7fc1e Merge branch 'master' of github.com:yiisoft/yii2 2014-05-22 13:25:47 +03:00
artur
6c25675d7e Changed param name 2014-05-22 10:18:06 +03:00
artur
e860f218cf Add param for configuring rendering result with one page 2014-05-22 03:01:58 +03:00
Qiang Xue
5771dfc48e Merge pull request #3529 from skotos/3522-normalizepath-current-path
#3522 normalizepath to allow current path
2014-05-21 19:43:41 -04:00
artur
e19737e132 Hide output when only one page exist 2014-05-22 01:55:08 +03:00
Scott Tester
330f4609bf Implemented qiangxue's solution as it is much simpler. 2014-05-22 08:23:26 +10:00
Qiang Xue
cb465bc2af minor text update. 2014-05-21 14:50:19 -04:00
Qiang Xue
78340dcf6c Merge branch 'patch-4' of github.com:kartik-v/yii2 into kartik-v-patch-4 2014-05-21 14:47:27 -04:00
Qiang Xue
0aff05850c Merge branch 'patch-4' of github.com:kartik-v/yii2 into kartik-v-patch-4
Conflicts:
	framework/CHANGELOG.md
2014-05-21 14:46:58 -04:00
Kartik Visweswaran
63f5a74712 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-22 00:16:26 +05:30
Kartik Visweswaran
44b387e4fe Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-22 00:15:22 +05:30
Kartik Visweswaran
45e355a50c Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-22 00:12:21 +05:30
Kartik Visweswaran
16f279ebe3 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-22 00:06:06 +05:30
Leo R. Lundgren
b1bf636983 Fix #3531, allow more characters in \yii\grid\GridView's short array syntax for columns. 2014-05-21 19:39:38 +02:00
Scott Tester
39265da4f5 Code style fix & CHANGELOG typo fix for bug #3522 2014-05-21 22:24:49 +10:00
Scott Tester
de484b5e76 Added BUG #3522 to the changelog. 2014-05-21 21:02:38 +10:00
Scott Tester
be89ff97d3 fixed normalizePath to keep a '.' path when necessary. 2014-05-21 20:55:52 +10:00
Allineer
f22953d092 Small typo in the framework/rbac/PhpManager.php 2014-05-21 11:42:40 +04:00
Kartik Visweswaran
ed5fe96432 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-21 12:25:03 +05:30
Kartik Visweswaran
1abd0ab486 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-20 23:53:37 +05:30
Kartik Visweswaran
0e40dfdd6e Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-20 23:42:49 +05:30
Alexander Makarov
249e27a87d Regenerated translations 2014-05-20 19:39:37 +04:00
Alexander Makarov
2cad8fcc6f Merge pull request #3517 from klimov-paul/apply-var-dumper-var-export
`VarDumper::export()` applied over framework.
2014-05-20 16:24:10 +02:00
DaSourcerer
5ed7c3c712 Changelog update 2014-05-20 15:57:25 +02:00
DaSourcerer
be164e45db Handle invalid code sequences in Html::encode() 2014-05-20 15:44:23 +02:00
Klimov Paul
1641e057a9 VarDumper::export() applied over framework. 2014-05-20 16:35:12 +03:00
Qiang Xue
2b26dd3285 Improved doc [skip ci] 2014-05-20 08:34:28 -04:00
Qiang Xue
2188da0cd9 Merge pull request #3419 from klimov-paul/3232-var-export
Fix for #3232 var export
2014-05-20 08:28:36 -04:00
Qiang Xue
cb66c92609 Finished caching guide [skip ci] 2014-05-20 00:17:10 -04:00
Qiang Xue
5fdc3d408b Added support for using path alias with FileDependency::fileName 2014-05-19 15:40:31 -04:00
Kartik Visweswaran
e1934ccf6c Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-19 21:41:31 +05:30