Commit Graph

15402 Commits

Author SHA1 Message Date
Carsten Brandt
85d89e4893 fixed mysql defaul integer display width on unsigned pk
fixes #11541
2016-08-08 10:47:34 +02:00
Carsten Brandt
10ba47d841 fixed docs in ActiveField 2016-08-08 10:39:28 +02:00
jaaf
7b66a0f52a Documentation translation 3 files corrected, 1 file added (#12094)
* Corrections dans concept-aliases.md version fr

* Some correction in intro-upgrade-from.md French version

* some corrections in start-databases.md French version

* added translation of structure-applications.md  French version

* adding source change in translation of concept-alias.md

* adding source change in translation of intro-upgrade-from-v1.md
2016-08-08 10:34:49 +02:00
Nikola Kovacs
08a1592560 grammar and style fixes in rest-quick-start (#12086) 2016-08-05 22:30:05 +02:00
Nikola Kovacs
6268b12157 fix grammar in rest-controllers.md (#12087) 2016-08-05 22:15:42 +02:00
Nikola Kovacs
401cd62a4b Fix link in rest-response-formatting.md (#12088) 2016-08-05 22:14:59 +02:00
SilverFire - Dmitry Naumenko
c9f500b3ed Updated CHANGELOG 2016-08-05 17:33:52 +03:00
Dmitry Naumenko
834f77ec13 Merge pull request #11715 from uaoleg/patch-4
Fix scope for multiple forms file inputs
2016-08-05 17:26:08 +03:00
SilverFire - Dmitry Naumenko
3fcc26996b Fixed #11973: yii\helpers\BaseHtml::getAttributeValue() fixed to work with items[] notation correctly 2016-08-05 15:08:51 +03:00
Dmitry Naumenko
418b27326c Merge pull request #12069 from SilverFire/12069-revert-activeform-validation
Reverted fix of beforeValidate event calling in `yii.activeForm.js`
2016-08-05 13:56:42 +03:00
Paul Klimov
a53c1f9525 Added yii\behaviors\AttributeTypecastBehavior (#12067)
Added `yii\behaviors\AttributeTypecastBehavior`
2016-08-05 13:26:26 +03:00
Dmitriy Makarov
5d09f32b3b Added logger tests of the following methods: (#12083)
- getDbProfiling()
- calculateTimings()
- getElapsedTime()
- getLevelName()
- getProfiling()
2016-08-05 10:34:29 +02:00
Alexander Makarov
01c4dde202 Added tests for column schema builder comment() method 2016-08-05 02:22:46 +03:00
Alexander Makarov
8a9c8a8953 Fixes #11907: Fixed yii\helpers\Console::getScreenSize() on Windows was giving out width and height swapped 2016-08-05 01:33:52 +03:00
Alexander Makarov
496de65ee2 Fixes #12053: ./yii migrate/create was generating wrong code when using bigPrimaryKey 2016-08-05 01:09:55 +03:00
Daniel Gomez Pan
cffb3832d1 Fixes #12028: Add -h|--help option to console command to display help information 2016-08-05 00:52:45 +03:00
Newerton
f6ff90f672 Fixes #12082: Used jQuery.on( instead of event method to ensure forwards compatibility 2016-08-04 21:56:46 +03:00
Dmitriy Makarov
dc4a4b456c Test for logger, flush method (#12041)
* Added test for logger, flush method
- testFlushWithoutDispatcher
- testFlushWitDispatcherAndDefaultParam
- testFlushWitDispatcherAndDefinedParam

* Used 'yii\\log\\Dispatcher' instead of Dispatcher::class as parameter for the getMock method
2016-08-04 20:19:04 +03:00
Klimov Paul
f1af3133c9 composer.lock restored 2016-08-04 17:43:52 +03:00
Alexander Zlakomanov
9d5bf60a89 Added Oracle mutex 2016-08-04 17:35:50 +03:00
kir86975
68d9e282ed Update rest-resources.md (#12081) [skip ci] 2016-08-04 14:56:17 +03:00
Robert Korulczyk
993f2aef28 Fixes #11275: Added possibility of unset or force replace former value in ArrayHelper::merge() 2016-08-03 22:49:49 +03:00
DumpOfTheVar
0ac161b69d fix mistake in dependency injection section of documentation (#12066) 2016-08-03 11:52:27 +02:00
Dmitriy Makarov
51d9c288cb Added missing 'LEVEL_PROFILE' (#12068) 2016-08-03 11:11:50 +03:00
SilverFire - Dmitry Naumenko
ffb121ba63 Reverted fix of beforeValidate event calling in yii.activeForm.js 2016-08-03 09:04:37 +03:00
Aris Karageorgos
1c65516153 Update AuthMethod.php (#12063) [skip ci] 2016-08-02 11:30:01 +03:00
Klimov Paul
01e2ba1d28 BC for JsonSerializable at BaseJson::processData() restored 2016-08-01 10:38:51 +03:00
Klimov Paul
acfe21b400 Fixed yii\helpers\Json::encode() encodes empty array returned by JsonSerializable::jsonSerialize() as object 2016-08-01 10:31:10 +03:00
Alexander Makarov
9f71bf400e Fixes #12038: Introduced yii\base\ViewNotFoundException which is thrown when views file doesn't exists, used it in ViewAction 2016-07-30 15:07:56 +03:00
Alexander Makarov
ce65e23851 #10583 check for sent content before attempting to regenerate headers in debug mode 2016-07-30 01:18:52 +03:00
Alexander Makarov
b2fbbdf5d7 Reverted non-suppression of session_start since it seems it's not possible to achieve same behavior w/o it #10583 2016-07-30 01:09:39 +03:00
Alexander Makarov
25e0a879d6 Added output check for session handler #10583 2016-07-30 00:57:49 +03:00
Alexander Makarov
ffb7ca2a78 Removed unused import 2016-07-30 00:18:14 +03:00
Alexander Makarov
876ef142c1 Remove explicit property initialization with null 2016-07-30 00:18:05 +03:00
Alexander Makarov
9b1b4fc5fa Added missing phpdoc 2016-07-30 00:02:51 +03:00
Alexander Makarov
33a45b196c Additional optimization for #12048 2016-07-29 23:37:41 +03:00
Alexander Makarov
0dbe589bf5 Fixes #12048: Improved message extraction command performance 2016-07-29 23:35:09 +03:00
Alexander Makarov
c7d5e69cda Eliminated unused variables 2016-07-29 23:06:38 +03:00
Alexander Makarov
ef4885f478 Removed unnecessary semicolon 2016-07-29 22:57:47 +03:00
Alexander Makarov
0061692e60 Replaced unnecessary double quotes with single quotes 2016-07-29 22:56:38 +03:00
Alexander Makarov
7c6f76cb1a Fixes #10583: Do not silence session errors in debug mode 2016-07-29 22:44:04 +03:00
Alexander Makarov
c249cf5652 Changelog for #12045 2016-07-29 16:27:38 +03:00
Dmitriy Makarov
5189693560 Added 'LEVEL_PROFILE' to the map of levels (#12045) 2016-07-29 16:25:03 +03:00
SilverFire - Dmitry Naumenko
9a82e1a01f CHANGELOG updated 2016-07-29 12:02:09 +03:00
Alexander Makarov
c584acd296 Reverted accidental change 2016-07-29 00:57:10 +03:00
Alexander Makarov
edc62172fa Fixes #12037: Fixed 2.0.7 regression in memcahe/memcached cache backend 2016-07-28 23:35:31 +03:00
Dmitriy Makarov
b2b2cb2ada Added more tests for logger (#12034)
- testLogWithTraceLavel
- testLogWithFlush
2016-07-28 19:43:03 +03:00
Егор Малыгин
a2123d8bb9 Fixed typo in BaseMigrateController.php (#12033) 2016-07-28 16:34:48 +03:00
SilverFire - Dmitry Naumenko
aaff45ebf1 Revert "Fixes #11972: Fixed active form afterValidate wasn't triggered in some cases"
This reverts commit 8211dcc41b.
2016-07-28 13:13:09 +03:00
Klimov Paul
8de6a5117c Fixed yii\base\Model::offsetExists() throws an exception on un-existing field 2016-07-28 12:33:16 +03:00