1012 Commits (cb95efe8b9e45a73367c8a2bd793176d7916fb4e)

Author SHA1 Message Date
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
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Carsten Brandt 03e208e59d removed wrong test 11 years ago
Carsten Brandt d97996c354 added tests for redis 11 years ago
Carsten Brandt e9c364d2f2 added proper tests for elasticsearch 11 years ago
Carsten Brandt c572c23c2f adjusted tests 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Alexander Makarov 06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 11 years ago
Qiang Xue f7a6cb9f7a Refactored AR tests. 11 years ago
Alexander Makarov 6054ede16a Fixed phpdoc, removed unit tests for Formatter asRelativeTime that were relative to current time since it was impossible to specify correct expected values 11 years ago
Alexander Makarov abeea6351a Renamed fixtures 11 years ago
Alexander Makarov b987c92151 Escaped more table names 11 years ago
Alexander Makarov 538a074c0f Escaped table names for unit tests 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Alexander Makarov 8cd247730a Query::filter() adjustments 11 years ago
Dirk Adler e0edca24a9 Improves mongodb nested and in condition test 11 years ago
Dirk Adler 70d495bcd4 Adds more mongodb tests for combination conditions 11 years ago
Dirk Adler 3dd8a039be Adds mongodb test for combination conditions 11 years ago
Carsten Brandt 093f5ebd32 ensure log dispatcher gets registered with logger in all cases 11 years ago
Carsten Brandt 46d9518c52 fixed test break, fixes #2892 11 years ago
Alexander Makarov 3c1a8141fd fixes #2002 11 years ago
Qiang Xue f7edebb295 Fixed test break. 11 years ago
Qiang Xue 636042b9b3 Fixed test break. 11 years ago
Qiang Xue 39667aa6b7 Fixed activequery select issue. 11 years ago
Qiang Xue bc378d1cae properly quote table names for join(). 11 years ago
Qiang Xue 21bc29560c Fixed test break. 11 years ago