Commit graph

1327 commits

Author SHA1 Message Date
49925aecd4 rss092 now redirects to rss10 2002-07-29 14:16:18 +00:00
7bbbc3398e rss092 now redirects to rss10 2002-07-29 14:15:33 +00:00
090117beda added check for null value in story.title 2002-07-29 14:11:35 +00:00
fc4b22ebf2 fixed bug in commentcounter_macro() that caused invalid markup to be output 2002-07-29 13:04:45 +00:00
9b0fe89b55 removed a <tr> too many 2002-07-29 12:09:16 +00:00
6201d660ad fixed bug in saveSkin() that caused missing user and date information for customized skins 2002-07-29 12:09:03 +00:00
6dc017c009 added invisible pixel gif to correctly display the graph in most browsers 2002-07-29 11:12:11 +00:00
Robert Gaggl
e92849bb78 added publishemail_macro() 2002-07-26 23:01:06 +00:00
Robert Gaggl
be55e69090 changed email_macro(): added check if email-address is public or not 2002-07-26 23:00:46 +00:00
Robert Gaggl
8ec910ead1 added function isEmailPublic() 2002-07-26 23:00:01 +00:00
Robert Gaggl
d85763b32c added assignment of property publishemail 2002-07-26 22:59:47 +00:00
Robert Gaggl
e95ca73047 changed evalURL(): now checks if url is actually a mail-address and prefixes it with "mailto:" if necessary 2002-07-26 22:59:13 +00:00
Robert Gaggl
8990d95080 added checkbox for public email plus some explanations 2002-07-26 22:57:39 +00:00
Robert Gaggl
b46bbba65c added new property publishemail 2002-07-26 22:56:31 +00:00
efabd4ac2c extended topic_macro() to display the topic as link, image (if available) or plain text. 2002-07-26 17:09:40 +00:00
de68c6916f added xml header and modified doctype and html opening tag for xhtml conformance 2002-07-26 16:49:17 +00:00
0870bde526 added xml header and modified doctype and html opening tag for xhtml conformance 2002-07-26 16:39:20 +00:00
159e263c10 changed verbose date format to "short" 2002-07-26 16:30:43 +00:00
9eb7ceddae form action is now set via res.data.action 2002-07-26 15:52:24 +00:00
d3a9cfe1c6 added online explanations about how to use the shortcut feature 2002-07-26 15:50:38 +00:00
48dd969dfe fiddled around with the layout. now using a readonly input field for the title (this is experimental stuff, anyway) 2002-07-26 15:50:11 +00:00
1556b36395 removed second submit button cause it looks crap if there is no shortcut at all. 2002-07-26 14:32:22 +00:00
f692940b3a now autotitles work also in (1+n)-th level comments 2002-07-26 13:32:22 +00:00
b9c9aec379 keeping the title property in updateComment() 2002-07-26 13:22:18 +00:00
824dde41f8 fixed a bug that prevented titles from being saved in content_macro() 2002-07-26 13:21:50 +00:00
208745a0ac added mountpoint for shortcuts 2002-07-26 12:56:14 +00:00
b817e8ae0a result of merge with helmaville 2002-07-26 12:55:35 +00:00
967351bd49 allowed shortcut and storylist macros in sandbox / function allowTextMacros() 2002-07-26 12:54:59 +00:00
e3c67a49f3 added clipping argument to renderTextPreview() and renderTextPreviewAsString() 2002-07-26 12:53:22 +00:00
0cb8eafa82 added shortcut_macro() and storylist_macro();
result of merge with helmaville
2002-07-26 12:47:41 +00:00
427abe44dd added first trial to output a title like "Re: title of previous posting" to a new posting 2002-07-26 12:44:25 +00:00
63958a9023 added clipping argument to renderTextPreview (result or merge with helmaville) 2002-07-26 12:39:31 +00:00
1bdafc20a0 moved createtime_macro() to macros.js in hopobject prototype 2002-07-26 12:38:44 +00:00
f790bfb689 result of merge with helmaville 2002-07-26 12:31:36 +00:00
5da85f4bd5 added commentary as documentation 2002-07-26 12:26:22 +00:00
Hannes Wallnöfer
1ef7de7efe Added skins to skin manager list for topic, topic manager, story manager and
search pages. Contributed by Arno@murmel-comics
2002-07-25 17:05:48 +00:00
Hannes Wallnöfer
04a323fbec added link to system setup page from sysmgr/page.skin 2002-07-25 15:11:31 +00:00
de8d5b56d1 page validates against xhtml 1.0 spec (macro output excluded, yet) 2002-07-24 14:52:49 +00:00
507092235d added style for form elements to avoid empty paragraphs around them 2002-07-24 14:43:07 +00:00
Robert Gaggl
d413bb8068 still fiddling with activateLinks(): now basically behaves like the original version (which means only freestanding urls are rendered as links), but still runs the regexp just once. 2002-07-22 15:36:45 +00:00
Robert Gaggl
a87e34abd7 changed activateLinks(): now just one run of the regexp is necessary to catch urls, and (hopefully) fixed the bug where a link surrounded by html-tags wouldn't be rendered. 2002-07-22 11:41:16 +00:00
Hannes Wallnöfer
66d673087a added as="image" option to content macro to interpret a content part
as image name and render the image.
2002-07-19 14:58:59 +00:00
9bb6f5d663 replaced <wbr> with xhtml conform <wbr /> tag in renderTextPreviewAsString() 2002-07-19 13:59:44 +00:00
Robert Gaggl
680134269c removed format() in renderTextPreview() because this occationally breaks the history-list 2002-07-19 13:04:19 +00:00
Robert Gaggl
c5af9cfe1e rewrote navigation-macro: now navigation-skins for contributors and admins can be positioned separately (user-navigation is directly embedded in page.skin) 2002-07-19 12:43:38 +00:00
Robert Gaggl
ebf4da03e0 - directly embedded navigation for all users
- embedded two macros for navigation for admins and contributors (they can be positioned freely now)
- replaced search-link with input plus button
2002-07-19 12:42:17 +00:00
Robert Gaggl
00330ad4f5 added class searchbox 2002-07-19 12:40:43 +00:00
Robert Gaggl
b1c82700aa added a new message for disabled discussions on story, changed confirm-messages for fileCreate and imageCreate 2002-07-19 09:09:43 +00:00
Robert Gaggl
c459331f8d - changed evalFile(): it's not possible anymore to change the alias of a file-object 2002-07-19 09:08:41 +00:00
Robert Gaggl
5dc2e71354 - changed evalFile(): if no alias is specified, an alias based on the name of the uploaded file is created; if the alias is already in use, a number is added to it and increased until an unused alias is found; uploading of files without an extension also works now 2002-07-19 09:08:12 +00:00