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
Larry Ullman
2a038a1bc8
First round of edits
...
Pretty awesome feature!
2014-04-07 10:47:17 -04:00
Qiang Xue
8a7e852342
minor doc fix. [skip ci]
2014-04-07 10:10:19 -04:00
Qiang Xue
2f854bbbab
Merge pull request #2996 from hijarian/patch-1
...
Update logging.md
2014-04-07 10:09:29 -04:00
Klimov Paul
e3f4214978
Tabs replaced by spaces at AuthChoice asset files.
2014-04-07 16:29:00 +03:00
Klimov Paul
4f0089bb0d
Microsoft Live OAuth2 client added.
2014-04-07 16:22:00 +03:00
Klimov Paul
7f0ab92d8e
Widget 'yii\authclient\widgets\Choice' renamed to 'yii\authclient\widgets\AuthChoice'
2014-04-07 15:38:16 +03:00
Alex-Code
4bec5fe748
Update BaseStringHelper.php
2014-04-07 09:29:38 +01:00
Alexander Makarov
75154d351d
Refactored AR find
2014-04-07 09:43:03 +04:00
Larry Ullman
c7a2227204
First round of edits
...
Note: should confirm that my additions of “inclusive” is correct.
2014-04-06 22:58:51 -04:00
Larry Ullman
1a5087cab1
Very trivial edits
...
Still feels like an incomplete, possibly unnecessary, fragment
2014-04-06 21:44:45 -04:00
Larry Ullman
36e3b0a7ff
More minor edits
2014-04-06 21:35:14 -04:00
Larry Ullman
3f2c48f3d2
Pretty minor edits
2014-04-06 20:08:39 -04:00
Larry Ullman
c328b851d0
Fix "Web"
...
Because we’re using capital “Web” not “web” (my previous mistake).
2014-04-06 20:04:59 -04:00
Larry Ullman
8390f2d2f0
Very slight edits
2014-04-06 20:00:38 -04:00
Qiang Xue
22189b3b3f
doc fix [skip ci]
2014-04-06 19:30:55 -04:00
Carsten Brandt
597e470cfa
Merge pull request #3001 from hiltonjanfield/patch-1
...
Clarify new usage of yii\web\View::render()
2014-04-06 22:24:23 +02:00
hiltonjanfield
87a6cf58af
Clarify new usage of yii\web\View::render()
...
One paragraph description and one code snippet to clarify usage of yii\web\View::render() in a view context, as using echo is a significant change from partial view usage in Yii 1.1.
2014-04-06 13:22:03 -07:00
miramir
bdbcadbe8a
Add SyslogTarget
2014-04-06 20:44:26 +06:00
Carsten Brandt
9cf3e141b0
Merge pull request #2980 from lubosdz/master
...
removed redundant whitespace, related to issue #2978
2014-04-06 16:14:42 +02:00
Saphronov Mark
16aa0078d5
Update logging.md
...
Currently `Yii::$app->log` is not the `yii\log\Logger`, but the `yii\log\Dispatcher`. Logger is transient component used indirectly and separately by the dispatcher and helper methods for logging.
2014-04-06 14:03:49 +04:00
Alexander Makarov
c742222471
Merge pull request #2995 from Theill11/update-danish-translation
...
Update danish translation [skip_ci]
2014-04-06 14:02:14 +04: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
Carsten Brandt
7f73ec1fcf
Update console-migrate.md
...
fixes #2989
2014-04-05 22:59:09 +02: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
84ac0a940c
Fixed typo
2014-04-04 23:57:57 +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
574985824d
Adjusted guide
2014-04-04 23:17:52 +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
5e278025b1
Removed test entries for MSSQL, Oracle
2014-04-04 20:54:16 +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
c5ad45c771
fixed test break
2014-04-04 17:12:26 +02:00