Commit graph

4080 commits

Author SHA1 Message Date
Robert Gaggl
6c385ef2d9 removed old (unused) versions of tables 2004-05-31 22:13:01 +00:00
b1be5ffd07 update to current db scheme 2004-05-31 17:30:32 +00:00
130a88ecb2 added headless mode to java options 2004-05-31 17:08:18 +00:00
bca6f2dd28 sync with updated library 2004-05-31 16:37:04 +00:00
acd20c426b fixed bug that caused exception due to referrer being an java.net.URL object in
logAccess function
2004-05-30 21:47:03 +00:00
6b077896f7 sync'd with updated library 2004-05-30 21:38:37 +00:00
e7adf37c2c added new libraries, removed old AntvilleLib 2004-05-30 21:06:35 +00:00
98a1b98172 make use of Http.evalUrl method in logAccess function to prevent similar URLs
(trailing slash)
2004-05-30 21:04:29 +00:00
Robert Gaggl
45914c5c90 * changed newMediaObject(): evalImg() and evalFile() now return the created object, so constructing the result object is much easier
* 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:45:24 +00:00
Robert Gaggl
08e68fd69a changed evalImg: return the newly created Image object too (this is needed in MetaWeblogApi.newMediaObject()) 2004-05-30 11:43:38 +00:00
Robert Gaggl
944b17fa9b changed evalFile: return the newly created File object too (this is needed in MetaWeblogApi.newMediaObject()) 2004-05-30 11:42:58 +00:00
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
940183f2a7 corrected variable name for cvs package in antville target 2004-05-17 09:58:20 +00:00
43a97c1565 * moved jar files into new lib directory
* added necessary jar files for scp task
* updated build scripts
2004-05-16 15:57:14 +00:00
00ff23b84f fixed wrong cvs root in cvspass tag 2004-05-16 14:41:43 +00:00
ea7c8eb1aa corrected wrong class path 2004-05-16 14:38:25 +00:00
91333d34f2 removed obsolete stuff 2004-05-16 14:22:57 +00:00
c73202edd8 * finalized targets to build antville and antclick
* removed obsolete stuff
2004-05-16 14:18:24 +00:00
38926dce46 initial check-in 2004-05-16 12:04:17 +00:00
6110a8ca40 commit binary files again (this time as binary :) 2004-05-16 12:01:02 +00:00
8bedab566e remove binary files accidentally committed as text 2004-05-16 12:00:26 +00:00
163312c612 initial check-in 2004-05-16 11:49:42 +00:00
7c75040fb9 commit binary files again (this time as binary :) 2004-05-16 11:14:49 +00:00
def8560f4c remove binary files accidentally committed as text 2004-05-16 11:13:34 +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
ad2b4e50b0 added further tasks to build antclick package (still in progress) 2004-05-13 22:44:11 +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
3296686cbb uncommented cvs checkout of antville app 2004-05-11 18:01:24 +00:00
65a53087e1 initial check-in 2004-05-11 17:46:01 +00:00
9e7abec3e9 unzipped images.zip to new static dir 2004-05-11 15:31:17 +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
b146d29966 increased size of IMAGE_ALTTEXT column 2004-04-28 10:11:29 +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