Aleksandr Zelenin
|
4583c17923
|
gridview header/footer fix
|
2014-02-09 21:14:33 +04:00 |
|
Carsten Brandt
|
7950b7930b
|
Merge pull request #2374 from mintao/master
Some missing base unit tests
|
2014-02-09 14:43:29 +01:00 |
|
Florian Fackler
|
7b61873425
|
Changed Exception wording to be more clear
|
2014-02-09 09:13:16 +01:00 |
|
Qiang Xue
|
89fe354921
|
Merge pull request #2285 from yiisoft/missing-translation-formatting
When translation is missing source language should be used for formatting
|
2014-02-08 19:05:40 -05:00 |
|
Alexander Makarov
|
0f59ba2d8b
|
Added assignment back. See https://github.com/yiisoft/yii2/pull/2285#discussion_r9566711
|
2014-02-09 03:27:27 +04:00 |
|
Qiang Xue
|
928df00951
|
fixed validation message translation [skip ci]
|
2014-02-08 18:19:42 -05:00 |
|
Alexander Makarov
|
40b3c2e89c
|
Fixes #2209: When I18N message translation is missing source language is now used for formatting
|
2014-02-09 02:49:02 +04:00 |
|
Florian Fackler
|
c600572f34
|
The missing Component.php tests
|
2014-02-08 21:11:03 +01:00 |
|
Qiang Xue
|
aeeee44f69
|
support loading config by alias.
|
2014-02-08 10:29:53 -05:00 |
|
Alexander Makarov
|
f5f6f206b4
|
Added issue number to changelog
|
2014-02-08 15:20:04 +03:00 |
|
Alexander Makarov
|
2d79ed035b
|
Merge pull request #2364 from gureedo/error-handler
check error level in error handler
|
2014-02-08 15:18:44 +03:00 |
|
gureedo
|
f9e58d92fc
|
check error level in error handler
|
2014-02-08 17:44:13 +06:00 |
|
Carsten Brandt
|
ccc8732d64
|
moved CHANGELOG lines to bootstrap
|
2014-02-08 11:08:43 +01:00 |
|
Qiang Xue
|
bd70ac840f
|
Fixes #2054: Added support for using custom application configuration with the console command runner
|
2014-02-07 21:58:24 -05:00 |
|
Qiang Xue
|
afda91e05d
|
Fixes #2361: yii\bootstrap\NavBar::brandUrl should default to the home URL of application
|
2014-02-07 16:20:45 -05:00 |
|
Alexander Makarov
|
dd26d39dd8
|
Removed unused namespace imports
|
2014-02-07 13:26:00 +04:00 |
|
Alexander Makarov
|
6ed9848591
|
Removed unused assignment
|
2014-02-07 13:12:33 +04:00 |
|
Qiang Xue
|
bad9c0cccc
|
Merge branch 'master' of github.com:mintao/yii2 into mintao-master
Conflicts:
extensions/yii/elasticsearch/CHANGELOG.md
|
2014-02-06 13:20:48 -05:00 |
|
Qiang Xue
|
1f42b72baa
|
Fixes #2346: ActiveQuery used in building sub-query should not need to set FROM clause explicitly.
|
2014-02-06 10:39:27 -05:00 |
|
Sorokin Victor
|
a73953c05b
|
Update FixtureController.php
typo fix
|
2014-02-06 16:22:39 +02:00 |
|
Qiang Xue
|
076c7cd38c
|
Fixes #2310
|
2014-02-05 22:45:52 -05:00 |
|
Qiang Xue
|
fb4b0ae98d
|
The scripts in asset bundles are now registered in View at the end of endBody(). It was done in endPage() previously
|
2014-02-05 22:45:26 -05:00 |
|
Qiang Xue
|
73dff0146c
|
doc improvement [skip ci]
|
2014-02-05 21:33:32 -05:00 |
|
Qiang Xue
|
e70817e887
|
Fixes #2336.
|
2014-02-05 21:18:53 -05:00 |
|
Qiang Xue
|
0994615851
|
removed duplicated query parameters.
|
2014-02-05 21:08:13 -05:00 |
|
Qiang Xue
|
13b7c8e866
|
refactored Pjax. Added title change support. [skip ci]
|
2014-02-05 20:49:38 -05:00 |
|
Qiang Xue
|
a872d60503
|
Fixes #2335.
|
2014-02-05 16:08:39 -05:00 |
|
Alexander Makarov
|
eb3c6866dd
|
Removed unused variable
|
2014-02-06 00:46:50 +04:00 |
|
Qiang Xue
|
2dc341f893
|
not sending csrf header in ajax response.
|
2014-02-05 14:29:29 -05:00 |
|
Alexander Makarov
|
97917e6580
|
Revert "Added yii\base\Module::getParam($name, $defaultValue = null) to conveniently work with application parameters"
This reverts commit 3b95aa9cd1.
|
2014-02-05 23:18:36 +04:00 |
|
Alexander Makarov
|
9c0572bff9
|
Fixed $model->load($data) returned true if $data and formName were empty
|
2014-02-05 22:08:47 +04:00 |
|
Alexander Makarov
|
3b95aa9cd1
|
Added yii\base\Module::getParam($name, $defaultValue = null) to conveniently work with application parameters
|
2014-02-05 18:20:21 +04:00 |
|
Alexander Makarov
|
b44e653c63
|
Merge pull request #2325 from infoza/master
Adding support for the X-HTTP-Method-Override header
|
2014-02-05 15:37:01 +03:00 |
|
pzaremba
|
7d96de6619
|
one more revert.
|
2014-02-05 13:30:32 +01:00 |
|
pzaremba
|
75ae3db906
|
Reverted changes unrelated to issue #2325
|
2014-02-05 13:27:15 +01:00 |
|
pzaremba
|
9b96338a63
|
Revert "fixing wrapping - my NetBeans has a mind of its own."
This reverts commit 80be824fc7.
|
2014-02-05 13:24:01 +01:00 |
|
pzaremba
|
80be824fc7
|
fixing wrapping - my NetBeans has a mind of its own.
|
2014-02-05 12:32:59 +01:00 |
|
pzaremba
|
0bf39f6e98
|
Adding support for the X-HTTP-Method-Override header.
|
2014-02-05 12:28:24 +01:00 |
|
Qiang Xue
|
646e371b44
|
Fixes #1812: Hide potential warning message due to race condition occurring to Session::regenerateID() call
|
2014-02-04 17:02:32 -05:00 |
|
Qiang Xue
|
fbd7ea735d
|
Merge pull request #2313 from Ragazzo/fixture_controller_global_fixtures_option
Fixture controller global fixtures option
|
2014-02-04 10:10:46 -08:00 |
|
Mark
|
663e898ba7
|
fixed docs, added checks
|
2014-02-04 21:00:52 +04:00 |
|
Qiang Xue
|
87b49414b1
|
Fixed globalOptions array issue.
|
2014-02-04 11:20:11 -05:00 |
|
Mark
|
cb8fc55a66
|
removed suffix, since it will be applied later in getFixturesConfig method.
|
2014-02-04 20:04:00 +04:00 |
|
Mark
|
14d303d479
|
added suffix
|
2014-02-04 19:56:01 +04:00 |
|
Mark
|
0e3fae36a4
|
added globalFixtures option
|
2014-02-04 19:54:45 +04:00 |
|
Qiang Xue
|
9669b321a6
|
Removed duplicated getAlias call.
|
2014-02-04 10:22:50 -05:00 |
|
Qiang Xue
|
9779e9c98d
|
Added support for using arrays as option values for console commands
|
2014-02-04 08:40:05 -05:00 |
|
Qiang Xue
|
bb2256a723
|
Fixes #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue)
|
2014-02-04 08:30:27 -05:00 |
|
Qiang Xue
|
00f34f390a
|
Fixes #2303: Fixed the bug that yii\base\Theme::pathMap did not support dynamic update with path aliases
|
2014-02-04 07:40:57 -05:00 |
|
Mark
|
ff987aa4b2
|
controller improved
|
2014-02-04 16:09:57 +04:00 |
|