793 Commits (8f8ec23d52427efdbbc486a617d04b5dda18f133)

Author SHA1 Message Date
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
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 0fa19291f1 refactored filterWhere(). 11 years ago
Carsten Brandt 03e208e59d removed wrong test 11 years ago
Carsten Brandt c572c23c2f adjusted tests 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Alex-Code 1c80b9d2cc Test case for new truncate methods. 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 ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Alexander Makarov 8cd247730a Query::filter() adjustments 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
Qiang Xue 78136d4278 Fixes #2880: filterByModels() should prefix key columns in a join query. 11 years ago
Alexander Makarov 19327ebd14 Added tests for Query::filter() 11 years ago
Qiang Xue c956ffb75d fixed test break. 11 years ago
Qiang Xue 6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 11 years ago
Qiang Xue 1a71c10934 Added `yii\web\PrefixUrlRule` 11 years ago
Qiang Xue aae8622fce Fixed test break. 11 years ago
Qiang Xue bda1ffa6ce Finished refactoring of DI container and service locator. 11 years ago
Qiang Xue 87df068eb0 DI WIP 11 years ago
Alexander Makarov af030c5f5b Added $skipIfSet to ActiveRecord::loadDefaultValues 11 years ago
Alexander Makarov f40011abc4 Fixed CubridCommandTest::testBindParamValue 11 years ago
Alexander Makarov aece6d309e Adjusted test for cubrid 11 years ago
Alexander Makarov 5c3e4fa4ba Adjusted unit tests, added description to docs 11 years ago
Alexander Makarov b66427f8c7 Fixes #2726: ActiveRecord now fills default values on creating new instance of the model if defaults are available from DB schema 11 years ago
Qiang Xue 72c99663ff Refactored container. 11 years ago
Qiang Xue 43fb937a20 Added unit tests. 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
David Renty 91e4ad5978 PSR-2 compliance 11 years ago
Zhandos Nuftiev 202e3ae0ca Fixed typo in FilterValidator for skipping array values. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago