Commit graph

630 commits

Author SHA1 Message Date
Robert Gaggl
a9f3e62c2e switched from input type="submit" to type="button" 2003-08-02 12:19:30 +00:00
Robert Gaggl
9fc496a266 added property "preferences_xml" plus the mountpoint "preferences" that manages the xml encoded prefs 2003-08-02 12:18:26 +00:00
Robert Gaggl
65701dc949 - changed to use AntvilleLib methods 2003-08-02 12:17:26 +00:00
Robert Gaggl
4dc576c5e0 - added checkAccess() that is called by onRequest() to check if a user is allowed to request a certain action
- modified permission check methods: they now return an Exception object in case a certain action is denied
2003-08-02 12:12:34 +00:00
Robert Gaggl
b8872f65cd switched from input type="submit" to type="button" 2003-08-02 12:00:52 +00:00
Robert Gaggl
0d5d6fc8c1 minor code reformatting 2003-08-02 11:59:56 +00:00
Robert Gaggl
dbec15b593 - added constructor function
- site preferences are now xml-encoded in one property called preferences_xml which is handled by propertymgr
- removed function createImgDirectory() since directories are created on the fly by helma
2003-08-02 11:40:35 +00:00
Robert Gaggl
f3d757c996 - changed to use AntvilleLib methods
- changed all preferences related macros since the site preferences are xml-encoded now
- discussions_macro() and addtofront_macro() now don't need an input type hidden anymore to preserve the submitted state
2003-08-02 11:00:26 +00:00
Robert Gaggl
eee0bf7f5d changed from input type="button" to type="submit" 2003-08-02 10:41:03 +00:00
Robert Gaggl
14f50d76a1 - merged .hac files into this file
- removed permission checks, this is done in checkAccess() now
- removed checks for req.data.submit, use named submit buttons in skins now
- added try/catch blocks since most objectFunctions will throw an Exception now instead of returning an Error object
2003-08-02 10:33:16 +00:00
Robert Gaggl
6884da6362 moved to root 2003-08-02 10:28:22 +00:00
Robert Gaggl
02fd442979 removed 2003-08-02 10:26:14 +00:00
Robert Gaggl
81f0c559e7 removed because .hac-files were merged into single actions.js files 2003-08-02 10:24:52 +00:00
Robert Gaggl
d9fb8f1ae7 merged changes done in antville_1_0 branch 2003-07-22 12:01:41 +00:00
093b50670b initial check-in of internet explorer "post it" context menu;
(instructions: download and install /sitename/menuext.reg)
2003-06-30 08:25:28 +00:00
d89c34963e use item's createtime rather than its modifytime 2003-06-06 14:40:45 +00:00
88bc7dbf53 added support for day header (ie. date will only be displayed once each day) 2003-06-05 14:31:34 +00:00
41920cf416 put everything inside <dc:rights> tags into prefix/suffix to ensure xml encoding of copy sign (c) 2003-05-29 16:09:07 +00:00
82979f666f had to move "last update on" prefix from skin to lastupdate_macro() in site/macros.js to avoid redundant output 2003-04-11 13:35:28 +00:00
Hannes Wallnöfer
9371ce4704 Introduce defaultHost property for virtual server setup. 2003-04-11 12:48:44 +00:00
Hannes Wallnöfer
389359cbc5 imgWindow.focus() causes strange bug on mozilla where the image
is loaded in the main window. Since the image is newly created
anyway, calling focus() shouldn't be necessary anyhow.
2003-04-04 09:35:26 +00:00
a6e59d8879 improved output of items w/o title 2003-04-01 12:13:08 +00:00
af2f318cc7 remove page title and replaced <p /> with <br /> 2003-03-25 16:12:14 +00:00
799a7faade changed "frontpage" to "front page" 2003-03-21 16:50:34 +00:00
279fb17764 wrapped &quot; around site title in welcome message 2003-03-21 16:48:58 +00:00
710cfce37e changed site title color to link color 2003-03-21 16:47:41 +00:00
84c7e5e01c added link to site title (href is site url) 2003-03-21 16:46:25 +00:00
2bae74b1a3 changed case of E-mail to e-mail. it simply looks the best, imho. 2003-03-20 17:16:45 +00:00
Hannes Wallnöfer
8d2e78643e Reworked basic inner story and comment skins.
Spacing should be better now.
Skins should be easier to understand and customize.
Used <div> tags wherever possibe instead of <span><br>
Checked for XHTML 1.0 Transitional validity.
2003-03-14 10:59:00 +00:00
8bf0ea15ff added trailing linebreak to achieve more readable html code 2003-03-11 13:20:10 +00:00
923c997a29 message should only be inside a span tag 2003-03-10 16:50:52 +00:00
978d0d91a3 changed .message class to tell it apart from body text (still looking for a decent color: it should not be the link color as it was before, though) 2003-03-10 16:49:26 +00:00
Hannes Wallnöfer
edc4d1f013 Added href postprocessor function. 2003-03-10 12:12:06 +00:00
Hannes Wallnöfer
307815d7c4 Fixed indentation. 2003-03-10 11:57:53 +00:00
Robert Gaggl
a29e3f06ba changed explanation of alias to match default behaviour of antville (appended "/alias") 2003-03-09 15:01:58 +00:00
2fd9afc46b changed case of "Last" in update info 2003-03-07 22:24:08 +00:00
0ca7acf598 added <p> tag around form 2003-03-07 22:03:45 +00:00
524d7a38a3 still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout. 2003-03-07 19:27:48 +00:00
1ecc716b8b edited textual contents 2003-03-07 14:04:45 +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
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
Hannes Wallnöfer
fcac349614 Renamed variable container to collection, which is more consistent with
Helma terminology.
2003-02-28 12:25:45 +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
Robert Gaggl
218290e0dc minor layout change 2003-02-23 15:20:39 +00:00
Robert Gaggl
e0e452f3b1 added local anchors for each section 2003-02-23 15:17:54 +00:00
Robert Gaggl
84164384b8 if site doesn't contain any stories display standard welcome text plus additional explanations if current user is the site-owner or system-administrator 2003-02-23 15:16:55 +00:00
Robert Gaggl
e32a47ee77 changed text 2003-02-23 15:11:27 +00:00