.. |
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
|
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 |
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
|
minor fix in description_macro()
|
2004-05-30 11:38:13 +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
|
fixed bug that caused exception due to referrer being an java.net.URL object in
|
2004-05-30 21:47:03 +00:00 |
HopObject
|
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 |
Image
|
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 |
ImageMgr
|
changed evalImg: return the newly created Image object too (this is needed in MetaWeblogApi.newMediaObject())
|
2004-05-30 11:43:38 +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
|
bugfix: added missing closing form tag
|
2004-06-01 19:13:40 +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
|
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 |
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
|
removed obsolete link to skins, edited text
|
2004-06-05 12:33:44 +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 dumpToZip(): don't loop over app.skinfiles since prototypes are registered
|
2004-05-01 11:25:28 +00:00 |
Story
|
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 |
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
|
modified evalSystemSetup(): added module hook. loop over all modules and
|
2004-03-21 15:23:03 +00:00 |
Topic
|
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 |
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
|
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 |
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
|
fixed staticPath property, otherwise antclick would keep storing images and files
|
2004-05-31 22:57:25 +00:00 |
db.properties
|
* added antclick target to build.xml
|
2004-05-13 13:06:21 +00:00 |
HelmaLib-1.0.zip
|
re-committed, this time as binary
|
2004-05-31 22:19:56 +00:00 |
messages.de
|
Remove apostrophe after "gib"
|
2003-12-03 18:03:54 +00:00 |
messages.en
|
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 |
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 |