Commit Graph

4243 Commits

Author SHA1 Message Date
Koudy
411dc71b09 Fixed getting the count for queries with the union 2014-03-22 13:48:09 +04:00
Qiang Xue
d79febfd04 removed space in log prefixes [skip ci] 2014-03-21 23:09:19 -04:00
Qiang Xue
1a71c10934 Added yii\web\PrefixUrlRule 2014-03-21 22:01:20 -04:00
Qiang Xue
a9546a9906 do not throw exception for Application::getCache() when cache is not installed. 2014-03-21 16:30:36 -04:00
Qiang Xue
b9eb5de96d Fixes #2796: Added BootstrapInterface. 2014-03-21 15:37:30 -04:00
Qiang Xue
44d9d0dabb Fixes #2820 2014-03-21 10:38:32 -04:00
Qiang Xue
58ead7deb1 cleanup. 2014-03-21 09:56:12 -04:00
Qiang Xue
be6b259c4e A better fix. 2014-03-21 09:54:49 -04:00
Qiang Xue
993339f080 Fixes #2842 2014-03-21 09:50:58 -04:00
lubosdz
0ebad1db08 updated [SK] translations 2014-03-21 11:32:39 +01:00
Qiang Xue
b1c4416218 Final touchup. 2014-03-21 00:02:15 -04:00
Qiang Xue
3c518c4207 Merge commit 'f605508bb2805d24df98037ea239f8f582deda0e' into feature-container 2014-03-20 23:51:02 -04:00
Qiang Xue
914d37abe7 Merge pull request #2834 from yiisoft/i18n-fix-overriding-default-message-sources
Fixed overriding default message sources
2014-03-20 20:59:27 -04:00
Qiang Xue
bda1ffa6ce Finished refactoring of DI container and service locator. 2014-03-20 20:52:23 -04:00
Qiang Xue
87df068eb0 DI WIP 2014-03-20 19:54:52 -04:00
Alexander Makarov
b18033bade Added changelog 2014-03-21 02:01:08 +04:00
Alexander Makarov
182fc6882e Fixed overriding default message sources 2014-03-21 02:00:27 +04:00
Qiang Xue
ba5bfc09cb Merge pull request #2831 from Theill11/update-danish-translations
Update danish translations
2014-03-20 13:32:50 -04:00
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