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
Alexander Makarov
f370f47da4
Merge pull request #10327 from janisto/message_fi_update-7
...
Update Finnish translation [skip ci]
2015-12-04 14:49:37 +02:00
Jani Mikkonen
e75abaf9f6
Update Finnish translation
2015-12-04 14:40:57 +02:00
Carsten Brandt
56ed64103f
Merge pull request #10324 from Vovan-VE/tweak-message-extract-output
...
MessageController output DB lost EOL when unused messages unchanged
2015-12-04 05:16:41 +01: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
SilverFire - Dmitry Naumenko
f7cf641635
Guide tutorial-console updated
2015-12-03 23:19:51 +02:00
Dmitry Naumenko
14baea22a7
Merge pull request #10320 from tafid/ip-validator-js
...
Fixed client-side IP validator
2015-12-03 17:39:51 +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
Dmitry Naumenko
ec8f1f9a44
Merge pull request #10307 from yiijan/docs-ja-1202
...
Docs ja updates [ci skip]
2015-12-02 16:31:32 +02:00
Nobuo Kihara
6edef6db29
docs/guide-ja/db-query-builder.md updated [ci skip]
2015-12-02 23:26:35 +09:00
Nobuo Kihara
5be12faf17
docs/guide-ja/db-dao.md updated [ci skip]
2015-12-02 23:00:20 +09: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
Nobuo Kihara
1502a10925
docs/guide-ja/db-active-record.md updated [ci skip]
2015-12-02 08:19:58 +09: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
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
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
Dmitry Naumenko
95edff3b1d
Merge pull request #10281 from LAV45/fix_json_encode
...
Unexpected behavior for \SimpleXMLElement and Json::encode() #10278
2015-11-30 15:11:46 +02:00
Dmitry Naumenko
f73bc91046
Added Dmitry Naumenko to composer.json
2015-11-30 15:10:37 +02:00
Carsten Brandt
787dafbf73
revise DB documentation
2015-11-30 13:51:24 +01:00
Pavel
055859c90e
Fix #10217 for the case when there is hidden input combined with listview
2015-11-30 13:34:40 +03:00
SilverFire - Dmitry Naumenko
9b1dfe54e9
Updated composer-asset-plugin requirement to ~1.1.1 all over the framework
2015-11-30 08:28:48 +02:00
Alexander Makarov
ee71dc3f06
Merge pull request #10283 from lourdas/master
...
Updated Greek translation of framework messages [skip ci]
2015-11-29 23:15:51 +02:00
Vasileios Lourdas
322cb78b3d
Updated Greek translation for framework messages.
2015-11-29 22:26:09 +02:00
LAV45
aa13bf618b
Added the entry in CHANGELOG.md
2015-11-29 20:01:41 +03:00
LAV45
a2bf2598ce
Release fix from SilverFire
2015-11-29 01:24:43 +03:00
LAV45
1028152aac
Unexpected behavior for \SimpleXMLElement and Json::encode() #10278
2015-11-29 00:58:32 +03:00
Dmitry Naumenko
e756dc5f58
Merge pull request #10279 from servocoder/patch-2
...
Unable to get target DOM element in pjax events upon deletion grid row
2015-11-28 18:47:59 +02:00
servocoder
f2039c2b4a
Unable to get target DOM element in pjax events upon deletion grid row
2015-11-28 17:29:01 +02:00
Alexander Makarov
b11d1dae74
Merge pull request #10277 from Renkas/patch-1
...
Wrong variables in translation. Fixes #10276 [skip ci]
2015-11-28 15:29:50 +02:00
Renkas
8a583043d9
Wrong variables in translation. Fixes #10276
2015-11-28 15:11:39 +02:00
Alexander Makarov
e80beac6f7
Merge pull request #10273 from keltstr/patch-2
...
update link to installation advanced app [skip ci]
2015-11-28 11:23:23 +02:00
Alexander Makarov
249c286554
Merge pull request #10272 from keltstr/patch-1
...
typo
2015-11-28 11:22:31 +02:00
keltstr
7d23eaab83
update link to installation advanced app
...
update link to installation advanced app
2015-11-28 11:18:54 +03:00
keltstr
ba197cc823
typo
...
typo
2015-11-28 10:58:15 +03:00
Dmitry Naumenko
766ab04144
Merge pull request #10269 from lichunqiang/links-fix
...
[skip ci] fixed wrong links
2015-11-28 09:48:35 +02:00