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
e5d5ab5655
updated license information.
2013-11-02 15:37:25 -04:00
Qiang Xue
13c3123ca8
moved mutex back from extensions.
2013-11-02 14:16:38 -04:00
Alexander Makarov
5c07033c8b
Merge pull request #1123 from mongosoft/master
...
Typos
2013-11-02 08:10:01 -07:00
Alexander Mohorev
5d17dd06d1
Specify the exact type of the exception.
2013-11-02 17:57:37 +03:00
Alexander Makarov
ccb310cfa5
Merge pull request #1121 from mongosoft/master
...
Missing return statement
2013-11-02 07:15:32 -07: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
62148a2e33
Changed php-diff dependency to use code from master (they haven't tagged changes we need yet)
2013-11-02 16:39:24 +04: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
Paul Klimov
99d8216103
Email message charset setup added.
2013-10-29 16:11:57 +02:00
Paul Klimov
1d0891f0f6
'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed.
2013-10-29 16:04:20 +02:00
Paul Klimov
774c4db860
'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added.
2013-10-29 14:06:16 +02:00
Carsten Brandt
3130aadb33
fixed conflicting property declaration
2013-10-29 12:52:52 +01:00
Carsten Brandt
0146596647
add relationClassName to AR to allow different relation classes
...
... for different dbms
2013-10-29 12:41:24 +01:00
Carsten Brandt
4653526262
moved common parts of db ActiveRelation and Query to traits
...
these parts can be reused in other ActiveRecord implementations
2013-10-29 12:20:52 +01:00
Paul Klimov
35429fbd44
'yii\mail\ViewResolve' removed.
...
Interface 'ViewContextInterface' applied to BaseMailer.
2013-10-29 12:34:08 +02:00
Paul Klimov
5bc22a077f
Interface 'MailerInterface' extracted.
...
Method 'MailerInterface::createMessage()' added.
2013-10-29 12:13:26 +02:00
Paul Klimov
31ea3f897f
Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2
2013-10-29 11:18:44 +02:00