Commit graph

87 commits

Author SHA1 Message Date
a51b678ac4 move <br /> into suffix param 2004-08-04 08:37:13 +00:00
d423a6766d use short dateformat only 2004-08-04 08:36:14 +00:00
Robert Gaggl
dee81ecc21 modified image_macro(): changed "onClick" to "onclick", otherwise pages wouldn't validate 2004-07-28 15:44:48 +00:00
Robert Gaggl
d71c2ec538 bugfix: added missing closing form tag 2004-06-01 19:13:40 +00:00
Robert Gaggl
22d66a6fb7 added first option to parent layout chooser 2004-05-31 23:18:34 +00:00
01f4172303 * replaced all occurences of File methods with Helma.File methods (except where File refers to the HopObject prototype) 2004-03-21 11:26:40 +00:00
371da1e94b re-renamed Asset and Picture (incl. manager protos) to their original names (ie. File and Image) and instead added a global Helma object containing JavaScript wrapper methods around the helma.image.ImageGenerator and java.io.File classes 2004-03-20 22:30:35 +00:00
ee5a969fc2 renamed prototypes to uppercase first letter names; this implied renaming of file to Asset and of image to Picture to prevent clashes with helma's internal Image and File prototypes (including management mountpoints) 2004-03-20 18:13:50 +00:00
Robert Gaggl
588927e333 committed matthias platzer's language patch
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000489.html)
2004-02-16 17:51:26 +00:00
Robert Gaggl
e31fc90bd5 fixed a bug in switch_macro(): because the root-layout is stored in root.sys_layout (and not .layout as for sites) retrieve the currently active layout object and compare it directly 2004-01-18 12:25:53 +00:00
fd9d0b503f * re-added hopobject.url_macro as user-friendly wrapper for hopobject.href_macro
* replaced all xxx.href macro calls to xxx.url
2004-01-13 15:36:23 +00:00
32323abe65 cleaned up code 2004-01-12 16:44:25 +00:00
b78276fffc removed all <b> tags with <strong> and all <i> taqs with <em> 2004-01-12 12:55:53 +00:00
304e1cc0be modified delete_actions and corresponding delete.skin 2004-01-12 12:47:18 +00:00
e12e9475f2 replaced "this" with prototype's name 2004-01-09 19:56:37 +00:00
f4d432efd6 merged skins representing two different states of an object (e.g. online/offline stories) into mgrlistitem.skin by using the newly added antvillelib's switch_macro 2004-01-09 19:21:47 +00:00
b100403196 *** empty log message *** 2004-01-07 17:37:43 +00:00
f4bda5765f replaced eMail with e-mail 2004-01-02 22:14:57 +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
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
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
666a8734ac initial check-in 2003-12-08 22:59:01 +00:00
Robert Gaggl
8da39d7053 renamed to mgrlistitem.skin 2003-12-08 22:55:43 +00:00
Robert Gaggl
61736217a0 added property imported 2003-12-08 22:49:12 +00:00
Robert Gaggl
1d06015923 changed layout: instead of displaying a link to stop testdrive display a submit button 2003-12-08 22:48:04 +00:00
Robert Gaggl
222b48ca24 no longer distinct between different actions, use checkEdit for each of them 2003-12-08 22:40:33 +00:00
Robert Gaggl
e212a95233 added methods:
- getParents() returns a Hashtable containing the parents of a layout (used to prohbit endless loops between layouts)
- getSkinPath() returns an array containing the layout plus any parent layouts
- getImage() returns the first found image while walking up the layout chain
- evalDownload() checks the submitted arguments before constructing a layout download
modified:
- dumpToZip now takes a second argument (Boolean) indicating whether to produce a full or incremental export of a layout
- added some (forgotten) properties to setParentLayout()
- modified staticUrl() to use res.push()/res.pop() instead of a Stringbuffer
2003-12-08 21:28:45 +00:00
Robert Gaggl
27a7faa627 - changed display of layout (added copyright and contact email information
- added link to download action
2003-12-08 21:10:08 +00:00
Robert Gaggl
6f538bc2c9 - removed downloadlink_macro() since downloading isn't restricted anymore
- added macros: email_macro(), copyright_macro()
- changed image_macro(): use new method getImage() to retrieve image which searches along the layout chain to get the first image matching the name
2003-12-08 20:58:09 +00:00
Robert Gaggl
356eb1e813 - added editors for copyright, contact email, base layout
- several minor layout changes
2003-12-08 20:48:02 +00:00
Robert Gaggl
a0bc02e8b1 - css class commentHead was renamed to "listSeparator"
- some fixes towards xhtml compatibility
2003-12-08 20:40:27 +00:00
Robert Gaggl
20f381a9b1 layout download now consists of three actions: download_action (for choosing between full and incremental download) plus download_full_zip_action and download_zip_action that actually produce the zip file 2003-12-08 19:56:40 +00:00
Robert Gaggl
75c932f659 the download_action was renamed to download_zip_action 2003-11-25 13:37:16 +00:00
Robert Gaggl
f6d60962bc renamed download_action to download_zip_action to prevent problems with eg. ie5.5 2003-11-25 13:36:15 +00:00
Robert Gaggl
1d948ce13a modified download_action(): changed contentType to application/zip 2003-11-24 14:57:01 +00:00
Robert Gaggl
294510a73e bugfix: modified colorpicker-macro attributes (copied the old version by mistake) 2003-11-24 14:56:23 +00:00
Robert Gaggl
b9d2030f1e initial check-in 2003-11-23 17:46:34 +00:00