Commit Graph

4923 Commits

Author SHA1 Message Date
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
Qiang Xue
9c4d4715dd guide WIP [skip ci] 2014-07-03 08:33:09 -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
Steve
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
Raeef Refai
dd3a503298 Update QueryParamAuth.php
translate exception message
2014-07-02 06:20:17 +03:00
Tobias Munk
3fc4d5ebc9 fixes #1160 2014-07-01 23:20:35 +02:00
Qiang Xue
05e21b7291 Fixes #4135 2014-07-01 14:49:41 -04:00
Qiang Xue
a2a6028253 Fixes #3992
Fixes #4147
2014-07-01 14:45:44 -04:00
Alexander Makarov
bced469761 Merge pull request #4158 from hubunator/master
[skip ci] Added missing translation in Polish
2014-07-01 18:05:01 +03:00
Hubu
f3d812b288 Added missing translation in Polish (confirmation for delete button in grid) 2014-07-01 16:35:12 +02:00
Mark
583a562bb9 migration fixed 2014-07-01 18:18:09 +04:00
Klimov Paul
e5922a2aaf 'autoGenerateSecretKey' mention removed from upgrade note about Security 2014-07-01 11:53:05 +03:00