4370 Commits

Author SHA1 Message Date
d4237b8e50 Update ActiveRecordInterface.php
fixes #3026
2014-07-21 16:27:46 +02:00
27132ced7c Fixes #4384. 2014-07-21 08:20:10 -04:00
a3e2b94adf Fixes #3611: Refactored query caching. 2014-07-20 20:59:38 -04:00
6a6caf717b dropDownList encodeSpaces for subgroups
fixes #4105, close #4376
2014-07-20 22:11:15 +02:00
6e6005b148 Refactored code. 2014-07-20 08:01:16 -04:00
e8c6bb516f Fixes #4048: Added init event to ActiveQuery classes 2014-07-19 20:26:58 -04:00
4e4e76e883 Request::cookieValidationKey must be explicitly specified now. 2014-07-19 15:39:03 -04:00
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
73f1daad07 Merge pull request #4364 from SDKiller/patch-5
Russian translation - semantic fix [skip_ci]
2014-07-19 18:53:20 +03:00
697a85dd26 Check for UPLOAD_ERR_NO_FILE in UploadedFile
fixes #4276, close #4358
2014-07-19 11:57:14 +02:00
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
1b5adca0f2 Merge pull request #4193 from pgaultier/feature/CORS
CORS Filter
2014-07-18 11:54:09 -04:00
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
e5a87af234 Fixes #4331: yii\helpers\Url now uses UrlManager to determine base URL when generating URLs 2014-07-17 21:51:37 -04:00
4717571e22 improved docs about goBack()
fixes #4343
2014-07-17 20:45:44 +02:00
bc3200cef1 Fixes #4295: reworked message extraction for PO files 2014-07-17 19:33:37 +04:00
21910c61f9 Fixes #4310: code cleanup 2014-07-17 19:25:04 +04:00
e54fc6f4c2 yii\mongodb\log\MongoDbTarget log target added 2014-07-17 17:23:12 +03:00
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
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
ddf8085b8e Fixes #4297: Added check for DOM extension to requirements 2014-07-16 14:40:09 +04:00
aabd69afcf avoid confusion about uploadRequired 2014-07-16 11:43:44 +02:00
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
30e751fec9 update changelog for 4317 2014-07-16 10:46:18 +02:00
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
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
2e71f6e9aa Turned Cache::buildKey() into public [skip ci] 2014-07-14 22:13:11 -04:00
cb96af767b Remove extra import and fix comment 2014-07-15 00:54:30 +04:00
d4711c4698 Fixes #4310 2014-07-14 22:21:04 +04:00
28a95f9a6c phpdoc 2014-07-14 15:16:18 +02:00
0a5894fcd8 Fixes #4299 2014-07-13 21:35:35 -04:00
eee8a1506a Updated history [skip ci] 2014-07-12 13:14:48 -04:00
ea7bfa1959 Merge pull request #4274 from yiisoft/feature-multiconnection
Support for separating Read/Write Database
2014-07-12 13:12:15 -04:00
919ab232e7 all finished. [skip ci] 2014-07-12 13:11:29 -04:00
65987f62ae test WIP 2014-07-12 10:38:51 -04:00
f4c451b2ee Merge pull request #4285 from yiisoft/global-asset-config
Improved global configuration of assetmanager
2014-07-12 14:34:35 +02:00
434f265c62 Added Indonesian message translation 2014-07-12 16:29:04 +04:00
8b70a55b14 Improved global configuration of assetmanager
Added `beforeCopy`, `afterCopy`, `forceCopy` properties to AssetManager

fixes #4209
2014-07-12 13:51:05 +02:00
478380fb10 Fixed test brak. 2014-07-11 22:49:32 -04:00
c16e5e4240 do not switch connection when in a transaction. 2014-07-11 22:39:07 -04:00
43333d9cad Implemented master balancing. 2014-07-11 22:33:36 -04:00
91e0c5ae8a Added Connection::useMaster() and refactored code. 2014-07-11 21:04:26 -04:00
e67d0b3c39 WIP 2014-07-11 14:01:44 -04:00
2018503c8d WIP 2014-07-11 12:59:32 -04:00
67a1e172db WIP 2014-07-11 08:27:58 -04:00
5296da3390 Adjusted phpdoc 2014-07-11 14:53:52 +04:00
32e8e004ea Fixes #4253 fixed phpdoc 2014-07-11 11:15:19 +04:00
ff50f15056 proper quoting of sequence name. 2014-07-10 14:06:47 -04:00
bc5028eb97 Renamed parameter to match description better 2014-07-10 21:09:08 +04:00
608e9012fb Adjusted Connection::transaction to provide Connection instance by default instead of transaction instance 2014-07-10 20:50:07 +04:00