Commit Graph

1275 Commits

Author SHA1 Message Date
Qiang Xue
0ab4f8f130 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-05 15:11:58 -04:00
Qiang Xue
9841d6c639 Fixes issue #124. 2013-05-05 15:11:53 -04:00
Zander Baldwin
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
Qiang Xue
309c581219 Merge pull request #121 from rinatio/var-dumper-dump-call-static-dump-as-string
Var dumper dump call static dump as string
2013-05-05 08:34:01 -07:00
Rinat Silnov
b7e8ebf237 Merge branch 'master' of git://github.com/yiisoft/yii2 into var-dumper-dump-call-static-dump-as-string 2013-05-05 19:26:38 +04:00
Qiang Xue
b057efef25 Merge pull request #120 from rinatio/119-apc-cache-unit-test
Check apc.enable_cli for ApcTestCase unit tests
2013-05-05 08:25:40 -07:00
Rinat Silnov
47c643fbff Call static::dumpAsString in VarDumper::dump
This way we can extend VarDumper::dumpAsString
2013-05-05 19:25:36 +04:00
Rinat Silnov
802c0c94a8 Check apc.enable_cli for ApcTestCase unit tests 2013-05-05 19:18:04 +04:00
Qiang Xue
e087533fa7 Merge pull request #117 from vyachin/master
fix SecurityHelper description
2013-05-05 07:50:00 -07:00
Vladimir Vyachin
7f5cbce69c fix SecurityHelper description 2013-05-05 18:46:54 +04:00
Qiang Xue
2530555b77 Merge pull request #116 from rlerdorf/patch-1
Fix typos
2013-05-05 07:38:25 -07:00
Rasmus Lerdorf
3c83b8ed7c Fix typos
A couple of obvious typos here
2013-05-05 07:31:09 -07:00
Qiang Xue
aac49ad9c1 Merge pull request #114 from vyachin/master
fix assetconverter file extensions change only first time
2013-05-05 07:25:48 -07:00
Vladimir Vyachin
b6cee8af88 fix assetconverter file extensions change only first time 2013-05-05 18:21:10 +04:00
Qiang Xue
c91a0f4b26 Fixes issue #105: route var appears twice in the created URL 2013-05-05 10:14:55 -04:00
Qiang Xue
e5f0579e79 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-05 10:06:45 -04:00
Qiang Xue
c9895eff82 Fixes issue #110. 2013-05-05 10:06:40 -04:00
Qiang Xue
b6cd61fce6 Merge pull request #103 from FrediL/master
Fix for UploadedFile
2013-05-05 06:27:38 -07:00
Qiang Xue
ab28ce2d62 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-05 09:08:01 -04:00
Qiang Xue
af72a948f6 Fixes issue #107: UrlManager::showScriptName default to false. 2013-05-05 09:07:51 -04:00
Qiang Xue
75d8e73ad6 Merge pull request #112 from vyachin/master
fix log messages collection
2013-05-05 06:06:22 -07:00
Vladimir Vyachin
aa3fe610a8 Fix log messages collection 2013-05-05 17:03:54 +04:00
Alexander Makarov
64217b855f migration docs 2013-05-05 12:10:00 +04:00
FrediL
3ed7b62233 Use Html::getInputName instead ActiveForm::getInputName 2013-05-05 06:36:48 +03:00
Qiang Xue
34789ff138 Merge pull request #101 from toopay/patch
Fix unsupported flag in php 5.3.x environment [ArrayHelper::multisort]
2013-05-04 20:14:37 -07:00
Taufan Aditya
cfc958201f Remove reference to php 5.4-only constants in arrayhelper 2013-05-05 10:00:59 +07:00
Taufan Aditya
dc73c916fc Fix unsupported flag in php 5.3.x environment [ArrayHelper::multisort] 2013-05-05 09:39:43 +07:00
Qiang Xue
eecd126884 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-04 21:24:06 -04:00
Qiang Xue
6e779e02d6 Fixed issue #7: ArrayHelper::multisort is not compatible with PHP 5.3 2013-05-04 21:24:00 -04:00
Qiang Xue
d81288f614 Merge pull request #91 from ekerazha/patch-1
Use AES-192 for encryption
2013-05-04 17:21:04 -07:00
Qiang Xue
6166e70f20 Fixes issue #80 2013-05-04 20:17:43 -04:00
Qiang Xue
5eb5b70c29 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-04 19:26:43 -04:00
Qiang Xue
932ed70a72 Fixes issue #99. 2013-05-04 19:25:35 -04:00
Qiang Xue
f81223c455 Merge pull request #98 from creocoder/code-style-fix
ActiveRelation code style fix
2013-05-04 16:21:48 -07:00
Alexander Kochetov
ddf67f0833 Code style fix 2013-05-05 03:18:37 +04:00
Alexander Makarov
f3286df328 Fixes #76 2013-05-05 01:44:34 +04:00
Alexander Makarov
62233759b7 Merge pull request #94 from rinatio/fix-var-dump-for-objects
Fixed VarDumper::dump for objects
2013-05-04 14:41:02 -07:00
Alexander Makarov
a948e73872 example for using asArray 2013-05-05 01:27:13 +04:00
Alexander Makarov
03cd47aed9 phpdoc typos 2013-05-05 01:26:40 +04:00
Alexander Makarov
958aeb76b6 more on performance tuning 2013-05-05 00:26:18 +04:00
Alexander Makarov
aed66bcd1b started performance section of the guide 2013-05-05 00:02:14 +04:00
Rinat Silnov
1a317ebe31 Fixed VarDumper::dump for objects
Otherwise it throws an exception that "Object of class ClassName
could not be converted to string"
2013-05-04 23:54:59 +04:00
Alexander Makarov
d8beaa648e added doc files 2013-05-04 23:23:29 +04:00
ekerazha
14781584f9 Use a string for the mode too
The cipher is already specified as string
2013-05-04 22:02:39 +03:00
Qiang Xue
c0686fdde2 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-04 14:28:15 -04:00
Qiang Xue
3b12bbd8f2 Fixes issue #90 2013-05-04 14:28:09 -04:00
ekerazha
88bfce96d4 Use AES-192 for encryption 2013-05-04 21:15:24 +03:00
Qiang Xue
d23bc9a264 Merge pull request #89 from toopay/develop
Travis Integration
2013-05-04 11:12:58 -07:00
Taufan Aditya
51de757140 Use travis as user instead root within DSN 2013-05-05 00:10:17 +07:00
Taufan Aditya
305028b5c8 Travis configuration 2013-05-05 00:09:12 +07:00