Commit graph

2730 commits

Author SHA1 Message Date
Robert Gaggl
963ad02cdd fixed api methods since called methods won't return a result object anymore but throw an exception if something's going wrong 2004-05-30 11:41:33 +00:00
Robert Gaggl
7721b7e5f5 minor code formattings 2004-05-30 11:40:08 +00:00
Robert Gaggl
034591c21d minor fix in description_macro() 2004-05-30 11:38:13 +00:00
Robert Gaggl
be29c69be0 fixed XmlRpcAccess property since the prototype names have been changed 2004-05-24 08:42:36 +00:00
99407d96cf added simple admin interface to add referrers to the
spam filter directly from within the referrers page
2004-05-14 19:26:04 +00:00
cbb7dbc6dc * added antclick target to build.xml
* added files needed to build antclick in extra directory
* edited several build and properties files
2004-05-13 13:06:21 +00:00
Robert Gaggl
d92eba0f3b createLinkParam() now clones the param object, so there's no need to store the text defined in a variable 2004-05-08 16:53:44 +00:00
Robert Gaggl
36d7afbc8a modified createLinkParam(): clone the param object since known non-html attributes are removed
(should also make things easier because one doesn't have to keep in mind that the param object is modified)
2004-05-08 16:53:05 +00:00
Robert Gaggl
40538d5ae6 re-added now_macro() since the version in AntvilleLib doesn't know how to handle
the special "format patterns" ("long", "short")
2004-05-08 15:54:44 +00:00
Robert Gaggl
ceee8bcbdb modified getRenderedContentPart(): use the story's site in res.handlers.site during
rendering, otherwise global macros (eg. image) won't work correctly (fixes bug 270)
2004-05-08 15:37:33 +00:00
Robert Gaggl
6930b33442 bugfix in dumpToZip(): don't loop over app.skinfiles since prototypes are registered
both in mixed case and lowercase, use app.__app__.getPrototypes() instead (with this
the zip file contains mixed case prototype names).
2004-05-01 11:25:28 +00:00
1d86ef73b6 allow spacer macro in stories 2004-04-28 10:11:45 +00:00
0d993df71c temporarily fixed topic feature with a quick hack 2004-04-28 10:10:43 +00:00
d07a749608 removed invalid "as" html attribute from param2 in commentcounter_macro 2004-04-22 13:16:01 +00:00
9f0c544f8f * fixed rootProtoype property according to first-letter uppercase prototype Site 2004-04-21 17:52:46 +00:00
Robert Gaggl
35c24f42b8 modified main_action(): first argument to renderList is now an array containing
all images of the layout chain (but without duplicates)
2004-03-22 19:24:42 +00:00
Robert Gaggl
041c1deb6b added mergeImages() to merge the images of a layout with the ones of its
parent layout (images of the current layout override those of the parent layout
and won't be displayed in the list of all images)
2004-03-22 19:23:36 +00:00
Robert Gaggl
1515f5b56f fixed comment 2004-03-22 19:20:37 +00:00
Robert Gaggl
2de21beba1 moved replacelink_macro() to Image 2004-03-22 19:05:27 +00:00
Robert Gaggl
7e98da73b2 moved replacelink_macro() from ImageMgr to Image 2004-03-22 19:05:15 +00:00
Robert Gaggl
ea84db892c bugfix: replacelink is a macro of image, not of imagemgr 2004-03-22 19:04:55 +00:00
b40b4cbaa8 fixed bug that caused newline to be appended at the end of a file all the time in Helma.File.prototype.readAll 2004-03-21 16:15:29 +00:00
11f44fb460 moved firstOption for prototype choose from message file to skin 2004-03-21 16:14:40 +00:00
Robert Gaggl
8fbe6da3bc modified evalSystemSetup(): added module hook. loop over all modules and
apply their method evalSystemSetup() to the SysMgr object. with this a module
is responsible for evaluating and storing the system properties needed.
2004-03-21 15:23:03 +00:00
Robert Gaggl
cd5814437b modified evalPreferences(): added module hook. loop over all modules and
apply their method evalPreferences() to the site object. with this a module
is responsible for evaluating and storing its site preferences
2004-03-21 15:22:26 +00:00
Robert Gaggl
7bad934fe1 added call of modulePreferences macro 2004-03-21 14:31:47 +00:00
Robert Gaggl
fce50e87f2 added moduleSetup_macro() to embed any module specific system setup form 2004-03-21 14:30:59 +00:00
Robert Gaggl
37e9e85025 - modified navigation_macro(): it now embeds module specific navigation
if called with appropriate parameters
- added moduleNavigation_macro() to allow free placement of module
specific navigation in a skin
- added modulePreferences_macro() to embed any module specific preferences
in site preferences
2004-03-21 14:28:05 +00:00
Robert Gaggl
5a95b12ff1 added applyModuleMethod(): using this we can apply any module specific method to a HopObject 2004-03-21 14:26:24 +00:00
Robert Gaggl
05d5511da0 - moved onStart() and scheduler to beginning of file
- added hook for modules in onStart() (call any module specific onStart method)
2004-03-21 14:25:43 +00:00
Robert Gaggl
617354602f modified navigation macro calls to embed any module specific navigation 2004-03-21 14:24:47 +00:00
Robert Gaggl
f98828c8ea bugfix: constructors are mixed case now (SysMgr instead of sysmgr) 2004-03-21 14:24:21 +00:00
Robert Gaggl
3e69d2d746 modified allowTextMacros():
- added hook to enable registering text macros defined in modules
- removed allowing of global shortcut macro
2004-03-21 14:23:38 +00:00
Robert Gaggl
b7d1e257bb added call of moduleSetup macro (to embed any module specific system setup form) 2004-03-21 14:22:19 +00:00
d9819d6f06 added removeDir, listRecursive, hardCopy and move methods to Helma.File prototype 2004-03-21 12:16:06 +00:00
7261a14353 * added check if directory exists before creating it in Helma.File.prototype.mkdir 2004-03-21 11:27:25 +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
eaa0573329 fixed bug in Helma.File.prototype.list() 2004-03-21 10:54:53 +00:00
01cae4b46b restored accidentally committed app.properties file 2004-03-21 10:54:14 +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
ee2210d90f 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:26:28 +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
7da9efeb53 fixed bug that caused "allow comments" checkbox to be checked all the time 2004-03-20 12:07:50 +00:00
b3659ac422 sync'd with updated library 2004-03-20 12:07:23 +00:00
8c9c36e2df applied michael platzer's patches to the weblog apis
[see http://grazia.helma.at/pipermail/antville-dev/2004-March/000517.html and
http://grazia.helma.at/pipermail/antville-dev/2004-March/000518.html]
2004-03-20 12:02:26 +00:00
Robert Gaggl
bd77f5bf84 added text of replacelink 2004-03-15 07:38:15 +00:00
Robert Gaggl
91bb15d507 included replacelink 2004-03-15 07:38:01 +00:00
Robert Gaggl
1f3222cb0e added replacelink_macro() contributed my matthias platzer 2004-03-15 07:37:49 +00:00
Robert Gaggl
c725b88a71 updated to latest version 2004-03-15 07:36:48 +00:00
Robert Gaggl
56c46abe99 changed custom_action(): call getCustomSkins() to get the list containing
the layouts custom skins plus all of any parent layout in the chain
2004-03-15 07:36:37 +00:00