Commit Graph

13830 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
61d8bb0cd5 Changelog updated 2015-12-09 10:47:20 +02:00
Alexander Makarov
615a29f04e More fixes for MSSQL tests 2015-12-09 03:07:32 +03:00
Alexander Makarov
619c50d933 Fixed MSSQL initial schema for tests 2015-12-08 23:46:01 +03:00
Alexander Makarov
11e1ffcdf4 Merge pull request #10354 from Pontorez/patch-1
Typo, style
2015-12-08 18:39:58 +03:00
Pontorez
77deee4230 Typo, style 2015-12-08 15:33:16 +00:00
Carsten Brandt
1b26a0dca2 Merge pull request #10343 from pana1990/update-travis
Remove block comment [skip ci]
2015-12-07 17:58:03 +01:00
Daniel Gomez Pan
436b6555fc Remove block comment [skip ci] 2015-12-07 13:08:05 +01:00
Carsten Brandt
f4290670a4 Merge pull request #10337 from yiisoft/revert-10335-patch-1
Revert "Update db-active-record.md"
2015-12-07 01:07:28 +01:00
Carsten Brandt
6340c52149 Merge pull request #10336 from yiijan/docs-ja-1207
docs/guide-ja updated [ci skip]
2015-12-07 00:55:22 +01:00
Carsten Brandt
f15613a8c3 Revert "Update db-active-record.md" 2015-12-07 00:54:29 +01:00
Nobuo Kihara
b9e38e56c1 docs/guide-ja updated [ci skip] 2015-12-07 07:41:16 +09:00
Dmitry Naumenko
7623539730 Merge pull request #10335 from agamayaservers/patch-1
Update db-active-record.md
2015-12-06 23:29:05 +02:00
agamayaservers
3ab8673bc7 Update db-active-record.md 2015-12-06 23:42: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
Alexander Makarov
762307f2f5 Updated caching docs 2015-12-06 19:49:57 +03:00
Alexander Makarov
2c596cf5a5 Merge pull request #10334 from pana1990/patch
Add @since [skip ci]
2015-12-06 18:43:35 +02:00
Daniel Gomez Pan
ab5baa6c41 Add @since [skip ci] 2015-12-06 17:32:49 +01:00
SilverFire - Dmitry Naumenko
75404ff592 Guide for input-validation updated. Closes #10314 2015-12-06 11:19:29 +02:00
SilverFire - Dmitry Naumenko
9a371fb68d Guide EN,RU: Input file upload updated 2015-12-06 07:29:19 +02: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
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