1162 Commits (7d8ae7616732a3de8147a254214cab43f60b79b8)

Author SHA1 Message Date
Alexander Kochetov f457073d27 Tests excess dump removed 11 years ago
Alexander Kochetov e791436819 Tests updated 11 years ago
Alexander Kochetov 087b7ca962 Tests updated 11 years ago
Alexander Kochetov 795b7d75e7 Tests updated 11 years ago
Alexander Kochetov ba767206e8 Tests updated 11 years ago
Qiang Xue e1c27788ba Added a test. 11 years ago
Paul Klimov e11ecad1ce Object handling at `BaseVarDumper::export()` reworked 11 years ago
Paul Klimov 7c69c9141c BaseVarDumper::export() added 11 years ago
Alexander Makarov a17e5582cd Marked part of PostgreSQL test as incomplete 11 years ago
Alexander Makarov 8077ea3f70 Silenced migrations output in rbac test in case there's no error 11 years ago
Alexander Makarov f11d608936 Re-init application if it was destroyed during RBAC test 11 years ago
Alexander Makarov 440c402bde Simplified RBAC DB manager test 11 years ago
Alexander Makarov ef4d9683ce Fixed RBAC migration for SQLite 11 years ago
Alexander Makarov 905e39ede9 RBAC migration is now aware of custom table names, speeded up RBAC tests 11 years ago
Alexander Makarov 12732cfa53 Fixed rbac tests to use migration 11 years ago
Carsten Brandt 676b366928 adjusted elasticsearch extension to version 1.0 of ES 11 years ago
Alexander Makarov 48dbde3911 Fixed PostgreSQL test 11 years ago
Alexander Makarov ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 11 years ago
Alexander Makarov b86f5a14f7 #2435 Tests for integrity exception 11 years ago
Qiang Xue 135b944c14 Finished guide about DI container and service locator. 11 years ago
Alexander Makarov a4c644d3a3 Fixes #3325: fixed generated markup for conditional comments 11 years ago
Qiang Xue 9cdfb35fa3 Fixes #3312. 11 years ago
Alexander Makarov a620342315 Adjusted phpdoc, tests and changelog for StringHelper::truncate and StringHelper::truncateWords 11 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Qiang Xue 4fcd5003de Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper 11 years ago
Carsten Brandt 78a8694eb5 file helper did not preserve relative paths 11 years ago
Carsten Brandt 83a63f2346 fixed wrong client validation issue in numbervalidator 11 years ago
Qiang Xue ab218addda Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths 11 years ago
Alexander Makarov c7c708d454 Removed unused imports 11 years ago
Alexander Makarov 7295540c72 Code style and phpdoc fixes 11 years ago
Klimov Paul 7f636fc525 `yii\console\controllers\AssetController::actionTemplate()` advanced to include `jsCompressor` and `cssCompressor` to the template. 11 years ago
Klimov Paul 72aba34210 `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
Qiang Xue 14b782cf01 Added `$user` as the first parameter of `yii\rbac\Rule::execute()` 11 years ago
tof06 22596ca248 Implement new RBAC PhpManager 11 years ago
Qiang Xue 8fbe10acfd removed PhpManagerTest 11 years ago
Qiang Xue 7bc52f32a4 Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped `yii\rbac\PhpManager`. 11 years ago
Alex-Code 80067204c8 test for addSelect method. 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Qiang Xue b7d6f6141a Added `isAssociative()` and `isIndexed()` to `yii\helpers\ArrayHelper` 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 3616d1f0d1 Fixes #2816: Changed default date and time format of `yii\base\Formatter` to `Y-m-d` and `H:i:s` 11 years ago
Qiang Xue 48e67e8b89 renamed `PrefixUrlRule` to `GroupUrlRule` 11 years ago
Qiang Xue 50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 11 years ago
Alexander Makarov 40eb116640 Splitted saveRule into insertRule and updateRule 11 years ago
Alexander Makarov f3dd74ff97 Removed custom Rule constructor 11 years ago
Alexander Makarov 5e278025b1 Removed test entries for MSSQL, Oracle 11 years ago
Alexander Makarov 2c28198cd2 Fixes #499: Decoupled `Rule` from RBAC `Item` 11 years ago
Carsten Brandt c5ad45c771 fixed test break 11 years ago
Qiang Xue 581aad8e22 Fixed test break. 11 years ago
Carsten Brandt 1a3accb6cb removed duplicated joins when using joinWith and via relations 11 years ago