849 Commits

Author SHA1 Message Date
0d669f5e6b refactored params methods in Request
issue #2043
2014-01-21 15:04:43 +01:00
701852e95d AccessControl denyCallback call fix 2014-01-20 13:16:41 -03:00
36c296378b remove _method param from rest params 2014-01-20 13:31:32 +01:00
813a008da2 improved request body parser docs and configuration
added a fallback for handling all request types

fixes #2066, related to #2043
2014-01-20 12:51:43 +01:00
7c98ef591c Fixed type in JsonParser 2014-01-19 14:51:16 -08:00
1026b9da57 Tabs vs. spaces 2014-01-19 14:48:35 -08:00
7f8850bc70 Adds customizable parsing functionality to the web\Request class (Issue #2043) 2014-01-19 14:36:10 -08:00
7ae8b8b50f added support to parse json request to Request::getRestParams() 2014-01-19 20:52:58 +01:00
68fdb52551 doc improved. 2014-01-19 12:58:33 -05:00
88059439f6 Fixes #2063: Removed yii\web\Request::acceptTypes and renamed yii\web\Request::acceptedContentTypes to acceptableContentTypes.
Renamed `yii\web\Request::acceptedLanguages` to `acceptableLanguages`
2014-01-19 12:55:05 -05:00
462c50031a Fixes #1930: Fixed domain based URL matching for website root 2014-01-17 21:06:13 +04:00
6e7165133e Fixes #1991: regression in index.php handling 2014-01-17 20:38:27 +04:00
5d23a066ca Removed unused imports 2014-01-12 23:42:55 +04:00
cc636805da Fixes #1894: The path aliases @webroot and @web are now available right after the application is initialized 2014-01-11 22:05:36 -05:00
58e847258f Renamed Request::maskedCsrfToken to csrfToken. 2014-01-11 11:49:29 -05:00
bdcd995f00 added missing use statement. 2014-01-10 23:05:25 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
8520be08de Fixes issue #174: make URL parameters available in $_GET. 2013-05-09 11:40:51 -04:00
6b770dad6e Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-08 15:27:27 -04:00
96fd37de2e Fixes issue #49: finished CAPTCHA feature. 2013-05-08 15:27:06 -04:00
01ae015088 Fixes issue #180: DbSession crashes with autoStart 2013-05-08 06:58:34 -04:00
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
dd5969147d move JsExpression to web. 2013-05-07 07:39:24 -04:00
d2f35f2062 Fixes issue #124. 2013-05-05 21:02:57 -04:00
9880d1fa51 Merge pull request #122 from mynameiszanders/master
Added Newlines
2013-05-05 12:14:14 -07:00
9841d6c639 Fixes issue #124. 2013-05-05 15:11:53 -04:00
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
b6cee8af88 fix assetconverter file extensions change only first time 2013-05-05 18:21:10 +04:00
c91a0f4b26 Fixes issue #105: route var appears twice in the created URL 2013-05-05 10:14:55 -04:00
b6cd61fce6 Merge pull request #103 from FrediL/master
Fix for UploadedFile
2013-05-05 06:27:38 -07:00
af72a948f6 Fixes issue #107: UrlManager::showScriptName default to false. 2013-05-05 09:07:51 -04:00
3ed7b62233 Use Html::getInputName instead ActiveForm::getInputName 2013-05-05 06:36:48 +03:00
932ed70a72 Fixes issue #99. 2013-05-04 19:25:35 -04:00
6e997cb428 improved contact page. 2013-05-03 17:28:19 -04:00
147b3155c8 Added contact page. Fixed various form bugs. 2013-05-03 17:09:02 -04:00
3d4661ec36 Merge branch 'master' of https://github.com/LAV45/yii2 2013-05-03 20:18:07 +03:00
57e175552a The first rule of a template can not start with a "/", even if it has a default value 2013-05-08 18:10:02 +03:00
74246a23f6 form wip 2013-04-28 10:39:42 -04:00
9af15ac803 Refactored UrlManager. 2013-04-28 10:35:23 -04:00
32ba512246 refactored AccessControl 2013-04-28 10:23:08 -04:00
ee777e844e Support alternative URL rule syntax. 2013-04-27 22:02:35 -04:00
bf22d96bfc Merge branch 'master' of git.yiisoft.com:yii2 2013-04-25 15:09:25 -04:00
989b8fa5bf Added CSRF support. 2013-04-25 15:09:07 -04:00
7dd1f884c4 Added support for rest to Html. 2013-04-25 13:47:11 -04:00
122376a868 Added a basic app. 2013-04-22 19:45:37 -04:00
f21499dd9b script WIP 2013-04-22 16:03:27 -04:00
7775e927e1 script command WIP 2013-04-22 06:50:22 -04:00
304122ebe4 Fixed bug in yiic.php.
Refactoring AssetConverter.
2013-04-19 20:44:59 -04:00