5085 Commits

Author SHA1 Message Date
49704ff37b Update url.md
Documentation updates
2014-01-29 11:07:19 +07:00
bad5a1199f apidoc: static methods do not define properties 2014-01-29 02:38:54 +01:00
a7459c6aa2 updated readmes 2014-01-29 02:34:59 +01:00
4f68b8a4bb added README to main framework docs 2014-01-29 02:29:09 +01:00
7fa619feb3 added extensions to API docs 2014-01-29 02:17:17 +01:00
3519c14e60 throw exceptions in case of invalid response content
fixes #1842
2014-01-29 00:59:41 +01:00
bff6e67f9a added timestamp to apidocs template 2014-01-29 00:57:38 +01:00
a78fb85d82 Added advanced application configs schema to docs, fixed the fact that there's now common/config/main.php 2014-01-29 02:48:46 +04:00
d88fbac4ee Merge pull request #2107 from creocoder/yii2-advanced-app-env-improvement
Cleaner environments for yii2-advanced-app
2014-01-28 14:41:54 -08:00
6ab97d92cd pjax WIP 2014-01-28 16:19:18 -05:00
a87e867261 doc fix. 2014-01-28 14:55:43 -05:00
7ae5fd4c88 doc fix. 2014-01-28 14:52:08 -05:00
91be6e9e2b added changelog. 2014-01-28 14:08:11 -05:00
7f882d3a39 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-28 14:03:45 -05:00
02b908bd9c Fixes #938: added yii\web\View::renderAjax and yii\web\Controller::renderAjax. 2014-01-28 14:03:39 -05:00
86747e89ef Aliases moved to aliases.php 2014-01-28 22:19:00 +04:00
4e77105277 Rollback $params variable 2014-01-28 22:18:37 +04:00
32b9f87bdf removed id property from Block widget
fixes #2196
2014-01-28 18:05:47 +01:00
f26dcafbed Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Added `yii\web\View::POS_LOAD`
2014-01-28 18:03:16 +01:00
193bc5011b added interface methods to abstract classes 2014-01-28 18:01:57 +01:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
861c2b2f9c Added yii\web\View::POS_LOAD 2014-01-28 11:21:15 -05:00
7924e6d1fb fixed apidoc context for markdown rendering 2014-01-28 16:50:35 +01:00
3f1a0307cc improved problems reporting in apidoc command 2014-01-28 16:39:23 +01:00
e2b34f2c63 updated outdated docs 2014-01-28 15:30:43 +01:00
e27c3872ed doc improvements 2014-01-28 15:17:11 +01:00
abceccfd49 improved APIdocs template by sorting all items 2014-01-28 15:16:18 +01:00
0f7732e80b fixed apidoc link parsing 2014-01-28 15:15:37 +01:00
f93054a486 fixed possible problem with realpath and false value
realpath(false) = current working directory.
This can cause problems with getAlias() which returns false.

see yiisoft/yii#3113
2014-01-28 14:28:39 +01:00
208d5eaca7 Fixes #2195 2014-01-28 16:44:08 +04:00
296fc72d63 more clear docs about html options
fixes yiisoft/yii#2844
2014-01-28 11:40:19 +01:00
f9dee9c951 Fixed an issue with Filehelper and not accessable directories
which resulted in endless loop

http://www.yiiframework.com/forum/index.php/topic/50982-cfilehelper-bug-security-flaw/
2014-01-28 11:09:41 +01:00
f1a674b921 Added yii\web\Request::get($name = null, $defaultValue = null) and yii\web\Request::post($name = null, $defaultValue = null) 2014-01-28 14:02:03 +04:00
8c7ae47e58 Merge pull request #2181 from cebe/request-body-default-post-params
removed getPostParam() from Request, body is $_POST by default
2014-01-28 01:53:56 -08:00
df52510f88 fixed potential problem about using unset variables.
CS fix.
2014-01-27 21:06:36 -05:00
505cb7d622 added missing use statement. 2014-01-27 18:21:55 -05:00
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
25f94a40f0 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  added more tests.
2014-01-28 00:05:07 +01:00
074ec7dd20 fixed exclude paths in phpdoc command
fixes #2184
2014-01-28 00:04:25 +01:00
c829dd6b47 added more tests. 2014-01-27 17:24:48 -05:00
4e96683263 updated classmap 2014-01-27 22:33:52 +01:00
18d7224ac8 Fixes #2149: Added yii\base\DynamicModel to support ad-hoc data validation 2014-01-27 16:13:25 -05:00
0a638c1a8b Merge pull request #2188 from nineinchnick/2184-fix-findFiles
fix the _only_ option in calls to FileHelper::findFiles()
2014-01-27 12:09:38 -08:00
62a7e397e0 fix the _only_ option in calls to FileHelper::findFiles() 2014-01-27 21:04:49 +01:00
2be0fd6e13 more union fix. 2014-01-27 14:50:41 -05:00
d9a85d091a Fixes #2175: QueryBuilder will now append UNION statements at the end of the primary SQL 2014-01-27 14:36:23 -05:00
4f1633d9f6 Merge pull request #2186 from kate-kate/patch-1
Doc typo
2014-01-27 06:47:01 -08:00
d6dd1c3348 Doc typo 2014-01-27 16:44:43 +02:00
70cd3b30d9 Added note about HTML5 inputs 2014-01-27 18:30:33 +04:00
5eadeec8d4 Added missing class header, used HEREDOC instead of echo 2014-01-27 17:47:50 +04:00