Added support for custom value stored in CMS_STORAGE. Added optional css classes addition to CMS_BLOCK output. Refactored storage, to manage node from node module code only (or mostly). TODO: improved view for a cms node, for now hardcoded.
30 lines
428 B
Plaintext
30 lines
428 B
Plaintext
note
|
|
description: "Summary description for {CMS_STORAGE_MYSQL}."
|
|
date: "$Date: 2015-02-09 22:29:56 +0100 (lun., 09 févr. 2015) $"
|
|
revision: "$Revision: 96596 $"
|
|
|
|
class
|
|
CMS_STORAGE_MYSQL
|
|
|
|
inherit
|
|
CMS_STORAGE_STORE_SQL
|
|
|
|
CMS_CORE_STORAGE_SQL_I
|
|
|
|
CMS_USER_STORAGE_SQL_I
|
|
|
|
REFACTORING_HELPER
|
|
|
|
create
|
|
make
|
|
|
|
feature -- Status report
|
|
|
|
is_initialized: BOOLEAN
|
|
-- Is storage initialized?
|
|
do
|
|
Result := has_user
|
|
end
|
|
|
|
end
|