1040 Commits (8e880f6909ceaaca40bdd6730e54aa893cc059f9)

Author SHA1 Message Date
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
lubosdz 612d3ed27d removed redundant whitespace 11 years ago
lubosdz 164459f90a Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
lubosdz 0040633fa4 Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
Alexander Makarov 0e6cbda43e RBAC: decoupled rules from assignments and items, implemented php manager 11 years ago
Qiang Xue a6aaafd3e6 Fixed test break. 11 years ago
Qiang Xue 54e08f3f01 fixed build break. 11 years ago
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Qiang Xue 3ba9dcbedc Fixed test break. 11 years ago