Commit graph

20 commits

Author SHA1 Message Date
Robert Gaggl
588927e333 committed matthias platzer's language patch
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000489.html)
2004-02-16 17:51:26 +00:00
32323abe65 cleaned up code 2004-01-12 16:44:25 +00:00
57ec04d4d0 updated subscription manager to conform with general functionality and layout 2004-01-07 17:33:54 +00:00
Robert Gaggl
6b4c7649a2 modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form 2004-01-02 10:45:25 +00:00
Robert Gaggl
52de311062 changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag). 2003-12-17 22:04:16 +00:00
Robert Gaggl
7d26513b9f removed unused description_macro() since there is no user.description property anymore 2003-11-23 18:25:22 +00:00
Robert Gaggl
190c6c87d3 - changed to use AntvilleLib methods 2003-08-02 11:10:12 +00:00
Robert Gaggl
42e0f21580 merged need_for_speed branch 2002-12-01 19:26:40 +00:00
Robert Gaggl
e92849bb78 added publishemail_macro() 2002-07-26 23:01:06 +00:00
Robert Gaggl
6d6c460c89 renamed webloglist_macro() to sitelist_macro() 2002-06-26 16:36:24 +00:00
3baac801a0 moved renderInputText() et al. and renderImage() from hopobject to global 2002-06-04 14:53:17 +00:00
Robert Gaggl
fa9242ba24 changed to use global openLink() and closeLink()-funtions 2002-06-04 14:18:41 +00:00
Robert Gaggl
a5483ec975 change code according to helma's new session/usermodel:
- using session.user instead of user
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:06:14 +00:00
Robert Gaggl
81843859f3 added some new macros for displaying weblogs, memberships and subscriptions 2002-01-22 19:47:53 +00:00
Robert Gaggl
1cd7a1874c nothing done :-) 2001-12-10 23:38:44 +00:00
Robert Gaggl
12ffda73b4 added membershiplist_macro() to display weblog-memberships of a user 2001-10-07 14:54:16 +00:00
Robert Gaggl
a589d6da36 username is rendered as link if user.url is existing 2001-10-02 10:59:18 +00:00
Robert Gaggl
6024f550fb password-macro doesn't render the password anymore (just the input type password) 2001-08-25 17:24:43 +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