octicon-git-branch(16/) Commit Graph

208 Commits

Author SHA1 Message Date
Qiang Xue
c7c13a6693 Added concrete http exception classes. 2013-11-29 21:22:08 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Panagiotis Moustafellos
58bd2fb958 Only whitespace removal 2013-11-27 20:19:56 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
13c6b99814 Fixes #1331: Added support for using '*' to specify verb filters for all actions. 2013-11-26 16:28:55 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Panagiotis Moustafellos
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
4b353c7bce Fixes #1297: CSRF not generated on error pages 2013-11-24 17:41:09 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
7b0ba10d31 Fixes #1248: url manager didn't handle array parameters well. 2013-11-23 13:13:12 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
248e0cb916 Added default status code setting. 2013-11-21 08:41:04 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
9e1fa1f7a4 Added code example. 2013-11-20 22:56:21 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
423ce83798 adjusted log place. 2013-11-20 22:53:43 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
33f4a142ee fixes invalid value in controller redirect
fixes #1261
2013-11-21 01:56:42 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
900100c29e Merge pull request #1258 from cebe/self-static
Changed usage of self to static to allow extendibility
2013-11-20 12:29:04 -08:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
a82330b212 reverted duplicated fix for #1244
fixes #1244
2013-11-20 21:09:30 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
e775c82dd8 Changed usage of self to static to allow extendibility
code style section has been added here:
https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static

verification code for properties:
https://gist.github.com/cebe/7566916
2013-11-20 18:36:05 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
64862f96ca disable CSRF validation after validation has failed
this allows to be able to call error action.

fixes #1244
2013-11-20 14:35:08 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
f5219d2481 Response status code default is 200
fixes #1220
2013-11-20 14:14:04 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
c7ff329e3c doc fix. 2013-11-16 21:30:34 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
egorpromo
c16c181247 Must be one method to get _GET. getGet() is just duplication 2013-11-16 23:25:44 +07:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ffded7a1b5 array syntax fix. 2013-11-15 10:15:25 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
539e233d9c massive improvement on class documentation
- added example code for application components
- added missing short description

[ci skip]
2013-11-13 01:16:21 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
egorpromo
b6424946e4 Little helpful description for Session::cookieParam 2013-11-12 21:12:43 +07:00 octicon-file-diff(16/) octicon-file-code(16/)
slavcodev
b0b1c27c85 Fix phpDoc var tag format 2013-11-12 06:21:04 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Taras Gudz
f9db4fecb9 Fixed phpDocs [skip ci] 2013-11-12 02:54:54 +00:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
a7175bae31 Refactored Session as suggested in #1172 2013-11-11 20:52:27 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
342a9a2e1a Added log messages to user login and logout actions. 2013-11-11 20:19:46 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
20018b3fd3 Merge pull request #1172 from egorpromo/descript-for-sessionParam2
More precise descripton fo Session::cookieParam
2013-11-11 07:10:51 -08:00 octicon-file-diff(16/) octicon-file-code(16/)
egorpromo
7565dec37d More precise descripton fo Session::cookieParam 2013-11-11 21:35:34 +07:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
a408b75318 Fixes #1169: anchor doesn't work when enablePrettyUrl is false. 2013-11-11 07:28:55 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
dbecf848f4 Fixes #1156: action parameter binding now checks for array type. 2013-11-08 23:21:41 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
5ddb0e2cbf controller php-doc 2013-11-08 12:34:13 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
913eb62294 updated phpdoc and fixed generator read/write-only annotation 2013-11-08 12:24:03 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3e11b31b6a removed conflicting use statement
fixes #1161
2013-11-08 02:32:02 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
65d7ffa74f Fixed View refactoring test breakage 2013-11-07 01:31:27 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
927e9dddb4 Refactored View 2013-11-06 22:52:27 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
cbab0951dc reverted back jquery asset. 2013-11-05 20:11:22 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
3cb61cac17 fixed jqueryasset path. 2013-11-05 18:56:33 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
372c5e1f1c Moved jquery.js to external package. 2013-11-05 18:19:37 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
d4c68522d4 improved error handling of AssetConverter
issue #1140
2013-11-05 12:32:55 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
58589e03bd improved asset converter command running
now also gets stderr output.

fixes #1140
2013-11-05 12:25:29 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
cc5fe76c9e Added ability to get all GET, POST, PUT, DELETE or PATCH parameters to Request 2013-11-02 16:31:36 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
eeed9c3ff2 Fixes #998: Added support for generating canonical URL. 2013-10-31 20:56:13 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
resurtm
2f360e53c3 Add CoffeeScript and TypeScript commands to AssetConverter. 2013-10-31 17:55:44 +06:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
8c98d99596 Removed fallback from mb_parse_str to parse_str from Request::getRestParams since mb_ availability is Yii2 requirement 2013-10-24 17:06:40 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
e67b9a8482 Removed check for PHP 5.4 from Session::open() 2013-10-24 17:05:08 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
2ce09559a2 fixes #1055 2013-10-24 14:50:51 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
ee2af2661c Removed unneeded use statements 2013-10-24 03:12:25 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
616b406a0c fixes #979 2013-10-24 02:06:35 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
732b9ab8fb removed unused use statement. 2013-10-21 20:58:37 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
b03b38fb0d Added $publish parameter to AssetManager::getBundle(). 2013-10-20 10:31:06 -04:00 octicon-file-diff(16/) octicon-file-code(16/)