Commit Graph

4243 Commits

Author SHA1 Message Date
Alexander Kochetov
d3dd1352b9 RangeValidator typo fix 2014-05-23 20:06:56 +04:00
Qiang Xue
6d4196d3bf #3521: Added yii\filters\HttpCache::sessionCacheLimiter 2014-05-23 12:03:27 -04:00
Carsten Brandt
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Qiang Xue
f5dbd9a084 Fixes #3564: Fixed the bug that primary key columns should not take default values from schema 2014-05-23 10:35:20 -04:00
Qiang Xue
6e7713ec13 Fixes #3567: Fixed the bug that smallint was treated as string for PostgreSQL 2014-05-23 10:25:16 -04:00
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
NmDimas
5599a86a81 Add support all type relation 2014-05-22 00:53:12 +03: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
NmDimas
909f2c1772 change nik name (case sensitive) 2014-05-20 23:04:51 +03:00
NmDimas
6db8c8a6d1 add #3520 to changelog 2014-05-20 22:26:31 +03:00
NmDimas
e11ec66b06 add change to CHANGELOG,and mini refactoring 2014-05-20 22:20:51 +03:00
NmDimas
a047bf2cd6 Method to unlink all relationship many to many in current model 2014-05-20 21:39:16 +03:00
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