1425 Commits (c3bb3c40f07a410e77d76a6508c230fc97e755d7)

Author SHA1 Message Date
Alexander Makarov cfbe50e96d Fixes #11026: Fixed `StringHelper::truncateWords()` to count words properly for non-English text 9 years ago
githubjeka 8e1ec62191 update BooleanValidator 9 years ago
Daniel Gomez Pan 7dc984d359 Fixed #8779: Automatically set enctype form option when using file input field 9 years ago
particleflux 1dfab19b77 Fixes #11137: Added weak ETag support to `yii\filters\HttpCache`. It could be turned on via setting `$weakEtag` to `true` 9 years ago
Alexey 5e1e42839f Fixes #11188: Fixed wrong index usage in `CaptchaAction` when calling `imagefilledrectangle` 9 years ago
Damian Zajkowski 3fb85fb84e Fixing VarDumper for throwing PHP Fatal when dumping __PHP_Incomplete_Class. #11196 issue. 9 years ago
Alexander Makarov 706b98ee0f Changelog for #11187 9 years ago
SilverFire - Dmitry Naumenko 2de79d7ee4 CHANGELOG reordered 9 years ago
Sam Mousa c7436909f4 Added optional `$checkHeader` param to loginRequired for checking the Accept header; defaults to `true`. 9 years ago
SilverFire - Dmitry Naumenko 3298ea6b31 Updated CHANGELOG 9 years ago
SilverFire - Dmitry Naumenko a0f9bf2893 Fixed `yii\web\UploadedFile::getBaseName()` to be multibyte-safe, added test 9 years ago
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
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
SilverFire - Dmitry Naumenko 7229b3aa7d QueryBuilder::buildAndCondition() - added Expression value extraction 9 years ago
SilverFire - Dmitry Naumenko ab0bb308ba Updated CHANGELOG and UPGRADE.md 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
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
Alexander Makarov 8b4fd5c028 Updated changelog 9 years ago
Daniel Gomez Pan 06a4207695 WIP #10840: update changelog [skip ci] 9 years ago
SilverFire - Dmitry Naumenko ded158ed43 Updated CHANGELOG 9 years ago
Klimov Paul 779b1e90ce `yii\validators\DateValidator` skip validation for `timestampAttribute`, if it is already in correct format 9 years ago
Daniel Gomez Pan 921b102961 Fixed #10969: generator migration tool not works with decimal params in column 9 years ago
Carsten Brandt 645e78e832 fixed message formatter for input where no parameters are provided 9 years ago
Carsten Brandt af75262541 fixed sqlite bigPk creation 9 years ago
Carsten Brandt c5a60ce2ec Avoid `new $this->modelClass` in ActiveQuery::findWith() 9 years ago
SilverFire - Dmitry Naumenko f390e8c069 Updated CHANGELOG 9 years ago
Klimov Paul 2fe7ed05f0 Fixed setup of 'definitions' and 'aliases' at `yii\widgets\MaskedInput` 9 years ago
SilverFire - Dmitry Naumenko 1e1baec6e6 Reverted c478199 9 years ago
SilverFire - Dmitry Naumenko c478199937 Added property `yii\web\DbSession::encodeData` to encode/decode session data in base64 on session read/write 9 years ago
Sam Mousa 16a6af5fa8 Add helper function for checking if an object is an array-like object. 9 years ago
Alexander Makarov 80e9331fe0 Spelling fixes, `BaseArrayHelper::index()` parameter `groupBy` renamed to `groups` 9 years ago
SilverFire - Dmitry Naumenko 367fddc1f3 ArrayHelper::index() - updated CHANGELOG, UPGRADE, guide 9 years ago
SilverFire - Dmitry Naumenko 2201bf14e2 Fixed parameters binding to the SQL query in `yii\db\mysqlSchema::findConstraints()` 9 years ago
SilverFire - Dmitry Naumenko 7aef671872 Refactored FileHelper::validateMimeType, js validaton, PHPDocs 9 years ago
kirSeNN a4c68b5278 #5469 added mimetype mask validation feature 9 years ago
Carsten Brandt cdf01f357a fixed changelog for HTMLPurifier 9 years ago
Chris Harris c50ba2e800 Fixed comment [skip ci] 9 years ago
Chris Harris d18563bd38 Fixed comment formatting. Renamed ColumnSchemaBuilder::CAT_TEXT to ColumnSchemaBuilder::CAT_STRING. [skip ci] 9 years ago
Chris Harris 51b99320bd Sqlite specific schema builder class actually gets loaded now 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
Alexander Makarov d7f6f11193 HTMLPurifier dependency updated to ~4.7.0 9 years ago