Klimov Paul
87af95f712
'yii\mail\MessageInterface' updated:
...
- setter methods renamed to have pure name
- method 'createMessage' renamed to 'compose'
2013-11-05 14:57:13 +02:00
Carsten Brandt
d4c68522d4
improved error handling of AssetConverter
...
issue #1140
2013-11-05 12:32:55 +01:00
Carsten Brandt
58589e03bd
improved asset converter command running
...
now also gets stderr output.
fixes #1140
2013-11-05 12:25:29 +01:00
Gudz Taras
11c78cb4fb
Changed validateFile() method access from protected to public, fixed hasErrors check
2013-11-05 06:16:57 +04:00
Gudz Taras
3ef20e591d
Overriding validateFile()
2013-11-05 05:59:48 +04:00
Gudz Taras
c8596fdbc9
Changed px to pixels
2013-11-05 05:36:44 +04:00
Gudz Taras
960cb499bd
Fixed typos [skip ci]
2013-11-05 04:53:45 +04:00
Gudz Taras
e3981be1b8
Added image validator
2013-11-05 04:08:00 +04:00
Alexander Makarov
cc4307d1f3
Better Formatter error handler
2013-11-04 18:40:21 +04:00
Carsten Brandt
4a543317ce
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
doc fix
Fixes #1134 : doc fix.
2013-11-04 15:06:09 +01:00
Carsten Brandt
a0b0d42b46
fixed message formatting for all the ICU versions
...
- refactored replaceNamedArguments.
- ensure gridview message works on all systems.
fixes #1072
2013-11-04 15:05:38 +01:00
Klimov Paul
aab90c5164
'MessageInterface' updated to support 'method chain' call style.
2013-11-04 14:28:19 +02:00
Qiang Xue
e8da628d75
doc fix
2013-11-04 07:20:09 -05:00
Qiang Xue
2509748fda
Fixes #1134 : doc fix.
2013-11-04 06:27:27 -05:00
Klimov Paul
ef6fea9610
Unit test 'BaseMessageTest' created
2013-11-04 13:24:22 +02:00
Paul Klimov
368c244768
MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText()
2013-11-04 11:52:33 +02:00
Carsten Brandt
0222462ed7
fixed event php-doc
2013-11-04 10:38:17 +01:00
Qiang Xue
9862ee35b2
Fixes #1115 : fixed the issue with PDO boolean value binding with pgsql
2013-11-03 18:51:16 -05:00
Qiang Xue
1551f8443c
Fixed pgsql column type detection bug.
2013-11-03 09:33:28 -05:00
Qiang Xue
26c7f6d62f
Fixed sqlite column type detection bug.
2013-11-03 09:02:17 -05:00
Qiang Xue
9a961ed392
updated class map
2013-11-03 01:44:04 -04:00
Qiang Xue
83a937990c
moved bootstrap to extension
2013-11-03 00:40:06 -04:00
Qiang Xue
c4bb668b90
moved gii and debug to extensions.
2013-11-03 00:16:35 -04:00
Qiang Xue
3f3a09e988
Added support for generating default alias for extensions.
2013-11-02 22:43:11 -04:00
Carsten Brandt
90839ceb5d
Proposal for accessing populated relations
...
fixes #842
- allows checking whether a relation has been populated
- getting a list of relation names that have been populated
- getting all populated relation data
todo:
- [] add phpdoc
2013-11-03 02:10:17 +01: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