Commit Graph

14105 Commits

Author SHA1 Message Date
Nikita Verkhovin
abb4d6f353 Fixed Memcache duration which exceeds 30 days 2015-10-30 00:08:02 +06:00
Carsten Brandt
939b3a9283 added scenario test while reproducing #10034 2015-10-29 14:57:51 +01:00
Alexander Makarov
29de5d3791 Merge pull request #10049 from machour/update-fr-translation
Updated french translation [ci skip]
2015-10-29 13:33:06 +03:00
Mehdi Achour
72d5658c34 Updated french translation [ci skip] 2015-10-29 11:20:13 +01:00
Alexander Makarov
9c9670d04b Merge pull request #10048 from SilverFire/ip-validator-messages-fix
IpValidator default error messages moved to init(), PHPDoc updates
2015-10-29 13:08:17 +03:00
SilverFire - Dima Naumenko
377a3952a1 IpValidator default error messages moved to init(), PHPDoc updates 2015-10-29 12:05:32 +02:00
Alexander Makarov
fe4cbd30d6 Fixes #9803: Added option to register asset with scheme (reverted from commit 57dc8540fd) 2015-10-29 12:38:42 +03:00
Carsten Brandt
2acea50e28 typos
for #10044
2015-10-28 22:31:55 +01:00
Alexander Makarov
2e31a80b2e Merge pull request #10044 from machour/docs-console-commands-in-modules
Document console commands in Modules [ci skip]
2015-10-28 23:01:28 +03:00
Mehdi Achour
9e98864391 Document console commands in Modules [ci skip] 2015-10-28 16:16:08 +01:00
Alexander Makarov
4e1a19487f Merge pull request #10038 from p0vidl0/patch-2
Create Russian translation for input-tabular-input.md [skip ci]
2015-10-28 14:56:34 +03:00
Alexander Makarov
89221fa2c6 Merge pull request #10039 from p0vidl0/patch-3
Update Russian translation [skip ci]
2015-10-28 14:56:16 +03:00
Alexander Makarov
4068282644 Merge pull request #10040 from p0vidl0/patch-4
Update Russian translation [skip ci]
2015-10-28 14:55:43 +03:00
Alexander Makarov
5497308d89 Merge pull request #10041 from p0vidl0/patch-5
Update Russian translation [skip ci]
2015-10-28 14:55:16 +03:00
Aleksandr
14324e13df Update Russian translation 2015-10-28 17:27:40 +06:00
Aleksandr
0b4faf6fd2 Update Russian translation 2015-10-28 17:26:51 +06:00
Aleksandr
49a4a8f411 Update Russian translation 2015-10-28 17:26:15 +06:00
Aleksandr
37be8d5933 Create input-tabular-input.md 2015-10-28 17:25:17 +06:00
Nikita Verkhovin
57dc8540fd Fixes #9803: Added option to register asset with scheme 2015-10-28 14:08:56 +03:00
Alexander Makarov
877008cd70 Merge pull request #10037 from yiijan/docs-ja-1028
docs guide-ja updated [ci skip]
2015-10-28 13:56:00 +03:00
Nobuo Kihara
6aba670611 minor fix [ci skip] 2015-10-28 19:52:31 +09:00
Nobuo Kihara
3753e68c9d docs/guide-ja updated [ci skip] 2015-10-28 19:47:01 +09:00
Alexander Makarov
0b45057dfa Better example as per comments in b595635cd2 2015-10-28 11:57:22 +03:00
Alexander Makarov
b595635cd2 Fixes #10036: added example implementing RateLimitInterface to docs 2015-10-28 11:28:27 +03:00
Alexander Makarov
e17d5cf27a Merge pull request #10035 from p0vidl0/patch-1
Update Russian translation [skip ci]
2015-10-28 10:09:00 +03:00
Aleksandr
0b84863222 Update Russian translation 2015-10-28 12:39:34 +06:00
Marco Germani
53593c8ec3 Update Formatter.php
string type are cast to integer and have rapresentation of 2147483647 using float type instead for represent larger numbers
2015-10-27 15:48:13 +01:00
Steve Guns
d40435e931 Enhanced #6351 fix by reintroduced older (SQL CREATE) style FK detection for people still running MySQL servers where referential_constraints is not available 2015-10-27 17:44:16 +03:00
Alexander Makarov
0a57722c8e Merge pull request #10026 from nkovacs/patch-15
fix documentation [skip ci]
2015-10-27 16:48:24 +03:00
Alexander Makarov
14f64b6d74 Merge pull request #10027 from yiijan/typo-fix-in-doc
typo fixed [ci skip]
2015-10-27 16:25:09 +03:00
Nobuo Kihara
a503c6c307 typo fixed [ci skip] 2015-10-27 22:04:04 +09:00
Nikola Kovacs
0900641ed4 fix documentation 2015-10-27 11:52:37 +01:00
Alexander Makarov
38762539e3 Merge pull request #10021 from musay/patch-1
Update concept-behaviors.md [skip ci]
2015-10-27 12:54:12 +03:00
Aleksandr
f3fddb2993 Russian translation fixes and updates [skip ci] 2015-10-27 12:49:05 +03:00
Alexander Makarov
4c452d1b04 Merge pull request #10018 from SilverFire/5146-interval-formatter
Added `Formatter::asDuration`
2015-10-27 12:45:49 +03:00
Musa Y
3bcf7b76f6 Update concept-behaviors.md 2015-10-27 08:28:58 +02:00
Alexander Makarov
f6995e9e39 Merge pull request #10017 from nikashitsa/applied-migrations-report
Added total applied migrations to final report
2015-10-27 02:11:38 +03:00
SilverFire - Dima Naumenko
beee13e3f6 Added Formatter::asDuration() to guide-ru, guide-en, added ru, uk messages translation 2015-10-27 00:04:30 +02:00
SilverFire - Dima Naumenko
b5d95f845e Formatter::asDuration() PHPDoc and PHPUnit test enhanced 2015-10-26 23:57:05 +02:00
Nikita Verkhovin
99c6fb23a2 Added total applied migrations to final report 2015-10-27 02:23:21 +06:00
John Was
928a02c3bc Added Formatter::asDuration() method 2015-10-26 20:48:39 +02:00
Alexander Makarov
ef6a187e1e Merge pull request #10014 from p0vidl0/patch-3
Update translation [skip ci]
2015-10-26 16:33:48 +03:00
Aleksandr
06faaf3c4a Update translation
Есть 2 проблемы:
1. "Log Targets" перевел как "Цели логов". Так было в первой версии перевода, ничего лучше не смог придумать,
2. Подраздел "Log Targets", первое примечание 
"Note: The log component must be loaded during bootstrapping time so that it can dispatch log messages to targets promptly. That is why it is listed in the bootstrap array as shown above." 
перевел как 
"Примечание: Компонент `log` должен быть загружен в процессе [предзагрузки](runtime-bootstrapping.md), тогда он сможет оперативно передавать сообщения целям логов. Поэтому он указан в массиве `bootstrap`."
Смысл первого предложения не переврал?
2015-10-26 17:30:20 +06:00
Alexander Makarov
5dcb99f49e Merge pull request #10010 from pana1990/update-readme
Update composer-asset-plugin version [skip ci]
2015-10-26 10:07:24 +03:00
Alexander Makarov
e621bc5f58 Merge pull request #10011 from yiiframework-ua/uk_translate
[Uk][Doc] Guide updates [skip ci]
2015-10-25 19:30:40 +03:00
Borales
56e9496fed [Uk][Doc] Update README.md [ci skip] 2015-10-25 15:47:54 +01:00
Borales
e2bf0330e2 [Uk][Doc] Corrections [ci skip] 2015-10-25 15:38:27 +01:00
Borales
b981b184cb Merge branch 'master' of https://github.com/yiisoft/yii2 into uk_translate_3y3ik 2015-10-25 15:03:09 +01:00
Daniel Gomez Pan
b6afeb2a1a Update composer-asset-plugin version 2015-10-25 11:45:58 +01:00
Alexander Makarov
e78deee92b Merge pull request #10001 from SilverFire/ip-validator-docs
Added IpValidator description to `core-validators` ru,en guides. IpValidator PHPDoc enhanced [ci skip]
2015-10-24 20:31:47 +03:00