Aris Karageorgos
6d663bd237
Fixes
2014-04-09 15:16:10 +07:00
Aris Karageorgos
86283c6c35
Update basics.md
2014-04-09 11:10:59 +07:00
Qiang Xue
c4af1569a3
typo fix [skip ci]
2014-04-08 21:03:11 -04:00
Qiang Xue
aec1b8172b
Added HtmlResponseFormatter and JsonResponseFormatter
2014-04-08 20:54:07 -04:00
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
80067204c8
test for addSelect method.
2014-04-08 12:11:55 +01:00
Carsten Brandt
4910343a6f
Merge pull request #3026 from robregonm/master
...
Fixed typo in phpDoc for findAll function
2014-04-08 13:11:00 +02: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
2acf0b310c
Merge pull request #3021 from zelenin/auth-guide-fix
...
Authorization auth guide fix
2014-04-07 19:46:45 -04:00
Qiang Xue
ab9d4d42a1
changelog fix.
2014-04-07 18:49:24 -04:00
Aleksandr Zelenin
034ba5e625
auth guide fix
2014-04-08 01:26:19 +04:00
ufisch
95d0ab1b1f
Wrong placeholder in translation
2014-04-07 22:55:55 +02:00
Qiang Xue
a75a44156e
Merge pull request #3003 from yiisoft/split-find-into-find-findOne-findAll
...
Refactored AR find to fix #2999
2014-04-07 16:33:37 -04: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
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