Commit graph

534 commits

Author SHA1 Message Date
Robert Gaggl
269a461d03 switched to version 1.2 2002-03-27 10:57:17 +00:00
Robert Gaggl
14b3121f67 bugfix 2002-02-21 12:14:10 +00:00
Robert Gaggl
1c52016832 exchanged user.cache.referer with user.cache.referrer (correct spelling) 2002-02-11 10:02:18 +00:00
Robert Gaggl
48d598420d removed parent weblog.allstories 2002-02-11 09:59:00 +00:00
Robert Gaggl
e3f12b3e6a rewrote evalStory() 2002-02-10 16:36:12 +00:00
Robert Gaggl
cde9bb2f5c - changed topicchooser_macro()
- added new topic_macro() that renders a link to the topic of a story
2002-02-10 16:35:18 +00:00
Robert Gaggl
d803caa801 - renamed form-elements
- added action-parameter in form-tag
2002-02-10 16:34:34 +00:00
Robert Gaggl
da96cc3bbf - user.cache.referer was purged at the wrong position in hac
- added assignment of res.data.action
2002-02-10 16:32:40 +00:00
Robert Gaggl
36f581957b removed encoding of weblog-title in res.data.title 2002-02-07 12:00:06 +00:00
Robert Gaggl
5d50caa642 removed encoding of weblog-title in res.data.title 2002-02-07 11:58:29 +00:00
Hannes Wallnöfer
60b9210f1f pass achnor parameter from macro on to openLink function. 2002-02-05 16:55:40 +00:00
Hannes Wallnöfer
87e499ca41 make comment counter link to #comments anchor. 2002-02-05 16:54:17 +00:00
Hannes Wallnöfer
c11b37bbc5 Added #comments anchor so its possible to directly jumpt to
where the comments begin.
2002-02-05 16:33:00 +00:00
Robert Gaggl
b09ad26ecf allow logo-macro in stories 2002-02-04 20:12:30 +00:00
Robert Gaggl
bf61dbe532 added isPostDenied() 2002-02-04 17:26:04 +00:00
Robert Gaggl
cd7d0f08e6 now setting weblog.lastupdate correctly 2002-02-04 17:21:48 +00:00
3155f2aed1 added check if story contains poll_macro (then, the story won't be cached) 2002-02-04 17:18:30 +00:00
de0ff5eeec allowing poll macros in stories 2002-02-04 17:16:38 +00:00
Hannes Wallnöfer
a94cc5e79c virtual node for topcis is is now called topics instead of space. 2002-02-02 13:37:03 +00:00
Hannes Wallnöfer
2672a41e7c Added initial primitive search functionality to weblogs.
Point browser to <weblog-url>/search to check it out.
2002-01-26 18:01:56 +00:00
Robert Gaggl
561192838c - removed check if user is blocked (will be done with onRequest())
- changes necessary due to new role-scheme
2002-01-22 20:21:13 +00:00
Robert Gaggl
6e855c65b5 changed the way editableby is defined 2002-01-22 20:03:22 +00:00
Robert Gaggl
c42ab39afb now using simpleDropDownBox, fixed some linguistic bugs ;-) 2002-01-22 19:49:49 +00:00
Robert Gaggl
db3df63bad - hac now checks if user is logged in
- some minor changes
2002-01-22 19:41:26 +00:00
Robert Gaggl
5492b5df4c hac now checks if user is logged in 2002-01-22 19:39:02 +00:00
Robert Gaggl
c13920e569 hac now checks if user is logged in, removed unnecessary check for user.cache.referer 2002-01-22 19:38:34 +00:00
17ce6589aa added function call logAccess() 2002-01-07 14:39:25 +00:00
Robert Gaggl
e604ca48f4 comments now "decide" which skin should be rendered (depending if they've got a parent-comment or not) 2002-01-05 02:50:47 +00:00
Robert Gaggl
fa6303fd13 bugfix 2002-01-05 02:47:17 +00:00
Robert Gaggl
639a176246 removed attributes of commentcounter-macro since they're default anyway 2002-01-05 02:45:07 +00:00
Robert Gaggl
136434ce50 fixed a bug with changing topics, added some stuff needed because of topic-dropdown, changed interface of evalComment() 2002-01-05 02:42:47 +00:00
Robert Gaggl
73798c40a5 new topicchooser_macro(), some other minor changes 2002-01-05 02:33:50 +00:00
Robert Gaggl
a64b228399 included select-box containinc existing topics, some other minor changes 2002-01-05 02:30:23 +00:00
Robert Gaggl
dc5c9b39c1 minor change due to new interface of evalComment() 2002-01-05 02:28:21 +00:00
Robert Gaggl
08aedc9aad initial check-in 2002-01-05 02:26:08 +00:00
Robert Gaggl
352085fe60 stories are now stored in db-table TEXT (together with comments) 2002-01-05 02:24:14 +00:00
Robert Gaggl
b876c4baa5 rewrote online_macro() because of changed online-status of story 2001-12-16 18:14:00 +00:00
Robert Gaggl
c4c4af17df changes necessary due to changed online-flag of story 2001-12-16 18:10:08 +00:00
Robert Gaggl
2cf18a9af5 included online-status 2001-12-16 18:01:25 +00:00
Robert Gaggl
711d6dcd31 minor fix of html-code 2001-12-16 18:00:29 +00:00
ceae20270b replaced simple incrementation of this.reads by function call 2001-12-12 15:19:26 +00:00
b968987bef added function incrementReadCounter() 2001-12-12 15:18:26 +00:00
43ab6d326d added columns for rank, date and author 2001-12-12 15:16:41 +00:00
Robert Gaggl
851f06f007 removed assignments to res.head 2001-12-11 10:37:58 +00:00
Robert Gaggl
fa89ee3a83 - security-functions now demand user-object as argument
- modifications needed due to rewriting of objectFunctions
- now using res.data.* instead of res.*
- removing assignments to res.head
2001-12-10 23:30:53 +00:00
Robert Gaggl
5f9d5f7d4c - now including display.skin of story 2001-12-10 23:29:38 +00:00
Robert Gaggl
88ea0461e5 - security-functions now demand user-object as argument
- now using res.data.* instead of res.*
2001-12-10 23:29:13 +00:00
Robert Gaggl
7c69b80851 initial check-in 2001-12-10 23:28:41 +00:00
Robert Gaggl
d7ff9ad4d1 - security-functions now demand user-object as argument
- modifications needed due to rewriting of objectFunctions
- now using res.data.* instead of res.*
2001-12-10 23:28:23 +00:00
Robert Gaggl
6ebdb4c87c - changed line-up of buttons to the right order
- macros dealing with display of time now have two simple format options ("short" and "long")
2001-12-10 23:27:33 +00:00