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.
This commit is contained in:
@@ -43,7 +43,7 @@ feature {NONE} -- Initialization
|
||||
|
||||
--| For test reasons this is 2, so we don't have to create a lot of blog entries.
|
||||
--| TODO: Set to bigger constant.
|
||||
entries_per_page := 2
|
||||
entries_per_page := 6
|
||||
|
||||
-- initialize_node_types
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user