Commit Graph

5880 Commits

Author SHA1 Message Date
Alexander Makarov
cddb036cf9 Fixes #9790: Fixed yii\db\sqlite\QueryBuilder to generate proper SQL for UNION 2015-11-11 21:05:57 +03:00
Constantine Chuprik
e94810551c Fixes #9337: Added yii\db\ColumnSchemaBuilder::defaultExpression() to support DB Expression as default value 2015-11-11 20:42:07 +03:00
BlueZED
f192418372 Update composer-asset-plugin version
The composer-asset-plugin is now on version 1.1.0 and unless there's a reason why Yii requires ~1.0.3 I propose this update to the documentation.
2015-11-11 08:46:16 +01:00
SilverFire - Dima Naumenko
e3c49f243c UrlRule::placeholders, UrlRule::substitutePlaceholderNames are now protected. Updated PHPDoc and UPDATE.md 2015-11-09 19:22:51 +02:00
Carsten Brandt
e2c8c08875 made it easier to extend SluggableBehavior slug generation
fixes #10118
2015-11-07 16:59:24 +01:00
Alexander Makarov
effc4facda Used alias instead of relative path in ServeController 2015-11-06 23:54:00 +03:00
Alexander Makarov
9d7db8c7ab Fixed ServeController phpdoc 2015-11-06 23:51:32 +03:00
rezident1307
be407391ce Fixes #10101: Fixed assignments saving on role removing in \yii\rbac\PhpManager 2015-11-06 19:54:35 +03:00
Alexander Makarov
3e915903a2 Fixes #10083: Added wrapper for PHP webserver 2015-11-05 22:08:57 +03:00
Sidney Lins (slinstj, former sidtj)
c33574bc0a Fixes #7566: Improved \yii\validators\CompareValidator default messages 2015-11-05 22:05:50 +03:00
SilverFire - Dima Naumenko
8edc1e5109 IpValidator PHPDoc update: removed links to private methods 2015-11-05 20:31:01 +02:00
SilverFire - Dima Naumenko
a7f102fa94 Enh #10061: yii\helpers\BaseInflector::transliterate() is now public 2015-11-05 16:07:33 +02:00
hableel
12b811a46e Fix arabic language
One of the translations has a wrong variable.
variable "compareValue" is written instead of  "max"
2015-11-04 23:01:43 +03:00
Alexander Makarov
1fbfbfdd9e #10089 2015-11-04 21:01:27 +03:00
Alexander Makarov
e7375f3dac Changelog for #9282 2015-11-04 13:00:42 +03:00
freezy
7bea7b65fd Fixes #9282: Improved JSON error handling to support PHP 5.5 error codes 2015-11-04 12:59:37 +03:00
Alexander Makarov
95f251edd1 Fixes #10084: Improved DB docs 2015-11-04 12:08:18 +03:00
Jani Mikkonen
9200ff2009 Update Finnish translation 2015-11-03 14:40:48 +02:00
SilverFire - Dima Naumenko
289b051c4a Bug #9999: Fixed yii\web\UrlRule to allow route parameter names with -, _, .characters 2015-10-31 09:45:53 +02:00
Alexander Makarov
00e328753a Fixes #10029: Fixed MaskedInput not working with PJAX 2015-10-30 23:03:25 +03:00
freezy
b6254dd68b Fixes #10056: Allowed any callable to be passed to ActionColumn::$urlCreator 2015-10-30 22:37:23 +03:00
Nikita Verkhovin
abb4d6f353 Fixed Memcache duration which exceeds 30 days 2015-10-30 00:08:02 +06:00
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
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