Commit Graph

13503 Commits

Author SHA1 Message Date
Bizley
229b66eba1 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2015-10-17 18:35:58 +02:00
Bizley
3d627c1845 Guide [PL]
output pagination
tutorial start from scratch
2015-10-17 18:35:26 +02:00
Alexander Makarov
cd7f14ab6d Merge pull request #9932 from lukBarros/master
review translater, correct terms, sintax e outhers [skip ci]
2015-10-16 01:10:02 +03:00
Alexander Makarov
c4d0db3de3 Merge pull request #9931 from bizley-code/guide-pl
Guide [PL] helper overview and runtime bootstrapping [skip ci]
2015-10-16 01:04:34 +03:00
Lucas Barros
cc160f704b review translater, correct terms, sintax e outhers
review translater, correct terms, sintax e outhers for ptBR.
2015-10-15 17:45:02 -03:00
Bizley
21f091a0cc Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2015-10-15 19:36:09 +02:00
Bizley
a3c07559e2 Docs [PL]
helper-overview
runtime-bootstrapping
2015-10-15 19:33:55 +02:00
Alexander Makarov
b638634be0 Merge pull request #9926 from SilverFire/9924-param-with-quote
Fixed #9924 - yii.js handleAction corrupted parameters with quote char
2015-10-15 12:53:59 +03:00
Sam
5332e900e3 Fixes #7341, #9551, #9928: Client validation now skips disabled inputs 2015-10-15 12:46:26 +03:00
SilverFire - Dima Naumenko
ef33422e65 Fixed #9924 - yii.js handleAction corrupted parameters with quote char 2015-10-15 09:02:19 +03:00
Vadim
c00b97a12c Fixes #9915: yii\helpers\ArrayHelper::getValue() was erroring instead of returning null for non-existing object properties 2015-10-14 12:56:59 +03:00
SilverFire - Dima Naumenko
c128d008d3 Added more tests for StringHelper::explode 2015-10-14 12:50:14 +03:00
SilverFire - Dima Naumenko
a46ae82f6a Fixes #9906, #9907 FormatConverterTest updated to pass on different ICU data versions 2015-10-14 00:54:43 +03:00
Alexander Makarov
7b6d39b3e7 Merge pull request #9912 from SilverFire/9911-string-helper-explode-bug
Fixed #9911 - StringHelper::explode with skip_empty option removed item eq to 0
2015-10-14 00:16:00 +03:00
SilverFire - Dima Naumenko
ccd20793d4 Fixed #9911 - StringHelper::explode with skip_empty option removed item eq to 0 2015-10-14 00:15:22 +03:00
Klimov Paul
8cbcbdded7 Default Cache.SerializerPermissions configuration option for HTMLPurifier is set to 0775 2015-10-13 13:19:49 +03:00
Alexander Makarov
2935a45e6a Merge pull request #9898 from yiijan/docs-ja-1013
docs/guide-ja, docs/internals-ja updated [ci skip]
2015-10-13 09:42:45 +03:00
Nobuo Kihara
16f7dd30eb docs/guide-ja, docs/internals-ja updated [ci skip] 2015-10-13 07:55:42 +09:00
Alexander Makarov
4f93f0e018 Merge pull request #9892 from kidol/fix-controller-di
Fixes controller DI
2015-10-12 17:09:34 +03:00
kidol
4bc2eb7945 Fixes controller DI 2015-10-12 15:52:19 +02:00
Carsten Brandt
decd45201c allow passing a single Expression object to select() and addSelect()
fixes #9883
2015-10-11 09:58:42 +02:00
Alexander Makarov
8d2af0d2d9 Added last resort measure for FileHelper::removeDirectory() fail to unlink symlinks under Windows 2015-10-11 02:05:15 +03:00
Alexander Makarov
3f4fcbe569 Removed accidentally typed char 2015-10-10 20:53:23 +03:00
Alexander Makarov
fb2fa8634d Fixes #9877 2015-10-10 18:17:27 +03:00
Carsten Brandt
255eec3ddd fixed typo 2015-10-10 12:58:15 +02:00
Alexander Makarov
70cfdfd289 Fixed test break 2015-10-10 01:16:16 +03:00
Alexander Makarov
8260cfa4ea Compare with null instead of isset 2015-10-10 01:12:59 +03:00
Alexander Makarov
7a08b8d9d9 Use ++ instead of x = x + 1 2015-10-10 01:05:56 +03:00
Alexander Makarov
1b3770fd21 Use === instead of == where possible 2015-10-10 01:04:35 +03:00
Alexander Makarov
4ecafe653c More compact number operations 2015-10-10 00:41:54 +03:00
Alexander Makarov
b65bfad44d Simplified regular expressions 2015-10-10 00:40:25 +03:00
Alexander Makarov
ffa3a59591 Compare with empty string instead of comparing length with 0 2015-10-10 00:37:46 +03:00
Alexander Makarov
f83d233072 Fixed method call case to match definition 2015-10-10 00:26:44 +03:00
Alexander Makarov
5ab4f0f090 Better quotes usage in strings
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
2015-10-10 00:23:52 +03:00
nainoon
3a313ac652 Fixes #9874: Fixed outputting exception stacktrace in non-debug mode when Response::FORMAT_RAW is used 2015-10-09 23:41:15 +03:00
Alexander Makarov
0712bad090 Fixes #9846: Fixed yii\web\User::loginRequired() should throw 401 not 403 (reverted from commit 4e715f9d65)
See https://github.com/yiisoft/yii2/issues/9846#issuecomment-146891825
2015-10-09 22:13:39 +03:00
Alexander Makarov
7955a9d4d1 Merge pull request #9872 from bizley-code/guide-pl
Guide [PL] translation [skip ci]
2015-10-09 21:36:04 +03:00
Bizley
dbf443e225 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2015-10-09 18:32:59 +02:00
Carsten Brandt
3826b6f4a3 added test for #9869 2015-10-09 16:30:18 +02:00
A Slatius
a030cd4250 Allow the use of Yii aliases in an SQLite dsn
Making it possible to use a SQLite DSN like;

```php
'db' => [
    'dsn' => 'sqlite:@app/db/database.sqlite3',
]
```

That way it'll always work out of the box and absolute paths aren't
needed.

close #9869
2015-10-09 16:21:33 +02:00
trbsi
f83954752f Croatian language updated, Serbian - Fixed
close #9865
2015-10-09 15:53:26 +02:00
Alexander Makarov
0bda5e362e Fixes #9783: jQuery inputmask dependency updated to ~3.2.2 2015-10-09 16:31:13 +03:00
Alexander Makarov
5717176c84 Merge pull request #9868 from nkovacs/patch-14
Fix translation [skip ci]
2015-10-09 14:08:06 +03:00
Nikola Kovacs
3ac007440a Fix translation 2015-10-09 13:03:54 +02:00
Alexander Makarov
f54c6780be Merge pull request #9862 from p0vidl0/patch-1
Updates for Russian translation [skip ci]
2015-10-09 11:54:10 +03:00
Alexaksandr
1e3c4c941c Updates for Russian translation 2015-10-09 10:36:49 +06:00
Alexander Makarov
027d3349c8 Merge pull request #9856 from rabasco/patch-1
Texto duplicado [skip ci]
2015-10-08 15:14:05 +03:00
rabasco
93c6620512 Texto duplicado
El fragmento de texto está duplicado.
2015-10-08 14:02:21 +02:00
Alexander Makarov
22076bfc77 Fixes #6375 2015-10-08 13:18:49 +03:00
Alexander Makarov
9b2089b913 Merge pull request #9850 from yangc5/master
fixed typo in security-passwords.md [skip ci]
2015-10-07 21:30:39 +03:00