Qiang Xue
|
7f4c28231b
|
Fixes #2826
|
2014-03-20 13:30:58 -04:00 |
|
Johnny Theill
|
cc44622ca1
|
Update danish translations
|
2014-03-20 18:23:28 +01:00 |
|
Alexander Makarov
|
af030c5f5b
|
Added $skipIfSet to ActiveRecord::loadDefaultValues
|
2014-03-20 19:43:59 +04:00 |
|
AlexGx
|
f1cf06bc2f
|
upd ru and uk messages
|
2014-03-20 16:34:26 +02:00 |
|
Alexander Makarov
|
35d8b0658d
|
Merge branch 'origin/master'
|
2014-03-20 14:10:51 +04:00 |
|
Alexander Makarov
|
7e5e3155f2
|
Merge branch 'ar-default-values'
|
2014-03-20 14:09:58 +04:00 |
|
Alexander Makarov
|
c24ae25be2
|
Fixed getting default values from schema for SQLite
|
2014-03-20 13:54:13 +04:00 |
|
Alexander Makarov
|
1ff9dedf60
|
Fixed getting default value from postgres schema
|
2014-03-20 13:29:36 +04:00 |
|
Alexander Makarov
|
215b7d691d
|
Merge pull request #2819 from drenty/french-messages
New french messages
|
2014-03-19 22:15:01 +03:00 |
|
Alexander Makarov
|
922c5da45d
|
Merge pull request #2815 from yiisoft/ar-default-values
Fixes #2726: ActiveRecord now fills default values on creating new instance of the model if defaults are available from DB schema
|
2014-03-19 22:09:30 +03:00 |
|
Alexander Makarov
|
39b0c454e1
|
Default values init moved to a method that should be called manually
|
2014-03-19 23:04:48 +04:00 |
|
Alexander Pletnev
|
a73abd9300
|
better to use strict comparison as much as possible
|
2014-03-19 19:51:51 +04:00 |
|
David Renty
|
75b66de11a
|
New french messages
|
2014-03-19 16:51:47 +01:00 |
|
Alexander Makarov
|
b66427f8c7
|
Fixes #2726: ActiveRecord now fills default values on creating new instance of the model if defaults are available from DB schema
|
2014-03-19 18:06:20 +04:00 |
|
Qiang Xue
|
772f56f00f
|
Merge pull request #2813 from lucianobaraglia/master
Updated spanish translation
|
2014-03-19 09:50:53 -04:00 |
|
Luciano Baraglia
|
f8e0e52d39
|
Removed app translation file
|
2014-03-19 10:50:01 -03:00 |
|
ff
|
c38185b16d
|
Update yii.php
|
2014-03-19 21:47:18 +08:00 |
|
Luciano Baraglia
|
218f2caca0
|
Typo fix
|
2014-03-19 10:41:31 -03:00 |
|
Luciano Baraglia
|
1f7d7eb761
|
Updated Spanish translation
|
2014-03-19 10:39:27 -03:00 |
|
Qiang Xue
|
4374616302
|
throw exception when UrlManager is not properly configured in console mode.
|
2014-03-19 09:36:13 -04:00 |
|
Dmitry Erofeev
|
0fa8f8cc01
|
fixed Theme::getPath()
|
2014-03-19 16:53:35 +04:00 |
|
Dmitry Erofeev
|
ac0a56e9d0
|
reverted deletion of Theme::getPath()
|
2014-03-19 16:29:59 +04:00 |
|
Dmitry Erofeev
|
b3053f4346
|
Made Theme::basePath optional fixes #2810
|
2014-03-19 15:43:37 +04:00 |
|
David Renty
|
7ea52fb262
|
Implemented conditional validators (see #2406)
|
2014-03-19 11:43:31 +01:00 |
|
David Renty
|
ed70735b22
|
Changelog and doc
|
2014-03-19 10:48:20 +01:00 |
|
David Renty
|
31da139173
|
Merge branch 'master' of https://github.com/yiisoft/yii2
|
2014-03-19 10:42:30 +01:00 |
|
Ряднов Андрей
|
aa4e6ec039
|
fix User::getReturnUrl() after #2501
|
2014-03-19 11:20:40 +03:00 |
|
Grant Furgiuele
|
ed2885c31d
|
Changed comment again to actually be correct. This is also consistent with the draft of the definitive guide.
|
2014-03-18 15:23:59 -05:00 |
|
Grant Furgiuele
|
bc91853e3f
|
Modified example in DataReader usage comment to reference a DB Command function which accepts a SQL string argument.
|
2014-03-18 15:23:58 -05:00 |
|
Qiang Xue
|
8e11ad0360
|
refactored code to use Instance::ensure()
|
2014-03-18 12:31:27 -04:00 |
|
David Renty
|
dde5a00ce3
|
Merge branch 'master' of https://github.com/yiisoft/yii2
Conflicts:
framework/base/Formatter.php
tests/unit/framework/base/FormatterTest.php
|
2014-03-18 17:31:11 +01:00 |
|
Qiang Xue
|
72c99663ff
|
Refactored container.
|
2014-03-18 11:49:52 -04:00 |
|
Qiang Xue
|
43fb937a20
|
Added unit tests.
|
2014-03-18 10:45:25 -04:00 |
|
Carsten Brandt
|
b4fd5b5c46
|
updated german translations
|
2014-03-18 15:12:19 +01:00 |
|
Qiang Xue
|
530d7baabe
|
fixed test break.
|
2014-03-18 00:23:12 -04:00 |
|
Qiang Xue
|
a3274c5ffc
|
Fixed test break.
|
2014-03-18 00:13:02 -04:00 |
|
Qiang Xue
|
8c2e39235f
|
Turn module and application into DI containers.
|
2014-03-17 23:57:01 -04:00 |
|
Qiang Xue
|
66abd5b8ab
|
Added DI container implementation.
|
2014-03-17 23:22:45 -04:00 |
|
Vincent
|
41cc91771d
|
Mistake in error message
{max} was used instead of {min} in the error message for the min validator...
|
2014-03-17 17:30:54 +01:00 |
|
Qiang Xue
|
d2c84606a9
|
Fixes #2775: Added yii\base\Application::bootstrap to support running bootstrap classes when starting an application
|
2014-03-17 11:57:44 -04:00 |
|
Jani Mikkonen
|
3e1dd25800
|
Alter image validation messages.
|
2014-03-17 16:26:50 +02:00 |
|
Jani Mikkonen
|
ad10897ab4
|
Fix MIME types
|
2014-03-17 16:22:22 +02:00 |
|
Jani Mikkonen
|
0b71faa577
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into messages_fi
|
2014-03-17 16:20:54 +02:00 |
|
Jani Mikkonen
|
0361efbb31
|
small typo fix
|
2014-03-17 16:12:45 +02:00 |
|
Jani Mikkonen
|
8af8b77fa2
|
Finnish translation
|
2014-03-17 16:10:18 +02:00 |
|
Jani Mikkonen
|
67ca9c6cdb
|
Add finnish translation to config
|
2014-03-17 16:10:05 +02:00 |
|
Qiang Xue
|
b9287abf81
|
minor fixes.
|
2014-03-17 09:47:34 -04:00 |
|
David Renty
|
91e4ad5978
|
PSR-2 compliance
|
2014-03-17 12:02:26 +01:00 |
|
Qiang Xue
|
c6a946ec79
|
Fixes #497: Removed \yii\log\Target::logUser and added \yii\log\Target::prefix to support customizing message prefix
|
2014-03-16 21:04:40 -04:00 |
|
Qiang Xue
|
f61734d412
|
Added $checkSession parameter to User::getIsGuest() and getId().
|
2014-03-16 20:43:01 -04:00 |
|