| .. |
|
BloggerApi
|
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 |
|
Choice
|
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 |
|
Comment
|
bugfix in replylink_macro(): renderImage takes two arguments
|
2004-08-01 12:19:12 +00:00 |
|
Day
|
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 |
|
File
|
bugfix in deletelink_macro(): renderImage is a global method, not a site's one
|
2004-08-01 12:19:52 +00:00 |
|
FileMgr
|
changed evalFile: return the newly created File object too (this is needed in MetaWeblogApi.newMediaObject())
|
2004-05-30 11:42:58 +00:00 |
|
Global
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
|
2004-07-30 13:34:13 +00:00 |
|
HopObject
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
|
2004-07-30 13:34:13 +00:00 |
|
Image
|
fixed bug in topicname evaluation: directly test the urlpattern instead of using
|
2004-06-08 08:22:38 +00:00 |
|
ImageMgr
|
removed obsolete macro
|
2004-07-30 13:34:33 +00:00 |
|
ImageTopicMgr
|
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 |
|
Layout
|
modified image_macro(): changed "onClick" to "onclick", otherwise pages wouldn't validate
|
2004-07-28 15:44:48 +00:00 |
|
LayoutImage
|
* 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 |
|
LayoutImageMgr
|
modified main_action(): first argument to renderList is now an array containing
|
2004-03-22 19:24:42 +00:00 |
|
LayoutMgr
|
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 |
|
MemberMgr
|
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 |
|
Membership
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
|
2004-07-30 13:34:13 +00:00 |
|
MetaWeblogApi
|
* changed newMediaObject(): evalImg() and evalFile() now return the created object, so constructing the result object is much easier
|
2004-05-30 11:45:24 +00:00 |
|
MtApi
|
minor code formattings
|
2004-05-30 11:40:08 +00:00 |
|
Poll
|
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 |
|
PollMgr
|
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 |
|
PropertyMgr
|
added method getLastModified() that returns the internal __lastModified__ property of the property manager's cache
|
2004-02-29 16:11:53 +00:00 |
|
Root
|
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 |
|
RootLayoutMgr
|
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 |
|
Site
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
|
2004-07-30 13:34:13 +00:00 |
|
Skin
|
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 |
|
SkinMgr
|
bugfix in renderTree(): do a toLowerCase() before checking the context of the skinset
|
2004-08-01 11:10:16 +00:00 |
|
Story
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
|
2004-07-30 13:34:13 +00:00 |
|
StoryMgr
|
pre-assign discussions property with value defined in site prefs (otherwise
|
2004-05-31 22:25:27 +00:00 |
|
SysLog
|
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 |
|
SysMgr
|
bugfix in searchSites(): the column SITE_TAGLINE doesn't exist anymore (moved
|
2004-06-22 12:54:28 +00:00 |
|
Topic
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
|
2004-07-30 13:34:13 +00:00 |
|
TopicMgr
|
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 |
|
User
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
|
2004-07-30 13:34:13 +00:00 |
|
Vote
|
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 |
|
AntvilleLib-1.4.zip
|
re-committed, this time as binary
|
2004-05-31 22:19:56 +00:00 |
|
app.properties
|
enabled the sendmail cron job by default
|
2004-07-28 13:41:48 +00:00 |
|
db.properties
|
* added antclick target to build.xml
|
2004-05-13 13:06:21 +00:00 |
|
HelmaLib-1.0.zip
|
sync updated library
|
2004-08-01 10:14:14 +00:00 |
|
messages.de
|
Remove apostrophe after "gib"
|
2003-12-03 18:03:54 +00:00 |
|
messages.en
|
* replaced all occurences of quotes with their entity codes
|
2004-06-05 12:42:01 +00:00 |
|
messages.it
|
corrected confirm.welcomeSite to confirm.welcome
|
2003-01-21 10:03:17 +00:00 |
|
messages.nl
|
confirm.resultDisplay only gets two parameter values
|
2003-03-03 12:03:25 +00:00 |