Commit Graph

3138 Commits

Author SHA1 Message Date
Alexander Makarov
62290c130f Merge pull request #2205 from Haran/latvian-translation
Latvian translation
2014-01-29 04:18:48 -08:00
Shader
749b2dc7f8 Latvian translation 2014-01-29 13:57:21 +02:00
Carsten Brandt
5c26f01f84 fixed doc links 2014-01-29 12:22:30 +01:00
Qiang Xue
c35359e31f Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-28 23:27:47 -05:00
Qiang Xue
6bc4a8cf94 Fixes #706: Added yii\widgets\Pjax and enhanced GridView to work with Pjax to support AJAX-update 2014-01-28 23:27:24 -05:00
Qiang Xue
197bf52a0f Use a hidden link to support grid filtering. 2014-01-28 23:07:48 -05:00
Qiang Xue
4433a67f8e Added yii\web\View::clear() 2014-01-28 22:06:22 -05:00
Carsten Brandt
a7459c6aa2 updated readmes 2014-01-29 02:34:59 +01:00
Carsten Brandt
3519c14e60 throw exceptions in case of invalid response content
fixes #1842
2014-01-29 00:59:41 +01:00
Qiang Xue
6ab97d92cd pjax WIP 2014-01-28 16:19:18 -05:00
Qiang Xue
91be6e9e2b added changelog. 2014-01-28 14:08:11 -05:00
Qiang Xue
7f882d3a39 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-28 14:03:45 -05:00
Qiang Xue
02b908bd9c Fixes #938: added yii\web\View::renderAjax and yii\web\Controller::renderAjax. 2014-01-28 14:03:39 -05:00
Carsten Brandt
32b9f87bdf removed id property from Block widget
fixes #2196
2014-01-28 18:05:47 +01:00
Carsten Brandt
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
Carsten Brandt
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
Qiang Xue
861c2b2f9c Added yii\web\View::POS_LOAD 2014-01-28 11:21:15 -05:00
Carsten Brandt
e2b34f2c63 updated outdated docs 2014-01-28 15:30:43 +01:00
Carsten Brandt
e27c3872ed doc improvements 2014-01-28 15:17:11 +01:00
Carsten Brandt
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
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
Carsten Brandt
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +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
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
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
Alexander Makarov
ffed5d014e fixes #2176 2014-01-27 12:40:53 +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
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
Qiang Xue
11c9c5b573 fixed test break. 2014-01-26 18:37:33 -05:00
Qiang Xue
8115724725 updated change log. 2014-01-26 17:56:00 -05: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
peeradach001
7c0b56cb96 fix 2014-01-27 04:06:51 +07:00
Alexander Makarov
0367cebce6 Merge branch 'master'
Conflicts:
	framework/CHANGELOG.md
2014-01-27 00:24:13 +04:00
Alexander Makarov
1444e14853 Fixed Widget::widget 2014-01-26 23:02:59 +04:00
Qiang Xue
1fb4e152bb added contributor. 2014-01-26 12:57:07 -05:00
Qiang Xue
d43c339670 Formatter::timeZone should take string only. 2014-01-26 12:49:55 -05:00