8501 Commits

Author SHA1 Message Date
489a5e3615 Merge pull request #4201 from dizews/patch-2
change default facility of SyslogTarget
2014-07-04 14:20:01 +03:00
d4d8237263 Update CHANGELOG.md 2014-07-04 15:13:47 +04:00
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
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
62f43e175c Merge branch 'master' into feature/CORS 2014-07-04 12:23:51 +02:00
f66e28c4aa Fixes #4199: added missing category to logging calls 2014-07-04 11:40:30 +03:00
364e52741b Guide-zh-CN getting started part adjusted words. 2014-07-04 11:09:45 +08:00
ac36f141e3 Update intro-upgrade-from-v1.md
在线编辑,同步分支
2014-07-04 10:30:30 +08:00
b5e1959bcb changelog for #1160 2014-07-04 02:11:12 +02:00
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
2142bda44d Finished editing 2014-07-03 19:47:38 -04:00
9e53c0b2bc Edited the triggering section 2014-07-03 19:36:31 -04:00
7736a04419 Deleted second reference to event configuration
Already mentioned earlier in the text
2014-07-03 19:32:52 -04:00
434a2269aa Edit first half
Edited through “attaching”; added “event handler order” subsection
2014-07-03 19:32:31 -04:00
7b4e180abe Changed organization of 1st 3 topics
I think it should be: event handlers, attaching, triggering
2014-07-03 19:22:16 -04:00
71176b191c Picking nits 2014-07-03 19:20:48 -04:00
2d736bf975 Very light edits 2014-07-03 18:32:05 -04:00
dc0172b802 Very light edits 2014-07-03 17:31:29 -04:00
b602e3cfa2 Merge pull request #4166 from schmunk42/master
fixed inflector camel2id and id2camel
2014-07-03 14:13:34 -04:00
ba74d97ad8 Fix changelog 2014-07-03 17:51:26 +02:00
6b83433731 Move methods 2014-07-03 17:44:49 +02:00
6493cb87f3 Adding enhancement CORS 2014-07-03 17:42:07 +02:00
397cf6795e Adding CORS filter to allow Cross origin resource Sharing 2014-07-03 17:39:09 +02:00
b96be063da Merge branch 'feature/issue-1160' 2014-07-03 15:35:36 +02:00
8666504a4f fixed typo [skip ci] 2014-07-03 15:34:34 +02:00
9c4d4715dd guide WIP [skip ci] 2014-07-03 08:33:09 -04:00
b0942a22a7 Merge remote-tracking branch 'upstream/master' into transalting 2014-07-03 18:07:42 +08:00
97c5c2193b Translate behaviors [skip ci] 2014-07-03 18:07:12 +08:00
8f7c467264 Merge pull request #4182 from Alien13n/patch-1
Update Thai Translation
2014-07-02 20:20:57 -04:00
a799eeb9ce code style 2014-07-03 01:57:22 +02:00
f0fd38a7bd Update Thai Translation 2014-07-03 06:03:16 +07:00
7c04ff048f moved functionality to behavior, added tests 2014-07-03 00:05:48 +02:00
504d9fdb98 Merge commit '33edfcff2ea9344853551235e3dfc757ecf9578a' into feature/issue-1160 2014-07-02 23:58:48 +02:00
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
275df9f7cc Merge pull request #8 from AbrahamGreyson/master
Adjust the "getting started" tutorial.
2014-07-03 01:27:25 +08:00
e4201b5072 Guide-zh-cn/start-workflow Adjust a few words in order to follow the style of previous sections translation. 2014-07-03 01:23:17 +08:00
c7a08a8179 Guide-zh-CN/intro-yii.md Spaces, punctuation and line breaks adjusted; A few words modified. 2014-07-03 01:06:12 +08:00
c0a15ded02 added trace level to log message formatting
fixes #4123
2014-07-02 18:46:07 +02:00
f5b04d5045 Guide-zh-CN/start-installation.md typo fixed. 2014-07-03 00:40:27 +08:00
0b60e7c69c typo 2014-07-02 17:08:18 +02:00
00e2540c5f typo 2014-07-02 17:05:00 +02:00
a8df859bbf Fixes #4177 2014-07-02 17:26:33 +03:00
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
2625f3a24b Merge pull request #4172 from mrarthur/patch-1
Missing semicolon
2014-07-02 15:31:58 +03:00
dbf10f1848 Missing semicolon 2014-07-02 16:30:26 +04:00
403eafdb2c Merge pull request #4169 from yii2-chinesization/master
New Chinese translations are ready to serve
2014-07-02 08:03:50 -04:00
2f19030e37 Switched to Codeception 2.0.* for application template tests 2014-07-02 14:44:31 +03:00
7617a233b6 translated concept-autoloading.md [skip ci] 2014-07-02 18:46:18 +08:00
bda225f2f4 improved description to deliver the original concepts better. [skip ci] 2014-07-02 18:39:30 +08:00
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