d8a3f731c5
Russian translation updates [skip ci]
2017-01-01 13:32:56 +07:00
ed849c6d87
Updated Russian strings translation [skip ci]
2017-01-01 12:11:25 +07:00
f6b9aac0bf
Ehanced yii\web\ErrorAction test coverage
2016-12-31 21:38:55 +02:00
24ad05de5b
Refactored yii\web\ErrorAction to make it reusable
2016-12-31 21:29:12 +02:00
edc3d0a35f
Enhanced TestCase::invokeMethod(), ::getInaccessibleProperty() to revoke access after calling
2016-12-31 21:27:48 +02:00
1555751792
Merge pull request #13304 from rugabarbo/console-request-resolve-optimization
...
Small optimization of yii\console\Request::resolve()
2016-12-31 20:30:59 +02:00
8060300bf4
Small optimization of yii\console\Request::resolve()
2016-12-31 20:57:24 +03:00
b4acf46061
Merge branch 'rugabarbo-cli-double-minus-as-end-of-options'
2016-12-31 16:31:31 +02:00
4db3bcd64c
Fixes #13277 : Invalid parsing of -- in CLI
2016-12-31 16:31:07 +02:00
6840319d16
Updated Greek framework messages translation. ( #13303 )
...
* Updated Greek translation of core framework.
* Updated Greek messages translation.
2016-12-31 14:51:46 +02:00
aaf18ccadb
Update guide-ru/caching-data
2016-12-30 23:55:29 +02:00
b26527ca69
Changelog updated
2016-12-30 23:52:02 +02:00
aed3a222a2
Merge branch 'cache-closure'
2016-12-30 23:50:12 +02:00
178d319556
Added Cache::getOrSet()
2016-12-30 23:49:18 +02:00
cb1ff4e0fb
Added missing and fixed wrong plural translations for Latvian language. ( #13294 ) [skip ci]
2016-12-30 21:50:16 +07:00
934acae51e
Fixed #13296 : Removed UTF-8 BOM in az messages ( #13298 ) [skip ci]
2016-12-30 21:46:14 +07:00
661e672554
Fixed inconsistency with dots in translation added in #13286 ( #13290 ) [skip ci]
2016-12-30 00:27:20 +07:00
b62edcb78d
Update input-forms.md ( #13292 ) [skip ci]
2016-12-30 00:26:35 +07:00
076661c390
Added @dynasource to composer.json
2016-12-29 12:59:21 +02:00
9d67f9b31d
Updated guide
2016-12-29 11:26:28 +02:00
96ee5c373e
added more tests for SwiftMailer vulnerability CVE-2016-10074
...
https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html
2016-12-28 23:50:10 +01:00
6af2a43390
Added EmailValidatorTest to prove CVE-2016-10074 does not affect EmailValidator
2016-12-29 00:21:23 +02:00
765588933b
Added translation for unique validator ( #13286 ) [skip ci]
2016-12-28 22:45:42 +07:00
abac69206d
added GPG signing to release controller
...
issue #13204
2016-12-27 21:36:46 +01:00
30e599b94f
updated docs about deleteALl() and updateAll()
2016-12-27 21:35:45 +01:00
210cf36750
Fixes #12703 : Fixed StringHelper::truncateHtml() non functional when dom PHP extension is disabled
2016-12-26 23:15:19 +07:00
c33583aede
Fixed naming for #13214 as suggested by Paul
2016-12-26 22:42:14 +07:00
77429f7e5f
Merge pull request #13214 from yiisoft/xml-formatter-root-and-object-tags
...
Xml formatter root and object tags
2016-12-26 18:28:51 +03:00
56583c37e3
CHANGELOG merge fix
2016-12-26 22:27:32 +07:00
c175c6b73a
Merge branch 'master' into xml-formatter-root-and-object-tags
2016-12-26 18:17:15 +03:00
e27a13bb19
Improved HATEOAS example ( #13250 ) [skip ci]
2016-12-26 18:15:02 +03:00
6211f9c030
MigrateControllerTestTrait fix for HHVM
2016-12-26 16:02:22 +02:00
194577c55e
Code style fix
2016-12-26 15:39:33 +02:00
2d22434d59
Merge pull request #13262 from arogachev/patch-3
...
Fixed grammar in .gitignore
2016-12-21 11:33:20 +02:00
a4d6bd3d71
Fixed grammar in .gitignore
2016-12-21 12:22:50 +06:00
e13a18ba8b
added missing version information
...
fixes #13259
2016-12-20 22:40:44 +01:00
c4857176ac
added test for ArrayHelper::multisort() with closure key
...
related to #13248
2016-12-20 14:14:01 +01:00
ed82ba4ee2
Revert "fix ArrayHelper::getValue() to throw exception on invalid input"
...
This reverts commit e963b2af6486dd79c26a460148c63efb580f53fc because of BC breaking reported in #13248 .
To know more about the reasons of commit revertinvg, visit https://github.com/yiisoft/yii2/issues/13248
2016-12-20 12:39:25 +02:00
f965e362cc
Merge pull request #13252 from githubjeka/patch-3
...
Update ActiveDataProvider.php
2016-12-20 10:02:06 +02:00
69de8f8460
Update ActiveDataProvider.php
2016-12-20 10:07:04 +03:00
b4b2b0e6d1
better docs about decimal numbers in Formatter
...
fixes #12520
2016-12-20 01:23:00 +01:00
8f5f540455
Fix fetching table schema for pgsql when PDO::ATTR_CASE is set
2016-12-19 17:10:34 +02:00
c3c6035117
updated images gii ( #13244 ) [skip ci]
2016-12-19 16:10:05 +03:00
87f2d559a2
Merge pull request #13246 from arogachev/patch-3
...
Fixed comments in travis.yml [skip ci]
2016-12-19 12:48:42 +02:00
d2bafcc2a1
Fixed comments in travis.yml [skip ci]
2016-12-19 16:37:52 +06:00
e1ba289978
Speed up hhvm unit tests - disable jit ( #13189 )
...
Turn off the hhvm JIT to speed up the hhvm unit tests.
Source: facebook/hhvm#6979
2016-12-19 00:11:06 +01:00
8562055937
Merge pull request #13216 from yiisoft/arrayhelper-error
...
fix ArrayHelper::getValue() to throw exception on invalid input
2016-12-18 20:02:26 +02:00
3624eae23f
Merge pull request #13217 from yiisoft/throwable
...
Catch `\Throwable` in critical places
2016-12-18 19:53:27 +02:00
405c8b7e43
Merge pull request #13188 from yiisoft/guide-client-scripts
...
Edited and extended Guide section about client scripts
2016-12-18 19:21:43 +02:00
e7f186d000
Merge pull request #13239 from arogachev/12947-travis-composer-install
...
Use composer install instead of composer update in Travis (#12947 )
2016-12-18 12:48:43 +02:00