453 Commits (b2d5d59ae5d709c49c44699b15ca9a57e54b369a)

Author SHA1 Message Date
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
Qiang Xue 4374616302 throw exception when UrlManager is not properly configured in console mode. 11 years ago
Ряднов Андрей aa4e6ec039 fix User::getReturnUrl() after #2501 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
Qiang Xue f61734d412 Added $checkSession parameter to User::getIsGuest() and getId(). 11 years ago
Qiang Xue 9e33dedc4e Added return value for User::logout(). 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 21f2f38b35 Fixes #2691: Null parameters will not be included in the generated URLs by `UrlManager` 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Alexander Makarov 7a3fd41afc Fixes #2701 11 years ago
Christophe BOULAIN ca3b2cd057 Fix some references to removed Html::url in phpdoc 11 years ago
Alexander Makarov bddad5280c Combined $schema and $absolute into $schema 11 years ago
Alexander Makarov 2b842ecc57 Moded URL management methods from controller to Url helper, updated docs 11 years ago
Alexander Makarov bd271d42e4 Removed passing unused parameter 11 years ago
Alexander Makarov 5d6c314d4e Adjusted URL helper, fixed usage 11 years ago
Vladimir Zbrailov 2dcf428173 changelog 11 years ago
Alexander Makarov 92b381795b Adjusted Url helper methods 11 years ago
Vladimir Zbrailov 46d2413c69 fix buildin php bug https://bugs.php.net/bug.php?id=66606 11 years ago