Carsten Brandt
8af941fb53
added note about usage to AR::instantiate()
...
fixes #2370
2014-02-10 10:51:16 +01:00
Qiang Xue
677ee94bb1
Fixes #2386
2014-02-09 13:54:01 -05:00
Qiang Xue
38df4801ba
Merge pull request #2381 from Ragazzo/fixture_controller_imporved
...
improved fixture command
2014-02-09 13:41:10 -05:00
Qiang Xue
dc644e69d2
Merge pull request #2376 from dilip-vishwa/patch-2
...
Changed csrf-var to csrf-param
2014-02-09 12:39:48 -05:00
Aleksandr Zelenin
4583c17923
gridview header/footer fix
2014-02-09 21:14:33 +04:00
Mark
325c7a18c4
improved fixture command
2014-02-09 18:30:49 +04:00
Dilip
aa669fab25
Update CHANGELOG.md
2014-02-09 19:25:25 +05:30
Dilip
04a7f6f5de
Update CHANGELOG.md
2014-02-09 19:20:37 +05:30
Carsten Brandt
7950b7930b
Merge pull request #2374 from mintao/master
...
Some missing base unit tests
2014-02-09 14:43:29 +01:00
Dilip
75fb261423
Update yii.js
2014-02-09 13:57:18 +05:30
Florian Fackler
7b61873425
Changed Exception wording to be more clear
2014-02-09 09:13:16 +01:00
Dilip
e87220bed4
Update Request.php
2014-02-09 09:07:33 +05:30
Dilip
2026eb85ac
Update BaseHtml.php
2014-02-09 09:03:38 +05:30
Dilip
85a8191f6e
Changed csrf-var to csrf-param
...
Changed csrf-var to csrf-param due to meta validation error. The validation error as mentioned in the issue https://github.com/yiisoft/yii2/issues/2363 . It is fixed in this pull request.
2014-02-09 08:50:51 +05:30
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