Commit graph

2530 commits

Author SHA1 Message Date
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
9847a4bd93 initial check-in 2004-01-02 10:46:23 +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
782293a0ca removed insert statements of standard images (the metadata of those images is now handled by global DefaultImages object) 2003-12-30 13:08:17 +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
Robert Gaggl
c5e072b55b renamed DEFAULTIMAGES to DefaultImages 2003-12-10 10:59:27 +00:00
Robert Gaggl
c090327dc2 bugfix: exchanged the hardcoded "hansi" with <% membership.username %> (it was late yesterday ;-) 2003-12-10 10:39:53 +00:00
Robert Gaggl
5ceac801ad initial check-in: skins used by mailto action 2003-12-09 20:00:27 +00:00
Robert Gaggl
7ab5a282d0 mailbody was renamed to mailstatuschange 2003-12-09 19:59:22 +00:00
Robert Gaggl
8f3d28e682 pwdmail skin was renamed to mailpassword 2003-12-09 19:58:57 +00:00
Robert Gaggl
41a4542e1b added link to mailto action 2003-12-09 19:58:29 +00:00
Robert Gaggl
6879bc4f69 several mail skins were renamed, added description for new skin membership.mailmessage 2003-12-09 19:58:07 +00:00
Robert Gaggl
03a241ee0e skin membermgr/pwdmail was renamed to mailpassword 2003-12-09 19:57:20 +00:00
Robert Gaggl
e3dcfb46d9 modified skinset site.mails since the names of the skins have changed 2003-12-09 19:56:47 +00:00
Robert Gaggl
c7a39689ba added mailto_action (contributed by kris) 2003-12-09 19:56:09 +00:00