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
Yang Liu
cad135acf4
Merge pull request #15 from AbrahamGreyson/master
...
Guide-zh-CN/concept-configurations.md translated.
2014-07-09 00:09:40 +08:00
AbrahamGreyson
b9cea59644
Guide-zh-CN/concept-configurations.md translated.
2014-07-09 00:08:14 +08:00
Carsten Brandt
474e664c5f
phpdoc code
2014-07-08 16:02:49 +02:00
Alexander Makarov
492337de2d
else if → elseif
2014-07-08 16:59:15 +04:00
Alexander Makarov
6b48c9ce0d
Merge pull request #4216 from SDKiller/patch-3
...
IdentityInterface::findIdentity should return active users
2014-07-08 11:40:21 +03:00
Serge Postrash
6ec0b60a69
IdentityInterface::findIdentity should return active users
...
```
interface IdentityInterface
{
/**
* Finds an identity by the given ID.
* @param string|integer $id the ID to be looked for
* @return IdentityInterface the identity object that matches the given ID.
* Null should be returned if such an identity cannot be found
* or the identity is not in an active state (disabled, deleted, etc.)
*/
public static function findIdentity($id);
```
2014-07-08 07:09:03 +04:00
Qiang Xue
2661ec2bfc
Merge pull request #4210 from miramir/oci_schema
...
Removing unnecessary methods
2014-07-07 15:59:47 -04:00
Larry Ullman
cc8ee8d7c9
Edited aliases
2014-07-07 15:30:48 -04:00
Larry Ullman
9432657176
Initial edits
2014-07-07 15:13:33 -04:00
Yang Liu
d953c5c10f
Merge pull request #14 from AbrahamGreyson/master
...
proofread.
2014-07-07 23:39:50 +08:00
AbrahamGreyson
62b008879a
First proofread. [skip ci]
2014-07-07 23:37:43 +08: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
AbrahamGreyson
c29422f136
Typo fixed. [skip ci]
2014-07-07 17:45:15 +08:00
miramir
9c55cc48f8
Removing unnecessary methods
2014-07-07 11:38:05 +06:00
Yang Liu
f5045fc5a7
Merge pull request #13 from AbrahamGreyson/master
...
Guide-zh-CN/concept-components.md proofread.Adjust line breaking; modifi...
2014-07-06 23:55:49 +08:00
AbrahamGreyson
6ffc4bbab4
Guide-zh-CN/concept-components.md proofread.Adjust line breaking; modified some words may cause confusing or distracting such as '屌,屌爆了,俩货,高大上,呀呀,妥妥的'.
2014-07-06 23:54:29 +08:00
Qiang Xue
b66300788b
Finished extension and third-party lib usage guide [skip ci]
2014-07-06 01:08:46 -04:00
东方孤思子(Paris·QianSen)
ddfad3f48a
translated behaviors
2014-07-06 01:03:59 +08:00
Qiang Xue
fb299e925c
Merge pull request #4207 from miramir/patch-1
...
Asterisk in Oracle not need quote
2014-07-05 12:14:09 -04:00
Иван Багаев
b96e45faf7
Remove test for asterisk in quoteSimpleTableName
2014-07-05 22:07:46 +06:00
Yang Liu
1ace55dc9a
Merge pull request #12 from AbrahamGreyson/master
...
Guide-zh-CN/concept-autoloading.md proofread.
2014-07-05 18:45:28 +08:00
AbrahamGreyson
677884c22c
Guide-zh-CN/concept-autoloading.md proofread.
2014-07-05 18:43:53 +08: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
东方孤思子(Paris·QianSen)
833dc8cc67
translating behaviors, polished translations of several terms
2014-07-05 00:29:20 +08:00
东方孤思子(Paris·QianSen)
cec1b75a9e
Adjust content [skip ci]
2014-07-05 00:29:17 +08: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
AbrahamGreyson
364e52741b
Guide-zh-CN getting started part adjusted words.
2014-07-04 11:09:45 +08:00
Simon
ac36f141e3
Update intro-upgrade-from-v1.md
...
在线编辑,同步分支
2014-07-04 10:30:30 +08:00
Carsten Brandt
b5e1959bcb
changelog for #1160
2014-07-04 02:11:12 +02:00