Borales
36aab9e36c
Removing @since tag
2014-02-13 16:42:08 +02:00
Borales
0a27360cd8
Adding @since tag and changelog line
2014-02-13 16:41:27 +02:00
Borales
a32753b5e5
#2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js
2014-02-13 16:13:22 +02:00
Alexey Samoylov
afb4aaefd8
error summary tag mistype
2014-02-13 13:42:35 +08:00
Qiang Xue
4e6aa21198
The directory holding email templates is renamed from mails to mail
2014-02-12 15:01:01 -05:00
Qiang Xue
f59598bb8b
Added support for building SQLs with sub-queries
2014-02-11 23:23:02 -05:00
Qiang Xue
92fb014980
Fixes #2405 : The CSS class of MaskedInput now defaults to form-control
2014-02-11 16:36:00 -05:00
Qiang Xue
1cd3f2bbd7
Fixed test break.
2014-02-11 10:22:23 -05:00
Qiang Xue
65a8eae717
Fixes #2399 : Fixed the bug that AssetBundle did not handle relative URLs correctly
2014-02-11 08:33:46 -05:00
Qiang Xue
80d69a6551
Renamed csrfParam back to csrfVar for consistency.
2014-02-10 11:27:54 -05:00
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