Commit Graph

15391 Commits

Author SHA1 Message Date
Carsten Brandt
91f1ac1d99 fixed exception on malformed message in Messageformatter
this exception is thrown since PHP7
fix is compatible with older versions.

close #11644
fixes #11528
2016-07-04 10:42:39 +02:00
Kostas Thermos
d219b17e65 Test for MessageFormatter with broken pattern
close #11644
2016-07-04 10:42:39 +02:00
Nobuo Kihara
fa64ba29e1 Japanese Documentation updated [ci skip] (#11881)
* Japanese Documentation updated [ci skip]

* docs/guide-ja/input-multiple-models.md [ci skip]
2016-07-04 10:27:45 +03:00
Carsten Brandt
7126209037 make AccessRule::matchVerb() more reliable
related to #11857
2016-07-03 12:47:56 +02:00
Kanin Peanviriyakulkit
c66121d2b6 update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876) 2016-07-03 12:05:42 +02:00
Carsten Brandt
d9122a74a9 improved tests and docs for #11857 2016-07-03 11:02:25 +02:00
Carsten Brandt
0895f212c6 improved docs about tag option in HTML options 2016-07-03 10:57:47 +02:00
Carsten Brandt
3f643ff514 Merge pull request #11873 from yiijan/docs-ja-0703
Japanese Internal Documents updated [ci skip]
2016-07-03 10:33:59 +02:00
Nobuo Kihara
6abd19f72f docs/internals-ja updated [ci skip] 2016-07-03 10:42:54 +09:00
Nobuo Kihara
d8ba5eb458 docs/internals/release.md typo fixed [ci skip] 2016-07-03 10:42:04 +09:00
Alexander Makarov
4fd4ac04b1 Minor adjustments for #11462 2016-07-03 02:05:13 +03:00
Viktor Pikaev
30bb9bd7c8 Fixes #11462: Added support of filtering rules to yii\log\Target::$logVar, added \yii\helpers\BaseArrayHelper::filter() method 2016-07-03 01:56:05 +03:00
Alexander Makarov
16e4cab8f1 Fixes #11865: Fixed setting selected for dropdown list using options 2016-07-03 01:43:50 +03:00
DrDeath72
2c021f5ab8 Update CHANGELOG.md (#11871) [skip ci] 2016-07-02 21:32:31 +03:00
Alexander Makarov
6baf8dba4d Fixes #11870: Fixed reliablity of example code in "Getting Data for Multiple Models" 2016-07-02 21:10:00 +03:00
Alexander Makarov
3b5634bf8b Fixes #11863: Fixed usage of mb_substr with PHP < 5.4.8 where length of NULL was treated the same as 0 2016-07-02 21:06:39 +03:00
DrDeath72
779c8e0a01 Fixes #11857: yii\filters\AccessRule::$verbs could not be configured with any case of request method names 2016-07-02 20:46:03 +03:00
Alexander Makarov
894f832dca #11857: Added test for AccessRule matching by verb 2016-07-02 20:42:52 +03:00
lynicidn
e8bcb93507 Fixes #10681: Fixed active form beforeValidate wasn't triggered in some cases 2016-07-02 01:59:02 +03:00
Nikola Kovacs
2a05754ede Fix link in documentation (#11861) [skip ci] 2016-07-02 01:42:08 +03:00
Nikola Kovacs
4d93d68af9 Fix incorrect formatting in documentation (#11864) [skip ci]
The asterisks and underscores were interpreted as markdown formatting, which wasn't intended.

Also fix invalid link to FG_COLOR.
2016-07-01 19:15:36 +03:00
Nikola Kovacs
7e96db253d Add missing documentation for getSort (#11862) [skip ci] 2016-07-01 18:25:31 +03:00
Thiago
d9f1987d0f Fix for #11850 2016-07-01 11:16:01 +03:00
Alexander Makarov
debb467f42 Fixes #11847: Fixed yii\widgets\Pjax to properly respond with partials when custom selector is used for container 2016-06-30 11:47:21 +03:00
Bob van Leeuwen
1dc688e35f Fixes #11850: Introduced yii\widgets\Pjax::$submitEvent to be able to customize event triggering PJAX form submit 2016-06-30 11:34:18 +03:00
Alexander Makarov
84ef97e8d9 Changed translation status 2016-06-27 12:49:02 +03:00
Carsten Brandt
ee9d5d6600 note about composer branch alias on branch naming change 2016-06-27 03:24:38 +02:00
Carsten Brandt
7c1e3af8e0 add internal docs about making releases 2016-06-27 03:13:37 +02:00
Carsten Brandt
a6b16db233 adjust internal documentation according to #7812
close #11117
2016-06-27 01:55:36 +02:00
Carsten Brandt
0c6dbd8c87 Update code-of-conduct.md 2016-06-27 01:03:43 +02:00
Alexander Makarov
695f8e5676 Updated code of conduct 2016-06-27 01:35:06 +03:00
Alexander Makarov
608ab4055c Cleaned up changelog 2016-06-25 23:59:18 +03:00
Carsten Brandt
9cac1317b9 added test for #11801 2016-06-25 19:09:12 +02:00
Carsten Brandt
17d08cc0a4 fixed crash on non-string input to CSRF token
fixes #11822

also adding proper unit tests for validate CSRF token.
2016-06-25 18:22:27 +02:00
Mohammad Hosain
e43ff070cb Updated "fa" translation (#11738) [skip ci] 2016-06-25 18:59:58 +03:00
Robert Korulczyk
099b364b14 Fixed #9574: Implicit run ColumnSchemaBuilder::null() when default value is set to null. (#11813) 2016-06-25 15:52:11 +03:00
Robert Korulczyk
104712103b Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 2016-06-25 15:51:09 +03:00
Ondřej Vašíček
4931f3f123 Adds indexes on message tables which partly fixes #11725 (#11818)
* Adds indexes on message tables which partly fixes #11725

* Adds indexes on for other specific DB languages, which fixes #11725
2016-06-25 15:49:04 +03:00
Alexander Makarov
c370c17e93 Additional fix for ##11168 2016-06-24 17:32:01 +03:00
Cesar Nicola
348cc17dbb Fixes #11168: yii\helpers\BaseHtml now uses abstracted booleanInput() and activeBooleanInput() methods to render radio(), checkbox(), activeRadio() and activeCheckbox() 2016-06-24 00:01:46 +03:00
Sam Mousa
dfa292652d Fixes #11561: Fixed DI container throwing exceptions for optional dependencies 2016-06-23 23:53:28 +03:00
Sam Mousa
b30b5a99ea Fixes #11672: Fixed yii\validators\NumberValidator erroring when value is an object without __toString() method 2016-06-23 23:32:25 +03:00
Thiago Talma
60a2a54fc8 CheckboxColumn - Use CSS class to find the elements (#11729)
* Use CSS class to fetch the elements

* default null

* CHANGELOG.md

* CHANGELOG.md
2016-06-23 20:16:56 +03:00
Nobuo Kihara
e888102497 docs/guide-ja updated [ci skip] (#11809) 2016-06-23 18:06:52 +03:00
Nobuo Kihara
cf81f0e5be docs/guide-ja updated (#11798) [skip ci] 2016-06-22 02:29:12 +03:00
Alexander Makarov
ebef9039e8 Enhanced nginx config denying php files in /assets and .dotfiles access [skip ci] 2016-06-21 23:30:42 +03:00
nikhiltri
b3ff32f507 Add instructions for adding authorization to your controllers #11777 (#11791) [skip ci]
* Add instructions for adding authorization to your controllers

* Fixed typos
2016-06-21 23:07:42 +03:00
Alexander Makarov
0a4b1484e2 Moved advanced app docs to corresponding repository 2016-06-21 23:04:30 +03:00
Kalinin Alexandr
ab92c1eb49 Update concept-di-container.md (#11793) 2016-06-21 13:23:09 +02:00
Carsten Brandt
70e8bfa725 test against php 7.1 2016-06-20 23:40:57 +02:00