- 12 Aug, 2014 9 commits
-
-
Carsten Brandt authored
Created ArrayCache class
-
Alexander Makarov authored
[ci skip] Docs guide russian translation: translated rest-authentication.md into Russian
-
Vadim Belorussov authored
-
Vadim Belorussov authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR
-
Qiang Xue authored
-
-
Carsten Brandt authored
also fixed an issue with default value loading of bool columns. fixes #3489, fixes #4085, fixes #3920 related to #4672
-
- 11 Aug, 2014 24 commits
-
-
Carsten Brandt authored
fixes #4654
-
Nikitin Vitaly authored
close #4655
-
Carsten Brandt authored
-
Alex-Code authored
`$config` can now be a closure that will have the `$configInstance` passed as the first param. updated docs. close #4656
-
Alexander Makarov authored
Fixes #4122: `Html::error()` and `Html::errorSummary()` are now accepting `encode` option. If set to false it prevents encoding of error messages
-
Alexander Makarov authored
-
Carsten Brandt authored
- can be used to enable caching in a request without the need for any storage - useful for example in complex console tasks that should still be independed
-
Evgeniy Tkachenko authored
-
abrahamy authored
Fixes #4371: Active form client validation wasn't working in case of two models having same named fields When rendering multiple models in the same ActiveForm if any of the field names in the two models is the same then the corresponding attribute in the yiiActiveForm object in yiiActiveForm.js (ie $('form').data('yiiActiveForm').attributes) of the first rendered model is overwritten by the attribute of the last model causing the client-side validation for the overwritten field not to run at all. Example: given two models Car and Owner with attributes {make, age} and {name, age} then if the Car is rendered first its age attribute will not have any client validation.
-
Alexander Makarov authored
-
Alexander Makarov authored
Docs guide russian translation: translated rest-routing.md into Russian
-
Vadim Belorussov authored
-
mcd.php authored
Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used
-
Vadim Belorussov authored
-
Alexander Makarov authored
Translated docs/guide/rest-controllers.md into Russian
-
Vadim Belorussov authored
-
Vadim Belorussov authored
-
Carsten Brandt authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Provide aggregate test runner
-
Anton Andersen authored
-
Anton Andersen authored
-
Anton Andersen authored
-
- 10 Aug, 2014 5 commits
-
-
Qiang Xue authored
Update db-active-record.md to correct a minor typo
-
Jawad authored
changed problem to problems to correct a minor typo.
-
Alexander Makarov authored
Smarty improvements
-
Alexander Makarov authored
-
Qiang Xue authored
Fixes #4597: `yii\composer\Installer::setPermission()` supports setting permission for both directories and files now (qiangxue)
-
- 09 Aug, 2014 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #4659: adjusted nginx config in docs to serve 404 instead of "no input file specified" when accessing non-existing PHP file
-