23d35853a0
Merge pull request #12496 from bizley/patch-1
...
[docs][PL] rest-versioning
2016-09-08 16:38:55 +03:00
2856dbbf18
guide PL rest versioning
2016-09-08 15:31:50 +02:00
a83b195e3a
Merge pull request #12492 from jaaf/db-a-r
...
added db-active-record. md FR [skip ci]
2016-09-08 10:57:13 +03:00
181e66b860
added db-active-record. md FR [skip ci]
2016-09-08 09:44:30 +02:00
494842636e
📖 Fixed client-side and server-side grammar in all files
2016-09-08 10:16:02 +03:00
a2df4730f4
Merge pull request #12490 from Mak-Di/patch-4
...
Added missing hyphen
2016-09-08 10:11:18 +03:00
7d27e203e0
📖 Added missing hyphen [skip ci]
2016-09-08 06:05:45 +03:00
2c3e3f3daa
Allow PHP 7.1 to fail until #12489 is fixed
2016-09-08 01:22:59 +02:00
b13d6fb13a
make version_compare() match everything starting from alpha
...
to include PHP 7.1-rc1
2016-09-08 00:53:08 +02:00
02458f221a
added php 7.1 to travis.yml
2016-09-08 00:44:41 +02:00
1edf562800
better version match for travis memcache
2016-09-08 00:42:48 +02:00
9524672cd1
skip memcache extension on PHP 7 but keep memcacheD
2016-09-08 00:36:15 +02:00
2bd301d1fe
fix test for PHP 7.1, expect deprecation message for mcrypt_create_iv()
2016-09-08 00:03:43 +02:00
9a4ddd0f36
translate structure-assets ( #12484 ) [skip ci]
2016-09-07 12:40:08 +03:00
06b045c8fe
created unit test to verify #12483
2016-09-07 11:21:15 +02:00
4e59607c9d
MultipartFormDataParser added (#12466 )
...
`MultipartFormDataParser` added
2016-09-07 12:05:32 +03:00
22a224d232
Usage of extract() at Session::setCookieParamsInternal() removed
2016-09-07 11:42:33 +03:00
eb02b362be
Revert "Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility"
...
This reverts commit f7bd7c2b6b1b9941e3c50d99e4f07ff17d513cca.
2016-09-07 11:33:57 +03:00
017c5d6336
Merge pull request #12481 from Mak-Di/patch-4
...
Fix typo
2016-09-07 08:04:35 +03:00
7238a58ba2
📖 Fix typo [skip ci]
2016-09-07 06:42:10 +03:00
5e860405c8
Tried to fix Travis HHVM build (try 2)
2016-09-06 23:05:20 +03:00
54fd85b5d6
Tried to fix Travis HHVM build
2016-09-06 23:01:25 +03:00
f7bd7c2b6b
Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility
2016-09-06 22:50:00 +03:00
153eb07b0f
HtmlHelper::errorSummary() - PHPDocs updated
2016-09-06 22:30:31 +03:00
bb7a36c5c6
Merge branch 'PowerGamer1-patch-11'
2016-09-06 22:26:39 +03:00
7e16a667ee
Added unit-test for BaseHtml::errorSummary()
2016-09-06 22:26:27 +03:00
9e02e89fae
Added ability to skip duplicate error messages and show all error messages in errorSummary.
...
Update CHANGELOG.md
2016-09-06 22:26:12 +03:00
26621fc3b1
Guide: Customizing Query Classes [skip ci] ( #12478 )
...
Simplify text.
Fix CommentQuery::init() example.
Move tip for big projects after the first concrete usage example.
2016-09-06 18:45:07 +03:00
e860e96a09
Fix 404 links ( #12476 ) [skip ci]
...
Fix 404 links for [виджеты jQuery UI] and [виджеты Twitter Bootstrap].
2016-09-06 15:50:16 +03:00
8dc53f0183
Merge pull request #12467 from Mak-Di/patch-4
...
Wrap "null"
2016-09-06 10:54:19 +03:00
a5b9df0c31
📖 Wrap "null" [skip ci]
2016-09-06 06:21:04 +03:00
8f9e834482
fix travis composer and disable xdebug
2016-09-05 16:00:44 +02:00
e1c7e9a86f
Guide: Customizing Query Classes ( #12464 ) [skip ci]
...
* Guide: Customizing Query Classes
Issue #12462
Clearly separate classes' definition.
Add information for default query condition with init().
Suggest using andOnCondition() instead of andWhere() as it didn't work
with the left join example provided.
* Guide: Customizing Query Classes
Typos fixes
2016-09-05 16:32:49 +03:00
eceaa97275
promote restrictive version constraints in the guide
...
issue #12154
2016-09-05 15:20:10 +02:00
9bd344f319
validate composer.json on travis
2016-09-05 15:20:10 +02:00
ed0603b706
Fixed yii\web\Request::getBodyParams() does not pass full 'content-type' value to yii\web\RequestParserInterface::parse()
2016-09-05 14:49:16 +03:00
487b2cb439
make db\Connection phpdoc more clear
...
fixes #12429
2016-09-05 12:36:07 +02:00
f006db9b2b
update docs of AR::update()
...
fixes #12461
2016-09-05 11:57:08 +02:00
48b0b962b8
Added yii\base\Event::offAll() method allowing clear all registered class-level event handlers
2016-09-05 12:46:43 +03:00
5bdca129a4
improved guide about custom Query classes
...
issue #12462
2016-09-05 11:40:43 +02:00
ea03f56d42
BaseActiveRecord methods canGetProperty() and canSetProperty() improved to handle attribute list fetching failure.
2016-09-05 12:22:09 +03:00
87999bff6f
📖 Added missing hyphen [skip ci] ( #12459 )
2016-09-05 10:58:01 +03:00
b764a7a21e
Disable slaves when execute migrations to resolve master-slave replication no-sync ( #12460 )
...
Resolve #12446
2016-09-05 10:57:29 +03:00
ecbe18e6d0
Added start-app-installed.png to zh-CN guide ( #12456 )
2016-09-04 11:37:33 +03:00
7d1ef4c054
Improvements for handling redirections produced by UrlNormalizer ( #12451 )
2016-09-04 11:03:19 +03:00
f47689a288
Merge pull request #12454 from Mak-Di/patch-4
...
Wrap "null"
2016-09-04 10:02:03 +03:00
f3b7863af2
Merge pull request #12455 from Mak-Di/patch-5
...
[guide-ru] Wrap "null"
2016-09-04 10:01:52 +03:00
87790876c0
📖 Wrap "null" [skip ci]
2016-09-04 08:17:37 +03:00
f7e2c96177
📖 Wrap "null" [skip ci]
2016-09-04 07:53:38 +03:00
6c8e72936d
Add codeclimate config ( #12452 )
2016-09-04 00:44:58 +03:00