Commit Graph

1189 Commits

Author SHA1 Message Date
Qiang Xue
3f3a09e988 Added support for generating default alias for extensions. 2013-11-02 22:43:11 -04:00
Carsten Brandt
d8b94d647b made AR attribute manipulation behave consistent to hasAttribute() 2013-11-03 01:45:20 +01:00
Qiang Xue
be6826871e Merge pull request #1124 from cebe/query-builder-public
made querybuilder condition methods public
2013-11-02 15:13:09 -07:00
Carsten Brandt
fc05ded1e0 typo 2013-11-02 22:06:26 +01:00
Carsten Brandt
415144489e made querybuilder condition methods public 2013-11-02 21:36:48 +01:00
Qiang Xue
13c3123ca8 moved mutex back from extensions. 2013-11-02 14:16:38 -04:00
Alexander Mohorev
5d17dd06d1 Specify the exact type of the exception. 2013-11-02 17:57:37 +03:00
Alexander Mohorev
5860599ef7 PhpDoc comment 2013-11-02 17:03:37 +03:00
Alexander Mohorev
18fbd7510a Missing return statement 2013-11-02 16:12:28 +03:00
Alexander Makarov
cc5fe76c9e Added ability to get all GET, POST, PUT, DELETE or PATCH parameters to Request 2013-11-02 16:31:36 +04:00
Иван Багаев
64641cbd76 Add batchInsert method to yii\db\Migration 2013-11-02 10:42:14 +05:00
Qiang Xue
4b42d78f4e Fixes #1117: added support to map a single view directory to multiple themed view directories. 2013-11-01 21:43:33 -04:00
Qiang Xue
fedc38fdb6 Fixes #1116. 2013-11-01 13:08:01 -04:00
Qiang Xue
1bee84746c Fixes #1060: added code comment 2013-11-01 10:21:54 -04:00
Qiang Xue
bd82170142 Fixes #1096: pgsql: sequence name not matched 2013-11-01 10:03:13 -04:00
Alexander Makarov
1b497ad73b Fixes #1107: if basename of Gii CRUD model and search model are equal than alias is automatically used for search model 2013-11-01 13:24:00 +04:00
Qiang Xue
eeed9c3ff2 Fixes #998: Added support for generating canonical URL. 2013-10-31 20:56:13 -04:00
Alexander Makarov
1c1cd863ca Fixes #1107: Gii CRUD generator now validates same named model and search model class names 2013-11-01 03:30:40 +04:00
Alexander Makarov
3dbfd3ea0e Gii: renamed action "new" to "create" 2013-11-01 03:13:40 +04:00
Alexander Makarov
986a8b0ca4 Fixes #1105: better validation for Gii model generator 2013-11-01 02:50:39 +04:00
resurtm
1dcb63ca96 Merge branch 'master' of github.com:yiisoft/yii2 2013-10-31 17:56:28 +06:00
resurtm
2f360e53c3 Add CoffeeScript and TypeScript commands to AssetConverter. 2013-10-31 17:55:44 +06:00
Qiang Xue
dcde2c672b Merge pull request #1109 from resurtm/fixes-1104-gii-table-autocomplete
Fixes #1104. Model generator table names auto complete.
2013-10-30 10:31:03 -07:00
resurtm
4cb1a26477 Fixes #1104. Model generator table names auto complete. 2013-10-30 21:56:02 +06:00
Qiang Xue
50ba760277 Fixes #1106 2013-10-30 10:33:02 -04:00
Carsten Brandt
6559b06ead made intl messages more compatible with various ICU versions
issue #1072
2013-10-30 11:20:03 +01:00
Carsten Brandt
66fd16e8a6 fixed gridview message pattern 2013-10-30 10:17:26 +01:00
Luciano Baraglia
2880fb2899 Typo [skip ci] 2013-10-30 01:38:48 -03:00
Qiang Xue
8b00693a0a Fixes #1025: Implemented support for class-level events. 2013-10-30 00:12:48 -04:00
Qiang Xue
0ee120f5f9 refactored Component::off(). 2013-10-29 23:17:50 -04:00
Carsten Brandt
ec490dcaa6 made gridview plural rule compatible with ICU version < 4.8
issue #1072
2013-10-29 17:14:34 +01:00
Qiang Xue
155e9c6cba minor refactoring of view resolving code. 2013-10-28 22:11:58 -04:00
Qiang Xue
0258c151e0 Merge pull request #1058 from klimov-paul/view-context-interface
Proposal: creating ViewContext interface to determine view name
2013-10-28 18:55:19 -07:00
Panagiotis Moustafellos
63d391b309 typo fix
s/value to be cached value/value to be cached/g
2013-10-29 01:03:22 +02:00
Alexander Mohorev
0d04846c08 php short echo syntax 2013-10-28 23:57:40 +03:00
Alexander Mohorev
51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 2013-10-28 23:51:48 +03:00
Carsten Brandt
66b27fcaf1 fixes #1092 2013-10-28 19:33:01 +01:00
Carsten Brandt
c0595895ed Merge pull request #1091 from cebe/messageformatter-refactoring
Messageformatter refactoring
2013-10-28 07:23:27 -07:00
Carsten Brandt
7bb4826a0b doc fix 2013-10-28 15:21:11 +01:00
Carsten Brandt
d637a76f56 add support for named arguments to messageformatter parse 2013-10-28 15:06:44 +01:00
Panagiotis Moustafellos
80e816efc3 pgsql: added 'bool' type (alias of 'boolean')
Relates #1086 and #1087
2013-10-28 14:39:09 +02:00
Qiang Xue
3c36b6d57e Merge pull request #1085 from cebe/messageformatter-refactoring
Messageformatter refactoring
2013-10-28 05:08:37 -07:00
resurtm
0b82575a0b Add missing @throws PHPDoc declaration. 2013-10-28 17:53:36 +06:00
Carsten Brandt
61b0d8824b support integer number type in fallback message formatter 2013-10-28 12:24:43 +01:00
Carsten Brandt
4d03699907 fixed fallback message format parameter order 2013-10-28 12:09:26 +01:00
Carsten Brandt
bcd1ad11a4 refactored MessageFormatter 2013-10-28 11:59:49 +01:00
Carsten Brandt
29ef541980 Merge branch 'master' into messageformatter-refactoring
* master:
  ensure parameter types in baselistview message
  added unit test to verify AR afterSave isNewRecord value
2013-10-28 11:05:37 +01:00
Carsten Brandt
3b05e71561 ensure parameter types in baselistview message
fixes #1072
2013-10-28 11:01:38 +01:00
Carsten Brandt
449eb84247 refactored message formatter 2013-10-28 01:54:31 +01:00
Алексей Волков
733263ba13 Update FallbackMessageFormatter.php
Fix declarations for yii\i18n\FallbackMessageFormatter::format() and yii\i18n\FallbackMessageFormatter::formatMessage()
2013-10-27 21:54:48 +02:00