Commit Graph

15402 Commits

Author SHA1 Message Date
Sebastian Chojniak
9012aa66bf Fixed documentation according to Chg #4911 2015-07-29 12:42:56 +02:00
Alexander Makarov
758f01aa81 Merge pull request #9234 from otsec/patch-1
Typo in russian i18n message [skip ci]
2015-07-28 13:35:33 +03:00
Artem Belov
235ca746b4 Typo in russian i18n message 2015-07-28 12:31:40 +03:00
adinata
8ced2ba96a Fixes #8933: Yii is now able to properly handle HHVM fatal errors 2015-07-28 10:32:52 +03:00
Alexander Makarov
2aba8df2ef Fixes #9228 2015-07-27 18:57:10 +03:00
vbelogai
1d6a340534 Fixes #8161: Fixed active form data-method submit bug when client validation is used 2015-07-27 18:53:40 +03:00
Dmitry Naumenko
b16d734c29 Fixes #8671: Extracted yii\helpers\Html::escapeJsRegularExpression() method from yii\validators\RegularExpressionValidator 2015-07-27 17:40:38 +03:00
Alexander Makarov
aba7effa2b Merge pull request #9225 from et-soft/master
Update start-gii.md in 5 languages docs [skip ci]
2015-07-27 16:06:21 +03:00
et-soft
c931c185ed Update start-gii.md
Update example for config Gii module in Japanese version.
2015-07-27 15:11:32 +03:00
et-soft
7ab501c138 Update start-gii.md
Update example for config Gii module in Vietnam version.
2015-07-27 15:09:50 +03:00
et-soft
ab0d38e675 Update start-gii.md
Update example for config Gii module in Ukraine version.
2015-07-27 15:09:06 +03:00
et-soft
66ee6dd692 Update start-gii.md
Update example for config Gii module in Brasilian version.
2015-07-27 15:08:01 +03:00
et-soft
7b8c327678 Update start-gii.md
Update example for config Gii module in French version.
2015-07-27 15:07:12 +03:00
Alexander Makarov
70a85fe5a4 Merge pull request #9224 from et-soft/master
Update start-gii.md [skip ci]
2015-07-27 12:28:31 +03:00
et-soft
f57b259499 Update start-gii.md
Update example for config Gii module in Spain version.
2015-07-27 11:59:05 +03:00
Alexander Makarov
a2745f31c4 Merge pull request #9223 from et-soft/patch-3
Update start-gii.md [skip ci]
2015-07-27 11:58:02 +03:00
et-soft
d20af7123f Update start-gii.md
Update example for config Gii module.
2015-07-27 11:55:41 +03:00
et-soft
a90bbd0be2 Update start-gii.md
Update example for config Gii module.
2015-07-27 11:54:26 +03:00
Carsten Brandt
d3bd7af956 improved documentation of Model::load() return value
fixes #8803
close #9216
2015-07-26 02:21:41 +02:00
nidgetgod
b8fefe513c fixed: Oracle 11g 11.2.0.1.0 ORA-03113: end-of-file on communication channel
This is a workaround for an oracle bug:
https://code.google.com/p/yii/issues/detail?id=1779

close #8844
2015-07-26 02:08:47 +02:00
Carsten Brandt
3c9c6b5d7d fixed formatter to accept explicit setting of decimal numbers
this version keeps BC for symbols while fixing the issue with decimals.

fixes #8684
2015-07-26 01:35:42 +02:00
Carsten Brandt
2cd4837f41 fixed display issue with overlapping text in callstack item
fixes #4763
2015-07-26 01:08:42 +02:00
Carsten Brandt
708c0d22e5 Merge pull request #9209 from felixmaier1989/fix-translation-fr
[ci skip] [fix-translation-fr] Fixed some typos and wordings in French messages
2015-07-25 12:23:24 +02:00
felixmaier1989
f840292053 [fix-translation-fr] Fixed some typos and wordings in French messages 2015-07-25 11:21:01 +07:00
Vit S
6710c8cbd3 revert composer.lock 2015-07-24 23:36:33 +04:00
Vit S
9b978ec787 update changelog (issue #9198) 2015-07-24 23:23:20 +04:00
Vit S
6698b8154b add tests for buttonsVisible suggestion (issue #9198) 2015-07-24 23:19:11 +04:00
Vit S
dacd9cdcd4 add buttonsVisible suggestion (issue #9198) 2015-07-24 22:57:54 +04:00
Alexander Makarov
69e7c356bb Merge branch 'webdevsega-cache-for-htmlpurifier-lexer' 2015-07-24 17:44:17 +03:00
Alexander Makarov
582cc87d95 Merge branch 'cache-for-htmlpurifier-lexer' of https://github.com/webdevsega/yii2 into webdevsega-cache-for-htmlpurifier-lexer
Conflicts:
	framework/CHANGELOG.md
2015-07-24 17:43:27 +03:00
Klimov Paul
984afd3c6e yii\web\ErrorAction displays 404 error instead of blank page on direct access 2015-07-24 17:24:10 +03:00
Yupik
e7145ba1ba start-forms.md typo fix 2015-07-24 14:45:10 +02:00
Yupik
00b40f0855 start-forms.md + typo fix in start-gii.md 2015-07-24 14:42:43 +02:00
Andrey Nester
716057ed39 Fixes #9059: Fixed PHP Notice in error handler view 2015-07-24 12:22:05 +03:00
Alexander Makarov
34b5846130 Merge pull request #9174 from atmoz/nb-NO-translation
Add translation for nb-NO (Norwegian Bokmål) [skip ci]
2015-07-23 18:17:46 +03:00
Alexander Makarov
995247dd2c Merge pull request #9197 from nkovacs/patch-9
Fix phpdoc [skip ci]
2015-07-23 14:58:39 +03:00
Nikola Kovacs
49e5c59a75 Fix phpdoc 2015-07-23 13:57:59 +02:00
Alexander Makarov
ab36e7904f Merge pull request #9193 from freezy-sk/feature/9177-password-cost-setting
[Fixes #9177] Password Hash Cost setting for Security component
2015-07-23 13:47:42 +03:00
Bizley
f079b7983c rest-rate-limiting PL 2015-07-23 10:35:41 +02:00
freezy
6a4436f95b [Fixes #9177] Password Hash Cost setting for Security component 2015-07-23 09:09:55 +02:00
Alexander Makarov
b9fc0215da Merge pull request #9176 from MaXL-ru/patch-2
Fix phpdoc typo [skip ci]
2015-07-22 12:58:42 +03:00
webdevsega
da73a0fa47 Set cache to runtime folder for HTMLPurifier_Lexer 2015-07-22 12:53:45 +03:00
MaXL
17d8649509 Fix phpdoc typo
Change property type from array to integer for $sizeFormatBase in i18n/Formatter
2015-07-22 17:12:07 +10:00
Carsten Brandt
1ea1cacc11 improved GridView docs about empty cell
fixes #9159
2015-07-22 08:35:41 +02:00
Adrian Dvergsdal
d02a0a1611 Norwegian translation for bytes 2015-07-21 23:28:02 +02:00
Alexander Makarov
c300d1a547 Merge pull request #9172 from tom--/patch-7
Improve summary description of Action class [skip ci]
2015-07-21 23:21:35 +03:00
Alexander Makarov
418a701b84 Merge pull request #9173 from bizley-code/guide-pl
Guide [PL] translation next pack + [EN] fix [skip ci]
2015-07-21 23:20:14 +03:00
Adrian Dvergsdal
c120624b2d Correct minor typo in norwegian translation 2015-07-21 20:56:06 +02:00
Adrian Dvergsdal
2c995ce86e Add translation for nb-NO (Norwegian Bokmål) 2015-07-21 20:38:10 +02:00
Bizley
077af92aca Merge branch 'guide-pl' of https://github.com/bizley-code/yii2 into guide-pl 2015-07-21 18:17:57 +02:00