Commit Graph

15467 Commits

Author SHA1 Message Date
Carsten Brandt
b13d6fb13a make version_compare() match everything starting from alpha
to include PHP 7.1-rc1
2016-09-08 00:53:08 +02:00
Carsten Brandt
02458f221a added php 7.1 to travis.yml 2016-09-08 00:44:41 +02:00
Carsten Brandt
1edf562800 better version match for travis memcache 2016-09-08 00:42:48 +02:00
Carsten Brandt
9524672cd1 skip memcache extension on PHP 7 but keep memcacheD 2016-09-08 00:36:15 +02:00
Carsten Brandt
2bd301d1fe fix test for PHP 7.1, expect deprecation message for mcrypt_create_iv() 2016-09-08 00:03:43 +02:00
joke
9a4ddd0f36 translate structure-assets (#12484) [skip ci] 2016-09-07 12:40:08 +03:00
Carsten Brandt
06b045c8fe created unit test to verify #12483 2016-09-07 11:21:15 +02:00
Paul Klimov
4e59607c9d MultipartFormDataParser added (#12466)
`MultipartFormDataParser` added
2016-09-07 12:05:32 +03:00
Klimov Paul
22a224d232 Usage of extract() at Session::setCookieParamsInternal() removed 2016-09-07 11:42:33 +03:00
SilverFire - Dmitry Naumenko
eb02b362be Revert "Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility"
This reverts commit f7bd7c2b6b.
2016-09-07 11:33:57 +03:00
Dmitry Naumenko
017c5d6336 Merge pull request #12481 from Mak-Di/patch-4
Fix typo
2016-09-07 08:04:35 +03:00
Dmitriy Makarov
7238a58ba2 📖 Fix typo [skip ci] 2016-09-07 06:42:10 +03:00
SilverFire - Dmitry Naumenko
5e860405c8 Tried to fix Travis HHVM build (try 2) 2016-09-06 23:05:20 +03:00
SilverFire - Dmitry Naumenko
54fd85b5d6 Tried to fix Travis HHVM build 2016-09-06 23:01:25 +03:00
SilverFire - Dmitry Naumenko
f7bd7c2b6b Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility 2016-09-06 22:50:00 +03:00
SilverFire - Dmitry Naumenko
153eb07b0f HtmlHelper::errorSummary() - PHPDocs updated 2016-09-06 22:30:31 +03:00
SilverFire - Dmitry Naumenko
bb7a36c5c6 Merge branch 'PowerGamer1-patch-11' 2016-09-06 22:26:39 +03:00
SilverFire - Dmitry Naumenko
7e16a667ee Added unit-test for BaseHtml::errorSummary() 2016-09-06 22:26:27 +03:00
PowerGamer1
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
CedricYii
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
Aleksandr
e860e96a09 Fix 404 links (#12476) [skip ci]
Fix 404 links for [виджеты jQuery UI] and [виджеты Twitter Bootstrap].
2016-09-06 15:50:16 +03:00
Dmitry Naumenko
8dc53f0183 Merge pull request #12467 from Mak-Di/patch-4
Wrap "null"
2016-09-06 10:54:19 +03:00
Dmitriy Makarov
a5b9df0c31 📖 Wrap "null" [skip ci] 2016-09-06 06:21:04 +03:00
Carsten Brandt
8f9e834482 fix travis composer and disable xdebug 2016-09-05 16:00:44 +02:00
CedricYii
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
Carsten Brandt
eceaa97275 promote restrictive version constraints in the guide
issue #12154
2016-09-05 15:20:10 +02:00
Carsten Brandt
9bd344f319 validate composer.json on travis 2016-09-05 15:20:10 +02:00
Klimov Paul
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
Carsten Brandt
487b2cb439 make db\Connection phpdoc more clear
fixes #12429
2016-09-05 12:36:07 +02:00
Carsten Brandt
f006db9b2b update docs of AR::update()
fixes #12461
2016-09-05 11:57:08 +02:00
Klimov Paul
48b0b962b8 Added yii\base\Event::offAll() method allowing clear all registered class-level event handlers 2016-09-05 12:46:43 +03:00
Carsten Brandt
5bdca129a4 improved guide about custom Query classes
issue #12462
2016-09-05 11:40:43 +02:00
Klimov Paul
ea03f56d42 BaseActiveRecord methods canGetProperty() and canSetProperty() improved to handle attribute list fetching failure. 2016-09-05 12:22:09 +03:00
Dmitriy Makarov
87999bff6f 📖 Added missing hyphen [skip ci] (#12459) 2016-09-05 10:58:01 +03:00
__FresHmaN
b764a7a21e Disable slaves when execute migrations to resolve master-slave replication no-sync (#12460)
Resolve #12446
2016-09-05 10:57:29 +03:00
duo6duo6
ecbe18e6d0 Added start-app-installed.png to zh-CN guide (#12456) 2016-09-04 11:37:33 +03:00
Robert Korulczyk
7d1ef4c054 Improvements for handling redirections produced by UrlNormalizer (#12451) 2016-09-04 11:03:19 +03:00
Dmitry Naumenko
f47689a288 Merge pull request #12454 from Mak-Di/patch-4
Wrap "null"
2016-09-04 10:02:03 +03:00
Dmitry Naumenko
f3b7863af2 Merge pull request #12455 from Mak-Di/patch-5
[guide-ru] Wrap "null"
2016-09-04 10:01:52 +03:00
Dmitriy Makarov
87790876c0 📖 Wrap "null" [skip ci] 2016-09-04 08:17:37 +03:00
Dmitriy Makarov
f7e2c96177 📖 Wrap "null" [skip ci] 2016-09-04 07:53:38 +03:00
Robert Korulczyk
6c8e72936d Add codeclimate config (#12452) 2016-09-04 00:44:58 +03:00
Bizley
3deb6900b8 Yii 2 name fix (#12448)
To match Documentation Style Guide

> Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)
2016-09-03 22:02:33 +02:00
__FresHmaN
af189518a3 removed incorrect docblocks 2016-09-03 14:02:40 +03:00
Roman Grinyov
b668970a80 Small corrections in docblocks (#12443) [skip ci] 2016-09-02 23:39:29 +03:00
Robert Korulczyk
d5d36a9c40 Fix phpdoc for UrlNormalizer::normalizeRoute() [skip ci] (#12444) 2016-09-02 23:38:49 +03:00
Paul Klimov
2fe0a405a9 fix for #9027 - UploadedFile early instantiation problem (#12439)
fix for #9027 - UploadedFile - class instance is created on demand when getInstance or getInstances called, not when loadFiles called
2016-09-02 17:27:59 +03:00
Bizley
d1abe005da PL guide Security Overview (#12438) [skip ci] 2016-09-02 15:42:46 +03:00
jaaf
e473f4118c added FR db-query-builder.md [skip ci] (#12436)
*  added FR db-query-builder.md [skip ci]

* typos in db-query-builder.md FR [skip cp]
2016-09-02 14:18:26 +03:00
Dmitry Naumenko
16ba609079 Merge pull request #12432 from githubjeka/patch-1
phpDoc: Update ActiveField::label()
2016-09-02 13:34:19 +03:00