2896 Commits (1b4cec66bb31c80b02a22077672a0854cc067aac)

Author SHA1 Message Date
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
Daniel Schmidt cbe8b27779 Deletes AccessDeniedHttpException 11 years ago
Daniel Schmidt 31bff3eae5 Renames AccessDeniedHttpException to ForbiddenHttpException as in #2103 11 years ago
Qiang Xue 4fe0eeb1b6 refacotring. 11 years ago
Alexander Makarov b95fcf442d Removed unused import 11 years ago
Alexander Makarov 05db070b32 Adjusted #2008 11 years ago
Alexander Makarov 583c56d9e0 Updated changelog 11 years ago
Qiang Xue 9aa006e5ea Removed implementation of `Arrayable` from `yii\Object` 11 years ago
Carsten Brandt 4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https' 11 years ago
Carsten Brandt f112cc633b allow installing jQuery 1.10 for IE support 11 years ago
Carsten Brandt b8558a860a fixed migrate command output 11 years ago
Paul Klimov ca778336f2 Issues #1265 #2084 added to CHANGELOG 11 years ago
Paul Klimov b7be79b5d7 AssetController default 'cssCompressor' value changed to enforce type css. 11 years ago
Paul Klimov b6eba6583a AssetController config template adjusted. 11 years ago
Carsten Brandt 9822dfae55 typo 11 years ago
Carsten Brandt e7e6bee928 replaced usages of $_GET with Request::queryParams 11 years ago
Carsten Brandt 0d669f5e6b refactored params methods in Request 11 years ago
Qiang Xue 5b3fa9f5ba Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0 11 years ago
Alexander Makarov 4b7c879c6d Defined STDOUT in entry scripts in case console application is running via CGI 11 years ago
Luciano Baraglia 13aa88bc5b Fix for #2087 11 years ago
Paul Klimov dcf8f450f5 AssetController adjusting URLs at same line has been fixed. 11 years ago
Qiang Xue 3cc7fcb510 refactored fixture. 11 years ago
Qiang Xue 362ade63ed fixed test break. 11 years ago
Luciano Baraglia 701852e95d AccessControl denyCallback call fix 11 years ago