Commit Graph

15391 Commits

Author SHA1 Message Date
Qiang Xue
a082fd9140 Added test. 2014-07-12 12:53:12 -04:00
Qiang Xue
65987f62ae test WIP 2014-07-12 10:38:51 -04:00
Anton Sidashin
cdb2b44fc7 Fixes #4287: authorization link fix 2014-07-12 16:38:13 +04:00
Carsten Brandt
f4c451b2ee Merge pull request #4285 from yiisoft/global-asset-config
Improved global configuration of assetmanager
2014-07-12 14:34:35 +02:00
Budi Irawan
434f265c62 Added Indonesian message translation 2014-07-12 16:29:04 +04:00
Evgeniy Tkachenko
c37ee95b4e Fixes #4286: Update input-file-upload.md 2014-07-12 16:27:06 +04:00
Carsten Brandt
773d67e513 elasticsearch 1.x breaking changes
all fine now

closes #2427
2014-07-12 14:06:42 +02:00
Carsten Brandt
8b70a55b14 Improved global configuration of assetmanager
Added `beforeCopy`, `afterCopy`, `forceCopy` properties to AssetManager

fixes #4209
2014-07-12 13:51:05 +02:00
Carsten Brandt
c732a559e0 Merge pull request #4282 from dizews/patch-1
Update input-file-upload.md
2014-07-12 12:41:26 +02:00
Vladimir
59c430ce79 Update input-file-upload.md
fix docs
2014-07-12 13:33:58 +04:00
Qiang Xue
c64ffdb2f9 Finished documentation about read-write splitting. 2014-07-12 01:04:11 -04:00
Qiang Xue
478380fb10 Fixed test brak. 2014-07-11 22:49:32 -04:00
Qiang Xue
c16e5e4240 do not switch connection when in a transaction. 2014-07-11 22:39:07 -04:00
Qiang Xue
43333d9cad Implemented master balancing. 2014-07-11 22:33:36 -04:00
Qiang Xue
91e0c5ae8a Added Connection::useMaster() and refactored code. 2014-07-11 21:04:26 -04:00
Qiang Xue
d2cb245dc3 Finished sphinx support 2014-07-11 14:18:27 -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
Alexander Makarov
10747196a2 Codeceoption adjustments
- Removed hacks since these are no longer required: 71db233985
- Removed unused helper classes
- Added 2.0 style "actor" to config

Thanks to @Ragazzo and @DavertMik for helping with it.
2014-07-11 19:30:45 +04:00
Klimov Paul
0c7010873d Issue #2337 added to CHANGELOG 2014-07-11 16:19:37 +03:00
Klimov Paul
7a937903c2 yii\mongodb\Collection::buildLikeCondition() fixed to escape regular expression.
`yii\mongodb\Collection::buildRegexCondition()` added.
2014-07-11 16:17:56 +03:00
Qiang Xue
67a1e172db WIP 2014-07-11 08:27:58 -04:00
Klimov Paul
3e3ae634d0 Merge branch 'master' of github.com:yiisoft/yii2 2014-07-11 14:38:39 +03:00
Klimov Paul
9757029191 yii\authclient\InvalidResponseException added 2014-07-11 14:38:20 +03:00
Alexander Makarov
5296da3390 Adjusted phpdoc 2014-07-11 14:53:52 +04:00
Klimov Paul
a1a9d9a3bc Method yii\authclient\BaseOAuth::mergeCurlOptions() advanced to merge array values 2014-07-11 12:30:30 +03:00
Klimov Paul
fbce722d85 Request HTTP headers argument added to yii\authclient\BaseOAuth::api() method 2014-07-11 12:27:33 +03:00
Klimov Paul
fe46caf74c User attributes fetching at VKontakte adjusted 2014-07-11 11:19:17 +03:00
Klimov Paul
9eec6191fa Merge branch 'master' of github.com:yiisoft/yii2 2014-07-11 10:50:33 +03:00
Klimov Paul
3943641077 User attributes requesting at GoogleOAuth switched to Google+ API 2014-07-11 10:49:41 +03:00
Alexander Makarov
32e8e004ea Fixes #4253 fixed phpdoc 2014-07-11 11:15:19 +04:00
Alexander Makarov
98d3a8c050 Fixes #4252, Fixes #3171 Fixed Codeception 2014-07-11 01:27:28 +04:00
Alexander Makarov
67677dd79a Fixed build app/link to work on Windows 2014-07-11 00:23:46 +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
a0051820a7 Fixed tests 2014-07-10 17:43:15 +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
resurtm
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
resurtm
46591248b8 Fix invalid indentation. 2014-07-10 17:29:51 +06:00
Alexander Makarov
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
Alexander Kochetov
e306394d51 Advanced app User model code style fixes 2014-07-10 15:19:36 +04:00