Commit Graph

6804 Commits

Author SHA1 Message Date
Carsten Brandt
740a97de49 fixed file helper docs about ordering in findFiles()
fixes #12546
2016-09-16 09:45:09 +02:00
SilverFire - Dmitry Naumenko
9931324e48 Fixed regression in View::registerJsFile, View::registerCssFile
Closes #12544
2016-09-15 21:23:19 +03:00
SilverFire - Dmitry Naumenko
fd54ff2212 Update PHPDoc 2016-09-15 20:20:45 +03:00
Dmitry Naumenko
0bf6c71b33 Merge pull request #12547 from almirb/patch-1
Update Security.php
2016-09-15 20:17:32 +03:00
SilverFire - Dmitry Naumenko
5ef5005e49 Updated PHPDocs, fixes #12545 2016-09-15 19:51:49 +03:00
Almir Bolduan
6c1fe1a137 Update Security.php
Corrected description for method decryptByKey().
2016-09-15 13:45:45 -03:00
Carsten Brandt
ee8a8e90f8 update urlnormalizer docs 2016-09-15 14:52:32 +02:00
Roman Grinyov
2063115982 Docblock: jquery -> jQuery, javascript -> JavaScript (#12534) [skip ci] 2016-09-13 21:11:52 +02:00
Roman Grinyov
adde31ef10 Docblock: javascript -> JavaScript (#12533) [skip ci] 2016-09-13 21:02:58 +02:00
Klimov Paul
bda1dbe004 Fix unit test 2016-09-13 12:33:07 +03:00
Klimov Paul
821f035c90 UrlManager::normalizer disabled by default 2016-09-13 12:21:40 +03:00
Klimov Paul
0450b2002a Added missing @since 2016-09-13 11:26:50 +03:00
Klimov Paul
61144cb549 Merge branch 'master' of github.com:yiisoft/yii2 2016-09-13 11:26:13 +03:00
Klimov Paul
7acd3b6400 Fixed namespace path resolve on Windows at BaseMigrateController 2016-09-13 11:25:48 +03:00
SilverFire - Dmitry Naumenko
78edcd0b51 Fixed typo in yii\web\View::registerJsFile() 2016-09-12 18:23:29 +03:00
Paul Klimov
8aa0e85a07 Add migration namespace support (#12511)
namespace support added to `BaseMigrateController`
2016-09-12 14:01:04 +03:00
SilverFire - Dmitry Naumenko
c25296f2e2 Updated CHANGELOG 2016-09-12 10:13:47 +03:00
SilverFire - Dmitry Naumenko
c66b845f48 Revert "Fixed #11973: yii\helpers\BaseHtml::getAttributeValue() fixed to work with items[] notation correctly"
This reverts commit 3fcc26996b.
2016-09-11 22:13:59 +03:00
SilverFire - Dmitry Naumenko
5dc0b1ad59 Updated CHANGELOG 2016-09-11 21:18:58 +03:00
SilverFire - Dmitry Naumenko
8ec60e3d9b Merge branch '12423-migration-tool' of https://github.com/pana1990/yii2 into pana1990-12423-migration-tool 2016-09-11 21:17:43 +03:00
Daniel Gomez Pan
ae42d7b281 Fix #12423 Fix bug migration tool when creating fields with brackets in comment 2016-09-11 18:03:09 +02:00
SilverFire - Dmitry Naumenko
164c09a5fd Updated CHANGELOG 2016-09-10 15:43:56 +03:00
SilverFire - Dmitry Naumenko
c3622bb1ad Added tests for #10429 2016-09-10 15:41:39 +03:00
Evgeniy Tkachenko
fd6dd73cec AssetManager::getAssetUrl() fixed to get URL when appendedTimestamp is true 2016-09-10 12:46:54 +03:00
Dmitry Naumenko
5d91ed520c Merge pull request #12305 from rob006/fix-11323-bc
Fix BC break for `UniqueValidator` custom message
2016-09-09 13:41:28 +03:00
SilverFire - Dmitry Naumenko
494842636e 📖 Fixed client-side and server-side grammar in all files 2016-09-08 10:16:02 +03:00
Paul Klimov
4e59607c9d MultipartFormDataParser added (#12466)
`MultipartFormDataParser` added
2016-09-07 12:05:32 +03:00
Klimov Paul
22a224d232 Usage of extract() at Session::setCookieParamsInternal() removed 2016-09-07 11:42:33 +03:00
SilverFire - Dmitry Naumenko
eb02b362be Revert "Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility"
This reverts commit f7bd7c2b6b.
2016-09-07 11:33:57 +03:00
SilverFire - Dmitry Naumenko
f7bd7c2b6b Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility 2016-09-06 22:50:00 +03:00
SilverFire - Dmitry Naumenko
153eb07b0f HtmlHelper::errorSummary() - PHPDocs updated 2016-09-06 22:30:31 +03:00
PowerGamer1
9e02e89fae Added ability to skip duplicate error messages and show all error messages in errorSummary.
Update CHANGELOG.md
2016-09-06 22:26:12 +03:00
Klimov Paul
ed0603b706 Fixed yii\web\Request::getBodyParams() does not pass full 'content-type' value to yii\web\RequestParserInterface::parse() 2016-09-05 14:49:16 +03:00
Carsten Brandt
487b2cb439 make db\Connection phpdoc more clear
fixes #12429
2016-09-05 12:36:07 +02:00
Carsten Brandt
f006db9b2b update docs of AR::update()
fixes #12461
2016-09-05 11:57:08 +02:00
Klimov Paul
48b0b962b8 Added yii\base\Event::offAll() method allowing clear all registered class-level event handlers 2016-09-05 12:46:43 +03:00
Klimov Paul
ea03f56d42 BaseActiveRecord methods canGetProperty() and canSetProperty() improved to handle attribute list fetching failure. 2016-09-05 12:22:09 +03:00
__FresHmaN
b764a7a21e Disable slaves when execute migrations to resolve master-slave replication no-sync (#12460)
Resolve #12446
2016-09-05 10:57:29 +03:00
Robert Korulczyk
7d1ef4c054 Improvements for handling redirections produced by UrlNormalizer (#12451) 2016-09-04 11:03:19 +03:00
Bizley
3deb6900b8 Yii 2 name fix (#12448)
To match Documentation Style Guide

> Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)
2016-09-03 22:02:33 +02:00
__FresHmaN
af189518a3 removed incorrect docblocks 2016-09-03 14:02:40 +03:00
Roman Grinyov
b668970a80 Small corrections in docblocks (#12443) [skip ci] 2016-09-02 23:39:29 +03:00
Robert Korulczyk
d5d36a9c40 Fix phpdoc for UrlNormalizer::normalizeRoute() [skip ci] (#12444) 2016-09-02 23:38:49 +03:00
Paul Klimov
2fe0a405a9 fix for #9027 - UploadedFile early instantiation problem (#12439)
fix for #9027 - UploadedFile - class instance is created on demand when getInstance or getInstances called, not when loadFiles called
2016-09-02 17:27:59 +03:00
Evgeniy Tkachenko
5df0ebceea phpDoc: Update ActiveField::label() 2016-09-02 12:05:33 +03:00
Robert Korulczyk
9d882e53fe Fixes #12431: Fix bug when lock file was not removed after yii\mutex\FileMutex::release() 2016-09-01 23:50:05 +03:00
DrmagicE
b3081e53a5 Fixed bug in yii\db\mysql\QueryBuilder (#12428)
Bug in yii\db\mysql\QueryBuilder class on insert empty columns
2016-09-01 17:47:46 +03:00
Robert Korulczyk
6a9e9df8d6 Fix phpdoc for UrlNormalizer [skip ci] (#12417) 2016-08-31 23:16:49 +03:00
Robert Korulczyk
ecfaa9875d Fix phpdoc for constants in db\Schema [skip ci] (#12418) 2016-08-31 23:16:22 +03:00
Alexander Makarov
b2c92d3f4b Fixes #12382: Changed yii\widgets\MaskedInput to use jQuery instead of $ to prevent conflicts 2016-08-31 18:54:28 +03:00