Commit graph

13 commits

Author SHA1 Message Date
Robert Gaggl
d4b76861d4 added managelink_macro() which renders a link to system management if user is sysadmin 2003-03-03 12:12:16 +00:00
Robert Gaggl
f87eaab1e6 changed sitecounter_macro(): it now accepts optional attributes "no","one" and "more" (works similar to story/commentcounter_macro()) 2003-02-23 15:05:52 +00:00
5ad11c748e extended url_macro() to return urls from a path, too 2002-08-01 16:16:56 +00:00
1a6d51174a style.skin and javascript.skin of a prototype are now wrapped into hac files
(ie. made public) for streamlined integration of script code and css definitions.
2002-07-29 17:33:02 +00:00
Robert Gaggl
7a54e3e548 added macros:
- systitle_macro()
- sysurl_macro()

renamed webloglist_macro() to sitelist_macro()
2002-06-26 16:34:04 +00:00
Robert Gaggl
bd659fb87c change code according to helma's new session/usermodel:
- using session.user instead of user.uid
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
2002-06-02 16:02:24 +00:00
Robert Gaggl
2e007fb99d now using req.action instead of getActionName() 2002-05-16 12:29:02 +00:00
Robert Gaggl
1561f55ba7 - added parameter to weblogcount-macro (all = all weblogs, default = just public weblogs)
- added comment
2002-05-15 23:08:50 +00:00
a45c6088fb moved root/webloglist_macro() to global/webloglist_macro() for ease of use; 2002-02-06 16:43:25 +00:00
c31f2908d4 implemented next / prev page link skins 2002-01-30 16:12:47 +00:00
Robert Gaggl
55c6896889 modified webloglist_macro() 2001-10-02 10:57:42 +00:00
Michael Platzer
4f9fba5297 basically implemented the chronological history list and did some additional minor changes
weblog/objectFunctions.js -> modifytime is set to current Date at creation time
story/objectFunctions.js -> modifytime is set to current Date at creation time
comment/objectFunctions.js -> modifytime is set to current Date at creation time; isonline is set to 1 at creation time; added function isOnline()
weblog/type.properties -> two additional subnode-containers: allstories, allcomments
weblog/macros.js -> implemented history_macro which renders List of recently modified Objects
story/historyview.skin -> will be rendered by the weblog-history macro
comment/historyview.skin -> will be rendered by the weblog-history macro
weblog/main.skin -> included history.skin
story/main.skin -> included history.skin
weblog/style.skin -> included "history", "historyStory" and"historyComment" classes
weblog/history.skin -> newly created
story/macors.js -> title_macro can be rendered as a link; comments_macro renders an invisible anchor-tag before each comment
comment/macors.js -> title_macro can be rendered as a link; replies_macro renders an invisible anchor-tag before each comment
eliminated renderPrefix() and renderSuffix()
documentation.htm -> updated
2001-07-18 15:58:18 +00:00
Robert Gaggl
bbfcb3d4f4 Initial revision 2001-06-18 08:57:33 +00:00