203 Commits (8792f21f57139c30ba94fa3974deebe4b2b9af93)

Author SHA1 Message Date
Qiang Xue 4b353c7bce Fixes #1297: CSRF not generated on error pages 11 years ago
Qiang Xue 7b0ba10d31 Fixes #1248: url manager didn't handle array parameters well. 11 years ago
Qiang Xue 248e0cb916 Added default status code setting. 11 years ago
Qiang Xue 9e1fa1f7a4 Added code example. 11 years ago
Qiang Xue 423ce83798 adjusted log place. 11 years ago
Carsten Brandt 33f4a142ee fixes invalid value in controller redirect 11 years ago
Carsten Brandt a82330b212 reverted duplicated fix for #1244 11 years ago
Carsten Brandt e775c82dd8 Changed usage of self to static to allow extendibility 11 years ago
Carsten Brandt 64862f96ca disable CSRF validation after validation has failed 11 years ago
Carsten Brandt f5219d2481 Response status code default is 200 11 years ago
Qiang Xue d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 11 years ago
Qiang Xue c7ff329e3c doc fix. 11 years ago
egorpromo c16c181247 Must be one method to get _GET. getGet() is just duplication 11 years ago
Qiang Xue ffded7a1b5 array syntax fix. 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
egorpromo b6424946e4 Little helpful description for Session::cookieParam 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz f9db4fecb9 Fixed phpDocs [skip ci] 11 years ago
Qiang Xue a7175bae31 Refactored Session as suggested in #1172 11 years ago
Qiang Xue 342a9a2e1a Added log messages to user login and logout actions. 11 years ago
egorpromo 7565dec37d More precise descripton fo Session::cookieParam 11 years ago
Qiang Xue a408b75318 Fixes #1169: anchor doesn't work when enablePrettyUrl is false. 11 years ago
Qiang Xue dbecf848f4 Fixes #1156: action parameter binding now checks for array type. 11 years ago
Carsten Brandt 5ddb0e2cbf controller php-doc 11 years ago
Carsten Brandt 913eb62294 updated phpdoc and fixed generator read/write-only annotation 11 years ago
Carsten Brandt 3e11b31b6a removed conflicting use statement 11 years ago
Alexander Makarov 65d7ffa74f Fixed View refactoring test breakage 11 years ago
Alexander Makarov 927e9dddb4 Refactored View 11 years ago
Qiang Xue cbab0951dc reverted back jquery asset. 11 years ago
Qiang Xue 3cb61cac17 fixed jqueryasset path. 11 years ago
Qiang Xue 372c5e1f1c Moved jquery.js to external package. 11 years ago
Carsten Brandt d4c68522d4 improved error handling of AssetConverter 11 years ago
Carsten Brandt 58589e03bd improved asset converter command running 11 years ago
Alexander Makarov cc5fe76c9e Added ability to get all GET, POST, PUT, DELETE or PATCH parameters to Request 11 years ago
Qiang Xue eeed9c3ff2 Fixes #998: Added support for generating canonical URL. 11 years ago
resurtm 2f360e53c3 Add CoffeeScript and TypeScript commands to AssetConverter. 11 years ago
Alexander Makarov 8c98d99596 Removed fallback from mb_parse_str to parse_str from Request::getRestParams since mb_ availability is Yii2 requirement 11 years ago
Alexander Makarov e67b9a8482 Removed check for PHP 5.4 from Session::open() 11 years ago
Alexander Makarov 2ce09559a2 fixes #1055 11 years ago
Alexander Makarov ee2af2661c Removed unneeded use statements 11 years ago
Alexander Makarov 616b406a0c fixes #979 11 years ago
Qiang Xue 732b9ab8fb removed unused use statement. 11 years ago
Qiang Xue b03b38fb0d Added $publish parameter to AssetManager::getBundle(). 11 years ago
Carsten Brandt 1475b46249 adjusted asset phpdoc after refactoring #996 11 years ago
Qiang Xue 40cb5b813e Fixed bug in AssetBundle::registerAssets(). 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue f4e3edb1e0 Fixes #1004. 11 years ago
Qiang Xue 3cd897e583 Fixed asset file registration with extra leading slashes. 11 years ago
Qiang Xue 602592411d Fixes #996. 11 years ago
Carsten Brandt 6507e2e316 applied new style of Yii::t params to all occurences 11 years ago