5624 Commits (140a81af05493d37de69f29db9244ab716482047)

Author SHA1 Message Date
Qiang Xue 23d8cede64 Fixes #7409: Allow `yii\filters\auth\CompositeAuth::authMethods` to take authentication objects 10 years ago
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
CthulhuDen dad47b433e do not extra convert to floats in CompareValidator client code 10 years ago
Paul Klimov 378937f8d5 `yii\console\controllers\AssetController` provides dependency trace in case bundle circular dependency detected 10 years ago
Klimov Paul 97c0ffc836 Creating target dir at `yii\console\controllers\AssetController::buildTarget()` refactored 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 9f8ca6b3db Removed join according to https://github.com/yiisoft/yii2/issues/7958#issuecomment-88872600 10 years ago
Alexander Makarov 87a824515f Renamed application template into project template in docs 10 years ago
Jan Was 356d1b98a7 fix fetching pgsql indexes for older server versions 10 years ago
Jan Was ec7bbe1914 fix fetching pgsql constraints for older server versions 10 years ago
Steven Michaels 5fc927c959 AttributeBehavior documentation cleanup [ci skip] 10 years ago
Yasser Hassan daab0e9aef Fixing typo. 10 years ago
Carsten Brandt 14c003acab improved error message on createDirectory 10 years ago
tom-- 4089c29a09 old C-prefix class name 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
Steven Michaels 748e68f98d Fixing broken doc links to ContentNegotiator 10 years ago
Qiang Xue 19ca5a1584 Fixes #7637. 10 years ago
John Was 664958548f fix oci\Schema::findConstraints() and pgsql\Schema::findTableNames(); added missing view to oci tests 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
John Was 4f49feee8d fixes #7757: in oci schema fix query results row keys case when PDO::ATTR_CASE is set to PDO::CASE_LOWER 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
Steven Michaels 3cddd3bab4 Include ruleTable in list of customizable tables [ci skip] 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
Carsten Brandt 92b1ba77db improved phpdoc of ActiveForm 10 years ago
Carsten Brandt 16c94efaf5 improved error messages in FileHelper 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
Alexander Makarov 371fa3f241 Fixes #7856: Fixed comments order in messageConfig 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 2f5345b63c improved beforeAction docs 10 years ago
tom-- 70fa53a20f Update Controller.php and Module.php 10 years ago
Carsten Brandt 2a23520618 added documentation about handling date values 10 years ago
Carsten Brandt 0a6715bd0b enhanced default value for ListView Sort attribute labels 10 years ago
Carsten Brandt 817bd4279a fixed AR phpdoc 10 years ago
Qiang Xue 99a612e1a6 Finished AR guide [skip ci] 10 years ago
Amir Basiri 3349c06690 fixed a typo in fa, he and tj messages files. Solved #7695 10 years ago
Lorenzo Milesi 4007363ae5 Updated italian framework messages 10 years ago
nkovacs 45a0b67531 fix typo in hungarian translation 10 years ago
Alexander Kochetov 4e8197e43f Light Response refactoring 10 years ago
Qiang Xue bd20b30b89 AR guide WIP [skip ci] 10 years ago
Carsten Brandt 26392372c0 added ActionColumn::$buttonOptions 10 years ago