Carsten Brandt
a5c92eb4cb
register STDIN, STDOUT, and STDERR if not defined by PHP
...
this ensures that they are defined if needed and reduces redundant
code in the entry script.
close #6853
2015-07-11 17:46:32 +02:00
Carsten Brandt
6049c4ae9e
Merge pull request #9081 from yii2-chinesization/master
...
modified rest for zh-CN
2015-07-11 14:46:58 +02:00
Carsten Brandt
4381f7c175
Update CHANGELOG.md
...
fixed style
2015-07-11 14:13:21 +02:00
Carsten Brandt
1450e0f70f
Update UPGRADE.md
2015-07-11 14:06:15 +02:00
Carsten Brandt
8005de2979
Merge tag '2.0.5', this is now 2.0.6-dev
...
- Fixed #9070 `ViewAction::resolveViewName()` not to accept `/../` and `/./`
Conflicts:
framework/BaseYii.php
framework/CHANGELOG.md
2015-07-11 05:26:15 +02:00
Carsten Brandt
bf7edc5250
2.0.5 release
2.0.5
2015-07-11 04:37:59 +02:00
Alexander Makarov
4e3b82bb25
Fixed ViewAction::resolveViewName() not to accept /../ and /./
...
Fixes #9070 (CVE-2015-5467)
2015-07-11 04:30:08 +02:00
daniel
ad65faa6f3
start-installation.md image fix
2015-07-10 21:24:32 +02:00
daniel
01917bc0d5
start-installation.md 100%
2015-07-10 21:21:57 +02:00
Bizley
ddcd286337
Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl
2015-07-10 19:31:35 +02:00
Sebastian Thierer
6f54ed8f30
Merge commit '51b5e1d368c785e62a1d01a6501ff3fefe032814' into 9063-workaround-on-mysql-create-index-bug
...
Conflicts:
framework/CHANGELOG.md
2015-07-10 12:31:46 -03:00
Sebastian Thierer
e0d2107e1b
Mysql unique index creation fix.
2015-07-10 12:27:15 -03:00
Yupik
91cc608c10
50% start-installation.md
2015-07-10 15:41:22 +02:00
Yupik
4fc35d6998
test2
2015-07-10 14:11:53 +02:00
Yupik
64cadb7e5e
start test
2015-07-10 13:52:46 +02:00
Alexander Makarov
51b5e1d368
Merge pull request #9071 from squio/patch-1
...
Translated the word 'Update' [skip ci]
2015-07-10 13:21:30 +03:00
Johannes la Poutre
d20bc2b010
Translated the word 'Update'
...
In general the word 'Update' can be better translated into 'Bewerk' in Dutch.
2015-07-10 11:42:46 +02:00
Alexander Makarov
aaf931a5e8
Fixes #9070 : Fixed ViewAction::resolveViewName() not to accept /../ and /./
2015-07-10 12:34:09 +03:00
Ivan Pomortsev
398caaf7fd
Fixes #8549 : Fixed yii\caching\FileCache doesn't lock cache files when reading
2015-07-10 12:18:26 +03:00
Alexander Makarov
853f5fadaf
Fixes #8798 : adjusted inconsistency in guide
2015-07-10 12:10:59 +03:00
Alexander Makarov
8e4242436b
Merge pull request #9069 from lynicidn/patch-4
...
Update EachValidator.php [skip ci]
2015-07-10 08:31:37 +03:00
lynicidn
7926b7d4e9
Update EachValidator.php
2015-07-10 07:32:34 +03:00
Alexander Makarov
3c9e6be413
Added schema builder usage to migations guide
2015-07-10 00:21:20 +03:00
Alexander Makarov
b107997883
Merge pull request #9068 from schojniak/master
...
Unused imports removed
2015-07-09 23:54:53 +03:00
Alexander Makarov
589e5968e2
Merge pull request #9065 from pana1990/update-migration
...
Updated RBAC migrations syntax
2015-07-09 23:54:00 +03:00
Sebastian Chojniak
86c2e22a5b
class Event is used in docs
2015-07-09 22:50:32 +02:00
Sebastian Chojniak
6ee285f321
unused imports removed
2015-07-09 22:20:11 +02:00
Carsten Brandt
e0ca042bb1
Merge pull request #9066 from schojniak/master
...
performance: unnecessary (when result is cached) getAuthManager() rem…
2015-07-09 19:50:00 +02:00
Sebastian Chojniak
025845e660
performance: unnecessary (when result is cached) getAuthManager() removed
2015-07-09 19:22:36 +02:00
pana1990
9ae80e3a94
Update sintax
2015-07-09 18:29:17 +02:00
Sebastian Thierer
bc0a6662ee
typo on changelog
2015-07-09 11:54:28 -03:00
Sebastian Thierer
82fbb568e0
Fix for 9056
2015-07-09 11:52:33 -03:00
Paul Klimov
1ce7fa30fb
Merge pull request #9062 from CyanoFresh/master
...
Заключение вместо резюме
2015-07-09 15:37:24 +03:00
Alex Solomaha
540afc106d
Заключение вместо резюме
2015-07-09 14:02:50 +03:00
Carsten Brandt
54dd0eab72
add note about #8897 to the docs
2015-07-09 12:18:50 +02:00
Alexander Makarov
2a8b564f49
Merge pull request #9051 from DarwinIsGod/patch-1
...
Add note about composer requirements [skip ci]
2015-07-09 10:27:04 +03:00
Kirk Hansen
9952127343
Add note about composer requirements
...
Add a note about the ` fxp/composer-asset-plugin:1.0.0` dependency.
2015-07-08 19:52:20 -05:00
Alexander Makarov
e88170ab82
Fixed phpdoc of SchemaBuilder
2015-07-09 00:17:26 +03:00
Carsten Brandt
5d3532c649
fixed endless error loop in error handler
...
this happended when `stream` was set on the response but the stream resouce was invalid
either because it was already sent or became invalid for some other cases.
fixes #9046
2015-07-08 20:30:26 +02:00
Alexander Makarov
4f6f041e8b
The stricter the better
2015-07-08 16:14:16 +03:00
Ren Hao
1a7d9ac809
Fixes #9038 : Write warning to log in case FileCache fails to write into file
2015-07-08 16:12:02 +03:00
Alexander Makarov
8e1d982da4
Cleanup, added ->unique(), changelog
2015-07-08 15:55:09 +03:00
pana1990
12ca324494
Fix phpdoc [skip ci]
2015-07-08 15:40:09 +03:00
Matvey Vasenin
da941a7675
Improved SchemaBuilder implementation
2015-07-08 15:40:09 +03:00
pana1990
3f7ffd6707
Improved SchemaBuilder docs, refactored code
2015-07-08 15:39:34 +03:00
Matvey Vasenin
b456f699cc
Implemented SchemaBuilder
2015-07-08 15:38:21 +03:00
Carsten Brandt
16f5c5da73
Merge pull request #9037 from thiagotalma/patch-1
...
Update Validator.php
2015-07-08 06:44:10 +02:00
Thiago Talma
4b50ace287
Update Validator.php
2015-07-07 18:39:42 -03:00
Alexander Makarov
249879b298
Fixes #9033 : Used constants for scenario in "Models" guide
2015-07-07 23:15:04 +03:00
Anton Andersen
b46fad439c
Fixes #9011 : Allow yii\widgets\MaskedInput to produce an input tag of a custom type
2015-07-07 22:37:05 +03:00