Commit Graph

3974 Commits

Author SHA1 Message Date
Carsten Brandt
83a63f2346 fixed wrong client validation issue in numbervalidator
fixes #3118
2014-04-23 01:29:53 +02:00
Qiang Xue
4f6e1d305f Refactored the code for #3154 2014-04-22 18:56:05 -04:00
Carsten Brandt
61841345eb Merge pull request #3164 from ivan-kolmychek/3154-gridview-filter-error-indication
GridView filter error indication added (#3154)
2014-04-23 00:25:11 +02:00
Qiang Xue
f1ff318abc Merge branch 'master' of git://github.com/yiisoft/yii2 2014-04-22 14:54:12 -04:00
Qiang Xue
051b4194e9 Fixes #3216. 2014-04-22 14:54:02 -04:00
Carsten Brandt
2b593da08f phpdoc issue
[ci skip]
2014-04-22 20:14:49 +02:00
Qiang Xue
d859fca569 Fixes #3216: Fixed the bug that yii.activeForm.destroy() did not remove submit event handlers 2014-04-22 12:46:37 -04:00
Qiang Xue
b55ce76479 Fixes #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration 2014-04-22 12:42:51 -04:00
Qiang Xue
9c5429740d Fixes #3212: removed unnecessary prepare() call. 2014-04-22 11:51:28 -04:00
Ivan Kolmycheck
bb4e8eb736 DataColumn - error detection moved into renderFilterCellContent() 2014-04-22 18:47:11 +03:00
Qiang Xue
480114e820 Fixes #3036: Upgraded Twitter Bootstrap to 3.1.x 2014-04-22 11:40:40 -04:00
Ivan Kolmycheck
cd1152acb5 GridView/DataColumn - moved error list display into GridView 2014-04-22 18:04:43 +03:00
Carsten Brandt
f6f0e66598 ensure gridview query is reusable
apply pagination and sorting to a clone of it.
2014-04-22 15:50:32 +02:00
Ivan Kolmycheck
031fddd48c GridView - error rendering scheme changed 2014-04-22 14:56:56 +03:00
Ivan Kolmycheck
7eaf83ba9e BaseListView - errors rendering added 2014-04-22 14:55:56 +03:00
Carsten Brandt
0a3f4e85f1 made grid\DataColumn::getDataCellValue() public
allow using it from the gridview directly
2014-04-22 13:51:54 +02:00
Alex-Code
46f381daf9 Changelog update 2014-04-22 10:56:11 +01:00
Alex-Code
ca6583a045 Update BaseStringHelper.php 2014-04-22 10:01:03 +01:00
Qiang Xue
7b908aa8a3 Fixes #2853: ActiveRecord did not handle resource-typed columns well 2014-04-21 20:16:16 -04:00
Qiang Xue
4eb7906a3e Fixes #3204: yii\di\Container did not handle the $config parameter well in case when it does not have a default value 2014-04-21 14:58:10 -04:00
Carsten Brandt
0076aac0a1 Update CHANGELOG.md
Moved line and added author. Fixes #3198
2014-04-21 09:56:16 +02:00
Qiang Xue
7d8dfe52cd Fixed test break. 2014-04-20 14:59:13 -04:00
Kartik Visweswaran
82aedfb295 Update CHANGELOG.md 2014-04-20 19:23:02 +05:30
Kartik Visweswaran
b1a26ff336 Fix the Y2K38 bug
Adds support for timestamps beyond year 2038.
2014-04-20 19:08:08 +05:30
Qiang Xue
02ff6f5536 updated change log. [skip ci] 2014-04-19 18:26:01 -04:00
Sergeygithub
dd4464d670 Update yii.validation.js
Если длина строки не проходит валидацию, то выводим сообщение об этом, а не длину.))
2014-04-20 00:10:19 +03:00
ElisDN
8e48dcaa4e Updated CHANGELOG 2014-04-19 14:43:16 +04:00
ElisDN
a615ef944a Fixed GridView cells calling order 2014-04-19 14:41:58 +04:00
ElisDN
1886877196 Render gridview table footer after table body 2014-04-19 14:41:58 +04:00
Ivan Kolmycheck
104a38a714 Issue #3154 - DataColumn checkForFilterErrors() now use Html::addCssClass 2014-04-19 12:22:40 +03:00
Alexander Makarov
20e4abeac1 Added changelog for #3175 that fixes #2925 2014-04-19 02:05:28 +04:00
Alexander Makarov
d3277ecf4f InvalidCallException, InvalidParamException, UnknownMethodException are now extended from SPL BadMethodCallException 2014-04-19 02:00:19 +04:00
Alexander Makarov
4d235f9f8b Fixed exception message to match the one in Component 2014-04-19 01:59:19 +04:00
Qiang Xue
ab218addda Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths 2014-04-18 15:13:50 -04:00
Qiang Xue
55ea81163c typo fix [skip ci] 2014-04-18 13:22:42 -04:00
Sergey Gonimar
67e1135143 Fix typo 2014-04-18 22:43:01 +06:00
Ivan Kolmycheck
3705f17700 Issue #3154 - GridView - list of filter model validation errors added to summary 2014-04-18 12:57:47 +03:00
Ivan Kolmycheck
c57e1fcb78 Issue #3154 - DataColumn filter model validation error indication added 2014-04-18 12:57:19 +03:00
Alexander Makarov
1170e0272f Merge branch 'master'
Conflicts:
	framework/CHANGELOG.md
2014-04-18 12:45:33 +04:00
Alexander Makarov
178417da9b Added title for trimmed strings 2014-04-18 12:44:39 +04:00
marsuboss
db244a61b2 Fix typo 2014-04-18 09:48:58 +02:00
Qiang Xue
2fb70cf00b Fixes #3158 2014-04-17 20:59:44 -04:00
Qiang Xue
520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 2014-04-17 20:42:50 -04:00
Alexander Makarov
dad88c78b4 Fixes #2837: Error page now shows arguments in stack trace method calls 2014-04-18 04:20:22 +04:00
Qiang Xue
507a6f1068 Added yii\web\UrlManager::addRules() to simplify adding new URL rules 2014-04-17 20:03:42 -04:00
Qiang Xue
7b44bc75ec added change log [skip ci] 2014-04-17 14:10:30 -04:00
Sergey Gonimar
322e9e2385 Fix BETWEEN and NOT BETWEEN conditions.
```
PHP Notice – yii\base\ErrorException

Undefined offset: 3

in .../yiisoft/yii2/db/QueryTrait.php at line 269
```
2014-04-17 21:42:11 +06:00
Alexander Makarov
c7c708d454 Removed unused imports 2014-04-17 15:35:09 +04:00
Carsten Brandt
76d8e2b5b3 code style, fixes #3140 2014-04-17 13:24:16 +02:00
Klimov Paul
e5280470b0 Merge branch 'master' of github.com:yiisoft/yii2 2014-04-17 13:29:09 +03:00