638 Commits (c36e679519aff20edac1efb8e81a01d272f4e85b)

Author SHA1 Message Date
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
Carsten Brandt 0a3f4e85f1 made grid\DataColumn::getDataCellValue() public 11 years ago
Qiang Xue 7d8dfe52cd Fixed test break. 11 years ago
Kartik Visweswaran b1a26ff336 Fix the Y2K38 bug 11 years ago
Alexander Makarov d3277ecf4f InvalidCallException, InvalidParamException, UnknownMethodException are now extended from SPL BadMethodCallException 11 years ago
Alexander Makarov 4d235f9f8b Fixed exception message to match the one in Component 11 years ago