Alexander Makarov
|
f21d2ce757
|
Better phpdoc
|
2014-01-19 03:44:33 +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 |
|
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 |
|
Kevin LEVRON
|
a3c926f814
|
Fix french messages
|
2014-01-17 17:27:27 +01: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 |
|
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 |
|
Qiang Xue
|
9b723baa76
|
Added TableSchema::fullName property
|
2014-01-16 15:51:14 -05:00 |
|
Qiang Xue
|
e13557d333
|
doc fix.
|
2014-01-16 11:44:07 -05:00 |
|
Qiang Xue
|
31c24ec92b
|
Fixes #2003: Added filter property to ExistValidator and UniqueValidator to support adding additional filtering conditions
|
2014-01-16 11:30:48 -05:00 |
|
Kevin LEVRON
|
6594fbd2da
|
changelog
|
2014-01-16 14:53:04 +01:00 |
|
Kevin LEVRON
|
4527a3dc4c
|
Fixes #1998 : get input value from hidden field when necessary(unchecked checkbox/radio)
|
2014-01-16 14:45:25 +01:00 |
|
Carsten Brandt
|
3ff408b9dd
|
Merge pull request #1997 from cebe/1993-fixed-ar-afterFind
afterFind event in AR is now called after relations have been populated
|
2014-01-16 03:09:22 -08:00 |
|
Carsten Brandt
|
7e961eee85
|
fixed test break
|
2014-01-16 11:50:59 +01:00 |
|
Mark
|
f154a642f2
|
changelog added
|
2014-01-16 14:48:42 +04:00 |
|
Carsten Brandt
|
829850da23
|
removed phpdoc about nonexisting param
|
2014-01-16 11:07:50 +01:00 |
|
Carsten Brandt
|
796284cba1
|
reworked fix for #1993
|
2014-01-16 11:05:26 +01:00 |
|
Carsten Brandt
|
81d23332df
|
afterFind event in AR is now called after relations have been populated
fixes #1993
|
2014-01-16 10:28:58 +01:00 |
|
Mark
|
dad238f60d
|
changed truncate to delete
|
2014-01-16 12:06:33 +04:00 |
|
Alexander Makarov
|
74a74c847c
|
Merge pull request #1982 from asm89/dutch-translations
Add dutch translations
|
2014-01-15 14:35:26 -08:00 |
|
Alexander Makarov
|
e0f20abd55
|
minor formatting fixes
|
2014-01-15 23:41:55 +04:00 |
|
Alexander Makarov
|
d7783a3ebf
|
Merge pull request #1979 from SergeiKutanov/po_generation
po filles generation.
|
2014-01-15 11:38:48 -08:00 |
|
Qiang Xue
|
96f210f0d2
|
better fix for #1959.
|
2014-01-15 11:39:47 -05:00 |
|
Qiang Xue
|
777e22c1af
|
Fixes #1959: Html::activeCheckbox wasn't respecting custom values for checked/unchecked state
|
2014-01-15 11:18:34 -05:00 |
|
Carsten Brandt
|
6944ca1f94
|
Mark event as handled when filter decides to abort action
fixes #1984
|
2014-01-15 15:37:42 +01:00 |
|
SergeiKutanov
|
a937e970c6
|
fixes for previous solution
|
2014-01-15 16:40:26 +04:00 |
|
Alexander
|
604d2ee128
|
Add dutch translations
|
2014-01-15 13:38:46 +01:00 |
|
SergeiKutanov
|
92cfdb33c7
|
po now supports obsolete messages
|
2014-01-15 16:08:13 +04:00 |
|
SergeiKutanov
|
2ce5e652d7
|
code style fixed
|
2014-01-15 14:44:57 +04:00 |
|
marsuboss
|
ae973b0392
|
Fix
|
2014-01-15 10:33:21 +01:00 |
|
SergeiKutanov
|
08cf7e7b94
|
po filles generation.
All the quotation marks must be screened by adding a backslash before them. Otherwise we cannot generate .mo file.
|
2014-01-15 13:29:03 +04:00 |
|
Alexander Makarov
|
5a9823a5f4
|
A bit less stricter check as suggested by @qiang: 2aa8fc7171
|
2014-01-15 01:40:17 +04:00 |
|
Alexander Makarov
|
edf98ced99
|
Fixes #1973: Re-implemented solution for yii message/extract is now able to generate .po files
|
2014-01-14 23:09:37 +04:00 |
|
Alexander Makarov
|
f6e6ea99a3
|
Merge pull request #1973 from SergeiKutanov/po_generation
po file generating added.
|
2014-01-14 10:52:10 -08:00 |
|
SergeiKutanov
|
7777657639
|
po file generatin added.
Files are generated using message/extract command.
E.g.: ./yii message/extract message/config.php po
|
2014-01-14 22:46:55 +04:00 |
|
Alexander Makarov
|
2aa8fc7171
|
Optimized #1959 code a bit
|
2014-01-14 22:44:55 +04:00 |
|
Alexander Makarov
|
cbb39d19af
|
Merge pull request #1971 from klevron/1959
Fixes #1959 : compare model attribute with value/uncheck options
|
2014-01-14 10:37:24 -08:00 |
|
Alexander Makarov
|
a2e0d2d04f
|
init of advanced application now allows to specify answer for overwriting files via init --overwrite=n
|
2014-01-14 22:33:56 +04:00 |
|
Kevin LEVRON
|
f44605fff0
|
Fixes #1959 : compare model attribute with value/uncheck options
|
2014-01-14 16:31:50 +01:00 |
|