Commit Graph

8489 Commits

Author SHA1 Message Date
Qiang Xue
6d64d62c8e Fixed test break. 2014-07-19 15:59:12 -04:00
Qiang Xue
4e4e76e883 Request::cookieValidationKey must be explicitly specified now. 2014-07-19 15:39:03 -04:00
Qiang Xue
8633d0f91c yii\web\Request::cookieValidationKey is now automatically generated by the installation script for the basic and advanced application templates 2014-07-19 14:56:31 -04:00
Alexander Makarov
73f1daad07 Merge pull request #4364 from SDKiller/patch-5
Russian translation - semantic fix [skip_ci]
2014-07-19 18:53:20 +03:00
OmgDef
697a85dd26 Check for UPLOAD_ERR_NO_FILE in UploadedFile
fixes #4276, close #4358
2014-07-19 11:57:14 +02:00
Serge Postrash
04bca6a926 Russian translation - semantic fix [skip_ci]
Example

```
['profit', 'number', 'min' => 0.01],
```

Value 0.01 is allowed
2014-07-19 09:11:46 +04:00
Qiang Xue
371af5c486 minor doc fix. [skip ci] 2014-07-18 21:59:19 -04:00
Larry Ullman
4d05047b12 Basic edits 2014-07-18 15:27:05 -04:00
Qiang Xue
1b5adca0f2 Merge pull request #4193 from pgaultier/feature/CORS
CORS Filter
2014-07-18 11:54:09 -04:00
Alexander Makarov
e6be9fd947 Even better fix for #3443 2014-07-18 19:24:34 +04:00
Alexander Makarov
66751760e5 Better fix for #3443 2014-07-18 19:03:20 +04:00
Alexander Makarov
f2b0d8c209 Passed "encodeLabels" to Dropdown recursive call 2014-07-18 18:37:41 +04:00
artur
0c6516a87c Fixes #3443: Fixed yii\bootstrap\Nav and yii\bootstrap\Dropdown were generating wrong ids for submenus 2014-07-18 18:32:18 +04:00
Qiang Xue
86556ac842 Fixed test break. 2014-07-17 23:02:23 -04:00
Qiang Xue
e5a87af234 Fixes #4331: yii\helpers\Url now uses UrlManager to determine base URL when generating URLs 2014-07-17 21:51:37 -04:00
Carsten Brandt
4717571e22 improved docs about goBack()
fixes #4343
2014-07-17 20:45:44 +02:00
Carsten Brandt
96c313d71f gii: fixed wrong composer.json template
reverts 45e4973ac8
2014-07-17 18:31:56 +02:00
Alexander Makarov
bc3200cef1 Fixes #4295: reworked message extraction for PO files 2014-07-17 19:33:37 +04:00
Alexander Makarov
21910c61f9 Fixes #4310: code cleanup 2014-07-17 19:25:04 +04:00
Klimov Paul
e54fc6f4c2 yii\mongodb\log\MongoDbTarget log target added 2014-07-17 17:23:12 +03:00
Qiang Xue
61b627a6fc Fixes #4318: yii\helpers\Html::ul() and ol() will return an empty list tag if an empty item array is given 2014-07-16 21:49:35 -04:00
Qiang Xue
28246f4995 Merge pull request #4325 from nkovacs/4317-absolute-auth-timeout
absolute auth timeout
2014-07-16 21:42:28 -04:00
Nikola Kovacs
19bbaf6106 Merge branch 'master' of git://github.com/yiisoft/yii2 into 4317-absolute-auth-timeout
Conflicts:
	framework/CHANGELOG.md
2014-07-16 16:03:15 +02:00
Klimov Paul
c9dff5305e Redundant yii\authclient\OpenId::sendStreamRequest() removed. 2014-07-16 16:42:15 +03:00
Klimov Paul
78daea1bfb OAuth extension adjusted to support any custom request type. 2014-07-16 16:37:50 +03:00
Carsten Brandt
9c0bb74829 Update README.md
fixed outdated example.
2014-07-16 14:38:33 +02:00
Alexander Makarov
ddf8085b8e Fixes #4297: Added check for DOM extension to requirements 2014-07-16 14:40:09 +04:00
Carsten Brandt
aabd69afcf avoid confusion about uploadRequired 2014-07-16 11:43:44 +02:00
Alexander Makarov
3e443b3c44 Fixes #4298: Renamed framework/messages/pt-PT to framework/messages/pt in order to allow fallbacks 2014-07-16 12:51:53 +04:00
Nikola Kovacs
30e751fec9 update changelog for 4317 2014-07-16 10:46:18 +02:00
Nikola Kovacs
f6c589f043 Add absoluteAuthTimeout to yii\web\User.
This is based on the code from Yii 1.1.14 by Ivo Kund.
2014-07-16 10:46:11 +02:00
Alexander Makarov
09c297fddb Fixes #4324: removed old way of developing Yii from the docs since app/link is much better/simpler workflow 2014-07-16 12:40:36 +04:00
Alexander Makarov
7ef0d76048 Corrected app/link for Windows once again 2014-07-16 00:35:44 +04:00
Alexander Makarov
57a1ac67a6 Removed mentioning of DummyCache usage 2014-07-15 23:56:34 +04:00
Alexander Makarov
2f90e4d9cc Fixes #4184: mentioned a safer way of using dummy cache that works in case of merging configs of advanced app 2014-07-15 22:42:36 +04:00
Alexander Makarov
57f3cc01f3 Merge pull request #4323 from sebathi/master
Fix typo on elasticsearch readme file
2014-07-15 19:03:34 +03:00
Sebastian Thierer
a4b8fd4db2 Fix typo 2014-07-15 12:55:38 -03:00
Qiang Xue
fe2611186e Fixes #4051: Renamed yii\caching\GroupDependency to TagDependency and added support for associating multiple tags to a single cached data item 2014-07-15 00:10:57 -04:00
Qiang Xue
2e71f6e9aa Turned Cache::buildKey() into public [skip ci] 2014-07-14 22:13:11 -04:00
Carsten Brandt
21ed49a6a8 Merge pull request #4311 from mickgeek/patch-2
Remove extra import and fix comment
2014-07-14 23:39:29 +02:00
Oleg Belostotskiy
cb96af767b Remove extra import and fix comment 2014-07-15 00:54:30 +04:00
Alexander Makarov
d4711c4698 Fixes #4310 2014-07-14 22:21:04 +04:00
Alexander Makarov
b014489b6a Better Windows unlink as suggested by @cebe 2014-07-14 17:44:13 +04:00
Alexander Makarov
aff1382126 Fixes broken app/link under non-Windows 2014-07-14 17:36:51 +04:00
Carsten Brandt
28a95f9a6c phpdoc 2014-07-14 15:16:18 +02:00
Carsten Brandt
ffa68b16ad typo 2014-07-14 13:24:20 +02:00
Carsten Brandt
ea3046cedc Added note about logger component in bootstrap
fixes #4301
2014-07-14 12:18:22 +02:00
Qiang Xue
0a5894fcd8 Fixes #4299 2014-07-13 21:35:35 -04:00
Qiang Xue
4fdfe7a90d Merge branch 'master' of git://github.com/yiisoft/yii2 2014-07-13 20:58:33 -04:00
Qiang Xue
31454eef42 Fixes #4296: added doc about using blocks in views. [skip ci] 2014-07-13 20:58:20 -04:00