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
Qiang Xue
a43f8b2361
Fixes #2157 : The '*' category pattern will match all categories that do not match any other patterns listed in I18N::translations
2014-01-26 12:44:27 -05:00
Carsten Brandt
1c8ace46d6
Merge PR #2136 branch 'detail-view-attributes' of https://github.com/creocoder/yii2
...
* 'detail-view-attributes' of https://github.com/creocoder/yii2 :
DetailView phpDoc
CHANGELOG
DetailView allow set label while attribute in string format
DetailView correct regexp
Conflicts:
framework/CHANGELOG.md
2014-01-26 17:21:20 +01:00
John Was
26564fb9b5
fixed code style for assignments inside if conditions
2014-01-26 17:00:43 +01:00
John Was
07ce08d970
updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php
2014-01-26 15:28:55 +01:00
John Was
f90e594f4f
remove _FLAG from PATTERN_FLAG constants
2014-01-26 15:03:24 +01:00
John Was
b2b10d1685
more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching
2014-01-26 15:02:26 +01:00
Alexander Makarov
a2dca09e71
Modified phpdoc
2014-01-26 17:50:04 +04:00
Alexander Makarov
c8a7844324
Added changelog
2014-01-26 17:47:31 +04:00
Alexander Makarov
db7e4a4401
Added echo output in case there's return
2014-01-26 17:44:19 +04:00
Alexander Makarov
4023f4215a
Allow writing widgets using return instead of echo in the run method to make it consistent with controller
2014-01-26 16:08:24 +04:00
Qiang Xue
698d66a2c1
fixed test break
2014-01-25 19:01:32 -05:00
Qiang Xue
1ebe46c64a
Fixed test break.
2014-01-25 17:53:15 -05:00
Qiang Xue
26b556a6fb
doc fix.
2014-01-25 16:55:21 -05:00