Commit
commit d8e3bf753c21a2fe18d25612fb600deb8fc242e1 Author: dankertDate: Sat Mar 19 00:09:47 2022 +0100 Refactoring: Outputs are setting their content-type themself. index.php | 5 +++-- modules/cms/action/Action.class.php | 22 +++++++++++++++++++++- modules/cms/action/ObjectAction.class.php | 1 + modules/cms/action/Response.class.php | 20 ++++++++++++++++++++ modules/cms/action/file/FileShowAction.class.php | 7 ++----- .../cms/action/folder/FolderShowAction.class.php | 2 +- modules/cms/action/link/LinkShowAction.class.php | 5 +---- modules/cms/action/page/PageShowAction.class.php | 4 ++-- .../action/template/TemplateShowAction.class.php | 2 +- modules/cms/action/url/UrlShowAction.class.php | 6 +----- modules/cms/output/BaseOutput.class.php | 5 +++++ modules/cms/output/PreviewOutput.class.php | 11 +++++++++-- modules/cms/ui/action/IndexAction.class.php | 8 +++----- .../cms/ui/action/index/IndexShowAction.class.php | 4 ++-- .../themes/default/html/views/index/manifest.php | 1 - .../default/html/views/index/manifest.tpl.src.xml | 1 - 16 files changed, 72 insertions(+), 32 deletions(-)