2857 Commits (84bfc3fc886104d24ef468fddfa8e6c7a7bdd658)

Author SHA1 Message Date
Vladimir Zbrailov 84bfc3fc88 add timeZone into base formatter 11 years ago
Alexander Makarov ee8c0404bf minor code style and phpdoc fix 11 years ago
Alexander Makarov c9eca1d596 Fixed refactoring 11 years ago
Aleksandr Zelenin 4f17c45f00 Fix typos in constant 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Qiang Xue 0dfc8b1f7c refactored BaseMailer about message file name generation. 11 years ago
Qiang Xue 370b05648a doc fix. 11 years ago
Qiang Xue 49c62e6846 typo 11 years ago
Qiang Xue 3dd3914a38 Fixes #2144: `Html` helper now supports rendering "data" attributes 11 years ago
peeradach001 f36ec8c9ca doc fix 11 years ago
Carsten Brandt bc9b62c314 url of CSS and JS files registered in View can be url alias 11 years ago
Alexander Kochetov cd8a948e1f GridView typo fixed 11 years ago
Alexander Makarov 1e602adb6e - Fixed BaseFileHelper::localize docs. 11 years ago
Ivan Pomortsev 71cc30505b Update CHANGELOG.md 11 years ago
Ivan Pomortsev a9286b899c Update QueryBuilder.php 11 years ago
Ivan Pomortsev c9c59bdc26 Update Query.php 11 years ago
Carsten Brandt 8735cdb54e doc link fixes 11 years ago
Ivan Pomortsev 7da3449d09 Update QueryBuilder.php 11 years ago
Ivan Pomortsev 5f3d601b36 Update Query.php 11 years ago
Carsten Brandt bf59a521cb subwidgets should be rendered in the same view 11 years ago
Carsten Brandt 8473dda39b fixed stringHelper dirname to return empty string 11 years ago
Carsten Brandt 9630c807a7 doc link fixes 11 years ago
Ivan Pomortsev 8109708b37 Update Query.php 11 years ago
Ivan Pomortsev 5d3fd930d8 Update QueryBuilder.php 11 years ago
Ivan Pomortsev 01c89ea3da Update Query.php 11 years ago
Ivan Pomortsev 1ea895e22b Update QueryBuilder.php 11 years ago
Ivan Pomortsev 12cbaf90b5 Update QueryBuilder.php 11 years ago
Qiang Xue f39b1e4bb8 changelog fix. 11 years ago
Daniel Schmidt 041f6aac6c Removed temp class 11 years ago
Daniel Schmidt d03b2add89 Condenses changelog notes to 1 line (#2103) 11 years ago
Daniel Schmidt 087943cd14 Removes Map file uploaded accidentally 11 years ago
Daniel Schmidt 7fef8cf0cf Adds docblock comments and HTTP spec links for the new HTTP Exception classes (#2103) 11 years ago
Alexander Makarov 8bdc437bc2 Fixes #2079: 11 years ago
Qiang Xue a5968a6ac6 Added `beforeRun()` and `afterRun()` to `yii\base\Action` 11 years ago
Qiang Xue c74db68ce7 Fixes #1974. 11 years ago
Thiago Talma 8dd2720fa9 Adjustment the translation into Portuguese of Brazil. 11 years ago
Qiang Xue e6e1a7bac0 Fixes #1958: `beforeSubmit` in `yii.activeform` is now executed after validation and before form submission 11 years ago
Vladimir Zbrailov 4dabe605e3 added use http_get_request_headers and use getHeaders method in Gii module 11 years ago
Panagiotis Moustafellos 4730d11a7e fixed weird `#` in greek translation 11 years ago
Panagiotis Moustafellos 7ba48a316f removed unnecessary greek translations from core 11 years ago
Panagiotis Moustafellos 3f2696ae43 added Greek (el) as available language 11 years ago
Panagiotis Moustafellos e2b5cfe845 added basic greek translation 11 years ago
Vladimir Zbrailov 53647d8b16 Added ability to get incoming headers 11 years ago
Daniel Schmidt f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 11 years ago
Daniel Schmidt 20e031c8ac Adds UnsupportedMediaTypeHttpException for 415 Http errors 11 years ago
Daniel Schmidt 81f3ce12ab Adds TooManyRequestsHttpException for 429 http errors 11 years ago
Daniel Schmidt 87a2b1d6b9 Adds ConflictHttpException for 409 http errors 11 years ago
Daniel Schmidt 8d9c9a3482 Adds NotAcceptableHttpException for 406 Http errors 11 years ago
Daniel Schmidt c5252f9284 Adds GoneHttpException for 410 http errors 11 years ago
Daniel Schmidt 04743b20a2 Adds UnauthorizedHttpException class for 401 errors 11 years ago