Commit graph

2901 commits

Author SHA1 Message Date
Robert Gaggl
e8b88dcc87 displaying contributor-navigation if weblog.usercontrib is true (regardless if user is a member or not) 2002-02-16 22:11:27 +00:00
Robert Gaggl
b1e0f95f6b added backslash to the list of invalid URL-characters 2002-02-14 10:32:30 +00:00
Robert Gaggl
72cd38a3a3 added umlaute to the list of invalid URL-characters 2002-02-14 10:29:02 +00:00
4cddbfec38 added links to macros/help/features/disclaimer; commented link to documentation. 2002-02-11 16:45:45 +00:00
Robert Gaggl
c0ede63d10 rewrote text on frontpage 2002-02-11 12:49:53 +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
b6b979512e removed setting of user.cache.referrer in isVoteDenied() 2002-02-11 09:59:43 +00:00
Robert Gaggl
48d598420d removed parent weblog.allstories 2002-02-11 09:59:00 +00:00
Robert Gaggl
3ea28411c5 additional bugfix 2002-02-10 16:38:02 +00:00
Robert Gaggl
15b70b8684 rewrote evalNewStory() 2002-02-10 16:36:21 +00:00
Robert Gaggl
e3f12b3e6a rewrote evalStory() 2002-02-10 16:36:12 +00:00
Robert Gaggl
f26ea7fbd4 - renamed variable in isClean()-function
- added new function isCleanForURL()
2002-02-10 16:35:54 +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
f2c3cd33c1 - user.cache.referer was purged at the wrong position in hac
- added assignment of res.data.action
- temporary story-object is now passed to evalNewStory()
2002-02-10 16:33:49 +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
efe8a8c006 fixed a silly ui-bug (mentioning a button "delete" that is actually called "remove" ...) 2002-02-10 16:31:28 +00:00
Robert Gaggl
7feb23b33f border is now setable in renderImage() 2002-02-08 05:54:37 +00:00
f31e5499be added striptags in title_macro() 2002-02-07 16:25:13 +00:00
6a9db03b5d changed way how readcounter works (cached value will be written to database everytime the results are displayed) 2002-02-07 16:22:15 +00:00
1716d91374 moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink() 2002-02-07 15:49:44 +00:00
d78c9b8865 moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink() 2002-02-07 15:46:23 +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
Robert Gaggl
4dd517224c removed check if goodie was deleted from disk 2002-02-06 18:21:04 +00:00
Robert Gaggl
4194323a75 removed check if image was deleted from disk 2002-02-06 18:20:55 +00:00
Robert Gaggl
4d2a5fe568 evalImg() - added additional check for special characters in alias 2002-02-06 18:09:20 +00:00
Robert Gaggl
193abd9a93 html-tags are stripped for weblog-title 2002-02-06 18:06:57 +00:00
0be0411d8b setting some general limitations in webloglist_macro() 2002-02-06 17:03:46 +00:00
ff0394a2a2 slight modifications of html layout 2002-02-06 16:46:23 +00:00
a45c6088fb moved root/webloglist_macro() to global/webloglist_macro() for ease of use; 2002-02-06 16:43:25 +00:00
Robert Gaggl
d7d4b9f512 bugfix 2002-02-06 15:27:44 +00:00
8eb6fe3123 had to exchange "newer" with "older" in renderStoryList_macro() 2002-02-06 15:11:40 +00:00
30cfa09acb slight modifications of html layout 2002-02-06 14:09:02 +00:00
Robert Gaggl
40e37188c4 html-tags are removed if weblog-title should appear as link 2002-02-06 07:33:34 +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
Hannes Wallnöfer
f809a017e1 added optional anchor parameter in openLink function. 2002-02-05 16:30:10 +00:00
8953e47063 removed getProperty("hostname") again 2002-02-05 11:25:11 +00:00
ba95decd7a removed property hostname again (sorry for the inconvenience) 2002-02-05 11:24:06 +00:00
f1b56b28a6 added property hostname (needed for rss feeds) 2002-02-05 11:18:02 +00:00
c0fa0286e9 moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink()
added getProperty("hostname") as a quick hack to create a correct url to images in rss feeds
2002-02-05 11:13:45 +00:00
43b98bf98a moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink() 2002-02-05 11:12:38 +00:00
Robert Gaggl
b09ad26ecf allow logo-macro in stories 2002-02-04 20:12:30 +00:00
a9930413b9 fiddling with the rss button... 2002-02-04 18:54:29 +00:00
e9f9e8198d fiddling with the rss button... 2002-02-04 18:53:34 +00:00
53440a1c08 added xmlbutton_macro() 2002-02-04 18:49:06 +00:00
f9264955c4 using extra macro instead of generic image macro for xmlbutton 2002-02-04 18:48:24 +00:00
900453360d fiddling with the rss button... 2002-02-04 18:41:41 +00:00