Commit Graph

4629 Commits

Author SHA1 Message Date
Qiang Xue
91e0c5ae8a Added Connection::useMaster() and refactored code. 2014-07-11 21:04:26 -04:00
Qiang Xue
e67d0b3c39 WIP 2014-07-11 14:01:44 -04:00
Qiang Xue
2018503c8d WIP 2014-07-11 12:59:32 -04:00
Qiang Xue
67a1e172db WIP 2014-07-11 08:27:58 -04:00
Alexander Makarov
5296da3390 Adjusted phpdoc 2014-07-11 14:53:52 +04:00
Alexander Makarov
32e8e004ea Fixes #4253 fixed phpdoc 2014-07-11 11:15:19 +04:00
Qiang Xue
ff50f15056 proper quoting of sequence name. 2014-07-10 14:06:47 -04:00
Alexander Makarov
bc5028eb97 Renamed parameter to match description better 2014-07-10 21:09:08 +04:00
Alexander Makarov
608e9012fb Adjusted Connection::transaction to provide Connection instance by default instead of transaction instance 2014-07-10 20:50:07 +04:00
Qiang Xue
b147e6516d minor CS fixes [skip ci] 2014-07-10 11:59:27 -04:00
Alexander Makarov
dca2a84c58 Fixed missing callable in method signature 2014-07-10 19:24:41 +04:00
Alexander Makarov
593b478f2b Added extra callable typehints 2014-07-10 19:12:05 +04:00
Alexander Makarov
4ff28fb9fb Added callable typehint and active transaction check to Connection::transaction() 2014-07-10 19:01:21 +04:00
Alexander Makarov
ceff7cc794 Removed requirement to use \Callback from Connection::transaction, improved docs 2014-07-10 18:18:51 +04:00
Alexander Makarov
56a7ec7618 Passed transaction as callback argument for Connection::transaction() method 2014-07-10 17:57:52 +04:00
Alexander Makarov
5991006ed7 Fixed example of closure-transactions 2014-07-10 17:35:54 +04:00
Sorokin Victor
504e973f67 Fixes #4241: yii\widgets\Pjax was incorrectly setting container id 2014-07-10 17:30:55 +04:00
Ragazzo
e5195937e4 Fixes #3384: Added callback-style transactions 2014-07-10 17:24:10 +04:00
Carsten Brandt
41177b0258 Update UPGRADE.md
fixed indentation
2014-07-10 12:55:41 +02:00
Qiang Xue
038d5a5375 Fixes #4232: TableSchema::sequenceName for PostgreSQL should remove the enclosing quotes 2014-07-09 17:17:35 -04:00
Qiang Xue
d62f7bebb5 Fixes #4231: turned Controller::findLayoutFile() from protected to public. 2014-07-09 17:12:49 -04:00
Thiago Talma
3df855f96b Upgrade jquery.inputmask to v3.0.52 2014-07-09 17:16:20 -03:00
Alexander Makarov
374b98e2e4 Fixes #4227: \yii\widgets\LinkPager::$hideOnSinglePage is now true by default 2014-07-09 17:23:47 +04:00
Qiang Xue
9cb36d01a7 Fixes #4212: MSSQL query builder should not generate the ORDER BY clause when it is not needed 2014-07-08 20:37:53 -04:00
Philippe Gaultier
3b1d7fd0d7 Fix unused var 2014-07-08 16:09:45 +02:00
Carsten Brandt
474e664c5f phpdoc code 2014-07-08 16:02:49 +02:00
miramir
0322e427e7 fix unnecessary diff 2014-07-07 21:24:21 +06:00
Иван Багаев
93c567e7e1 Retriev quoteSimpleTableName 2014-07-07 20:54:31 +06:00
miramir
9c55cc48f8 Removing unnecessary methods 2014-07-07 11:38:05 +06:00
Иван Багаев
b96e45faf7 Remove test for asterisk in quoteSimpleTableName 2014-07-05 22:07:46 +06:00
Иван Багаев
d06685ff88 Asterisk in Oracle not need quote
If quote asterisk oracle say "Syntax error"
2014-07-05 12:28:54 +06:00
Qiang Xue
3405f8e8a4 doc fix [skip ci] 2014-07-05 00:03:03 -04:00
Qiang Xue
502c5891a1 Fixes #4205 [skip ci] 2014-07-04 22:07:16 -04:00
Philippe Gaultier
9d25418b05 Remove static functions 2014-07-04 16:55:34 +02: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
Philippe Gaultier
be2d5530f3 Allow the user to remove field by nulling it's value. Usefull for Access-Control-Max-Age 2014-07-04 14:38:15 +02:00
Philippe Gaultier
25ad826dd0 Fix multiple headers management in Access-Control-Request-Headers 2014-07-04 14:19:33 +02:00
Philippe Gaultier
f31bfd1f1a Allow the user to override the request like in RateLimiter 2014-07-04 13:57:48 +02:00
Vladimir
d4d8237263 Update CHANGELOG.md 2014-07-04 15:13:47 +04: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
Philippe Gaultier
62f43e175c Merge branch 'master' into feature/CORS 2014-07-04 12:23:51 +02: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
Qiang Xue
b602e3cfa2 Merge pull request #4166 from schmunk42/master
fixed inflector camel2id and id2camel
2014-07-03 14:13:34 -04:00
Philippe Gaultier
ba74d97ad8 Fix changelog 2014-07-03 17:51:26 +02:00
Philippe Gaultier
6b83433731 Move methods 2014-07-03 17:44:49 +02:00
Philippe Gaultier
6493cb87f3 Adding enhancement CORS 2014-07-03 17:42:07 +02:00
Philippe Gaultier
397cf6795e Adding CORS filter to allow Cross origin resource Sharing 2014-07-03 17:39:09 +02: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