Commit graph

505 commits

Author SHA1 Message Date
Robert Gaggl
c4889d75c2 - changes due to renaming "allcomments"-collection to "comments
- removed separating spaces between counter and text
2002-05-15 23:14:45 +00:00
Robert Gaggl
1808f1e98d replaced hardcoded action-name with req.action 2002-05-15 23:13:05 +00:00
Robert Gaggl
6fa414dd0e assign form-action to res.data.action 2002-05-15 23:12:41 +00:00
8c73fc5a86 added check for "zero records" returned by hsqldb in backlinks_macro() 2002-05-14 14:22:24 +00:00
3032543b0a adapted sql query in backlinks_macro() for using antville with hsqldb connection 2002-05-13 18:20:11 +00:00
1f3e6a0fe3 grrrr! anchor names without # me stupid! 2002-04-29 16:03:42 +00:00
d3635ed0c5 added inline anchor 2002-04-29 16:02:33 +00:00
Robert Gaggl
4e736103f7 added release of rowset (from direct db-operation) as in listReferrers_macro() of weblog 2002-04-26 13:07:51 +00:00
8c5f5bae01 removed "like" clause checking for referrer from same weblog 2002-04-25 17:01:51 +00:00
04b0b2ee94 removed debug output writeln(query) in backlinks_macro 2002-04-25 12:15:31 +00:00
0b0f5814c9 renamed macro story.listReferrers to story.backlinks and accordingly the two corresponding skins 2002-04-25 08:00:33 +00:00
c3def1b85d removed <p> tag 2002-04-24 13:46:23 +00:00
3f3485bdbe added listReferrers_macro 2002-04-24 13:35:44 +00:00
8ad32672e6 initial check-in 2002-04-24 13:35:27 +00:00
1dfbec2f8c fixed a bug that caused the text cache not to be updated when there was no major update (ie. more than +/- 50 chars are changed) 2002-04-12 15:15:33 +00:00
c53e5b67ac modifytimes of weblog and story will only be updated if more than +/- 50 characters have changed. 2002-04-12 14:48:32 +00:00
Hannes Wallnöfer
d57fdf0079 Made createtime of stories editable. If createtime is set in the
input parameters, try to parse it as string. If it can't be parsed,
show an error message. If it can be parsed, update the createtime
and day properties to the new date.
2002-04-08 12:02:26 +00:00
Hannes Wallnöfer
2bfa89de2e Implemented option to display createtime as HTML editor by adding
as="editor" to the macro tag.
2002-04-08 11:56:18 +00:00
Robert Gaggl
147b747950 - autoLogin() is now called by onRequest()
- removed "Antville" from pagetitle, include story-title if existing
2002-03-27 13:03:39 +00:00
Robert Gaggl
8e73def616 sysadmins are allowed to post in any case (even if weblog is private and they're not member) 2002-03-27 11:19:38 +00:00
Robert Gaggl
379c6f6dd1 added function deleteAll() 2002-03-27 11:18:36 +00:00
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