Files
ROC/modules/comments/cms_partial_comment.e
Jocelyn Fiat 7c398a9f33 Added support for user, user_roles, page, blog export and import.
Added basic support for comments, for now mainly viewing comments from database (no submission forms yet).
Added first simple wikitext filter (render wikitext content as xhtml).
Ensure response content type is text/html with utf-8 charset.
2017-01-27 11:57:52 +01:00

26 lines
298 B
Plaintext

note
description: "Summary description for {CMS_PARTIAL_COMMENT}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
CMS_PARTIAL_COMMENT
inherit
CMS_COMMENT
create
make_with_id
feature {NONE} -- Initialization
make_with_id (a_cid: like id)
do
make
id := a_cid
end
end