Commit graph

15 commits

Author SHA1 Message Date
Robert Gaggl
9b7847eec1 change code according to helma's new session/usermodel:
- using session.user instead of user as argument
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:05:37 +00:00
Robert Gaggl
599a62851d corrected typo 2002-03-27 11:11:05 +00:00
Hannes Wallnöfer
91af014677 the show macro now always links to the main action of the image,
regardless of who is viewing it, instead of linking to edit action
for the owner only.
2002-03-20 18:30:02 +00:00
Robert Gaggl
d4698faffc isDeleteDenied() was renamed to isDenied() 2002-01-22 19:52:37 +00:00
Robert Gaggl
bfc3fef0f3 - security-functions now demand user-object as argument 2001-12-10 23:01:45 +00:00
Robert Gaggl
1bd88c15ea admins are now allowed to edit images regardless who uploaded them 2001-11-03 09:18:49 +00:00
Robert Gaggl
30a39a5e2a new macros: width, height, url 2001-10-20 19:06:53 +00:00
Robert Gaggl
e35d24a1b8 using JS-Objects now instead of HopObjects 2001-09-05 21:43:01 +00:00
Robert Gaggl
bb28c622f4 cleaning 2001-08-26 19:49:43 +00:00
Robert Gaggl
e798c90ac2 rewrote some macros due to thumbnail-feature 2001-08-15 09:13:27 +00:00
Robert Gaggl
7eece05cec removed a bug in editlink/deletelink-macros when using images instead of text-links 2001-07-21 21:58:54 +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
8f8ecd5af0 slight changes because of new user-structure 2001-07-01 19:44:33 +00:00
Robert Gaggl
a28fc411f3 changed image-macro 2001-06-28 17:57:51 +00:00
Robert Gaggl
bbfcb3d4f4 Initial revision 2001-06-18 08:57:33 +00:00