99 Commits (9f4ccb6243e536ca22cd401ff8cb80bb1312f281)

Author SHA1 Message Date
Qiang Xue 9f4ccb6243 Added status code display to debugger toolbar. 11 years ago
Alexander Makarov 3a2215b833 fixed length constraints check to always result in correct range 11 years ago
Qiang Xue eda171e1be Added more YII_ENV constants. 11 years ago
Qiang Xue f2ceef4c76 Fixes #686 11 years ago
Qiang Xue 3bef7365f1 Fixes #624: renamed www to web. 11 years ago
Qiang Xue d1212bc73b Support relative route in Controller::createUrl() 11 years ago
Qiang Xue e433c98ed4 Fixes #599 11 years ago
Qiang Xue 6f4e2c9b3c Fixes #647 11 years ago
Alexander Makarov dd47668cba added missing return tags to CaptchaAction 11 years ago
Alexander Makarov 02f8062435 fixed code style 11 years ago
Carsten Brandt 6ce60c1666 added support for HTTP verb PATCH 11 years ago
Qiang Xue a6cd7b72bb refactored helper organization. 11 years ago
Paul Klimov bf13f26584 "AssetConverter::convert()" has been updated to use "escapeshellargs" 11 years ago
Qiang Xue a128bffb47 Fix for asset command. 11 years ago
Qiang Xue 368a4cfe66 Asset feature refactoring (WIP) 11 years ago
Qiang Xue f03cdf0a47 renamed Command::queryRow() to queryOne(). 11 years ago
Paul Klimov c194703d9e Virtual properties documentation has been added to "web\Session" 11 years ago
Qiang Xue 194d5a86b5 normalize header names. 11 years ago
Smotrov Dmitriy 1ad1bb96e6 Invert the condition in AssetConverter 11 years ago
Qiang Xue 2356e933ee change captcha if it's validated. 11 years ago
Qiang Xue ba6c10eb30 Yii debugger WIP 11 years ago
Smotrov Dmitriy 4efc097e25 Fix create object Asset Bundle with custom class in Bundle config 11 years ago
Qiang Xue 682c0a346f Added trace messages. 11 years ago
Qiang Xue ec28988a37 Added UrlRule::name. 11 years ago
Carsten Brandt 13f1e7af8a added usage example to Response::redirect() 11 years ago
Qiang Xue 9cf82b3ae1 Added Model::load(). Added Controller::refresh() and redirect(). 11 years ago
Qiang Xue 051822075e Fixes issue #579: AccessControl deny rule by default 11 years ago
Qiang Xue 5698a10c81 Added functional tests for the basic app. 11 years ago
Qiang Xue 7f1b8c109e Adjust for test integration. 11 years ago
Qiang Xue a5a2481b4f Added acceptance tests for the basic app. 11 years ago
Valery Viktorovsky 6708923740 Converted CRLF to LF. Added gitattributes file. 11 years ago
Qiang Xue 22839ae922 Fixed jsonp response handling. 11 years ago
Qiang Xue 3e6419108f Implemented language negotiation. 11 years ago
Qiang Xue 4782b19739 Better handling of sending response content. 11 years ago
Carsten Brandt 2643daa534 Improve application speed by using classMap for autoloader 11 years ago
Qiang Xue 3e18479d1f Fixes issue #545: PageCache doesn't work. 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago
Carsten Brandt 71782b344e Changed existing code to match the changes regarding response 11 years ago
Carsten Brandt b138199c59 implementation of Response tied to actions 11 years ago
Carsten Brandt 82c978f86a draft idea of action based responses 11 years ago
Carsten Brandt 4ef19b2e79 static instead of self for creating instances 11 years ago
Carsten Brandt 0b294c6fd1 added missing view property to PageCache 11 years ago
Qiang Xue d34301a308 Added public. 11 years ago
Qiang Xue e543c5fdd0 Fixed test break. 11 years ago
Qiang Xue 36f6ebab7f Fixes issue #539: Yii2 Csrf protection broken 11 years ago
Qiang Xue 5a8e4b648b Added XmlResponseFormatter. 11 years ago
Qiang Xue 2d118a4c24 Added doc. 11 years ago
Carsten Brandt 5ed52b98a1 renamed Application::handle() to handelRequest() 11 years ago
Qiang Xue 03e07f4340 cleaned up "use" statements. 11 years ago
Qiang Xue 1181c1cc1b Removed unused methods. 11 years ago