Commit Graph

7316 Commits

Author SHA1 Message Date
Veaceslav Medvedev
fc35bc1d49 Removing abstract in Module 2014-01-18 19:19:57 +02:00
Qiang Xue
7eefdc6e04 Merge pull request #2039 from dizews/patch-1
Update Migration.php
2014-01-18 07:09:02 -08:00
Vladimir
d5cd6b0dfe Update Migration.php
add ability to use an array in multi columns parameters
2014-01-18 17:12:20 +03:00
Alexander Makarov
a19f499cbf Added missing return to docs 2014-01-18 16:54:58 +04:00
Qiang Xue
5ac1ec5d33 doc fix. 2014-01-17 23:42:10 -05:00
Qiang Xue
12ff86305a refactored fixture implementation. 2014-01-17 23:35:14 -05:00
Qiang Xue
106e912401 Added tests for Fixture feature. 2014-01-17 16:22:11 -05:00
Carsten Brandt
369e4218a9 Merge branch 'fixtures_except_option_added' of https://github.com/Ragazzo/yii2 into Ragazzo-fixtures_except_option_added
* 'fixtures_except_option_added' of https://github.com/Ragazzo/yii2:
  filter fix
  changelog added
  changes of other pr reverted
  except option added

Conflicts:
	framework/CHANGELOG.md
2014-01-17 22:15:59 +01:00
Carsten Brandt
1621c6fa68 Merge pull request #2023 from docsolver/patch-1
Corrected an error in the inline validator doc
2014-01-17 12:54:06 -08:00
Carsten Brandt
e36872ba11 Merge pull request #2029 from jom/console_help_fix
Make HelpController check to make sure module controller path exists
2014-01-17 12:47:21 -08:00
Jacob Morrison
5c19cc84f4 Make HelpController check to make sure module controller path exists before scanning it 2014-01-17 12:07:15 -08:00
Qiang Xue
e0bc9f404c improved doc. 2014-01-17 14:38:21 -05:00
Alexander Makarov
87d42e9f37 Fixed wrong namespace 2014-01-17 23:37:39 +04:00
Qiang Xue
bbe3334630 finished fixture feature. 2014-01-17 14:27:33 -05:00
Alexander Makarov
af385858c7 Fixed tests for elasticsearch, mongo, redis 2014-01-17 23:24:31 +04:00
Alexander Makarov
ed97632f53 Fixed scope method signatures 2014-01-17 23:01:13 +04:00
Alexander Makarov
0699eaadd5 Fixed test breaks 2014-01-17 22:33:10 +04:00
Vincent
60a16eb631 Update validation.md 2014-01-17 19:25:03 +01:00
Alexander Makarov
53e96b29ca Added note about scopes to upgrade guide 2014-01-17 22:22:49 +04:00
Alexander Makarov
b119576041 Fixes #2016: removed ability to declare scopes in ActiveRecord leaving it to ActiveQuery. Changed documentation accordingly. 2014-01-17 22:07:02 +04:00
Digimon
6ea98bf39a format fixed, substr changed to mb_substr, database-related settings added 2014-01-17 19:35:43 +02:00
Vincent
cdd9c6ead8 Corrected an error in the inline validator doc 2014-01-17 18:29:34 +01:00
Qiang Xue
18291c5b93 Added FixtureTrait. 2014-01-17 12:07:06 -05:00
Alexander Makarov
462c50031a Fixes #1930: Fixed domain based URL matching for website root 2014-01-17 21:06:13 +04:00
Qiang Xue
0c226154ba Merge pull request #2021 from klevron/frenchfix
French : minor fixes
2014-01-17 08:40:31 -08:00
Alexander Makarov
6e7165133e Fixes #1991: regression in index.php handling 2014-01-17 20:38:27 +04:00
Carsten Brandt
b312b853dc added redis version req to readme
fixes #1875
2014-01-17 17:36:22 +01:00
Kevin LEVRON
a3c926f814 Fix french messages 2014-01-17 17:27:27 +01:00
Qiang Xue
4f5643b9cb Merge pull request #2019 from marsuboss/patch-1
Fix typo version
2014-01-17 07:03:45 -08:00
Digimon
48eb4c2685 algorithm of data insertion approved 2014-01-17 17:01:22 +02:00
marsuboss
4342a7888e Fix typo version
https://github.com/yiisoft/yii2/blob/master/extensions/redis/Cache.php#L16
2014-01-17 16:00:19 +01:00
Digimon
7b1b7a3740 forgotten rows 2014-01-17 14:14:22 +02:00
Qiang Xue
77469a6472 Merge pull request #2009 from callmez/master
fix #1992: when set yii\captcha\CaptchaValidator::$captchaAction = '/sit...
2014-01-16 20:02:50 -08:00
callmez
00ce53946c CHANGELOG.md typo 2014-01-17 11:52:41 +08:00
Qiang Xue
96990c8d04 Merge pull request #2012 from creocoder/listbox-fix2
BaseHtml::listBox() incorrect array_key_exists() usage fix
2014-01-16 19:43:41 -08:00
Alexander Kochetov
e5b30731c3 BaseHtml::listBox() incorrect array_key_exists() usage fix 2014-01-17 07:42:45 +04:00
Qiang Xue
018a3a13f2 Merge pull request #2011 from creocoder/activedropdownlist-fix
Html::activeDropDownList() and 'multiple' option fix
2014-01-16 19:40:31 -08:00
Qiang Xue
0e7de3e351 removed trash code. 2014-01-16 22:37:43 -05:00
Qiang Xue
2dec35cfe3 Added fixture classes. 2014-01-16 22:36:38 -05:00
Alexander Kochetov
0fe3245b26 BaseHtml::activeListBox() incorrect 'unselect' value fixed. 2014-01-17 07:36:24 +04:00
Alexander Kochetov
bbc0226627 BaseHtml::activeDropDownList() fix for 'multiple' mode 2014-01-17 07:35:48 +04:00
callmez
baad3eb2a8 fixed #1992 the issue that use 'site/captcha' will get wrong refreshUrl in module scenario 2014-01-17 11:32:14 +08:00
Qiang Xue
f55ce7e096 Merge pull request #2010 from creocoder/basehtml-listbox-size
BaseHtml::listBox() default size settings removed
2014-01-16 19:25:21 -08:00
Alexander Kochetov
f645368e75 BaseHtml::listBox() allow to remove size attribute 2014-01-17 07:18:25 +04:00
Alexander Kochetov
7a7030e063 BaseHtml::listBox() default size settings removed 2014-01-17 06:38:41 +04:00
callmez
579003ab93 fix #1992: when set yii\captcha\CaptchaValidator::$captchaAction = '/site/captcha'
yii\captcha\CaptchaValidator->createCaptchaAction() error
2014-01-17 10:03:56 +08:00
Qiang Xue
eade9dd115 message fix. 2014-01-16 20:39:06 -05:00
Digimon
48b8089d63 code format fixed 2014-01-17 01:31:52 +02:00
Digimon
c3976b0f63 added possibility to save messages to be translated 2014-01-17 00:16:10 +02:00
Qiang Xue
9b723baa76 Added TableSchema::fullName property 2014-01-16 15:51:14 -05:00