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 |
|
Qiang Xue
|
f24b067391
|
Merge pull request #88 from toopay/develop
Testsuite config
|
2013-05-04 09:53:32 -07:00 |
|
Taufan Aditya
|
985f076b2d
|
Testsuite config
|
2013-05-04 21:47:01 +07:00 |
|
Alexander Makarov
|
6a631ac376
|
Merge pull request #86 from suralc/build-exception
Fix build command.
|
2013-05-04 07:04:53 -07:00 |
|
Suralc
|
992992b4a3
|
Fix build command.
|
2013-05-04 15:55:01 +02:00 |
|
Qiang Xue
|
925c121bcf
|
Merge branch 'master' of https://github.com/yiisoft/yii2
|
2013-05-04 08:28:34 -04:00 |
|
Qiang Xue
|
2bdfc27692
|
Fixes for issue #78.
|
2013-05-04 08:28:27 -04:00 |
|
Qiang Xue
|
2da3cbecdf
|
Update readme.md
|
2013-05-04 09:23:43 -03:00 |
|
Qiang Xue
|
0454d03177
|
Fixed test break.
|
2013-05-04 08:08:46 -04:00 |
|
Qiang Xue
|
97992bdc89
|
Fixes for issue #81.
|
2013-05-04 08:03:40 -04:00 |
|