3943641077
User attributes requesting at GoogleOAuth switched to Google+ API
2014-07-11 10:49:41 +03:00
32e8e004ea
Fixes #4253 fixed phpdoc
2014-07-11 11:15:19 +04:00
98d3a8c050
Fixes #4252 , Fixes #3171 Fixed Codeception
2014-07-11 01:27:28 +04:00
67677dd79a
Fixed build app/link to work on Windows
2014-07-11 00:23:46 +04:00
ff50f15056
proper quoting of sequence name.
2014-07-10 14:06:47 -04:00
bc5028eb97
Renamed parameter to match description better
2014-07-10 21:09:08 +04:00
608e9012fb
Adjusted Connection::transaction to provide Connection instance by default instead of transaction instance
2014-07-10 20:50:07 +04:00
b147e6516d
minor CS fixes [skip ci]
2014-07-10 11:59:27 -04:00
dca2a84c58
Fixed missing callable in method signature
2014-07-10 19:24:41 +04:00
593b478f2b
Added extra callable typehints
2014-07-10 19:12:05 +04:00
4ff28fb9fb
Added callable typehint and active transaction check to Connection::transaction()
2014-07-10 19:01:21 +04:00
ceff7cc794
Removed requirement to use \Callback from Connection::transaction, improved docs
2014-07-10 18:18:51 +04:00
56a7ec7618
Passed transaction as callback argument for Connection::transaction() method
2014-07-10 17:57:52 +04:00
a0051820a7
Fixed tests
2014-07-10 17:43:15 +04:00
5991006ed7
Fixed example of closure-transactions
2014-07-10 17:35:54 +04:00
504e973f67
Fixes #4241 : yii\widgets\Pjax was incorrectly setting container id
2014-07-10 17:30:55 +04:00
e5195937e4
Fixes #3384 : Added callback-style transactions
2014-07-10 17:24:10 +04:00
9c2e7661bc
Initial migration code must match code generated by console migration controller.
...
Minor consistency issue. See the following files for more details:
1. framework/views/migration.php
2. framework/console/controllers/MigrateController.php
2014-07-10 17:31:32 +06:00
46591248b8
Fix invalid indentation.
2014-07-10 17:29:51 +06:00
db923f863c
Merge pull request #4246 from creocoder/advanced-app-user-model-code-style-fixes
...
Advanced app `User` model code style fixes
2014-07-10 14:20:54 +03:00
e306394d51
Advanced app User model code style fixes
2014-07-10 15:19:36 +04:00
41177b0258
Update UPGRADE.md
...
fixed indentation
2014-07-10 12:55:41 +02:00
b90f88659d
Unit test for MongoDB migration controller added
2014-07-10 13:33:09 +03:00
5fb654f95d
'MongoDbTestCase::loadClassMap()' refactored
2014-07-10 13:31:07 +03:00
f6ef4aacd0
Unit test for MigrateController added
2014-07-10 13:30:20 +03:00
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
d2370fe5eb
added common tier config
2014-07-10 10:39:29 +04:00
e9f1733e0a
Merge pull request #4238 from bohdan4ik/patch-2
...
Fixes PHPDoc
2014-07-10 09:38:23 +03:00
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
90594138f7
Fixes PHPDoc
2014-07-10 02:54:30 +03:00
e121091f38
Merge branch 'master' of github.com:yii2-chinesization/yii2
2014-07-10 07:04:19 +08:00
e09ed89f7f
Guide-zh-CN/concept-configurations.md translated.
2014-07-10 07:03:38 +08:00
5ecbac0335
First proofread. [skip ci]
2014-07-10 07:03:38 +08:00
8126911b10
Typo fixed. [skip ci]
2014-07-10 07:03:37 +08:00
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
ffd47ab49a
translated behaviors
2014-07-10 06:59:02 +08:00
21e6faaf33
Guide-zh-CN/concept-autoloading.md proofread.
2014-07-10 06:59:02 +08:00
606a4af72a
translating behaviors, polished translations of several terms
2014-07-10 06:59:01 +08:00
2b9bb3aeb0
Adjust content [skip ci]
2014-07-10 06:59:01 +08:00
3be0350b06
Guide-zh-CN getting started part adjusted words.
2014-07-10 06:59:01 +08:00
6c2d759ba4
Update intro-upgrade-from-v1.md
...
在线编辑,同步分支
2014-07-10 06:59:00 +08:00
bceda43636
Translate behaviors [skip ci]
2014-07-10 06:59:00 +08:00
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
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
4d16d3bdba
Guide-zh-CN/start-installation.md typo fixed.
2014-07-10 06:58:59 +08:00
038d5a5375
Fixes #4232 : TableSchema::sequenceName for PostgreSQL should remove the enclosing quotes
2014-07-09 17:17:35 -04:00
d62f7bebb5
Fixes #4231 : turned Controller::findLayoutFile() from protected to public.
2014-07-09 17:12:49 -04:00
22efab8172
Merge pull request #4236 from thiagotalma/inputmask
...
Upgrade jquery.inputmask to v3.0.52
2014-07-09 23:31:16 +03:00
3df855f96b
Upgrade jquery.inputmask to v3.0.52
2014-07-09 17:16:20 -03:00
374b98e2e4
Fixes #4227 : \yii\widgets\LinkPager::$hideOnSinglePage is now true by default
2014-07-09 17:23:47 +04:00