Commit Graph

7316 Commits

Author SHA1 Message Date
Alexander Makarov
208d5eaca7 Fixes #2195 2014-01-28 16:44:08 +04:00
Carsten Brandt
296fc72d63 more clear docs about html options
fixes yiisoft/yii#2844
2014-01-28 11:40:19 +01:00
Carsten Brandt
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
Alexander Makarov
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
Alexander Makarov
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
Qiang Xue
df52510f88 fixed potential problem about using unset variables.
CS fix.
2014-01-27 21:06:36 -05:00
Qiang Xue
505cb7d622 added missing use statement. 2014-01-27 18:21:55 -05:00
Carsten Brandt
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
Carsten Brandt
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
Carsten Brandt
074ec7dd20 fixed exclude paths in phpdoc command
fixes #2184
2014-01-28 00:04:25 +01:00
Qiang Xue
c829dd6b47 added more tests. 2014-01-27 17:24:48 -05:00
Carsten Brandt
4e96683263 updated classmap 2014-01-27 22:33:52 +01:00
Qiang Xue
18d7224ac8 Fixes #2149: Added yii\base\DynamicModel to support ad-hoc data validation 2014-01-27 16:13:25 -05:00
Alexander Makarov
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
John Was
62a7e397e0 fix the _only_ option in calls to FileHelper::findFiles() 2014-01-27 21:04:49 +01:00
Qiang Xue
2be0fd6e13 more union fix. 2014-01-27 14:50:41 -05:00
Qiang Xue
d9a85d091a Fixes #2175: QueryBuilder will now append UNION statements at the end of the primary SQL 2014-01-27 14:36:23 -05:00
Alexander Makarov
4f1633d9f6 Merge pull request #2186 from kate-kate/patch-1
Doc typo
2014-01-27 06:47:01 -08:00
kate-kate
d6dd1c3348 Doc typo 2014-01-27 16:44:43 +02:00
Alexander Makarov
70cd3b30d9 Added note about HTML5 inputs 2014-01-27 18:30:33 +04:00
Alexander Makarov
5eadeec8d4 Added missing class header, used HEREDOC instead of echo 2014-01-27 17:47:50 +04:00
Alexander Makarov
6e61d76660 Merge pull request #2182 from Theill11/patch-1
Small typo in console-migrate.md
2014-01-27 02:50:19 -08:00
Johnny Theill
ac25959b02 Small typo in console-migrate.md 2014-01-27 11:48:30 +01:00
Carsten Brandt
1af612ca6f updated composer.json 2014-01-27 11:41:07 +01:00
Carsten Brandt
bc80101bef adjusted changeloadjusted changelogg 2014-01-27 11:08:41 +01:00
Carsten Brandt
ce04134db2 removed getPostParam() from Request, body is $_POST by default
fixes #2093
2014-01-27 11:03:50 +01:00
Carsten Brandt
190417f917 small refactoring + cleanup request 2014-01-27 11:02:46 +01:00
Carsten Brandt
6f82959675 made post params consistend with body and query params in request
issue #2093
2014-01-27 10:48:33 +01:00
Mark
05fdee26ac fixed docs 2014-01-27 12:53:32 +04:00
Mark
e847cb148a markdown fix 2014-01-27 12:45:48 +04:00
Mark
aab5d35b91 docs fixed 2014-01-27 12:42:08 +04:00
Alexander Makarov
ffed5d014e fixes #2176 2014-01-27 12:40:53 +04:00
Mark
e65e56f14e typo fix 2014-01-27 12:40:07 +04:00
Mark
cbd5541204 docs about default translation added 2014-01-27 12:36:58 +04:00
Alexander Makarov
5cab2a8745 Fixes #2156: yii migrate now automatically creates migrations directory if it does not exist 2014-01-27 06:57:22 +04:00
Alexander Makarov
fcf1de7e9c Merge pull request #2173 from yiisoft/gii-diff-do-not-copy-line-numbers
Fixes #1897
2014-01-26 18:24:41 -08:00
Alexander Makarov
d4dd55482d changelog 2014-01-27 06:15:32 +04:00
Alexander Makarov
a37b35a4e1 Fixes #1897
- Gii diff markup is now copy paste friendly
- Removed StringHelper::diff()
- Moved phpspec/php-diff dependency from yiisoft/yii2 to yiisoft/yii2-gii
2014-01-27 06:13:13 +04:00
Alexander Makarov
1b4cec66bb Added tip about showing asterisk for required form fields 2014-01-27 06:02:20 +04:00
Qiang Xue
11c9c5b573 fixed test break. 2014-01-26 18:37:33 -05:00
Qiang Xue
450187c3a8 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-26 17:57:30 -05:00
Qiang Xue
8115724725 updated change log. 2014-01-26 17:56:00 -05:00
Alexander Makarov
184c746387 Fixed reference to old request API in docs 2014-01-27 02:51:25 +04:00
Qiang Xue
ff8e78c655 Merge branch '2048-improve-messages-config-exceptions' of github.com:nineinchnick/yii2 into nineinchnick-2048-improve-messages-config-exceptions
Conflicts:
	framework/messages/config.php
2014-01-26 17:48:44 -05:00
Qiang Xue
150d71368b Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
Conflicts:
	framework/CHANGELOG.md
2014-01-26 17:41:14 -05:00
Alexander Makarov
d8a4b762e5 Merge pull request #2170 from peeradach001/patch-2
fix
2014-01-26 13:22:55 -08:00
peeradach001
7c0b56cb96 fix 2014-01-27 04:06:51 +07:00
Alexander Makarov
fb2bb91eff Merge pull request #2161 from yiisoft/widget-allow-return-instead-of-echo
Allow writing widgets using return instead of echo in the run method to make it consistent with controller
2014-01-26 12:24:24 -08:00
Alexander Makarov
0367cebce6 Merge branch 'master'
Conflicts:
	framework/CHANGELOG.md
2014-01-27 00:24:13 +04:00
Qiang Xue
f51d0180ac Merge pull request #2159 from Ragazzo/codeception_ext_docs_fix
Codeception ext docs fix
2014-01-26 11:07:29 -08:00