13655 Commits

Author SHA1 Message Date
6fc980cc1d input-validation.md 2016-01-07 15:23:01 +01:00
2b33d1f4f7 REST error handling, structure entry scripts and test overview 2015-11-15 20:15:23 +01:00
bd14cdbc9a Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2015-11-13 17:08:06 +01:00
7e39f33052 Merge pull request #10147 from janisto/patch-3
Update docs composer-asset-plugin [skip ci]
2015-11-12 16:52:07 +03:00
f3964a655d Merge pull request #10146 from janisto/patch-2
Update travis composer-asset-plugin
2015-11-12 16:51:43 +03:00
35466c0929 Update docs composer-asset-plugin [skip ci] 2015-11-12 14:25:07 +02:00
a3df7f073d Update travis composer-asset-plugin 2015-11-12 13:58:17 +02:00
7f90022ffe input-forms.md typo fix, 2015-11-12 11:37:02 +01:00
253cd1ea39 Merge pull request #10145 from SilverFire/patch-url-rule
UPGRADE.md - added flush cache requirement
2015-11-12 13:30:34 +03:00
79003d071e Guide (ru,en) - added cache flushing manual 2015-11-12 12:21:42 +02:00
503205295f UPGRADE.md - added flush cache requirement 2015-11-12 12:20:41 +02:00
7641d2d83b Enhanced #9337 as @klimov-paul suggested in e94810551c (commitcomment-14335135) 2015-11-11 21:14:23 +03:00
1c0593444e Merge pull request #10137 from pana1990/update-composer-asset-plugin
Update composer-asset-plugin [skip ci]
2015-11-11 21:08:34 +03:00
cddb036cf9 Fixes #9790: Fixed yii\db\sqlite\QueryBuilder to generate proper SQL for UNION 2015-11-11 21:05:57 +03:00
9ed8b80493 Added tests for #9790 2015-11-11 21:04:18 +03:00
e94810551c Fixes #9337: Added yii\db\ColumnSchemaBuilder::defaultExpression() to support DB Expression as default value 2015-11-11 20:42:07 +03:00
d78603a6f5 Merge pull request #10138 from pana1990/update-docs
Update docs [skip ci]
2015-11-11 20:23:06 +03:00
4efb84ce33 Update docs [skip ci] 2015-11-11 11:47:08 +01:00
a2c4e26124 Update composer-asset-plugin [skip ci] 2015-11-11 11:27:36 +01:00
c1cd25ce14 Merge pull request #10135 from bluezed/patch-2
Update composer-asset-plugin version [skip ci]
2015-11-11 11:57:41 +03:00
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
f44156b311 Merge pull request #10132 from SilverFire/patch-php7
Fixed IpValidator, FormatterDate tests
2015-11-10 15:46:11 +03:00
6f6e54686b Skip IpValidatorTest fully, when IPv6 support is not enabled 2015-11-10 14:44:46 +02:00
c1b0d1263b FromatterDateTest - fixed tests on PHP7 2015-11-10 14:43:56 +02:00
082da56b74 Merge pull request #10129 from SilverFire/patch-php7
ComposerValidatorTest - Fixed PHP7 error
2015-11-10 13:53:43 +03:00
ebee1d04ce ComposerValidatorTest - Fixed PHP7 error 2015-11-10 12:41:48 +02:00
d95ed24a1e Merge pull request #10124 from SilverFire/patch-url-rule
UrlRule possible BC break notice
2015-11-09 21:00:49 +03:00
e3c49f243c UrlRule::placeholders, UrlRule::substitutePlaceholderNames are now protected. Updated PHPDoc and UPDATE.md 2015-11-09 19:22:51 +02:00
e0ffba31b0 do not allow failures on PHP 7 anymore 2015-11-07 23:14:52 +01:00
e2c8c08875 made it easier to extend SluggableBehavior slug generation
fixes #10118
2015-11-07 16:59:24 +01:00
effc4facda Used alias instead of relative path in ServeController 2015-11-06 23:54:00 +03:00
9d7db8c7ab Fixed ServeController phpdoc 2015-11-06 23:51:32 +03:00
02af975bde Merge pull request #10112 from bizley-code/guide-pl
Components concept and REST routing PL [skip ci]
2015-11-06 22:38:58 +03:00
ef4039a399 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2015-11-06 20:21:32 +01:00
be407391ce Fixes #10101: Fixed assignments saving on role removing in \yii\rbac\PhpManager 2015-11-06 19:54:35 +03:00
7094145547 Update db-active-record.md
PSR-2 4.1:
"Property names SHOULD NOT be prefixed with a single underscore to indicate protected or private visibility." (reverted from commit db7441f8668e364f208a0a58dab1437adddc57cd)
2015-11-05 23:20:24 +03:00
460095b267 Merge pull request #10105 from githubjeka/patch-1
Update db-active-record.md [skip ci]
2015-11-05 22:22:40 +03:00
db7441f866 Update db-active-record.md
PSR-2 4.1: 
"Property names SHOULD NOT be prefixed with a single underscore to indicate protected or private visibility."
2015-11-05 22:19:00 +03:00
3e915903a2 Fixes #10083: Added wrapper for PHP webserver 2015-11-05 22:08:57 +03:00
c33574bc0a Fixes #7566: Improved \yii\validators\CompareValidator default messages 2015-11-05 22:05:50 +03:00
bb2bc7008d Merge pull request #10104 from SilverFire/patch-4
IpValidator PHPDoc update: removed links to private methods [ci skip]
2015-11-05 21:38:28 +03:00
34c940de50 Fixes #10096: Added examples for AR extra field values taken from internal data to AR guide 2015-11-05 21:36:02 +03:00
8edc1e5109 IpValidator PHPDoc update: removed links to private methods 2015-11-05 20:31:01 +02:00
8b702839ca Merge pull request #10093 from SilverFire/10061-inflector-translit
BaseInflector::transliterate() is now public. Introduced different levels of transliteration strictness
2015-11-05 17:12:52 +03:00
a7f102fa94 Enh #10061: yii\helpers\BaseInflector::transliterate() is now public 2015-11-05 16:07:33 +02:00
8ee625b2f7 Merge pull request #10094 from yiijan/docs-ja-1105
docs/guide-ja updated [ci skip]
2015-11-05 13:27:56 +03:00
7075fc3e95 docs/guide-ja updated [ci skip] 2015-11-05 08:04:25 +09:00
6991145f6b Merge pull request #10091 from hableel/patch-1
Fix arabic language [skip ci]
2015-11-04 23:19:06 +03:00
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
1fbfbfdd9e #10089 2015-11-04 21:01:27 +03:00