Commit Graph

6117 Commits

Author SHA1 Message Date
Mehdi Achour
72d5658c34 Updated french translation [ci skip] 2015-10-29 11:20:13 +01: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
Nikita Verkhovin
57dc8540fd Fixes #9803: Added option to register asset with scheme 2015-10-28 14:08:56 +03: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
Nikola Kovacs
0900641ed4 fix documentation 2015-10-27 11:52:37 +01:00
Alexander Makarov
4c452d1b04 Merge pull request #10018 from SilverFire/5146-interval-formatter
Added `Formatter::asDuration`
2015-10-27 12:45:49 +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
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
SilverFire - Dima Naumenko
32d1b9512c Added IpValidator description to core-validators ru,en guides. IpValidaor PHPDoc enhanced 2015-10-24 10:35:02 +03:00
Chimpzee
6c44fcbc69 Update SK language 2015-10-23 16:18:59 +02:00
Mehdi Achour
b30219ba60 Update french translation 2015-10-22 13:23:04 +01:00
Alexander Makarov
5242765257 Fixes #3506: Added \yii\validators\IpValidator to perform validation of IP addresses and subnets 2015-10-22 14:21:31 +03:00
DrDeath72
d22a689fac Fixes #9984: Fixed wrong captcha color in case Imagick is used 2015-10-21 17:10:35 +03:00
Carsten Brandt
064835b183 Update README.md
fixes #9930
2015-10-20 23:37:59 +02:00
Adrian Liechti
43ce4e9192 Fixes #6876: Fixed RBAC migration MSSQL cascade problem 2015-10-21 00:07:11 +03:00
Jason McCallister
0a014da119 Typo on documentation for UrlValidator 2015-10-20 00:39:18 -07:00
derekisbusy
17e2255472 Fixes #6363, #8301, #8582, #9566: Fixed data methods and PJAX issues when used together 2015-10-19 11:31:07 +03:00
SilverFire - Dima Naumenko
f38bb6ced4 Chg #9953: TimestampBehavior::getValue() value processing is consistent with AttributeBehavior::getValue() 2015-10-18 16:14:19 +03: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
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
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
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