6927 Commits (bd39b53985371079250edd5492d37217ba5d7134)

Author SHA1 Message Date
hiscaler 75db69f90a Fixed `yii\web\UploadedFile::getBaseName()` to work with UTF-8 file names 9 years ago
DrDeath72 8757088f5f `yii.js` - fixed `getQueryParams()` function to handle URLs with anchors correctly 9 years ago
Taras Gudz 151610f611 Fixed #10784 9 years ago
SilverFire - Dmitry Naumenko a0e614eb20 `yii\validators\EachValidator` injects specific attribute value in error message parameters 9 years ago
LAV45 049ea37f77 Fixes #10993: Fixed `yii\rbac\DbManager::removeAllRules()` and `yii\rbac\PhpManager::removeAllItems()` 9 years ago
Alexander Makarov c17f887583 Added `StringHelper::countWords()` that given a string returns number of words in it 9 years ago
Alexander Makarov b6d26a12e9 Fixes #11052: Fixed `HtmlPurifier` configuration sequence 9 years ago
Dmitry Khlystov 7eff23886c Fixes #10726: Added `yii\rbac\ManagerInterface::canAddChild()` 9 years ago
fps01 258175149d Fixes #11125: Fixed `JSON_ERROR_SYNTAX` for `json_decode(null)` in PHP 7 9 years ago
Alexander Makarov d3b5f4a284 Fixes #3656: Encode / in "r" query parameter in docs as it really is 9 years ago
Carsten Brandt d82bf74f41 fixed removal of empty lines in array in phpdoc controller 9 years ago
Chris Harris 5c4001d84b Schema Builder Patterns Excel document in /docs folder (temp storage). 9 years ago
githubjeka 9824da5883 update phpDoc of \yii\widgets\ActiveField::error 9 years ago
SilverFire - Dmitry Naumenko 7229b3aa7d QueryBuilder::buildAndCondition() - added Expression value extraction 9 years ago
CedricYii 2bd14098f9 Fix Expression parameter binding in 'And' clause 9 years ago
Jitendra Joshi 8476997800 MySQL default column type for TimestampBehaviour 9 years ago
Alexander Makarov 60be6389bf Fixes #11081 9 years ago
SilverFire - Dmitry Naumenko f3b02186b0 Updated UPGRADE.md 9 years ago
SilverFire - Dmitry Naumenko 5a425b2528 BaseArrayHelper::index() updated PHPDoc 9 years ago
SilverFire - Dmitry Naumenko ab0bb308ba Updated CHANGELOG and UPGRADE.md 9 years ago
Taras Gudz 91e2c71826 Fixes #@11071 9 years ago
izemize e8ffc3947b Update yii.php 9 years ago
Klimov Paul e4d9ed5182 code style fix 9 years ago
SilverFire - Dmitry Naumenko 8e1ab29592 Changelog updated 9 years ago
Sam Mousa c4e782725c Fixed cache key collision in `yii\web\UrlManager::createUrl()` 9 years ago
Robbert Jan van de Velde c7f365910d Fixed handling of intervals of 0 seconds in yii\i18n\Formatter::asDuration(). 9 years ago
nainoon 07fba18cf3 updated thai translation 9 years ago
Ni-san 77599dc179 fixes #11040: make copyDirectory method work correctly with parameter 'recursive' 9 years ago
SilverFire - Dmitry Naumenko 6987fb5d54 Fixed Captcha client side validation after image refresh, when controller is under module 9 years ago
Daniel Gomez Pan 1989494faa Console command aliases enhancements 9 years ago
Alexander Makarov 8b4fd5c028 Updated changelog 9 years ago
Daniel Gomez Pan 9088d49990 fix name method 9 years ago
Daniel Gomez Pan 4a5a80b1ce WIP #10870: improvement docs [skip ci] 9 years ago
Newerton cdd14d81e7 Update pt-BR translation 9 years ago
Klimov Paul 2cf7e35074 Check for timestamp at `yii\validators\DateValidator` improved 9 years ago
Daniel Gomez Pan 06a4207695 WIP #10840: update changelog [skip ci] 9 years ago
Daniel Gomez Pan 1ce21cd927 WIP #10840: rename key 'alias' to '_aliases' 9 years ago
Chris Harris 12d5f55a3e Doc. formatting [skip ci] 9 years ago
Chris Harris 98ac811858 Unsigned switch is now set when calling `unsigned()` on pks. 9 years ago
Chris Harris 2f91889b70 Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
Daniel Gomez Pan ac73aeebed update message-es [skip ci] 9 years ago
Daniel Gomez Pan 5dcfb19112 remove unnecesary check 9 years ago
Chris Harris b697e173fc Fixed `unsigned()` modifier to enable use with PKs. 9 years ago
DrDeath72 e50b300a0f string array replace change 9 years ago
Chris Harris 553cca642c Reverted `unsigned()` pk modifier 9 years ago
SilverFire - Dmitry Naumenko ded158ed43 Updated CHANGELOG 9 years ago
Chris Harris f7d23f662d Made base `QueryBuilderTest` abstract to exclude it from tests. Added upgrade notes. 9 years ago
Klimov Paul 779b1e90ce `yii\validators\DateValidator` skip validation for `timestampAttribute`, if it is already in correct format 9 years ago
Chris Harris 030ee68b01 Testing `unsigned()` modifier on PKs (now `$this->primaryKey()->unsigned()` works) 9 years ago
MaximAL be44d265e2 Fix accidental `getResponseHeader()` fails 9 years ago