3589 Commits (3a8338749cd2ff7f2857a92c0b7d04efb91a8ef6)

Author SHA1 Message Date
Johnny Theill 3a8338749c Added missing translation 11 years ago
Qiang Xue 8a3fe89149 renamed "auth" to "authenticator". [skip ci] 11 years ago
Qiang Xue 83da0cd07a refactored authentication filters. 11 years ago
Qiang Xue 12cd71d7c4 Refactored rate limiting by turning RateLimiter into an action filter. 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 02c3c37a00 Fixes #2986. 11 years ago
Qiang Xue c4e1416e37 fixed doc [skip ci] 11 years ago
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 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
Qiang Xue 104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 11 years ago
Alexander Makarov 9c0f236a5b Changed tabs to spaces in changelog 11 years ago
Qiang Xue a6693588bd changelog update [skip ci] 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 7d3cf501d0 Fixed code formattins issues 11 years ago
Alexander Makarov 2c28198cd2 Fixes #499: Decoupled `Rule` from RBAC `Item` 11 years ago
Carsten Brandt 1a3accb6cb removed duplicated joins when using joinWith and via relations 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
jeicd 76402ea079 Fixed UrlManager rules caching 11 years ago
Alexander Makarov a97a35bab7 fixed typo 11 years ago
Alexander Makarov 0e6cbda43e RBAC: decoupled rules from assignments and items, implemented php manager 11 years ago
Carsten Brandt 865b71ef5e cleanup CHANGELOGs 11 years ago
Carsten Brandt 44dbb2235a cleanup docs 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 0fa19291f1 refactored filterWhere(). 11 years ago
Alexander Makarov 85bb94a668 Added nl to languages 11 years ago
Alexander Makarov 0fa418bfdb Removed app.php from vi messages, sorted languages 11 years ago
Qiang Xue 869d96ee0d Fixed test break. 11 years ago
Carsten Brandt cc0d5b6f94 added CHANGELOG lines 11 years ago
Carsten Brandt e9e59483f4 removed unnecessary code duplication 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Qiang Xue a440abad21 doc fix [skip ci] 11 years ago
Carsten Brandt a35ef1ce7a added andOnCondition and orOnCondition to ActiveQuery 11 years ago
Evgeniy Tkachenko 90caa527f2 Update ActiveRecord.php 11 years ago
Alexander Makarov ada39df60b Corrected theming docs not to give an example of theme view files under webroot 11 years ago
Alexander Makarov 663d3fedc8 Added defaultView to ViewAction 11 years ago
Nguyễn Đình Trung 6595504f81 Add Vietnamese into messages. 11 years ago
Qiang Xue c0e06b447c Refactored ViewAction. 11 years ago
Alexander Makarov 0cce768443 Removed ViewAction::afterRun() 11 years ago
resurtm a2c3538553 Proper language name is `kk`, not `kz` as it was before 11 years ago
Alexander Makarov 9fd0dcedaa Extracted render method to allow custom renderers by subclassing 11 years ago
Alexander Makarov a4be5bc910 Dropped defaultView 11 years ago
Alexander Makarov 542d532b12 Renamed basePath to viewPrefix 11 years ago
Qiang Xue a0f9a6d701 Fixes #2937 11 years ago
Alexander Makarov 9936acf764 Fixes #2932: Added `yii\web\ViewAction` that allow you to render views based on GET parameter 11 years ago
Qiang Xue 271dccdc6b Fixes #2931. 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