5528 Commits (c01a320b5081cb410aebfa15b639c3bf1d2d3a9f)

Author SHA1 Message Date
John Was 67799ad092 fix typos 10 years ago
Paul Klimov d594ab0b03 `yii\validators\EachValidator` uses single generic error message 10 years ago
mohammad hosain f704f41630 Update yii.php 10 years ago
Qiang Xue fdb730a12a syntax fix [skip ci] 10 years ago
Jan Waś edf400df96 add missing space 10 years ago
Jan Waś 6e48ed05c7 allow calling Command::insert() without any columns 10 years ago
ChristopheBrun 82033125c4 Fixes #8032: `yii\rbac\PhpManager::updateItem()` was unable to rename item updated 10 years ago
Alexander Makarov 36a0e8384a Fixes #7918: `yii\widgets\Pjax` got ability to avoid registering link/form handler via setting `false` to `$linkSelector`/`$formSelector` 10 years ago
Alexander Makarov 926770b7d9 Changed usage of .prop() to .attr() in order to avoid issues when working with forms having input with names matching form properties. Related to #8014. 10 years ago
Klimov Paul e29fcc8ea2 Docs about `yii\validators\EachValidator` adjusted 10 years ago
Klimov Paul 9fedb978f6 Docs for `yii\validators\EachValidator` adjusted 10 years ago
Klimov Paul 35eb833a2b Added `yii\validators\EachValidator` 10 years ago
Qiang Xue aead65f2d2 Fixes #7515: Added support to use `indexBy()` together with `column()` in query builder 10 years ago
Jan Waś ced423b601 Fixes #8012: Fixed fetching multiple relations between two tables for pgsql 10 years ago
Alexander Makarov e224568b49 Fixes #8014: Fixed setting incorrect form "action" property after submitting a form using a link with "data-method" and containing "action" among "data-params" 10 years ago
Sergey Gonimar 3872c6c565 Fix migrate/down order 10 years ago
Qiang Xue 92664b4b11 code optimization [skip ci] 10 years ago
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