Commit graph

2767 commits

Author SHA1 Message Date
Robert Gaggl
4dd5429966 bugfix in editlink_macro(), deletelink_macro() and replacelink_macro(): renderImage is a global method, not a site's one 2004-08-01 12:22:15 +00:00
Robert Gaggl
b1fc385d9e modified imagelist_macro(): it's not a wrapper for the (recently removed) imagelist_macro() of ImageMgr anymore, but does all on its own 2004-08-01 12:21:00 +00:00
Robert Gaggl
94e39a80c9 bugfix in deletelink_macro(): renderImage is a global method, not a site's one 2004-08-01 12:19:52 +00:00
Robert Gaggl
091b72798d bugfix in replylink_macro(): renderImage takes two arguments 2004-08-01 12:19:12 +00:00
Robert Gaggl
f874124a7a bugfix in renderTree(): do a toLowerCase() before checking the context of the skinset 2004-08-01 11:10:16 +00:00
7723a4a466 sync updated library 2004-08-01 10:14:14 +00:00
e850bf31b8 removed obsolete macro 2004-07-30 13:34:33 +00:00
94cb4c0a22 * check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
* cleaned up a little bit (code, comments)
2004-07-30 13:34:13 +00:00
Robert Gaggl
c42c959be7 re-introduced membercounter_macro() which was removed a while ago (obviously by mistake) 2004-07-28 15:46:48 +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
8b15b88989 added check for param.as == "url" before writing the user's name as url (if available) 2004-07-28 14:09:01 +00:00
f7af9be27e added missing <a> anchor element to locate each user of one page via # in URL 2004-07-28 14:06:26 +00:00
6560b259db enabled the sendmail cron job by default 2004-07-28 13:41:48 +00:00
931cec01c3 replaced <small> with <span class="small"> tag 2004-07-28 12:54:41 +00:00
e57317d759 removed call of flushMailQueue in scheduler because this function will be called from within the sendmail cron job (at least if it's enabled in app.properties) 2004-07-28 12:53:46 +00:00
b848bfe452 removed obsolete line which caused a client-side javascript error 2004-07-28 09:49:57 +00:00
Robert Gaggl
6c98d29c76 bugfix in searchSites(): the column SITE_TAGLINE doesn't exist anymore (moved
to xml encoded preferences)
2004-06-22 12:54:28 +00:00
d380193ad2 fixed name of extended prototype (first letter uppercase) 2004-06-15 15:24:27 +00:00
Robert Gaggl
a608b71ca7 fixed severe bug in checkAccess() 2004-06-15 11:23:26 +00:00
Robert Gaggl
c965e1790e fixed bug in topicname evaluation: directly test the urlpattern instead of using
isURL() since the latter uses java.net.URL to test
2004-06-08 08:22:38 +00:00
eaa13e88d0 replaced some more irregular quotes with nice ones 2004-06-05 12:43:26 +00:00
0cf264b1b1 * replaced all occurences of quotes with their entity codes
* replaced some more irregular quotes with nice ones
2004-06-05 12:42:01 +00:00
b1f9c8c5c3 removed obsolete link to skins, edited text 2004-06-05 12:33:44 +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
Robert Gaggl
8537b0167c fixed staticPath property, otherwise antclick would keep storing images and files
in path/to/helma/static instead of apps/antville/static
2004-05-31 22:57:25 +00:00
Robert Gaggl
c64c716adf pre-assign discussions property with value defined in site prefs (otherwise
it would be unchecked, even if site allows comments)
2004-05-31 22:25:27 +00:00
Robert Gaggl
bb40ecfb46 re-committed, this time as binary 2004-05-31 22:19:56 +00:00
Robert Gaggl
ba625cec90 removed (checked in as text, not as binary) 2004-05-31 22:18:59 +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
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