Qiang Xue
502c5891a1
Fixes #4205 [skip ci]
2014-07-04 22:07:16 -04:00
Larry Ullman
fc5b646269
Finished editing
2014-07-04 10:52:57 -04:00
Larry Ullman
e8b716cf36
Edited attaching behaviors
2014-07-04 10:52:57 -04:00
Larry Ullman
d5a79df680
Added a "handling component events" section
2014-07-04 10:52:57 -04:00
Larry Ullman
48a8df596c
Edited "Defining Behaviors"
2014-07-04 10:52:57 -04:00
Larry Ullman
4a16e746aa
Changed subsection order
...
It really should be: defining, attaching, using.
2014-07-04 10:52:57 -04:00
Larry Ullman
8bb4034b76
Edited intro
2014-07-04 10:52:57 -04:00
Qiang Xue
7d8ae76167
drop the unneeded leading backslash. [skip ci]
2014-07-04 10:15:28 -04:00
Qiang Xue
c7dc5ed10d
typo fix [skip ci]
2014-07-04 10:13:46 -04:00
Qiang Xue
f8fda79a88
Fixes #4192 .
2014-07-04 09:55:14 -04:00
Qiang Xue
acaa4f8194
Fixes #4204 : yii\web\Request::getUserIP() will return null if it cannot detect user IP address
2014-07-04 09:14:01 -04:00
Qiang Xue
f4f2a708b2
Added authentication filters to guide. [skip ci]
2014-07-04 09:09:41 -04:00
Carsten Brandt
d02bbd7c49
CHANGELOG #4187
2014-07-04 14:06:07 +02:00
Carsten Brandt
4e8e22da3c
fixed issue with elasticsearch >=1.2.0
...
do not use scripting as it is disabled by default and will cause edge
case queries to fail
fixes #4187
2014-07-04 14:04:38 +02:00
Alexander Makarov
489a5e3615
Merge pull request #4201 from dizews/patch-2
...
change default facility of SyslogTarget
2014-07-04 14:20:01 +03:00
Vladimir
d4d8237263
Update CHANGELOG.md
2014-07-04 15:13:47 +04:00
Alexander Makarov
e2397201b0
Merge pull request #4165 from njasm/unit-tests-widget-ActiveField
...
Added unit tests for Widget\ActiveField
2014-07-04 14:08:40 +03: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
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
Larry Ullman
07d52f4846
Global event benefits?
...
Not sure that I follow the last two paragraphs, but I may just be tired.
2014-07-03 19:48:22 -04:00
Larry Ullman
2142bda44d
Finished editing
2014-07-03 19:47:38 -04:00
Larry Ullman
9e53c0b2bc
Edited the triggering section
2014-07-03 19:36:31 -04:00
Larry Ullman
7736a04419
Deleted second reference to event configuration
...
Already mentioned earlier in the text
2014-07-03 19:32:52 -04:00
Larry Ullman
434a2269aa
Edit first half
...
Edited through “attaching”; added “event handler order” subsection
2014-07-03 19:32:31 -04:00
Larry Ullman
7b4e180abe
Changed organization of 1st 3 topics
...
I think it should be: event handlers, attaching, triggering
2014-07-03 19:22:16 -04:00
Larry Ullman
71176b191c
Picking nits
2014-07-03 19:20:48 -04:00
Larry Ullman
2d736bf975
Very light edits
2014-07-03 18:32:05 -04:00
Larry Ullman
dc0172b802
Very light edits
2014-07-03 17:31:29 -04:00
Qiang Xue
b602e3cfa2
Merge pull request #4166 from schmunk42/master
...
fixed inflector camel2id and id2camel
2014-07-03 14:13:34 -04: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
Qiang Xue
8f7c467264
Merge pull request #4182 from Alien13n/patch-1
...
Update Thai Translation
2014-07-02 20:20:57 -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
Carsten Brandt
0b60e7c69c
typo
2014-07-02 17:08:18 +02:00
Carsten Brandt
00e2540c5f
typo
2014-07-02 17:05:00 +02:00
Alexander Makarov
a8df859bbf
Fixes #4177
2014-07-02 17:26:33 +03:00
Alexander Makarov
a740d7bcfd
Merge pull request #4171 from yiisoft/codeception-fixes
...
Switched to Codeception 2.0.* for application template tests
2014-07-02 16:33:34 +03:00
Alexander Makarov
2625f3a24b
Merge pull request #4172 from mrarthur/patch-1
...
Missing semicolon
2014-07-02 15:31:58 +03:00
Arthur Khachaturov
dbf10f1848
Missing semicolon
2014-07-02 16:30:26 +04:00
Qiang Xue
403eafdb2c
Merge pull request #4169 from yii2-chinesization/master
...
New Chinese translations are ready to serve
2014-07-02 08:03:50 -04:00
Alexander Makarov
2f19030e37
Switched to Codeception 2.0.* for application template tests
2014-07-02 14:44:31 +03:00
东方孤思子(Paris·QianSen)
7617a233b6
translated concept-autoloading.md [skip ci]
2014-07-02 18:46:18 +08:00
东方孤思子(Paris·QianSen)
bda225f2f4
improved description to deliver the original concepts better. [skip ci]
2014-07-02 18:39:30 +08:00