SilverFire - Dmitry Naumenko
fde8aa6bcb
Merge branch 'vaseninm-methods_for_schema_builder'
2016-04-19 18:09:32 +03:00
SilverFire - Dmitry Naumenko
adfcfa48b2
Updated CHANGELOG
2016-04-19 17:56:22 +03:00
SilverFire - Dmitry Naumenko
0fe27b9d3b
Refactored code in PR #9441
2016-04-19 17:48:25 +03:00
Aleksandr
341701f25a
russian translation and small fixes in original core-code-style.md
2016-04-19 12:24:20 +03:00
SilverFire - Dmitry Naumenko
c9dfc90be0
Merge branch 'methods_for_schema_builder' of https://github.com/vaseninm/yii2 into vaseninm-methods_for_schema_builder
2016-04-19 12:21:33 +03:00
Chris Harris
5316576361
Fixes after() column string builder ( #11362 )
2016-04-19 11:59:16 +03:00
Dmitry Naumenko
3e0d4677c8
Merge pull request #11380 from tunecino/patch-1
...
doc typo
2016-04-18 18:11:30 +03:00
Salem Ouerdani
b131904144
doc typo
...
not defined in parent. it is [yii\rest\ActiveController::checkAccess()](http://www.yiiframework.com/doc-2.0/yii-rest-activecontroller.html#checkAccess()-detail ).
2016-04-18 16:05:12 +01:00
Alexander Makarov
2c325fbd48
Added @since, adjusted changelog #9425
2016-04-18 12:49:22 +03:00
Dmitry Naumenko
f591eba48c
Merge pull request #11377 from otezz/docs-id
...
Improve Indonesian translation, punctuation and formatting
2016-04-18 12:40:05 +03:00
Seto Kuslaksono
9c5f40b191
Improve translation, punctuation and formatting
2016-04-18 16:07:46 +07:00
Alexander Makarov
df6cdf7ad5
Fixed code style
2016-04-18 10:14:20 +03:00
PowerGamer1
73eb62a3cd
DBMS specific workarounds for unsupported SQL92 form of SELECT EXISTS() ( #11369 )
2016-04-17 17:44:52 +03:00
Daniel Gómez Pan
27e7b6888a
fix language in example ( #11365 )
2016-04-16 17:56:39 +03:00
PowerGamer1
806eb57990
Fixes #9425 : ActiveQuery::exists() should generate SELECT EXISTS() ( #11363 )
2016-04-16 13:34:20 +03:00
Edgard Lorraine Messias
8d6b669bc6
Added more tests for mutex; ( #11359 )
2016-04-16 12:59:33 +03:00
MayraTellez
928d095c1b
[docs] [skip ci] the name method default() is incorrect ( #11361 )
2016-04-16 12:55:27 +03:00
Alexander Makarov
0c6c1eebd1
Better buffer usage description as suggested by @tom--
...
https://github.com/yiisoft/yii2/pull/11285#discussion_r59960199
2016-04-16 12:45:23 +03:00
muhammadcahya
79c86032d5
Fixed some typo and structure languange improvement in bahasa ( #11360 )
...
Fixed some typo
2016-04-15 08:10:28 +03:00
Misbahul D Munir
03ecc9d1d0
Initialize project for translating guide to bahasa ( #11356 )
2016-04-14 19:32:51 +03:00
Jitendra Joshi
80da506460
Fixes #11330 : Added note about RbacController namespace
2016-04-14 12:10:22 +03:00
Dmitry Naumenko
cf70d713d0
Merge pull request #11349 from yiijan/docs-ja-0413
...
docs/guide-ja updated [ci skip]
2016-04-14 08:16:10 +03:00
Nobuo Kihara
18e29dc4de
Merge branch 'master' into docs-ja-0413
2016-04-14 07:22:23 +09:00
h0ckeypl4yer
5e8a900a39
Merge pull request #1 from h0ckeypl4yer/fix-pjax-container
...
Fix Pjax container
2016-04-13 20:50:23 +03:00
h0ckeypl4yer
10a2954d13
Fix Pjax container
...
If we set client option "container", it will be ignored, because param "container" of function always set.
2016-04-13 20:49:33 +03:00
Nobuo Kihara
eb77667165
docs/guide-ja updated [ci skip]
2016-04-13 22:58:27 +09:00
Dmitry Naumenko
268fec1698
Merge pull request #11345 from yiijan/guide-0413
...
docs/guide pjax descriptions improved. [skip ci]
2016-04-13 16:58:18 +03:00
Nobuo Kihara
121f817618
docs/guide pjax descriptions improved.
2016-04-13 22:50:43 +09:00
Dmitry Naumenko
b15217e4bd
Merge pull request #11344 from ASlatius/patch-1
...
Update QueryInterface.php
2016-04-13 16:26:47 +03:00
A Slatius
293feeb522
Update QueryInterface.php
...
Missing closing bracket in OR condition example
2016-04-13 15:23:16 +02:00
Evgeniy Tkachenko
8001f2b259
Update BaseDataProvider.php ( #11342 )
2016-04-13 13:02:22 +03:00
Evgeniy Tkachenko
f6094ee519
Update Pagination.php ( #11343 )
2016-04-13 13:01:46 +03:00
zuozp8
95a7631e4f
fixes #11333 avoid serializing php7 errors ( #11335 )
...
fixes #11333
2016-04-13 05:52:48 +02:00
Alexander Makarov
6a80a132e2
Converted constant into local variable #11285
2016-04-12 16:34:47 +03:00
Alexander Makarov
2c611b410e
Adjusted changelog wording for #11285
2016-04-12 16:34:18 +03:00
Alexander Makarov
5f7cd1cbc4
Skipped RNG performance tests
2016-04-12 13:46:25 +03:00
Klimov Paul
2d5a0bf5ae
EachValidator::validateAttribute() fixed to restore original value on error
2016-04-12 12:00:33 +03:00
Klimov Paul
7bdc0787ac
Extra note add to EachValidator doc
2016-04-12 11:44:07 +03:00
Klimov Paul
205f16811a
Fixed yii\validators\EachValidator does not invoke validateAttribute() method of the embedded validator
2016-04-12 11:14:57 +03:00
Alexander Makarov
77996374a4
Fixes #10617 : Fixed yii\web\Request::getBodyParams() returned null instead of empty array if request body is empty and content type is application/json
2016-04-12 02:32:00 +03:00
maine-mike
ad6047e09f
Fixes #10480 : Fixed removing old identity cookie when loggin in as another user without logging out first
2016-04-12 02:19:34 +03:00
kidol
ff55874457
Fixes #11132 : Fixed yii\widgets\FragmentCache not handling empty content correctly in all cases
2016-04-12 02:03:27 +03:00
Alexander Makarov
7976aaeb59
Merge pull request #11285 from yiisoft/security-enhancements
...
Security enhancements
2016-04-12 02:02:18 +03:00
Alexander Makarov
6b00d3519c
Added changelog
2016-04-12 02:01:41 +03:00
Angel Guevara
02329a4f65
[docs] pjax examples and explanations ( #11316 )
...
* [docs] pjax examples and explanations
* minor fixes
* other minor changes
* documentation for pjax and activeform
* style fix
* fix #2414 small change
* gramatic changes
2016-04-11 23:35:47 +03:00
Alexandr
0d81e351f0
Changed new instance creation style
2016-04-11 19:39:50 +03:00
Bizley
88d79f78eb
Guide pl ( #11321 )
...
* caching fragment
* guide PL
Previous sections update
Tutorial: shared hosting
2016-04-10 21:09:46 +03:00
Nobuo Kihara
5d80efee5c
updated docs/guide-ja [skip ci] ( #11319 )
2016-04-10 16:05:40 +03:00
SilverFire - Dmitry Naumenko
83fc2446cf
Fixed CHANGELOG lines duplication
2016-04-09 20:48:33 +03:00
mdmunir
d437c4bd37
Add session migration
2016-04-09 20:45:59 +03:00