Commit Graph

4065 Commits

Author SHA1 Message Date
Carsten Brandt
bb2906917d adjusted guide and small code adjustements 2014-03-29 20:15:32 +01:00
Alexander Makarov
a884c80fe3 Merge branch 'master' 2014-03-29 22:55:59 +04:00
Carsten Brandt
33543cbdb3 improved error handler output on console app 2014-03-29 19:52:36 +01:00
Qiang Xue
92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 2014-03-28 21:54:32 -04:00
Qiang Xue
48383f9a19 app end improvement. 2014-03-28 18:05:43 -04:00
Qiang Xue
43b8430e0f improvement of Application::end() handling. 2014-03-28 18:03:10 -04:00
Qiang Xue
c40ae85994 typo fix. 2014-03-28 17:00:12 -04:00
Qiang Xue
ac74fede28 Fixes #2910: Added Application::end() 2014-03-28 16:59:21 -04:00
Carsten Brandt
d4ad533d48 moved error handling related methods from app to errorhandler 2014-03-28 19:57:11 +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
00614b465b docs about JsonParser 2014-03-27 14:24:59 +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
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
Carsten Brandt
293e807017 added missing constructor call 2014-03-26 16:38:05 +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
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
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