Commit graph

1563 commits

Author SHA1 Message Date
Robert Gaggl
b46bbba65c added new property publishemail 2002-07-26 22:56:31 +00:00
Robert Gaggl
3b0778ce71 added column USER_EMAIL_ISPUBLIC in table AV_USER 2002-07-26 22:56:10 +00:00
Robert Gaggl
2977f2cba8 initial check-in (adding column USER_EMAIL_ISPUBLIC in table AV_USER) 2002-07-26 22:55:33 +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
89c34bec9f added structure and indexes for AV_SHORTCUT table 2002-07-26 16:15:52 +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
d08c116f40 added "use antville" in first line 2002-07-23 09:45:44 +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
5d18512aec initial check-in 2002-07-19 09:10:08 +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
Robert Gaggl
f1a15bf84a added function buildAliasFromFile: function constructs an alias (without any special characters) based on the name of the uploaded file 2002-07-19 09:05:54 +00:00
Robert Gaggl
e999cc25b7 changed evalImg(): it's not possible anymore to change the alias of the image (due to possible data-loss) 2002-07-19 09:05:04 +00:00
Robert Gaggl
db54606305 added assignment of discussions-flag 2002-07-19 09:04:22 +00:00
Robert Gaggl
f8c397e3ba - changed evalImg(): if no alias was specified, an alias is constructed based on the name of the uploaded file
- if the alias (specified or constructed) already exists, a number is added to the name and increased until an unused alias is found.
- an thumbnail is created automatically if the width or height of the uploaded image > 100 pixel
2002-07-19 09:03:57 +00:00
Robert Gaggl
a42a6a6f82 - changed form because specifying a name is not mandatory anymore
- now using global input-macro (which echoes request data by default)
- removed checkbox for creating a thumbnail (this is done automatically now if width or height of the uploaded image exceeds 100 pixel)
2002-07-19 09:00:56 +00:00
Robert Gaggl
db8750202a - changed form because specifying a name is not mandatory anymore
- now using global input-macro (which echoes request data by default)
2002-07-19 08:59:43 +00:00
Robert Gaggl
b7c620927b - removed input for changing name (alias) of image
- added missing name-attributes for buttons (also the input-macro is now a global macro)
2002-07-19 08:58:00 +00:00
Robert Gaggl
f1c925ea85 removed input for changing name (alias) of file 2002-07-19 08:57:19 +00:00