Commit Graph

7547 Commits

Author SHA1 Message Date
Dirk Adler
70d495bcd4 Adds more mongodb tests for combination conditions 2014-03-28 10:23:45 +01:00
Dirk Adler
3dd8a039be Adds mongodb test for combination conditions 2014-03-28 10:01:18 +01:00
Qiang Xue
b9b4555da6 move assetManager to base application. 2014-03-27 14:09:30 -04:00
Qiang Xue
d44e42ab9e Fixed oci querybuilder. 2014-03-27 11:01:00 -04:00
Qiang Xue
13c0931b23 Fixes #2880 2014-03-27 10:58:56 -04:00
Carsten Brandt
093f5ebd32 ensure log dispatcher gets registered with logger in all cases
fixes #2894
2014-03-27 15:05:16 +01:00
Carsten Brandt
09411463cc Update .scrutinizer.yml
disable copy paste detector and simliarity analyzer
2014-03-27 14:45:01 +01:00
Carsten Brandt
00614b465b docs about JsonParser 2014-03-27 14:24:59 +01:00
Carsten Brandt
46d9518c52 fixed test break, fixes #2892 2014-03-27 13:34:03 +01:00
Carsten Brandt
c73cfe147f Fixed inconsistencies with setting old attributes and pks
issue #2892
2014-03-27 13:17:54 +01:00
Carsten Brandt
6f552e0fdf ensure logger gets set before any other config
fixes #2894
2014-03-27 13:04:36 +01:00
Carsten Brandt
f0dcceb37c ensure Dispatchers logger gets set when requested.
fixes #2894
2014-03-27 13:00:59 +01:00
Carsten Brandt
f4395206b7 reset dirty attributes after afterSave
so information about changed values is available in `afterSave`-event.

fixes #2892
2014-03-27 12:14:03 +01:00
Alexander Makarov
372220450b Merge branch 'master' 2014-03-27 12:56:01 +04:00
Alexander Makarov
3c1a8141fd fixes #2002 2014-03-27 12:41:16 +04:00
Qiang Xue
f7edebb295 Fixed test break. 2014-03-26 22:06:12 -04:00
Qiang Xue
f8b63591b0 Fix #2877: yii\log\Logger is split into yii\log\Logger and yii\log\Dispatcher. (qiangxue) 2014-03-26 21:48:41 -04:00
Carsten Brandt
e87e120040 refactored GridView to have clear separation between value and content 2014-03-27 01:44:06 +01:00
Qiang Xue
ec3aadfffb Fixes #2862: Using DbCache while enabling schema caching may cause infinite loops 2014-03-26 20:26:22 -04:00
Qiang Xue
f3c26d3c6b Fixes #2880. 2014-03-26 19:52:17 -04:00
Carsten Brandt
85412adb46 perform API auth before configured User class may require login
This allows usage of AccessControl filter in API
2014-03-27 00:38:53 +01:00
Carsten Brandt
fdface1646 added stack trace to exception output in API when YII_DEBUG is true
issues #303 and #2516
2014-03-27 00:22:01 +01:00
Carsten Brandt
44aab995d0 Merge pull request #2891 from johonunu/summaryOptions-emptyTextOptions-BaseListView
Added summaryOptions and emptyTextOptions to BaseListView
2014-03-26 23:23:48 +01:00
Nikola Trifunovic
e480a273a4 Repositioned CHANGELOG line 2014-03-26 23:19:29 +01:00
Carsten Brandt
435747cf98 apidoc and codestyle fixes 2014-03-26 23:03:18 +01:00
Nikola Trifunovic
e250b96a8f Added summaryOptions and emptyTextOptions to BaseListView 2014-03-26 23:00:42 +01:00
Qiang Xue
13ab9e2dc1 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-03-26 16:16:49 -04:00
Qiang Xue
636042b9b3 Fixed test break. 2014-03-26 16:16:39 -04:00
Qiang Xue
1a7e750ffd Merge pull request #2889 from pgaultier/fix/uploadedFile
Fix/uploaded file
2014-03-26 16:02:45 -04:00
Qiang Xue
39667aa6b7 Fixed activequery select issue. 2014-03-26 15:51:10 -04:00
Qiang Xue
5567caf4e8 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-03-26 15:03:06 -04:00
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