Fixed non void-safe compilations, and cleaned .ecf files.

+Cosmetic
This commit is contained in:
2014-11-18 10:05:50 +01:00
parent 0edff7853b
commit 76190de218
8 changed files with 29 additions and 34 deletions

View File

@@ -77,14 +77,13 @@ feature -- Access
-- <Precursor>
do
-- Enable change the mode
Result := (create {CMS_JSON_CONFIGURATION}).is_html_mode(layout.application_config_path)
Result := (create {CMS_JSON_CONFIGURATION}).is_html_mode (layout.application_config_path)
end
is_web: BOOLEAN
-- <Precursor>
do
Result := (create {CMS_JSON_CONFIGURATION}).is_web_mode(layout.application_config_path)
Result := (create {CMS_JSON_CONFIGURATION}).is_web_mode (layout.application_config_path)
end
build_auth_engine
@@ -111,7 +110,7 @@ feature -- Compute location
debug ("refactor_fixme")
fixme ("Check if we really need it")
end
-- Check how to get this path from the CMS_THEME information.
-- Check how to get this path from the CMS_THEME information.
theme_assets_location := theme_location.extended ("assets")
end

View File

@@ -1,8 +1,7 @@
note
description: "Summary description for {CMS_CONTENT_BLOCK}."
author: ""
date: "$Date: 2014-10-30 12:55:33 -0300 (ju. 30 de oct. de 2014) $"
revision: "$Revision: 96018 $"
description: "CMS_BLOCK implemented with a `content' associated with a specific `format'."
date: "$Date$"
revision: "$Revision$"
class
CMS_CONTENT_BLOCK

View File

@@ -1,6 +1,6 @@
note
description: "Summary description for {CMS_MENU_BLOCK}."
date: "$Date: 2014-08-28 08:21:49 -0300 (ju. 28 de ago. de 2014) $"
date: "$Date: 2014-11-14 20:11:17 +0100 (ven., 14 nov. 2014) $"
class
CMS_MENU_BLOCK

View File

@@ -2,8 +2,8 @@ note
description: "[
CMS block with smarty template file content.
]"
date: "$Date$"
revision: "$Revision$"
date: "$Date: 2014-11-14 20:11:17 +0100 (ven., 14 nov. 2014) $"
revision: "$Revision: 96092 $"
class
CMS_SMARTY_TEMPLATE_BLOCK