Commit Graph

4065 Commits

Author SHA1 Message Date
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
Qiang Xue
7960ccdf50 Tab to spaces conversion. 2014-03-16 20:05:54 -04:00
AlexGx
234c2c0ebe changelog 2014-03-17 01:51:24 +02:00
AlexGx
a7046f27d0 fix 2014-03-17 01:45:39 +02:00
AlexGx
29f174cc73 Merge branch 'master' of git://github.com/yiisoft/yii2 into fix-gridview-url 2014-03-17 01:44:00 +02:00
Qiang Xue
9e33dedc4e Added return value for User::logout(). 2014-03-16 19:16:39 -04:00
AlexGx
23a669a394 upd for psr2 2014-03-17 00:21:45 +02:00
Carsten Brandt
dbc6d106b4 reverted wrong changes after #2764
- readded removed file
- readded use statement to migration template
2014-03-16 21:01:53 +01:00
Carsten Brandt
64997fd5e3 fixed requirements checker once again... 2014-03-16 20:40:54 +01:00
Zhandos Nuftiev
202e3ae0ca Fixed typo in FilterValidator for skipping array values. 2014-03-16 18:27:19 +05:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00