Commit Graph

5352 Commits

Author SHA1 Message Date
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
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
Mark
1949c532aa docs added 2014-01-26 19:05:03 +04:00
Mark
2186e3fd4f fixed docs 2014-01-26 18:59:04 +04:00
Mark
d05e91393d docs fix 2014-01-26 18:47:46 +04:00
Mark
60dbd643fb typo fix 2014-01-26 18:46:54 +04:00
Mark
faaabeec5c docs fixed 2014-01-26 18:38:01 +04: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