Commit Graph

3613 Commits

Author SHA1 Message Date
Alexander Makarov
f6eb5e69bc Fixes #2998: Added framework\log\SyslogTarget that is able to write log to syslog 2014-04-09 01:46:18 +04:00
Alexander Makarov
171cab2d6f Merge branch 'SyslogTarget' of github.com:miramir/yii2 into miramir-SyslogTarget 2014-04-09 01:41:45 +04:00
Qiang Xue
e59b2d8948 refactored rule execution. [skip ci] 2014-04-08 08:40:37 -04:00
Qiang Xue
a404e00b02 simplified rule execution [skip ci] 2014-04-08 08:38:34 -04:00
Qiang Xue
face5262e6 Merge pull request #3027 from Alex-Code/addSelect
addSelect method for Query
2014-04-08 08:35:34 -04:00
Carsten Brandt
93d18dcbdd Update IdentityInterface.php
fixes #3028
2014-04-08 14:02:10 +02:00
Alex-Code
d133abf60a Update CHANGELOG.md 2014-04-08 12:13:52 +01:00
Alex-Code
cee5fa5dd3 New addSelect method
New addSelect method. Useful for scopes.
2014-04-08 12:10:29 +01:00
Ricardo Obregón
e16a3e6192 Fixed typo in phpDoc for findAll function 2014-04-08 05:55:09 -05:00
Qiang Xue
3a261ffc61 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-04-07 20:07:35 -04:00
Qiang Xue
5e9015c89a Fixes #2968. 2014-04-07 20:07:25 -04:00
Qiang Xue
f46b51eaf4 Better executeRule implementation. 2014-04-07 19:59:48 -04:00
Qiang Xue
61e0aa24de Merge pull request #3019 from ufisch/master
Wrong placeholder in translation
2014-04-07 19:54:00 -04:00
Qiang Xue
a16c2eb653 Use proper error message. 2014-04-07 19:52:30 -04:00
Qiang Xue
ab9d4d42a1 changelog fix. 2014-04-07 18:49:24 -04:00
ufisch
95d0ab1b1f Wrong placeholder in translation 2014-04-07 22:55:55 +02:00
Qiang Xue
5eebaf8721 updated change log. 2014-04-07 16:32:58 -04:00
Qiang Xue
46a696b0d3 Merge branch 'master' into split-find-into-find-findOne-findAll 2014-04-07 16:29:36 -04:00
Qiang Xue
0e143338d7 Finished refactoring find() . 2014-04-07 16:29:12 -04:00
Qiang Xue
b7d6f6141a Added isAssociative() and isIndexed() to yii\helpers\ArrayHelper 2014-04-07 16:02:55 -04:00
Qiang Xue
c8d1709912 Fixes #3016. 2014-04-07 14:02:31 -04:00
Alexander Makarov
75154d351d Refactored AR find 2014-04-07 09:43:03 +04:00
miramir
bdbcadbe8a Add SyslogTarget 2014-04-06 20:44:26 +06:00
Johnny Theill
1c47a5b3c4 Sorted translations 2014-04-06 10:55:19 +02:00
Johnny Theill
3a8338749c Added missing translation 2014-04-06 10:52:21 +02:00
Qiang Xue
8a3fe89149 renamed "auth" to "authenticator". [skip ci] 2014-04-06 00:53:42 -04:00
Qiang Xue
83da0cd07a refactored authentication filters. 2014-04-06 00:50:46 -04:00
Qiang Xue
12cd71d7c4 Refactored rate limiting by turning RateLimiter into an action filter. 2014-04-05 21:31:47 -04:00
Qiang Xue
3616d1f0d1 Fixes #2816: Changed default date and time format of yii\base\Formatter to Y-m-d and H:i:s 2014-04-05 18:15:06 -04:00
Qiang Xue
48e67e8b89 renamed PrefixUrlRule to GroupUrlRule 2014-04-05 12:07:38 -04:00
Qiang Xue
02c3c37a00 Fixes #2986. 2014-04-05 11:55:26 -04:00
Qiang Xue
c4e1416e37 fixed doc [skip ci] 2014-04-05 08:08:36 -04:00
Qiang Xue
a15a3835c7 Moved all filter classes to namespace yii\filters 2014-04-05 01:00:14 -04:00
Qiang Xue
50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 2014-04-04 23:30:59 -04:00
Qiang Xue
104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 2014-04-04 21:45:34 -04:00
Alexander Makarov
9c0f236a5b Changed tabs to spaces in changelog 2014-04-05 01:56:10 +04:00
Qiang Xue
a6693588bd changelog update [skip ci] 2014-04-04 16:51:24 -04:00
Alexander Makarov
69786b018e Merge pull request #2974 from yiisoft/decouple-bizrules-from-auth-items
RBAC: decoupled rules from assignments and items, implemented php manager
2014-04-04 23:42:29 +04:00
Alexander Makarov
40eb116640 Splitted saveRule into insertRule and updateRule 2014-04-04 23:09:34 +04:00
Alexander Makarov
f3dd74ff97 Removed custom Rule constructor 2014-04-04 22:43:11 +04:00
Alexander Makarov
7d3cf501d0 Fixed code formattins issues 2014-04-04 20:17:13 +04:00
Alexander Makarov
2c28198cd2 Fixes #499: Decoupled Rule from RBAC Item 2014-04-04 20:13:26 +04:00
Carsten Brandt
1a3accb6cb removed duplicated joins when using joinWith and via relations
fixes #2650
2014-04-04 15:34:19 +02:00
Qiang Xue
7437e21d17 Merge pull request #2976 from jeicd/urlmanager_fix
Fixed UrlManager rules caching
2014-04-04 08:39:40 -04:00
lubosdz
164459f90a Fixed test break and JSON MIME type. Fixes issue #2978. 2014-04-04 13:54:04 +02:00
jeicd
76402ea079 Fixed UrlManager rules caching 2014-04-04 13:27:20 +06:00
Alexander Makarov
a97a35bab7 fixed typo 2014-04-04 04:40:17 +04:00
Alexander Makarov
0e6cbda43e RBAC: decoupled rules from assignments and items, implemented php manager 2014-04-04 04:40:06 +04:00
Carsten Brandt
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
Carsten Brandt
44dbb2235a cleanup docs 2014-04-03 20:13:32 +02:00