Robert Gaggl
899a49a764
removed hardcoded #-sign in anchor-attribute of commentcounter-macro
2002-06-04 14:08:22 +00:00
ffca47cc52
fixed markup to be xhtml compatible
2002-06-03 17:10:21 +00:00
a491176656
res.write(simpleDropDownBox()) is replaced by renderDropDownBox() in level_macro()
2002-06-03 16:56:14 +00:00
2ea7797c89
fixed markup to be xhtml compatible
2002-06-03 16:49:20 +00:00
Robert Gaggl
0e7ae0b9ef
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:
- no more res.skin, using renderSkin instead
2002-06-02 16:17:31 +00:00
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
0c8b4f852b
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:
- no more res.skin, using renderSkin instead
2002-06-02 15:55:05 +00:00
Robert Gaggl
a971f59a73
(hopefully) fixed a bug where setting an offline-story online without a major update wouldn't lead to updating weblog.lastupdate
2002-06-02 15:46:47 +00:00
Hannes Wallnöfer
57a4302186
merged changes from branch hns_timezone into main branch.
2002-05-27 18:57:52 +00:00
Robert Gaggl
4d4c5bf563
- parent of stories is now weblog.stories (not either weblog.topics or weblog)
...
- renamed "allcomments"-collection to "comments" (since this appears in URL)
2002-05-15 23:17:21 +00:00
Robert Gaggl
e51f03c1ee
- removed manual building of redirect-href() because stories now have one standard URL
...
- changed deleting of comments because comments now have story.comments as parent
2002-05-15 23:16:16 +00:00
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