5807 Commits

Author SHA1 Message Date
f0deb1cee8 Convert tabs to spaces 2015-10-05 15:38:56 +06:00
e1458eb075 Merge pull request #9834 from pana1990/update-migration
Update syntax migration
2015-10-05 12:20:39 +03:00
c2f83da8d8 Fix phpdoc 2015-10-05 15:00:13 +06:00
0407407b76 fix coding style to follow PSR-2 2015-10-05 13:58:47 +06:00
540883e179 Update syntax migration 2015-10-05 06:02:11 +02:00
d2baecbda5 fix #9823 2015-10-04 08:10:42 +07:00
3accf52ddb fix #9823 2015-10-03 23:00:46 +07:00
fbe5bb7d20 Fixed generation of canonical URLs for ViewAction pages 2015-10-03 17:58:38 +03:00
c68b9a486c Fix: Issue #9814: event type EVENT_AFTER_INSERT and EVENT_AFTER_UPDATE
Events `EVENT_AFTER_INSERT` and `EVENT_AFTER_UPDATE` are documented
as `Event`, but infact they are `AfterSaveEvent`.
2015-10-03 20:23:56 +08:00
eb6935e4a8 add more conditions when reading mysql information_schema to speed it up 2015-10-01 12:20:19 +02:00
a7ef39ca6b fix typo in documentation 2015-09-30 12:44:31 +02:00
a7a8f1e0cf Fix links in documentation 2015-09-30 12:09:53 +02:00
64379dc7ba phpdoc fix 2015-09-29 15:37:05 +02:00
f007fc1e60 avoid recursion on the root of the file system
fixes #9791
2015-09-29 15:37:05 +02:00
191185f5e3 Fixes #6351: Find MySQL FK constraints from information_schema tables instead of SHOW CREATE TABLE to improve reliability 2015-09-29 13:47:20 +03:00
50cd3e1123 Fixes #6200 2015-09-29 00:04:23 +03:00
d8047f34f6 RangeValidator phpdoc tweak 2015-09-28 22:23:18 +02:00
77d6111b06 Fixed phpdoc of DefaultValidator 2015-09-28 17:48:04 +03:00
e93b797098 Fixes #7581: Added ability to specify range using anonymous function in RangeValidator 2015-09-28 17:47:15 +03:00
cfc2c18e15 Changelog entry for #9454 2015-09-28 17:42:27 +03:00
ab0b50c30d Merge pull request #9496 from daliran/Sqlsrv-MARS
Fixed #9454: changed sqlsrv pdo class selection
2015-09-28 17:40:42 +03:00
bc543db206 fix doc 2015-09-28 15:25:29 +02:00
510c492224 Fix version [skip ci] 2015-09-27 19:42:13 +02:00
0e40eaa8ac Fixed changelog entry number 2015-09-27 19:56:26 +03:00
511a32e8ca Merge branch '8613-fragmentcache-empty-content' of https://github.com/kidol/yii2 into kidol-8613-fragmentcache-empty-content
# Conflicts:
#	framework/CHANGELOG.md
2015-09-27 19:54:00 +03:00
2c7bb626d9 Reordered changelog 2015-09-27 19:51:47 +03:00
3b140d9eff Merge branch 'master' into json-error-response
# Conflicts:
#	framework/CHANGELOG.md
2015-09-27 19:47:14 +03:00
7b12f59fa9 Fixed phpdoc in RBAC migration 2015-09-27 19:41:58 +03:00
6eb59be665 Fixes #9643: Added migrations for DB cache 2015-09-27 19:41:21 +03:00
4f6bf4cdf2 Merge pull request #9634 from Vovan-VE/patch-1
Doc block confuse in ManagerInterface::getRolesByUser() [skip ci]
2015-09-27 19:36:57 +03:00
b7020065c8 Fixes #9476: Added DI injection via controller action method signature 2015-09-27 19:35:43 +03:00
59208e5fc6 Fixes #9681: Json::encode() was erroring under CYGWIN 2015-09-27 15:58:32 +03:00
73d6f32234 fixed name conflict between class and file name for UnprocessableEntityHttpException
pr #9733
2015-09-27 09:54:53 +02:00
b6a616487a Fixed Http → HTTP in changelog 2015-09-27 10:45:11 +03:00
a8329c837a Merge branch '2103' of https://github.com/janfrs/yii2 into janfrs-2103 2015-09-27 10:42:58 +03:00
760a164238 Fixes #9711: Added yii\widgets\LinkPager::$pageCssClass that allows to set default page class 2015-09-25 02:06:03 +03:00
229a39dec1 Revert "Fixes #9758: phpdoc correction"
This reverts commit 13a2b70a65bcea1d98ea7e0b57f83939c3b69bbc.

The docblock is totally valid as it describes the property defined by this getter.
2015-09-24 21:52:21 +02:00
ed17ba31d0 Merge pull request #9722 from rezident1307/9714-fix-add-save-assignments-to-phpmanager
Bug #9714: Fixed unable to save users assignments
2015-09-24 16:22:48 +03:00
b647bac451 Schema is never used 2015-09-24 12:44:20 +02:00
13a2b70a65 Fixes #9758: phpdoc correction 2015-09-24 00:48:31 +03:00
dd818e17df Fixes #9754: Fixed \yii\web\Request error when path info is empty 2015-09-23 15:06:23 +03:00
56400add97 Added Croatian language
close #9739
2015-09-21 15:03:58 +02:00
194b80b00e Fix comment msg UnprocessableEntity #2106 2015-09-20 22:28:25 -03:00
07199cbf61 Change to since 2.0.7 on UnprocessableEntity #2106
Thanks to @Renkas for noticing
2015-09-20 15:18:52 -03:00
7562fe940e Add Unprocessable Entity Exception as in #2106 2015-09-19 17:05:28 -03:00
4e7adc13ea adjusted docs about Query::from() and subqueries
also added a  test to verify behavior

close #9720
close #9266
2015-09-19 17:41:45 +02:00
cf2c722a1f update comments in \yii\base\Controller
I had problems with understanding of why AccessControll filter didn't work, as i wish, with PageCache. Then i remembered the quote "The validation rules are evaluated in the order they are listed." from guide http://www.yiiframework.com/doc-2.0/guide-input-validation.html#declaring-rules, but when i tried to redirect some certain user using beforeAction(), as you advised, it didn't work.

close #9717
2015-09-19 17:09:35 +02:00
0d4d54c3c7 Bug #9714: Fixed unable to save users assignments 2015-09-18 12:31:27 +03:00
ded75253ca Change 'de' to 'en' in comments of Formatter.php 2015-09-18 02:16:17 +07:00
b53bbb34e9 Fixed typo 2015-09-16 17:38:02 +03:00