Commit Graph

15391 Commits

Author SHA1 Message Date
Carsten Brandt
41177b0258 Update UPGRADE.md
fixed indentation
2014-07-10 12:55:41 +02:00
Klimov Paul
b90f88659d Unit test for MongoDB migration controller added 2014-07-10 13:33:09 +03:00
Klimov Paul
5fb654f95d 'MongoDbTestCase::loadClassMap()' refactored 2014-07-10 13:31:07 +03:00
Klimov Paul
f6ef4aacd0 Unit test for MigrateController added 2014-07-10 13:30:20 +03:00
Alexander Makarov
ce609218b2 Merge pull request #4240 from Ragazzo/yii2_advanced_application_console_tests_config_fixed
added common tier config
2014-07-10 09:44:02 +03:00
London
d2370fe5eb added common tier config 2014-07-10 10:39:29 +04:00
Alexander Makarov
e9f1733e0a Merge pull request #4238 from bohdan4ik/patch-2
Fixes PHPDoc
2014-07-10 09:38:23 +03:00
Qiang Xue
35a3a3e18d Merge pull request #4237 from yii2-chinesization/master
docs/guide/concept-components.md typo and docs/guide-zh-CN/* adjusted.
2014-07-09 20:15:09 -04:00
Bohdan Shulha
90594138f7 Fixes PHPDoc 2014-07-10 02:54:30 +03:00
AbrahamGreyson
e121091f38 Merge branch 'master' of github.com:yii2-chinesization/yii2 2014-07-10 07:04:19 +08:00
AbrahamGreyson
e09ed89f7f Guide-zh-CN/concept-configurations.md translated. 2014-07-10 07:03:38 +08:00
AbrahamGreyson
5ecbac0335 First proofread. [skip ci] 2014-07-10 07:03:38 +08:00
AbrahamGreyson
8126911b10 Typo fixed. [skip ci] 2014-07-10 07:03:37 +08:00
AbrahamGreyson
7056c2170c Guide-zh-CN/concept-components.md proofread.Adjust line breaking; modified some words may cause confusing or distracting such as '屌,屌爆了,俩货,高大上,呀呀,妥妥的'. 2014-07-10 06:59:02 +08:00
东方孤思子(Paris·QianSen)
ffd47ab49a translated behaviors 2014-07-10 06:59:02 +08:00
AbrahamGreyson
21e6faaf33 Guide-zh-CN/concept-autoloading.md proofread. 2014-07-10 06:59:02 +08:00
东方孤思子(Paris·QianSen)
606a4af72a translating behaviors, polished translations of several terms 2014-07-10 06:59:01 +08:00
东方孤思子(Paris·QianSen)
2b9bb3aeb0 Adjust content [skip ci] 2014-07-10 06:59:01 +08:00
AbrahamGreyson
3be0350b06 Guide-zh-CN getting started part adjusted words. 2014-07-10 06:59:01 +08:00
Simon
6c2d759ba4 Update intro-upgrade-from-v1.md
在线编辑,同步分支
2014-07-10 06:59:00 +08:00
东方孤思子(Paris·QianSen)
bceda43636 Translate behaviors [skip ci] 2014-07-10 06:59:00 +08:00
AbrahamGreyson
260f640ef2 Guide-zh-cn/start-workflow Adjust a few words in order to follow the style of previous sections translation. 2014-07-10 06:59:00 +08:00
AbrahamGreyson
8172280428 Guide-zh-CN/intro-yii.md Spaces, punctuation and line breaks adjusted; A few words modified. 2014-07-10 06:58:59 +08:00
AbrahamGreyson
4d16d3bdba Guide-zh-CN/start-installation.md typo fixed. 2014-07-10 06:58:59 +08: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
Alexander Makarov
22efab8172 Merge pull request #4236 from thiagotalma/inputmask
Upgrade jquery.inputmask to v3.0.52
2014-07-09 23:31:16 +03: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
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
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
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
Philippe Gaultier
28e9344dcc Move CORS documentation from REST to Structure 2014-07-07 10:37:42 +02: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