diff --git a/cms.ecf b/cms.ecf
index 705d1b8..2038d39 100644
--- a/cms.ecf
+++ b/cms.ecf
@@ -7,21 +7,20 @@
+
+
+
-
-
-
-
-
+
+
-
/EIFGENs$
diff --git a/library/layout/layout.ecf b/library/layout/layout.ecf
index 8f75b8f..447d64e 100644
--- a/library/layout/layout.ecf
+++ b/library/layout/layout.ecf
@@ -2,7 +2,7 @@
-
diff --git a/library/model/cms_model.ecf b/library/model/cms_model.ecf
index 14c81f5..77c32a2 100644
--- a/library/model/cms_model.ecf
+++ b/library/model/cms_model.ecf
@@ -1,18 +1,18 @@
-
-
-
+
-
+
/EIFGENs$
- /.svn$
/CVS$
+ /.svn$
diff --git a/library/persistence/implementation/mysql/persistence_mysql.ecf b/library/persistence/implementation/mysql/persistence_mysql.ecf
index 983c020..ad05e10 100644
--- a/library/persistence/implementation/mysql/persistence_mysql.ecf
+++ b/library/persistence/implementation/mysql/persistence_mysql.ecf
@@ -2,23 +2,28 @@
-
-
-
+
-
+
+
+
+ /database/database_connection_odbc.e
+
+
+
/EIFGENs$
@@ -26,12 +31,5 @@
/.svn$
-
-
-
- /database/database_connection_odbc.e
-
-
-
diff --git a/library/src/configuration/cms_default_setup.e b/library/src/configuration/cms_default_setup.e
index 7a9cb48..c5c3c85 100644
--- a/library/src/configuration/cms_default_setup.e
+++ b/library/src/configuration/cms_default_setup.e
@@ -77,14 +77,13 @@ feature -- Access
--
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
--
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
diff --git a/library/src/kernel/content/cms_content_block.e b/library/src/kernel/content/cms_content_block.e
index 2298d4e..7d43464 100644
--- a/library/src/kernel/content/cms_content_block.e
+++ b/library/src/kernel/content/cms_content_block.e
@@ -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
diff --git a/library/src/kernel/content/cms_menu_block.e b/library/src/kernel/content/cms_menu_block.e
index b348add..d3a5cf3 100644
--- a/library/src/kernel/content/cms_menu_block.e
+++ b/library/src/kernel/content/cms_menu_block.e
@@ -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
diff --git a/library/src/kernel/content/cms_smarty_template_block.e b/library/src/kernel/content/cms_smarty_template_block.e
index 9d4a78d..a433512 100644
--- a/library/src/kernel/content/cms_smarty_template_block.e
+++ b/library/src/kernel/content/cms_smarty_template_block.e
@@ -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