Carsten Brandt
cf54dec00d
application release automation
2016-04-28 18:33:21 +02:00
Carsten Brandt
5bc2f3a851
avoid random test failure
2016-04-28 16:57:34 +02:00
Carsten Brandt
be7ad4366c
prepare for next release
2016-04-28 16:54:21 +02:00
Carsten Brandt
731769241b
release version 2.0.8
2.0.8
2016-04-28 16:50:20 +02:00
Carsten Brandt
101ec4fb59
fix phpdoc controller for empty interfaces
2016-04-28 16:42:17 +02:00
Carsten Brandt
f87acfad40
framework release automation
2016-04-28 16:35:48 +02:00
Evgeniy Tkachenko
16e92d9eb4
[skip ci] Update tutorial-console-help.png ( #11442 )
2016-04-28 15:20:55 +03:00
Alexander Makarov
a9d18f581f
Added new comment methods to mirgrations docs
2016-04-28 14:22:03 +03:00
Carsten Brandt
b41c3e8528
Merge pull request #11439 from yiisoft/better-test-security
...
better unit test for generateRandomBytes()
2016-04-28 12:54:33 +02:00
Alexander Makarov
e00c9d904e
Fixed tests to run properly on Windows
2016-04-28 13:52:45 +03:00
Evgeniy Tkachenko
7615a39e4d
Add note about purge DB ( #11445 )
2016-04-28 12:00:14 +02:00
Carsten Brandt
e94b68436d
complete test coverage for reading /dev/urandom
...
fixes an issue with buffered reading
2016-04-28 11:45:37 +02:00
Carsten Brandt
49028af437
skip testing /dev/urandom on windows
...
also removed redundant test
2016-04-28 11:09:09 +02:00
SSiwek
5f8881cfbd
#11428 (oci) speedup SQL SELECT in findColumns
2016-04-28 08:23:20 +02:00
Carsten Brandt
f2f082dbab
moved checks before random_bytes() to have consistent behavior accross php versions
2016-04-28 04:16:22 +02:00
Carsten Brandt
2aeb479341
better unit test for generateRandomBytes()
2016-04-28 04:05:45 +02:00
Carsten Brandt
edd6e719bb
added missing since annotations and removed duplicate line
2016-04-28 03:02:17 +02:00
Carsten Brandt
55b858df6d
use already existing error string
...
this one is already available and translated to some languages.
2016-04-28 02:53:39 +02:00
Carsten Brandt
c86f78cb55
german translatoin update
2016-04-28 02:53:20 +02:00
Vladimir Khramov
c6d04644d3
passing properties to recursive call if properties of top object are not specified
...
fixes #7717
close #10960
2016-04-28 02:34:10 +02:00
Carsten Brandt
627233715b
proper @since annotations
2016-04-28 02:25:32 +02:00
Carsten Brandt
4411a74ebd
proper fix for #9425 , adjust changes from #11363
...
includes tests and fix that works in all cases.
2016-04-28 01:29:07 +02:00
Carsten Brandt
9ea5d46140
added missing @since annotations
2016-04-28 01:05:31 +02:00
Carsten Brandt
9f044b269f
update Upgrade notes
2016-04-28 00:32:44 +02:00
Carsten Brandt
b9315c265a
Update git-workflow.md
2016-04-28 00:12:00 +02:00
Dmitry Naumenko
4aa620addc
Merge pull request #11436 from yiijan/docs-ja-0427-2
...
Docs ja 0427 2 [ci skip]
2016-04-27 18:52:42 +03:00
Nobuo Kihara
4002c4746d
Merge branch 'master' into docs-ja-0427-2
2016-04-27 23:08:05 +09:00
Nobuo Kihara
55edd5f6dd
docs/internals-ja/core-code-style.md updated [ci skip]
2016-04-27 23:02:38 +09:00
Evgeniy Tkachenko
72eca59399
[ci skip] add note about create_xxx drop_xxx ( #11435 )
2016-04-27 16:44:26 +03:00
Evgeniy Tkachenko
7c663debd5
[ci skip] phpDoc updated ( #11434 )
2016-04-27 16:43:40 +03:00
Nobuo Kihara
6b50f2cd82
docs/guide-ja updated [skip ci] ( #11433 )
2016-04-27 16:06:37 +03:00
Nobuo Kihara
da30db6bd3
docs/guide-ja updated [skip ci]
2016-04-27 22:02:19 +09:00
Alexander Makarov
140e7fc915
Fixed changelog line that belongs to 2.0.8 instead of 2.0.7
2016-04-27 01:00:43 +03:00
Juuso Leinonen
396bd9f714
Fixes #10309 : Extracted yii\web\UrlManager rule cache key into $cacheKey protected property
2016-04-27 00:58:12 +03:00
Darking
f75f453ec4
Fixes #10475 : Extracted getUrlFromCache() and setRuleToCache() protected methods from yii\web\UrlManager::createUrl()
2016-04-27 00:54:30 +03:00
Carsten Brandt
5dab713840
moved wrongly created changelog lines
...
(will be resorted automatically on release)
2016-04-26 22:35:26 +02:00
Carsten Brandt
f900f24ca9
Fixed namespace conflict with Markdown helper and Console helper
...
fixes #11425
2016-04-26 22:05:56 +02:00
Carsten Brandt
00d506c398
completed implementation for #7177
...
added TYPE_TIME and default values for format to be chosen from
corresponding formatter variable
fixes #7177
close #10778
2016-04-26 21:56:40 +02:00
Robbert Jan
bb0ef88860
Enhancement for DateValidator ( #7177 , #10165 )
...
Added parameter to define if checking for 'date' or 'dateTime'
and updated parseDateValueIntl($value, $format) to facilitate
this validation based on defined type.
Added unit tests to for validating dateTime values when using short format validation.
close #10778
2016-04-26 19:22:41 +02:00
Sam Mousa
2ac17ddae6
Simplified exception page Javascript
...
- Removed unused block.
- Removed Sizzle library from exception page.
- Fixed highlighting hovering over code lines
close #10967
2016-04-26 18:34:31 +02:00
SilverFire - Dmitry Naumenko
8c2a70b3e7
Moved TraversableObject to yiiunit\data\base namespace
2016-04-26 13:30:37 +03:00
Dmitry Naumenko
93e3213447
Merge pull request #11426 from s1lver/fixed_email_guide_ru
...
Correcting spelling for the Russian documentation
2016-04-26 13:14:13 +03:00
Evgeniy Moiseenko
bafbe09fba
Correcting spelling
2016-04-26 15:08:42 +05:00
SilverFire - Dmitry Naumenko
62fdaa249f
updated UPGRADE.md
2016-04-26 00:30:02 +03:00
SilverFire - Dmitry Naumenko
37fdc8c5e5
Updated UPGRADE.md
2016-04-26 00:21:44 +03:00
SilverFire - Dmitry Naumenko
fbedb8e750
Merge branch 'AnatolyRugalev-issue-10322'
2016-04-25 23:58:06 +03:00
AnatolyRugalev
59fdac54ff
Added support of :submit[formtarget]
2016-04-25 23:57:56 +03:00
SilverFire - Dmitry Naumenko
dcf42e35cc
Merge branch 'SamMousa-enh-10954-querybuilder-traversable'
2016-04-25 23:36:56 +03:00
SilverFire - Dmitry Naumenko
e2e4f76229
Updated SqliteQueryBuilderTest to work with Composite in conditions
...
Updated code style, CHANGELOG
2016-04-25 23:36:41 +03:00
Sam Mousa
baab8d6a68
QueryBuilder now supports Traversable objects for IN clauses.
2016-04-25 23:36:32 +03:00