3505 Commits

Author SHA1 Message Date
ac74fede28 Fixes #2910: Added Application::end() 2014-03-28 16:59:21 -04:00
b9b4555da6 move assetManager to base application. 2014-03-27 14:09:30 -04:00
d44e42ab9e Fixed oci querybuilder. 2014-03-27 11:01:00 -04:00
13c0931b23 Fixes #2880 2014-03-27 10:58:56 -04:00
093f5ebd32 ensure log dispatcher gets registered with logger in all cases
fixes #2894
2014-03-27 15:05:16 +01:00
00614b465b docs about JsonParser 2014-03-27 14:24:59 +01:00
c73cfe147f Fixed inconsistencies with setting old attributes and pks
issue #2892
2014-03-27 13:17:54 +01:00
6f552e0fdf ensure logger gets set before any other config
fixes #2894
2014-03-27 13:04:36 +01:00
f0dcceb37c ensure Dispatchers logger gets set when requested.
fixes #2894
2014-03-27 13:00:59 +01:00
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
f7edebb295 Fixed test break. 2014-03-26 22:06:12 -04:00
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
e87e120040 refactored GridView to have clear separation between value and content 2014-03-27 01:44:06 +01:00
ec3aadfffb Fixes #2862: Using DbCache while enabling schema caching may cause infinite loops 2014-03-26 20:26:22 -04:00
f3c26d3c6b Fixes #2880. 2014-03-26 19:52:17 -04:00
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
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
44aab995d0 Merge pull request #2891 from johonunu/summaryOptions-emptyTextOptions-BaseListView
Added summaryOptions and emptyTextOptions to BaseListView
2014-03-26 23:23:48 +01:00
e480a273a4 Repositioned CHANGELOG line 2014-03-26 23:19:29 +01:00
435747cf98 apidoc and codestyle fixes 2014-03-26 23:03:18 +01:00
e250b96a8f Added summaryOptions and emptyTextOptions to BaseListView 2014-03-26 23:00:42 +01:00
1a7e750ffd Merge pull request #2889 from pgaultier/fix/uploadedFile
Fix/uploaded file
2014-03-26 16:02:45 -04:00
39667aa6b7 Fixed activequery select issue. 2014-03-26 15:51:10 -04:00
5567caf4e8 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-03-26 15:03:06 -04:00
bc378d1cae properly quote table names for join(). 2014-03-26 15:02:56 -04:00
3da39f0387 Adding changelog for UploadedFile upgrade 2014-03-26 19:58:53 +01:00
1a7da8be90 Use correct files array to allow inheritence 2014-03-26 19:58:40 +01:00
d1663a5fb7 fixed potential problem with MessageFormatter and broken messages 2014-03-26 17:51:52 +01:00
27659d1776 fixed FileHelper private method static call 2014-03-26 17:51:52 +01:00
67dd874e0c renamed console controller optoins param $id to $actionId 2014-03-26 17:51:52 +01:00
293e807017 added missing constructor call 2014-03-26 16:38:05 +01:00
2105f092f3 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-03-26 11:19:11 -04:00
78136d4278 Fixes #2880: filterByModels() should prefix key columns in a join query. 2014-03-26 11:19:01 -04:00
cc4d4933d4 fixed undefined variable problem in AccessControl 2014-03-26 16:04:49 +01:00
0b2aafc780 fixed private / self in helpers
fixes #2886
2014-03-26 16:03:42 +01:00
d774e7f127 fixed recursive call of ArrayHelper::toArray() 2014-03-26 15:13:26 +01:00
8a6eceb852 phpdoc fixes 2014-03-26 15:13:11 +01:00
9b8372d580 phpdoc 2014-03-26 14:25:00 +01:00
f9befd58fc typo. [skip ci] 2014-03-25 23:34:30 -04:00
e343d2d7db Fixes #2881. 2014-03-25 23:33:59 -04:00
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
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
de32f41485 added missing change to changelog 2014-03-25 10:56:57 +01:00
1e75427393 updated classmap and phpdoc 2014-03-24 23:26:30 +01:00
2ec58e64d6 Fixed whenClient. 2014-03-24 10:51:21 -04:00
f7b0c5c72f Update yii.php 2014-03-24 12:52:04 +01:00
fa51a7a482 Update finnish translation 2014-03-24 12:49:42 +02:00
b6b7a8f235 removed srand() 2014-03-23 18:47:18 -04:00
4c939eee3e reverted back change to parsing body params. 2014-03-23 16:52:43 -04:00
f54dd266df reverted incorrect renaming. 2014-03-23 16:48:50 -04:00