419 Commits (f109e2d02c2bfb65d856f638c6403af4d9757de9)

Author SHA1 Message Date
Qiang Xue 134d3d4610 Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue c4af1569a3 typo fix [skip ci] 11 years ago
Qiang Xue aec1b8172b Added `HtmlResponseFormatter` and `JsonResponseFormatter` 11 years ago
Carsten Brandt 93d18dcbdd Update IdentityInterface.php 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 48e67e8b89 renamed `PrefixUrlRule` to `GroupUrlRule` 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
jeicd 76402ea079 Fixed UrlManager rules caching 11 years ago
Alexander Makarov a97a35bab7 fixed typo 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 a440abad21 doc fix [skip ci] 11 years ago
Alexander Makarov 663d3fedc8 Added defaultView to ViewAction 11 years ago
Qiang Xue c0e06b447c Refactored ViewAction. 11 years ago
Alexander Makarov 0cce768443 Removed ViewAction::afterRun() 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 c23b671f3b better fix [skip ci] 11 years ago
Qiang Xue 03db4c468a Fixes #2921 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt f6ce9ead97 removed unnecessary static var 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago
Carsten Brandt c93231e26b improved session error handling 11 years ago
Carsten Brandt 8b4d4a0b25 cleanup web errorhandler 11 years ago
Qiang Xue ac74fede28 Fixes #2910: Added `Application::end()` 11 years ago
Carsten Brandt d4ad533d48 moved error handling related methods from app to errorhandler 11 years ago
Qiang Xue b9b4555da6 move assetManager to base application. 11 years ago
Carsten Brandt 00614b465b docs about JsonParser 11 years ago
Carsten Brandt f0dcceb37c ensure Dispatchers logger gets set when requested. 11 years ago
Carsten Brandt 435747cf98 apidoc and codestyle fixes 11 years ago
Philippe Gaultier 1a7da8be90 Use correct files array to allow inheritence 11 years ago
Carsten Brandt 27659d1776 fixed FileHelper private method static call 11 years ago
Carsten Brandt cc4d4933d4 fixed undefined variable problem in AccessControl 11 years ago
Carsten Brandt 0b2aafc780 fixed private / self in helpers 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 11 years ago
Qiang Xue 4c939eee3e reverted back change to parsing body params. 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 11 years ago
Qiang Xue 300c5a549a Fixes #2825: `Request::getBodyParams()` should correctly parse CONTENT TYPE. 11 years ago
Qiang Xue 1a71c10934 Added `yii\web\PrefixUrlRule` 11 years ago
Qiang Xue 44d9d0dabb Fixes #2820 11 years ago
Qiang Xue 58ead7deb1 cleanup. 11 years ago
Qiang Xue be6b259c4e A better fix. 11 years ago