1068 Commits (e9c1eb1a9dea78ff075b77003d7e99b11f32d7e4)

Author SHA1 Message Date
Qiang Xue 739f6358cd Fixes #7637: Allow `yii\web\Request::validateCsrfToken()` to validate a manually provided token 10 years ago
Qiang Xue bf609cf327 Fixes #7957: Removed extra `parseFloat()` call for the `compare` js validator 10 years ago
Paul Klimov 378937f8d5 `yii\console\controllers\AssetController` provides dependency trace in case bundle circular dependency detected 10 years ago
Klimov Paul e9ecdf88f9 Fixed `yii\console\controllers\AssetController` does not create missing folders for the target bundles 10 years ago
John Was 901d640b55 Fixes #7973: Added `Schema::getSchemaNames` method 10 years ago
Alexander Makarov 87a824515f Renamed application template into project template in docs 10 years ago
Carsten Brandt 14c003acab improved error message on createDirectory 10 years ago
Alexander Makarov 1713a99c79 Fixes #7924: Migrations in history are now ordered by time applied allowing to roll back in reverse order no matter how these were applied 10 years ago
John Was 4d1ca9ff17 Fixes #7831: Add order when fetching database table names and constraints 10 years ago
Aleksey Loban af202f1ad8 Fixes #7912: Added `aria-label` to ActionColumn buttons 10 years ago
John Was 29304a185a Fixes #7833: Support (materialized) views and foreign tables along normal tables when fetching table schema 10 years ago
Alexander Makarov d1b724c818 Reordered changelog, added references to issue/pull request numbers 10 years ago
Jan Was 48255a446d Fixes #7867: Fixes findUniqueIndexes not to perform any processing on unique index on function for pgsql, Implemented findUniqueIndexes for oci and mssql 10 years ago
Jan Was 18b107ddf7 updated CHANGELOG.md 10 years ago
Qiang Xue 3abc07d16c Fixes #6642: Fixed the bug that using confirmation dialog via `data-confirm` in an `ActiveForm` may cause the dialog to appear twice 10 years ago
Qiang Xue 72c34cda1e Fixes #6871: Fixed the bug that using defaults and hostnames in URL rules may cause an out-of-range index issue 10 years ago
Qiang Xue 8e33fbfbff Fixes #7636: `yii\web\Session::getHasSessionId()` uses a more lenient way to check if session ID is provided in URL 10 years ago
Qiang Xue c01804d7c9 Fixes #7775: Added more strict check on controller IDs when they are being used to create controller instances on Windows 10 years ago
Qiang Xue ac623ab8f6 Fixes #7850: Added and to allow selectively caching cookies and HTTP headers 10 years ago
Qiang Xue 04e1da1a7d Added to allow caching cookies selectively and turn off cookie caching by default 10 years ago
Sidney Lins (slinstj, former sidtj) 41e5a8a83b Fixes #6975: Pressing arrows while focused in inputs of Active Form with `validateOnType` enabled no longer triggers validation 10 years ago
Carsten Brandt 0a6715bd0b enhanced default value for ListView Sort attribute labels 10 years ago
Alexander Makarov 52df3466f4 Reverted #7450: Don't add empty parameters to URL when filtering a grid (reverted from commit aba7710699) 10 years ago
Yurii K aba7710699 Fixes #7450: Don't add empty parameters to URL when filtering a grid 10 years ago
Alexander Makarov b7a29e38d9 Fixes #6895: Added `ignoreCategories` config option for message command to ignore categories specified 10 years ago
Alexander Makarov b6a591c720 Fixes #7571: HTTP status 500 and "An internal server error occurred." are now returned in case there was an exception in layout and `YII_DEBUG` is false 10 years ago
Carsten Brandt 65a2c54974 fixed unicode in FormatConverter escaping 10 years ago
Carsten Brandt fc0d322e12 Updated dependency to `cebe/markdown` to version `1.0.x`. 10 years ago
Carsten Brandt 08e0143c16 created Console::wrapText() to imrove console help output on small screens 10 years ago
callmez f60da03e07 Fixes #7562, fixes #6841: `yii help` now lists all sub-commands by default 10 years ago
SilverFire 12fe0c7b85 Fixes #7488: Added `StringHelper::explode` to perform explode with trimming and skipping of empty elements 10 years ago
Alexander Makarov 0eecb6ab1e Fixes #7529: Fixed `yii\web\Response::sendContentAsFile()` that was broken in 2.0.3 10 years ago
Qiang Xue 82c1136613 prepare for next release. 10 years ago
Qiang Xue 985119350b 2.0.3 release. 10 years ago
Artem Belov 81bcd116a8 Added "submenuTemplate" property for "items" config in Menu widget 10 years ago
Brandon Kelly 7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes 10 years ago
Yoyon Cahyono 8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value 10 years ago
Pavel 5ed412495e Added dot symbol to Html::getInputId() 10 years ago
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
Carsten Brandt 68f78f25e0 Update CHANGELOG.md 10 years ago
Qiang Xue 0eb27981cd Fixes #7440: Added support to automatically set the `maxlength` attribute for `Html::activeTextInput()` 10 years ago
Qiang Xue f57a517f6d Fixes #7449: Added `encode` option to allow not encoding select options for `Html::dropDownList()` and `Html::listBox()` 10 years ago
Anton Ivanov 9a52aab0f1 Enh #7449: `yii\helpers\Html::dropDownList()` and `yii\helpers\Html::listBox()` now supports Unicode characters in option text (yapi68) 10 years ago
Qiang Xue 5a63ae324e Fixes #7211: Query caching should properly deal with the case when query result is false 10 years ago
Alexander Makarov 796a0e6156 Fixes #7383: Fix precision loss in log timestamps when using `yii\log\DBTarget` 10 years ago
Alexander Makarov 7d0173db80 Added CHANGELOG 10 years ago
Qiang Xue 0f79732b8a Fixes #7425: `yii\widgets\ActiveField::radio()` should not generate the label twice 10 years ago
tom-- 4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 10 years ago
Qiang Xue a3ea7b774d Fixes #7350: Added `yii\helpers\Html::$dataAttributes` to support customizing data attributes. 10 years ago
Sidney Lins - WMaior.com f0cc302802 [i18n, #7301] Check ICU version in requirements warning when < 49 10 years ago