Commit Graph

5633 Commits

Author SHA1 Message Date
Alexander Makarov
e23b4713d7 Merge pull request #9136 from cadr-sa/patch-1
Update yii.php for arabic language [skip ci]
2015-07-17 08:50:00 +03:00
Alexander Makarov
bad507c459 Fixes #9063: Workaround for MySQL losing table case when adding index 2015-07-17 08:41:39 +03:00
Alexander Makarov
105100fe79 Merge pull request #9140 from matthewyang/fix-redefine-parent-property-controller
Removed redefinition of Application::$controller from web/console
2015-07-17 08:29:33 +03:00
matthewyang
fed6f35627 remove redefined parent property 2015-07-17 12:23:27 +08:00
Abdullah Almesbahi
12a5b3510b Update yii.php
Urgent Fix for arabic language , This will stop yii2 from working if arabic language is chosen.
2015-07-16 22:19:41 +03:00
Sitawit Suteepohnwiroj
5af6105ea7 Fixes #9127, Fixes #9128: Fixed MSSQL QueryBuilder::renameColumn() and QueryBuilder::renameTable() escaping 2015-07-16 18:22:40 +03:00
Felix Schindler
04accb6dcc Trim some trailing whitespaces. 2015-07-14 14:16:20 +02:00
Alexander Makarov
251c316977 Better implementation of FileCache::getValue() 2015-07-13 00:45:55 +03:00
MaximAL
6abde25312 Typo fix 2015-07-11 21:26:24 +03:00
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
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 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
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
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
lynicidn
7926b7d4e9 Update EachValidator.php 2015-07-10 07:32:34 +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
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
Carsten Brandt
54dd0eab72 add note about #8897 to the docs 2015-07-09 12:18:50 +02: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
Thiago Talma
4b50ace287 Update Validator.php 2015-07-07 18:39:42 -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
Alexander Makarov
4dcc455118 Merge pull request #9025 from faxriddin/master
Translated yii.php [ci skip]
2015-07-06 22:07:22 +03:00
faxriddin
a83f54ed09 translated messages/uz/yii.php 2015-07-06 19:09:04 +05:00
Alexander Makarov
9f91a02a86 Fixes #9005: added note about crossdomain jQuery requests and Request::getIsAjax() 2015-07-06 16:34:02 +03:00
Alexander Makarov
638aaa20b0 Merge pull request #9024 from TheSaturn/master
Some translations [skip ci]
2015-07-06 15:56:37 +03:00
TheSaturn
9f33f2f6ab add translations 2015-07-06 16:59:48 +05:00
Alexander Makarov
b34efd16c6 Merge pull request #9008 from TheSaturn/master
Changed 'many' to 'other' [skip ci]
2015-07-06 13:52:54 +03:00
Yasser Hassan
1df3bb29ea Clarify escaping column name quoting in createIndex()
Added information about when column names are not quoted when using createIndex() as discussed in #9017. "left parenthesis" was used rather than just "parenthesis" to reflect the exact code working.
2015-07-06 12:41:07 +02:00
TheSaturn
0ba986ad66 Changed 'many' to 'other'.
Fixed warning 'Formatting message for language 'ar' failed with error: Message pattern is invalid.. '
2015-07-05 18:48:18 +05:00
Carsten Brandt
9c4c984200 improved docs and changelog for #8903 2015-07-02 15:20:32 +02:00