Collapse expanded keywords ($Date$, $Author$, ...)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
note
|
||||
description: "API to handle nodes of type blog. Extends the node API."
|
||||
date: "$Date: 2015-05-21 14:46:00 +0100$"
|
||||
revision: "$Revision: 96616 $"
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
class
|
||||
CMS_BLOG_API
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
note
|
||||
description: "Displays all posts (pages with type blog). It's possible to list posts by user."
|
||||
date: "$Date: 2015-05-22 15:13:00 +0100 (lun., 18 mai 2015) $"
|
||||
date: "$Date$"
|
||||
revision: "$Revision 96616$"
|
||||
|
||||
class
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
note
|
||||
description: "Request handler related to /blogs and /blogs/?page={page}. Displays all posts in the blog."
|
||||
contributor: "Dario B<>sch <daboesch@student.ethz.ch>"
|
||||
date: "$Date: 2015-05-18 13:49:00 +0100 (lun., 18 mai 2015) $"
|
||||
date: "$Date$"
|
||||
revision: "$9661667$"
|
||||
|
||||
class
|
||||
|
||||
@@ -8,7 +8,7 @@ note
|
||||
|
||||
]"
|
||||
contributor: "Dario B<>sch <daboesch@student.ethz.ch>"
|
||||
date: "$Date: 2015-05-22 15:13:00 +0100 (lun., 18 mai 2015) $"
|
||||
date: "$Date$"
|
||||
revision: "$Revision 96616$"
|
||||
fixme: "redesign pagination... see CMS_PAGINATION_GENERATOR."
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
note
|
||||
description: "Deferred request handler related to /blogs/... Has an own blog api."
|
||||
contributor: "Dario B<>sch <daboesch@student.ethz.ch>"
|
||||
date: "$Date: 2015-05-18 13:49:00 +0100 (lun., 18 mai 2015) $"
|
||||
date: "$Date$"
|
||||
revision: "$9661667$"
|
||||
|
||||
deferred class
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
note
|
||||
description: "Interface for accessing blog contents from the database."
|
||||
date: "$Date: 2015-01-27 19:15:02 +0100 (mar., 27 janv. 2015) $"
|
||||
revision: "$Revision: 96542 $"
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
deferred class
|
||||
CMS_BLOG_STORAGE_I
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
note
|
||||
description: "Access to the sql database for the blog module"
|
||||
author: "Dario B<>sch <daboesch@student.ethz.ch>"
|
||||
date: "$Date: 2015-05-21 14:46:00 +0100$"
|
||||
revision: "$Revision: 96616 $"
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
class
|
||||
CMS_BLOG_STORAGE_SQL
|
||||
|
||||
Reference in New Issue
Block a user