Revin Roman
62fd874413
Update phpdoc comments and changelog
2015-12-14 14:56:39 +03:00
Revin Roman
b711d39164
Update changelog
2015-12-14 14:50:31 +03:00
Revin Roman
c22a9c0d84
Method isIgnoredCategory renamed to isCategoryIgnored and update phpdoc comments
2015-12-14 14:50:22 +03:00
Revin Roman
229f9a8364
Support wildcard category name in export messages config #10359
2015-12-14 14:04:06 +03:00
Alexander Makarov
cc4849a3ae
Renamed getUserIDsByRole → getUserIdsByRole for consistency
...
See 0e0079bcae (commitcomment-14953758)
2015-12-14 12:34:00 +03:00
SilverFire - Dmitry Naumenko
4238e4fdd7
Merge branch 'master' of github.com:yiisoft/yii2
2015-12-14 09:46:55 +02:00
Daniel Gomez Pan
08034bbe10
Add @since [skip ci]
2015-12-14 00:03:46 +01:00
Alexander Makarov
31ee08ed15
Merge pull request #10355 from yiisoft/rbac-get-user-ids-by-role
...
Fixes #9573 : Added `yii\rbac\ManagerInterface::getUserIDsByRole()` and implementations
2015-12-14 01:41:41 +03:00
Gaël Wogenstahl
d5a0b9a4b4
Fix french translation for compare validator
...
Compare validator error messages translation are incorrect in french.
`{compareValue}` is used instead of `{compareValueOrAttribute}`
2015-12-11 17:01:47 +11:00
Daniel Gomez Pan
cb3557c30d
Update messages-es [skip ci]
2015-12-10 00:29:04 +01:00
Ruslan Bat
4a1a0fb4d8
FIX rule for camelCase controllerName
...
<controller:\w+>s
if use this variant of rule you cant get controller with camelCase name as camel-case
2015-12-09 23:57:01 +02:00
callmez
a18423493c
Update yii.php
2015-12-09 20:37:20 +08:00
SilverFire - Dmitry Naumenko
61d8bb0cd5
Changelog updated
2015-12-09 10:47:20 +02:00
Alexander Makarov
97b40bf705
Added note for upgrade guide
2015-12-08 20:54:55 +03:00
Alexander Makarov
0e0079bcae
Fixes #9573 : Added yii\rbac\ManagerInterface::getUserIDsByRole() and implementations
2015-12-08 20:00:48 +03:00
SilverFire - Dmitry Naumenko
e8aa60e411
Merge branch 'pjax' of https://github.com/Alex-Code/yii2 into Alex-Code-pjax
2015-12-06 21:50:33 +02:00
Daniel Gomez Pan
ab5baa6c41
Add @since [skip ci]
2015-12-06 17:32:49 +01:00
SilverFire - Dmitry Naumenko
898ffa57c4
FileValidator - updated PHPDoc
2015-12-06 07:12:20 +02:00
Carsten Brandt
468886a77b
small refactoring for #9452
2015-12-06 06:04:46 +01:00
Dmitry Naumenko
ccaa6efdc7
Merge pull request #9472 from schojniak/GroupUrlRule
...
GroupUrlRule: if $this->routePrefix is unset then only one trim is called
2015-12-05 21:26:12 +02:00
SilverFire - Dmitry Naumenko
2be8a716b1
#8995 , #8996 - added unit test, changelog line
2015-12-05 21:23:33 +02:00
SilverFire - Dmitry Naumenko
d5eff682a0
Merge branch 'patch-1' of https://github.com/PowerGamer1/yii2 into PowerGamer1-patch-1
2015-12-05 21:22:24 +02:00
Klimov Paul
bea90e1228
Fixed yii\db\Query::where() does not add params from directly passed yii\db\Expression
2015-12-05 12:28:43 +02:00
Klimov Paul
170c376648
yii\helpers\VarDumper::dump() now respects PHP magic method __debugInfo()
2015-12-05 11:21:49 +02:00
Jani Mikkonen
e75abaf9f6
Update Finnish translation
2015-12-04 14:40:57 +02:00
Vovan-VE
d1d1106179
MessageController output DB lost EOL when unused messages unchanged
...
When storing messages to DB and neither `removeUnused`, nor `markUnused`
is enabled, then output about obsoleted messages won't say anything
about update results and lost EOL:
[/path] $ ./yii message/extract ...
Extracting messages from <file>...
Extracting messages from <file>...
Inserting new messages...saved.
Updating obsoleted messages...[/path] $ _
Patched to explain what happened and fix EOL:
Inserting new messages...saved.
Updating obsoleted messages...kept untouched.
[/path] $ _
2015-12-04 11:43:06 +08:00
SilverFire - Dmitry Naumenko
8f94a824fd
Added #10302 to CHANGELOG
2015-12-03 23:27:31 +02:00
Andrey Klochok
4a0d7b3676
Fixed client-side IP validator
2015-12-03 17:38:44 +02:00
Carsten Brandt
a8448eba47
Update LinkPager.php
...
added missing `@since` annotation.
2015-12-03 00:10:35 +01:00
Pavel Solomienko
b6b2befb00
Fix cutting of url params with the same name upon filtering
2015-12-03 00:33:57 +02:00
Dmitry Naumenko
37bf1d89ce
Merge pull request #10296 from githubjeka/cache-aliases
...
Methods mset, mget and madd have been marked as deprecated
2015-12-03 00:26:38 +02:00
Carsten Brandt
b44649fd97
Update FilterValidator.php
2015-12-02 23:05:12 +01:00
githubjeka
88241f24f3
yii.activeForm.js: input onBlur event forces field validation
2015-12-02 23:38:00 +02:00
SilverFire - Dmitry Naumenko
cd87d67f34
Global DOCS update: ~~~ replaced with ```
2015-12-02 23:15:28 +02:00
Alexander Makarov
c96cbfa8e6
Merge pull request #10289 from omnilight/10288-fix-for-parameters-when-default-is-null
...
Fix #10288
2015-12-02 16:32:51 +02:00
Angel Guevara
2d05b11f68
remove PHP_EOL
2015-12-02 04:21:45 -06:00
SilverFire - Dmitry Naumenko
723e3a9850
Updated ActiveField::getInputId PHPDoc, CHANGELOG
2015-12-02 08:24:53 +02:00
Carsten Brandt
b2fa9431e8
Merge pull request #9294 from yiisoft/activefield-id
...
alternative solution for issue #7627
2015-12-02 01:23:58 +01:00
Dmitry Naumenko
fa1c7bdd35
Merge pull request #10284 from omnilight/10217-fix-for-params-with-hidden-input
...
Fix #10217 for the case when there is hidden input combined with list view
2015-12-01 23:10:28 +02:00
githubjeka
12c738c058
Cosmetic
2015-12-01 20:56:20 +03:00
Angel Guevara
ec43f4c370
add separator around the items in ul()
2015-12-01 08:00:39 -06:00
Angel Guevara
d0ffb58efb
syntax error
2015-12-01 07:34:40 -06:00
Angel Guevara
7a2bbabbbd
add separator special option to ul and listBox
2015-12-01 07:28:09 -06:00
githubjeka
b52cbd11f8
update changelog
2015-12-01 14:37:15 +03:00
githubjeka
c750bb1577
update changelog
2015-12-01 14:36:01 +03:00
githubjeka
5a47692e64
Create multiSet, multiGet, multiAdd methods, and mark mset, mget and madd as deprecated
2015-12-01 14:29:43 +03:00
Angel Guevara
7618e4ee13
changes suggested by review.
2015-12-01 00:18:50 -06:00
Angel Guevara
5b67bc1822
use ArrayHelper::remove()
2015-11-30 19:32:41 -06:00
SilverFire - Dmitry Naumenko
8e68d2cd57
IpValidator::clientValidateAttribute - fixed passing of regular exressions to JS
2015-11-30 19:13:53 +02:00
Pavel
f6b2c8f5be
Fix #10217 for the case when there is hidden input combined with listview
2015-11-30 17:13:34 +03:00