Commit graph

2396 commits

Author SHA1 Message Date
1ecc716b8b edited textual contents 2003-03-07 14:04:45 +00:00
Robert Gaggl
2cbdc3d3cb reverted back to 1.23 (changes in 1.24 break antclick) 2003-03-05 19:26:32 +00:00
825fe939fa modified skins for xhtml compliance 2003-03-05 19:19:05 +00:00
92d2b85613 modified skins to conform with xhtml spec 2003-03-05 19:11:40 +00:00
8de1505fda fixed bug in onlinelink_macro() that caused invalid html attribute (mode="toggle") to appear;
changed "link me" to "link", "place your comment" and "post your answer" to "react";
changed some cases of some words;
added id_macro() to get the id of a story (to display the code for the story macro)
2003-03-05 18:50:32 +00:00
61242b2d62 fixed bug that prevented "add choice" button from working when its value was modified 2003-03-05 18:47:56 +00:00
d3a6a05a0e changed second word of "Content manager" to lower case 2003-03-05 18:47:17 +00:00
4cec4e67b0 removed stuff that belongs into corresponding skin from response output of searchUser() 2003-03-05 18:46:41 +00:00
6e01831dc6 fixed bug in link_macro() that caused invalid html attribute (checkdeny="true") to appear 2003-03-05 18:44:45 +00:00
1b9fab2170 changed econd word in "Content manager" to lower case 2003-03-05 18:43:05 +00:00
a10ccfe0de fixed a wrong html attribute (selected="selected") in renderDropDownBox() 2003-03-05 18:41:07 +00:00
b628b7bf08 added viewlink macro 2003-03-05 18:40:00 +00:00
50890759ad validated almost every page (at least apart from the system management stuff) with the w3c validator at http://validator.w3.org and modified the skins where necessary. furthermore i tried to arrange some layouts (files, images, polls) to better and more consistently harmonize with the general antville appearance. 2003-03-05 18:39:37 +00:00
92eefcf924 removed accidental double occurrence of %> 2003-03-04 09:25:03 +00:00
073b72fb84 changed story editor text to lowercase to be more consistent 2003-03-03 13:58:53 +00:00
6c9ee44f6b some more slight enhancements in poll appearance 2003-03-03 13:57:15 +00:00
222c56a99d refurbished polls; removed title property wherever it occurred; state_macro() is deprecated (but still working) now, use closetime_macro() and appropriate prefix/suffix strings instead. 2003-03-03 13:51:54 +00:00
d489f20b2a condensed calls of escape() 2003-03-03 12:44:41 +00:00
695eaa9a47 fixed name of query argument "text" to "content_text" 2003-03-03 12:38:07 +00:00
Robert Gaggl
ea18e39f17 - searching now also works if user presses the enter-key in form (instead of having to click on button)
- renamed res.data.searchform to res.data.body and res.data.body to res.data.list
2003-03-03 12:24:45 +00:00
Robert Gaggl
6a92b2678b changed some of the css-classes 2003-03-03 12:24:28 +00:00
Robert Gaggl
b6db31cd6d initial check-in: used for displaying system status of antville/helma 2003-03-03 12:24:04 +00:00
Robert Gaggl
0e3121c88f system setup now uses the page.skin of sysmgr instead of the root-version 2003-03-03 12:22:55 +00:00
Robert Gaggl
16f8c02371 - switched to external stylesheet
- slightly changed the menu-layout
2003-03-03 12:22:24 +00:00
Robert Gaggl
60a34fe606 - changed evalSystemSetup() to use the constant arrays containing default date format patterns 2003-03-03 12:21:45 +00:00
Robert Gaggl
eb50b5f53e removed unused javascript.skin 2003-03-03 12:18:57 +00:00
Robert Gaggl
2ec9c9c446 initial check-in: added stylesheet_action() 2003-03-03 12:18:33 +00:00
Robert Gaggl
c141a9a73f enabled rescueing of story-values also if publish-button was clicked 2003-03-03 12:18:03 +00:00
Robert Gaggl
2d20fb21c5 - fixed a bug in content_macro(): fetching a value from req.data didn't work because the properties are prefixed with "content_"
- removed url_macro() - this is a hopobject-macro now
2003-03-03 12:17:18 +00:00
Robert Gaggl
66d160ca5e - added a space between messages in case result > 10 items
- fixed indentation (3 spaces)
2003-03-03 12:16:16 +00:00
Robert Gaggl
610ad07242 changed evalPreferences() to use constant arrays containing short- and longdate format patterns instead of getDefaultDateFormats() (which was removed) 2003-03-03 12:15:15 +00:00
Robert Gaggl
04370b261f removed url_macro(), it's now a hopobject-macro 2003-03-03 12:13:57 +00:00
Robert Gaggl
21dc1546dc embedded managelink_macro() 2003-03-03 12:13:09 +00:00
Robert Gaggl
3aa1a0c1a5 fixed indentation of searchSites() 2003-03-03 12:12:41 +00:00
Robert Gaggl
d4b76861d4 added managelink_macro() which renders a link to system management if user is sysadmin 2003-03-03 12:12:16 +00:00
Robert Gaggl
c422a5d9ce subscribelink_macro() won't render a link to subscribe-action if site is private 2003-03-03 12:11:44 +00:00
Robert Gaggl
88394d8b36 removed getDefaultDateFormats() - this is not needed anymore since the default format patterns are now stored in a constant array 2003-03-03 12:10:54 +00:00
Robert Gaggl
ac6f5f8c60 - removed renderInputRadio which was commented out anyways (the real one is in global/renderFunctions.js)
- changed renderDateformatChooser() to use format-constants instead of calling getDefaultDateFormats()
2003-03-03 12:09:57 +00:00
Robert Gaggl
52f713f714 added standard url_macro(), slightly changed skin_macro() 2003-03-03 12:08:12 +00:00
Robert Gaggl
31fe377aa4 - format-patterns (short and long) are now stored in constant arrays
- changed default-formats for dates (short and long) in formatTimestamp()
- removed rescueing of req.data.submit and req.data.save in rescueText(). this means that a user who lost the session while writing a story will be redirected to the story-form instead of directly saving the story.
2003-03-03 12:07:28 +00:00
Robert Gaggl
83530b00d0 confirm.resultDisplay only gets two parameter values 2003-03-03 12:03:25 +00:00
Robert Gaggl
09a671fa54 dbpatch for adding standard menu image "manage" 2003-03-03 12:02:33 +00:00
Robert Gaggl
d78f03e5f7 added insert statement for standard menu image "manage" 2003-03-03 12:02:04 +00:00
Robert Gaggl
3b66ab1546 added standard menu header image "manage" 2003-03-03 12:01:15 +00:00
Robert Gaggl
36a9935888 fixed the set of site.macros: somehow the line got cutted, leaving "topicl" at the end 2003-03-03 08:29:52 +00:00
Hannes Wallnöfer
fcac349614 Renamed variable container to collection, which is more consistent with
Helma terminology.
2003-02-28 12:25:45 +00:00
Robert Gaggl
86eddb5bfd removed explicit setting of property name to avoid login problems for users registering a mixed case username. without this all usernames are converted to lowercase by register(), otherwise users won't be able to login again if the db is case sensitive. 2003-02-25 15:16:59 +00:00
Hannes Wallnöfer
6714d39262 Added /rss?show=all option to site/rss.hac that allows comments to be
included in the rss output. The mod is very simple, it just uses the
allcontent collection instead of allstories to create the output.
2003-02-25 15:05:51 +00:00
Hannes Wallnöfer
79aaa88b9a Fixed indentation, which was partially messed up. Now uniformly
using 3 spaces instead of tabs.
2003-02-25 13:13:14 +00:00
Robert Gaggl
3903bdd448 modified formatTimestamp(): re-added setting the timezone, otherwise defining a different timezone in site-preferences has no effect at all (see http://help.antville.org/stories/299705/) 2003-02-24 18:46:39 +00:00