Added integration configuration file all-safe.ecf

Fixed various compilation error
This commit is contained in:
2015-06-30 18:18:01 +02:00
parent 28ab4786a1
commit eb9ac980e6
11 changed files with 48 additions and 824 deletions

View File

@@ -1,6 +1,5 @@
note
description: "Summary description for {CMS_HOOK_BLOCK_HELPER}."
author: ""
date: "$Date: 2015-01-14 16:13:47 +0100 (mer., 14 janv. 2015) $"
revision: "$Revision: 96454 $"
@@ -17,7 +16,7 @@ feature -- Factory
do
create res.make_from_string ("templates")
res := res.extended ("block_").appended (a_block_id).appended_with_extension ("tpl")
p := a_response.module_resource_path (a_module, res)
p := a_response.api.module_theme_resource_location (a_module, res)
if p /= Void then
if attached p.entry as e then
create Result.make (a_block_id, Void, p.parent, e)
@@ -27,4 +26,7 @@ feature -- Factory
end
end
note
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end