tof06
bbe8bdde93
Merge branch 'master' of git://github.com/yiisoft/yii2 into 4342_mssql_driver_updates
2014-07-22 17:39:21 +02:00
tof06
06bbf017a0
Fixes #4342
2014-07-22 17:39:00 +02:00
Alexander Makarov
e17e99d332
Fixes #3887
2014-07-22 19:35:44 +04:00
Qiang Xue
9fd920e2d1
minor refactoring of FileValidator.
2014-07-22 11:29:04 -04:00
Philippe Gaultier
6dc056b325
#4388 : CORS filter fixes:
...
- Upgrade the documentation to match filter code
- Fix bad default behavior with Access-Control-Allow-Credentials
- Fix missing "s" in header Access-Control-Request-Method / Access-Control-Allow-Methods
2014-07-21 23:23:05 +04:00
Qiang Xue
e486b663a0
Fixed test break.
2014-07-21 14:38:45 -04:00
Alexander Makarov
c8a5012610
#4310 : Removed $data from signature of yii\rbac\ManagerInterface
2014-07-21 19:50:29 +04:00
Carsten Brandt
d4237b8e50
Update ActiveRecordInterface.php
...
fixes #3026
2014-07-21 16:27:46 +02:00
Qiang Xue
27132ced7c
Fixes #4384 .
2014-07-21 08:20:10 -04:00
Qiang Xue
a3e2b94adf
Fixes #3611 : Refactored query caching.
2014-07-20 20:59:38 -04:00
Carsten Brandt
cc38e9c795
fixed issue with indexBy and array valued relations
2014-07-21 00:35:55 +02:00
Klimov Paul
1a07485e27
Added support for relation by array attributes
...
fixes #1249
2014-07-20 23:33:51 +02:00
Misbahul D Munir
6a6caf717b
dropDownList encodeSpaces for subgroups
...
fixes #4105 , close #4376
2014-07-20 22:11:15 +02:00
Qiang Xue
6e6005b148
Refactored code.
2014-07-20 08:01:16 -04:00
Qiang Xue
e8c6bb516f
Fixes #4048 : Added init event to ActiveQuery classes
2014-07-19 20:26:58 -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
1b5adca0f2
Merge pull request #4193 from pgaultier/feature/CORS
...
CORS Filter
2014-07-18 11:54:09 -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
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
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
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
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
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
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
Carsten Brandt
28a95f9a6c
phpdoc
2014-07-14 15:16:18 +02:00
Qiang Xue
0a5894fcd8
Fixes #4299
2014-07-13 21:35:35 -04:00
Qiang Xue
eee8a1506a
Updated history [skip ci]
2014-07-12 13:14:48 -04:00
Qiang Xue
ea7bfa1959
Merge pull request #4274 from yiisoft/feature-multiconnection
...
Support for separating Read/Write Database
2014-07-12 13:12:15 -04:00
Qiang Xue
919ab232e7
all finished. [skip ci]
2014-07-12 13:11:29 -04:00
Qiang Xue
65987f62ae
test WIP
2014-07-12 10:38:51 -04:00
Carsten Brandt
f4c451b2ee
Merge pull request #4285 from yiisoft/global-asset-config
...
Improved global configuration of assetmanager
2014-07-12 14:34:35 +02:00
Budi Irawan
434f265c62
Added Indonesian message translation
2014-07-12 16:29:04 +04:00
Carsten Brandt
8b70a55b14
Improved global configuration of assetmanager
...
Added `beforeCopy`, `afterCopy`, `forceCopy` properties to AssetManager
fixes #4209
2014-07-12 13:51:05 +02:00
Qiang Xue
478380fb10
Fixed test brak.
2014-07-11 22:49:32 -04:00
Qiang Xue
c16e5e4240
do not switch connection when in a transaction.
2014-07-11 22:39:07 -04:00
Qiang Xue
43333d9cad
Implemented master balancing.
2014-07-11 22:33:36 -04:00