Commit Graph

7316 Commits

Author SHA1 Message Date
Qiang Xue
bc378d1cae properly quote table names for join(). 2014-03-26 15:02:56 -04:00
Philippe Gaultier
3da39f0387 Adding changelog for UploadedFile upgrade 2014-03-26 19:58:53 +01:00
Philippe Gaultier
1a7da8be90 Use correct files array to allow inheritence 2014-03-26 19:58:40 +01:00
Carsten Brandt
d1663a5fb7 fixed potential problem with MessageFormatter and broken messages 2014-03-26 17:51:52 +01:00
Carsten Brandt
27659d1776 fixed FileHelper private method static call 2014-03-26 17:51:52 +01:00
Carsten Brandt
67dd874e0c renamed console controller optoins param $id to $actionId 2014-03-26 17:51:52 +01:00
Qiang Xue
21bc29560c Fixed test break. 2014-03-26 12:50:58 -04:00
Carsten Brandt
293e807017 added missing constructor call 2014-03-26 16:38:05 +01:00
Carsten Brandt
1fdf17b59b cleanup redis AR 2014-03-26 16:37:54 +01:00
Carsten Brandt
dbf733bf60 added TODO message 2014-03-26 16:23:26 +01:00
Qiang Xue
2105f092f3 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-03-26 11:19:11 -04:00
Qiang Xue
78136d4278 Fixes #2880: filterByModels() should prefix key columns in a join query. 2014-03-26 11:19:01 -04:00
Carsten Brandt
f93d871cd6 fixed wrong method calls in elasticsearch Command 2014-03-26 16:18:28 +01:00
Carsten Brandt
cc4d4933d4 fixed undefined variable problem in AccessControl 2014-03-26 16:04:49 +01:00
Carsten Brandt
0b2aafc780 fixed private / self in helpers
fixes #2886
2014-03-26 16:03:42 +01:00
Carsten Brandt
d774e7f127 fixed recursive call of ArrayHelper::toArray() 2014-03-26 15:13:26 +01:00
Carsten Brandt
8a6eceb852 phpdoc fixes 2014-03-26 15:13:11 +01:00
Carsten Brandt
9b8372d580 phpdoc 2014-03-26 14:25:00 +01:00
Alexander Makarov
19327ebd14 Added tests for Query::filter() 2014-03-26 17:09:16 +04:00
Alexander Makarov
0d3e85caff Merge pull request #2883 from kartik-v/patch-14
Simplify inline script code
2014-03-26 14:28:20 +03:00
Alexander Makarov
3a5e0c7f61 Merge pull request #2884 from kartik-v/patch-15
Correct classname typo
2014-03-26 14:27:34 +03:00
Kartik Visweswaran
cd4038bfa8 Simplify inline script code
Simplify inline script code (removed extra space)
2014-03-26 16:32:06 +05:30
Kartik Visweswaran
14137a123e Correct classname typo
Correct classname to `BaseOAuth` instead of `BaseClient` in PHP Doc.
2014-03-26 16:26:52 +05:30
Kartik Visweswaran
dd4ddfe06c Simplify inline script code
Simplify the rendering of the inline script (using direct markup), eliminating need for using PHP variable to store value using HEREDOC.
2014-03-26 16:24:29 +05:30
Qiang Xue
f9befd58fc typo. [skip ci] 2014-03-25 23:34:30 -04:00
Qiang Xue
e343d2d7db Fixes #2881. 2014-03-25 23:33:59 -04:00
Carsten Brandt
ccd16e184f added mailer to the message when using compose
more expected behavior when chaining methods using
Mailser::compose()

fixes #2723
2014-03-25 15:05:34 +01:00
Qiang Xue
53e65b23d7 more gitignores. 2014-03-25 08:37:48 -04:00
Carsten Brandt
488767914a do not remove records that have no primary key selected
this problem occurs when joining active record but not selecting the
primary key field. records get populated but they do not have primary
key value populated which results in only one record left over in the
result.
2014-03-25 13:35:25 +01:00
Carsten Brandt
de32f41485 added missing change to changelog 2014-03-25 10:56:57 +01:00
Qiang Xue
b25f1f65d7 added more ignores. 2014-03-24 22:33:50 -04:00
Carsten Brandt
1e75427393 updated classmap and phpdoc 2014-03-24 23:26:30 +01:00
Carsten Brandt
777f4a28dc added missing suggestion to composer.json
issue #2872
2014-03-24 23:03:07 +01:00
Qiang Xue
2ec58e64d6 Fixed whenClient. 2014-03-24 10:51:21 -04:00
Qiang Xue
797b0430b9 Added missing using statement in Gii. 2014-03-24 08:28:22 -04:00
Qiang Xue
5648be8f11 Merge pull request #2863 from winiarekk/patch-1
Update yii.php
2014-03-24 07:57:19 -04:00
winiarekk
f7b0c5c72f Update yii.php 2014-03-24 12:52:04 +01:00
Alexander Makarov
3f5d3762db Merge pull request #2861 from janisto/message_fi_update-1
Update finnish translation
2014-03-24 13:56:36 +03:00
Jani Mikkonen
fa51a7a482 Update finnish translation 2014-03-24 12:49:42 +02:00
Qiang Xue
b6b7a8f235 removed srand() 2014-03-23 18:47:18 -04:00
Qiang Xue
eaaf5f02a3 replaced tabs with spaces in docs. 2014-03-23 18:47:04 -04:00
Carsten Brandt
994780d151 guide about conditional validator 2014-03-23 23:24:23 +01:00
Qiang Xue
4c939eee3e reverted back change to parsing body params. 2014-03-23 16:52:43 -04:00
Qiang Xue
f54dd266df reverted incorrect renaming. 2014-03-23 16:48:50 -04:00
Carsten Brandt
94fb8672d1 fixed url helper to not prepend to relative URLs 2014-03-23 21:32:42 +01:00
Carsten Brandt
a9e37b906c fixed typo 2014-03-23 21:25:45 +01:00
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
Qiang Xue
d1363d9684 Added Validator::whenClient. 2014-03-22 21:21:33 -04:00
Qiang Xue
bbc7b0768f separate id and name of attribute for client side validation 2014-03-22 21:21:11 -04:00
Qiang Xue
3a6adcd2be Merge pull request #2808 from drenty/conditional-validator
Implemented conditional validators (see #2406)
2014-03-22 20:45:18 -04:00