Commit Graph

6941 Commits

Author SHA1 Message Date
Carsten Brandt
12d34849cc improved phpdoc command 2014-04-23 02:13:53 +02:00
Qiang Xue
7ca1be3504 Fixes #3008: Added Html::errorSummary() 2014-04-22 19:55:13 -04:00
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
30afb5145e Merge branch 'master' of git://github.com/yiisoft/yii2 2014-04-22 12:43:01 -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
Carsten Brandt
4466df7d4c install bootstrap 3.1 by default but allow 3.0.x 2014-04-22 17:55:38 +02: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
bea8f94683 Fixes #3208 2014-04-21 15:01:41 -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
Alexander Makarov
f8dd0b1ffe Fixed code block formatting 2014-04-20 23:42:57 +04:00
Qiang Xue
7d8dfe52cd Fixed test break. 2014-04-20 14:59:13 -04:00
Qiang Xue
074fd809c6 Merge pull request #3194 from kartik-v/patch-16
Fix the Y2K38 bug
2014-04-20 09:55:25 -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
ad7f57de01 Fixes #503: Finished DI documentation. [skip ci] 2014-04-19 21:39:10 -04:00
Qiang Xue
02ff6f5536 updated change log. [skip ci] 2014-04-19 18:26:01 -04:00
Qiang Xue
6f2de9169a Merge pull request #3184 from Sergeygithub/patch-1
Update yii.validation.js
2014-04-19 18:22:19 -04:00
Sergeygithub
dd4464d670 Update yii.validation.js
Если длина строки не проходит валидацию, то выводим сообщение об этом, а не длину.))
2014-04-20 00:10:19 +03:00
Alexander Makarov
86d747d0cb Merge pull request #2801 from ElisDN/gridview-footer
Get gridview footer content after cells content
2014-04-19 21:04:39 +04:00
Qiang Xue
29b9a92a99 di doc WIP [skip ci] 2014-04-19 11:10:40 -04: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
873cf243b4 Merge pull request #3178 from lucianobaraglia/gii-ultraminor-fix
Gii missing space in crud update template [skip ci]
2014-04-19 12:53:05 +04:00
Luciano Baraglia
24e0bfcfed Gii missing space in crud update template [skip ci] 2014-04-19 04:26:52 -03:00
Alexander Makarov
672c82872b Merge pull request #3175 from yiisoft/fix-exception-hierarchy
Fix exception hierarchy
2014-04-19 02:53:06 +04: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
Alexander Makarov
7e16837b92 Fixes #2592: added info on how to translate framework messages at application level 2014-04-18 23:18:05 +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