Commit graph

2730 commits

Author SHA1 Message Date
Robert Gaggl
262fe36794 fixed several macros: call createCheckBoxParam() of propertymgr since the values are stored in xml encoded prefs 2004-01-03 12:09:25 +00:00
Robert Gaggl
69e2c75114 added method createCheckBoxParam() that overwrites the hopobject method for xml encoded site preferences 2004-01-03 12:08:19 +00:00
78ac97b02e sync with updated library 2004-01-02 23:04:03 +00:00
2c649ebab6 added <br /> 2004-01-02 23:03:46 +00:00
2e64f5dfa3 fixed backlinks (strange enough, i believed i've seen it working...) 2004-01-02 23:03:30 +00:00
bbecafaf05 removed skin_macro because this went into antvillelib already 2004-01-02 23:01:54 +00:00
b901b38a71 do not display "backlinks" title if there are none 2004-01-02 22:31:05 +00:00
83040bd931 * added location_macro
* reduced online_macro to binary output (either "online" or "offline", resp. param settings)
2004-01-02 22:30:39 +00:00
5e9f74a904 * replaced <h4> with <p> tag
* moved param.text as title attribute in <p> tag
* decreased size of textarea to make buttons visible even in a 600x800 window
2004-01-02 22:29:14 +00:00
31cbb47e4b * added div.ample class
* added missing generic class for <ul> tags
* moved .small class to generic definitions and enabled it for <small> tags, too
* removed top margin in .storyDate class
2004-01-02 22:26:04 +00:00
5d50e8ce2a * added title attribute in site title link
* replaced span with div around response.message macro call
2004-01-02 22:20:40 +00:00
fe0f137fb6 * replaced width with size in site macro calls
* put prefs in new order
2004-01-02 22:19:13 +00:00
956912eea0 copied topic_macro from story to gallery_macro 2004-01-02 22:17:08 +00:00
aaa58baa6f removed obsolete check of a hex color string's length / already done by String.isHexColor in antvillelib 2004-01-02 22:16:11 +00:00
f4bda5765f replaced eMail with e-mail 2004-01-02 22:14:57 +00:00
4110c9a515 replaced default separator ">" with ":" in linkedpath_macro 2004-01-02 22:12:25 +00:00
0f226430ca implemented dayheader generally and reduced creator/date line to creator/time 2004-01-02 22:08:16 +00:00
419ca9c8c6 retouched layout to become more concistent 2004-01-02 22:06:37 +00:00
Robert Gaggl
2c184278e9 upgraded to latest version 2004-01-02 12:46:04 +00:00
Robert Gaggl
9199bad197 added constants for different "editableby" values 2004-01-02 10:45:42 +00:00
Robert Gaggl
6b4c7649a2 modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form 2004-01-02 10:45:25 +00:00
Robert Gaggl
3ee00ed75d - clone is now a method of Object instead of the deprecated ObjectLib object
- modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(),  checkboxes now preserve their status even if the user is redirected back to the form
- use constants for editableby values which makes things more readable
2004-01-02 10:45:01 +00:00
Robert Gaggl
d24ec09b93 use constant for editableby value which makes things more readable 2004-01-02 10:43:30 +00:00
Robert Gaggl
67f80fbb1a added method createCheckBoxParam() that returns a special parameter object for rendering checkboxes (which is different from the one created by createInputParam()) 2004-01-02 10:43:06 +00:00
Robert Gaggl
c662fc11a6 moved css classes needed for diff from site/style.skin into this one 2004-01-02 10:40:46 +00:00
Robert Gaggl
4d0622fc8c use constants for editableby values which makes things more readable 2004-01-02 10:40:21 +00:00
Robert Gaggl
675a866a1b fixed a bug in checkEdit(): poll never had a property "editableby" 2004-01-02 10:38:00 +00:00
Robert Gaggl
d7479868fa moved css classes needed for diff to skinmgr/page.skin 2004-01-02 10:37:22 +00:00
Robert Gaggl
0e469c4803 modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form 2004-01-02 10:36:52 +00:00
Robert Gaggl
fe58292892 modified status message 2003-12-30 13:08:53 +00:00
Robert Gaggl
cb6c220bca use Object method clone instead of ObjectLib.clone (ObjectLib is deprecated) 2003-12-30 13:05:12 +00:00
Robert Gaggl
42a108aed5 modified since FileLib methods are now methods of File prototype (FileLib object is deprecated) 2003-12-30 13:04:45 +00:00
Robert Gaggl
3373b54992 updated to latest version 2003-12-17 22:06:02 +00:00
Robert Gaggl
74520e5738 changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.openLink(only argument is now an object containing all attributes of the a tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag).
2003-12-17 22:05:52 +00:00
Robert Gaggl
c0a039570e changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.openLink(only argument is now an object containing all attributes of the a tag).
2003-12-17 22:05:26 +00:00
Robert Gaggl
8eaaab2ec9 changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag).
2003-12-17 22:04:38 +00:00
Robert Gaggl
52de311062 changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag). 2003-12-17 22:04:16 +00:00
Robert Gaggl
4be289a252 changed since the signature of Html.dropDown has changed (first argument must be an object instead of a string). 2003-12-17 22:03:23 +00:00
Robert Gaggl
53dc081d50 modified getSkinDescription() to use global getLanguages() 2003-12-12 12:44:34 +00:00
Robert Gaggl
3d10204c05 - added method getLanguages() that returns the languages to use for retrieving a message as array
- modified getMessage() to use getLanguage()
2003-12-12 12:44:01 +00:00
Robert Gaggl
73c4eb8a68 modified onRequest(): apply HopObject.onRequest() before anything else (since context, skinpath etc. are set in this method) 2003-12-11 20:09:08 +00:00
Hannes Wallnöfer
b79f82764f Return root.href() instead of http://www.antville.org in getUrl()
if root.sys_url isn't set.
2003-12-11 14:20:40 +00:00
Robert Gaggl
6ce82fdcab bugfix: call color macros of layout, not of site 2003-12-10 11:52:48 +00:00
Robert Gaggl
6e0a9014ce stylesheet.css was renamed to main.css 2003-12-10 11:37:17 +00:00
Robert Gaggl
eeafdaeaf2 - stylesheet.css was renamed to main.css, javascript.js to main.js
- switched from using url_macro to href_macro for consistency reasons
2003-12-10 11:36:53 +00:00
Robert Gaggl
c09b31716c stylesheet.css was renamed to main.css, javascript.js to main.js 2003-12-10 11:36:13 +00:00
Robert Gaggl
4d3f8f10da removed old url_macro() which was still there 2003-12-10 11:35:09 +00:00
Robert Gaggl
4ddc9cde1e stylesheet.css was renamed to main.css, also use context.href instead of site.url (since there might be no site in path) 2003-12-10 11:34:26 +00:00
Robert Gaggl
3aa260a39a - renamed stylesheet_css_action() to main_css_action()
- renamed javascript_js_action() to main_js_action()
2003-12-10 11:32:43 +00:00
Robert Gaggl
90efa2aa09 DEFAULTIMAGES was renamed to DefaultImages 2003-12-10 11:00:05 +00:00