643 Commits (8b4fd5c02815e54d5c6f600bad3229a2cede7222)

Author SHA1 Message Date
Carsten Brandt 910151d787 typo 10 years ago
Qiang Xue 8e96623a56 Fixes #1452: Added `Module::getInstance()` to allow accessing the module instance from anywhere within the module 10 years ago
Alexander Makarov 0ff0f9d32e Missing files for #4071 10 years ago
Carsten Brandt 775141ab96 move mail event class 10 years ago
Carsten Brandt edb95052e8 use an AfterSaveEvent class to be consistent 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue 46041d0c65 Fixes #3280: Support dynamically attaching anonymous behaviors 10 years ago
Qiang Xue 0087339a42 log fatal errors to yii logs. 10 years ago
Qiang Xue 8c8a389844 Fixes #3772: Behaviors adding validation rules do not work as expected 10 years ago
Carsten Brandt d7b4ea859b refactored date formatting functions 10 years ago
Klimov Paul 7ddca60099 Unnecessary full class name usage removed 10 years ago
Qiang Xue c8cb40cb50 Finished view tutorial [skip ci] 10 years ago
Erik_r a8ad3b83bd #2359 Bugfix in normalizeDatetimeValue after regression test 10 years ago
Erik_r 0a10e92f92 #2359 one test failed in Travis because standard medium date format is different in Travis then on my locale PC. 10 years ago
Qiang Xue b489cada30 guide WIP [skip ci] 10 years ago
Erik_r 299d991a2e #2359 testcases adapted and compatibility to old tests improved 10 years ago
Erik_r d80d9dcd1d remove comment lines in asRelativeTime 10 years ago
Erik_r 4dbf1fe7b2 Typo in function call #2359 10 years ago
Erik_r cf960e891f Namespace corrected #2359 10 years ago
Erik_r 0995a740c8 Refactored formatter class #2359 which works with or without intl extension. Use PHP format patterns alsow with intl. Class is compatible with previous version. 10 years ago
Alexander Kochetov 7bce33f1da Excess \yii\base\Model::resolveFields() method removed 10 years ago
Kartik Visweswaran 7f788e7427 Fix #3756: Convert values to float for number formatting 10 years ago
Alexander Makarov c7d8439072 Fixes #3687: Default `sourceLanguage` and `language` are now `en-US` in order for i18n formatter to work correctly 10 years ago
Alexander Kochetov a034fc2659 Additional `Application` property for `$formatter` 10 years ago
Qiang Xue 4d2cf38376 Fixes #3716: `DynamicModel::validateData()` does not call `validate()` if the `$rules` parameter is empty 10 years ago
Qiang Xue d1e0a54553 guide WIP [skip ci] 10 years ago
Qiang Xue b618920326 Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 10 years ago
Qiang Xue d1ab9f72ae Finished application guide [skip ci] 10 years ago
Qiang Xue 5210573622 guide WIP [skip ci] 10 years ago
Alexander Makarov 1122da950c Adjustments according to comments on #3575 10 years ago
Alexander Makarov 07f30cb04c Fixes #3542: Removed requirement to specify `extensions` in application config 10 years ago
Qiang Xue 313437f3c0 Fixes #3284: Added support for checking multiple ETags by `yii\filters\HttpCache`. 10 years ago
Carsten Brandt 44d7d5fdd8 fixed wrong usage of @see 10 years ago
Carsten Brandt e899406494 improved docs about application and module namespace 10 years ago
Klimov Paul 1641e057a9 `VarDumper::export()` applied over framework. 10 years ago
Qiang Xue a2aa20f183 simplified errorhandler registration. 11 years ago
Qiang Xue 32aa175b7c renamed ErrorHandler::deRegister to unregister. [skip ci] 11 years ago
Carsten Brandt 2e6e318720 added ErrorHandler::deRegister() 11 years ago
Carsten Brandt 8134af0edd allow using errorhandler from the app namespace 11 years ago
Alexander Makarov d0ddb56639 Fixes #699: fixed wrong usage of self and static 11 years ago
Carsten Brandt c3fe4aa0fd `@inheritdoc` from interfaces and params 11 years ago
Qiang Xue 48c7e328c9 Finished behavior guide [skip ci] 11 years ago
Qiang Xue 5b6e79dc14 Fixes #3298: Supported configuring `View::theme` using a class name 11 years ago
Qiang Xue 7d31cba3a8 Finished event guide. [skip ci] 11 years ago
Qiang Xue d954618796 Added support to insert an event handler at the beginning of class-level event handler queue 11 years ago
Carsten Brandt c27ac8ef0e updated phpdoc 11 years ago
Qiang Xue f48a7aedfa Fixes #3251: controller should be created using DI container. 11 years ago
Philippe Gaultier 20e96cca05 Fix DateTime cast 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Qiang Xue c15aceb094 Refactored filter error display for GridView. 11 years ago