Vladimir
d4d8237263
Update CHANGELOG.md
2014-07-04 15:13:47 +04:00
Vladimir
6c6928bede
change default facility of SyslogTarget
...
LOG_SYSLOG - messages generated internally by syslogd. As we know PHP is not a part of syslogd therefore we should use LOG_USER. (additionaly LOG_USER is the only valid log type under Windows operating systems)
2014-07-04 15:02:34 +04:00
Philippe Gaultier
62f43e175c
Merge branch 'master' into feature/CORS
2014-07-04 12:23:51 +02:00
Alexander Makarov
f66e28c4aa
Fixes #4199 : added missing category to logging calls
2014-07-04 11:40:30 +03:00
Carsten Brandt
b5e1959bcb
changelog for #1160
2014-07-04 02:11:12 +02:00
Qiang Xue
b602e3cfa2
Merge pull request #4166 from schmunk42/master
...
fixed inflector camel2id and id2camel
2014-07-03 14:13:34 -04:00
Philippe Gaultier
ba74d97ad8
Fix changelog
2014-07-03 17:51:26 +02:00
Philippe Gaultier
6b83433731
Move methods
2014-07-03 17:44:49 +02:00
Philippe Gaultier
6493cb87f3
Adding enhancement CORS
2014-07-03 17:42:07 +02:00
Philippe Gaultier
397cf6795e
Adding CORS filter to allow Cross origin resource Sharing
2014-07-03 17:39:09 +02:00
Tobias Munk
b96be063da
Merge branch 'feature/issue-1160'
2014-07-03 15:35:36 +02:00
Tobias Munk
8666504a4f
fixed typo [skip ci]
2014-07-03 15:34:34 +02:00
Qiang Xue
9c4d4715dd
guide WIP [skip ci]
2014-07-03 08:33:09 -04:00
Tobias Munk
a799eeb9ce
code style
2014-07-03 01:57:22 +02:00
Alien13n
f0fd38a7bd
Update Thai Translation
2014-07-03 06:03:16 +07:00
Tobias Munk
7c04ff048f
moved functionality to behavior, added tests
2014-07-03 00:05:48 +02:00
Tobias Munk
504d9fdb98
Merge commit '33edfcff2ea9344853551235e3dfc757ecf9578a' into feature/issue-1160
2014-07-02 23:58:48 +02:00
Carsten Brandt
33edfcff2e
Use limit(null) instead of limit(-1)
...
in migration controller to be compatible to more backends
fixes #3947
2014-07-02 19:48:39 +02:00
Carsten Brandt
c0a15ded02
added trace level to log message formatting
...
fixes #4123
2014-07-02 18:46:07 +02:00
Steve
47923cccbe
Fix bug in yii\db\mysql\Schema
...
Schema name was not used in ’SHOW CREATE TABLE’ query
Fixed bug where schema name was not used in ’SHOW CREATE TABLE’ query in `yii\db\mysql\Schema`
close #4162
2014-07-02 12:35:46 +02:00
Raeef Refai
dd3a503298
Update QueryParamAuth.php
...
translate exception message
2014-07-02 06:20:17 +03:00
Tobias Munk
3fc4d5ebc9
fixes #1160
2014-07-01 23:20:35 +02:00
Qiang Xue
05e21b7291
Fixes #4135
2014-07-01 14:49:41 -04:00
Qiang Xue
a2a6028253
Fixes #3992
...
Fixes #4147
2014-07-01 14:45:44 -04:00
Alexander Makarov
bced469761
Merge pull request #4158 from hubunator/master
...
[skip ci] Added missing translation in Polish
2014-07-01 18:05:01 +03:00
Hubu
f3d812b288
Added missing translation in Polish (confirmation for delete button in grid)
2014-07-01 16:35:12 +02:00
Mark
583a562bb9
migration fixed
2014-07-01 18:18:09 +04:00
Klimov Paul
e5922a2aaf
'autoGenerateSecretKey' mention removed from upgrade note about Security
2014-07-01 11:53:05 +03:00
Alexander Makarov
deecdcad84
Adjusted exception message when pdkdbf2 is set but environment isn't OK
2014-06-30 21:23:33 +04:00
Alexander Makarov
dd5a16aa4a
Fixes #4127 : CaptchaValidator clientside error message wasn't formed properly
2014-06-30 20:35:49 +04:00
Alexander Makarov
efe5727ff7
Fixed changelog
2014-06-30 20:13:39 +04:00
Alexander Makarov
c2ece9332a
Merge pull request #4115 from yiisoft/security-adjustments
...
Added Security::generateRandomHexKey(), used it for various tokens and default key generation
2014-06-30 20:05:34 +04:00
Alexander Makarov
481db35512
Fixes #4114 : Added Security::generateRandomHexKey(), used it for various tokens and default key generation
2014-06-30 16:36:52 +04:00
Carsten Brandt
74843ccbf4
make fileinfo optional requirement
2014-06-30 11:31:15 +02:00
Carsten Brandt
08b7636d81
Review requirements
...
fileinfo is not a hard dependency.
2014-06-30 11:22:13 +02:00
Alexander Makarov
a42e550ca0
Merge pull request #4104 from yiisoft/rbac-phpmanager-adjusment
...
\yii\rbac\PhpManager adjustments
2014-06-29 20:18:24 +04:00
Carsten Brandt
1f4a7997a3
Update requirements.php
2014-06-29 15:56:44 +02:00
Carsten Brandt
8df51a7ec0
made mcrypt a framework requirement
2014-06-29 15:26:32 +02:00
Paul Klimov
90a625013c
Result check at Security::generateRandomKey() added
2014-06-29 15:39:25 +03:00
Alexander Makarov
c68e5f1fdb
Adjusted naming
2014-06-29 16:18:19 +04:00
Carsten Brandt
1085f1bd9b
cleanup after #4092
...
fixes #4086
2014-06-29 13:29:23 +02:00
Carsten Brandt
2d2c9f03d3
Merge pull request #4092 from dizews/afterUpdate_event_ench
...
changedAttributes of AfterSaveEvent contain an old values
2014-06-29 12:52:51 +02:00
fps01
039909a846
Fixed a call of function "generateRandomKey()" in app\base\Security
2014-06-29 12:23:06 +04:00
Qiang Xue
399b6b18e3
Fixes #4103
2014-06-28 21:58:07 -04:00
Serge Postrash
eb60aaecdf
Update BaseMessage.php
...
See 0ff0f9d32e
https://github.com/yiisoft/yii2/issues/4071
2014-06-29 04:41:13 +04:00
Alexander Makarov
bb01c1cc91
Merge branch 'master' into rbac-phpmanager-adjusment
...
Conflicts:
framework/UPGRADE.md
2014-06-29 03:35:19 +04:00
Alexander Makarov
3eee7b8e4b
Fixes #4072 : \yii\rbac\PhpManager adjustments
...
- Data is now stored in three separate files for items, assignments and rules. File format is simpler.
- Removed `authFile`. Added `itemsFile`, `assignmentsFile` and `rulesFile`.
- `createdAt` and `updatedAt` are now properly filled with corresponding file modification time.
- `save()` and `load()` are now protected instead of public.
- Added unit test for saving and loading data.
2014-06-29 03:32:46 +04:00
Paul Klimov
648b9b70f5
Merge pull request #4089 from klimov-paul/87-security-component-3
...
Fix #87 : security helper converted into component and improved
2014-06-29 00:04:03 +03:00
Paul Klimov
84cbf19bfe
Doc comments at Security::generateRandomKey() adjusted
2014-06-28 19:05:16 +03:00
Paul Klimov
69abbc7ff3
Fallback at Security::generateRandomKey() removed
2014-06-28 19:02:53 +03:00