Commit graph

2901 commits

Author SHA1 Message Date
Robert Gaggl
3fabb3c3cf first implementation of lucene-based search in antville 2005-01-24 22:24:37 +00:00
Robert Gaggl
d7ccf206d7 updated to current version 2005-01-24 21:19:23 +00:00
Robert Gaggl
ef97167202 updated to latest version (bugfix in activateURLs) 2005-01-23 19:57:07 +00:00
Robert Gaggl
16c330b20f updated to latest version (bugfix in activateURLs) 2005-01-23 19:42:00 +00:00
Robert Gaggl
70c55d5627 updated to latest version 2005-01-23 18:46:28 +00:00
Robert Gaggl
b7ae0f6329 delete param.limit before rendering the image list (fixes bug 393, http://helma.org/bugs/show_bug.cgi?id=393) 2005-01-23 18:27:05 +00:00
9bf4290719 exit commentform_macro() immediately if discussions are not enabled for the story 2004-11-16 12:58:59 +00:00
980ef2b3c3 slight but general overhaul of rss framework 2004-10-27 08:51:38 +00:00
Robert Gaggl
363f94f7b5 bugfix in evalCache(): not only check if the cached content is missing but also
if it's outdated by comparing it's __lastModified__ property with the one of the _parent
object.
2004-10-25 07:46:25 +00:00
Robert Gaggl
5519d94f66 updated to latest version (fixes a problem with date formatting when using metaweblogApi,
see http://grazia.helma.org/pipermail/antville-dev/2004-October/000644.html)
2004-10-18 11:56:12 +00:00
Robert Gaggl
dba0f46ebe bugfix in evalNewSite(): res.handlers.layout doesn't contain the root-layout if
a front site is defined (in this case it contains the site's active layout). so instead
call root.getLayout() to get the parent layout of the new site's layout.
(see http://grazia.helma.org/pipermail/antville-dev/2004-October/000639.html)
2004-10-13 16:26:56 +00:00
Robert Gaggl
e22471e356 bugfix: removed whitespace in message property name
(fixes bug 381, http://www.helma.org/bugs/show_bug.cgi?id=381)
2004-10-08 22:41:44 +00:00
Robert Gaggl
112d890a3b bugfix in renderTree(): convert both the _prototype and the context to lowercase
since the root object might still have "root" instead of "Root" in 0.xml.
fixes bug 379 (http://www.helma.org/bugs/show_bug.cgi?id=379)
2004-10-05 12:49:07 +00:00
Robert Gaggl
e9994a07d7 changed imagelist_macro():
* non-html attributes (eg. "as", "itemprefix", "itemsuffix") are not rendered anymore
* macro is now capable to render the list of images as urls (might be useful for client side javascript stuff) using as="url"
* fixed a bug in the way popups were linked
2004-10-05 12:28:39 +00:00
Robert Gaggl
f8b9d1d161 bugfix in show_macro(): delete param.as, otherwise it's rendered in the image tag 2004-10-05 12:26:43 +00:00
Robert Gaggl
86f38fabc8 bugfix in diskusage_macro(): getDiskUsage() already returns kilobytes (fixes bug 377, http://www.helma.org/bugs/show_bug.cgi?id=377) 2004-09-13 09:27:46 +00:00
Robert Gaggl
46393902eb added missing actions in checkAccess() 2004-09-09 15:33:57 +00:00
039946e05b fixed security hole as reported by mi. platzer 2004-08-06 09:27:31 +00:00
e51a0323fa applied changes according to mi. platzer 2004-08-05 09:41:54 +00:00
d2e4b7a735 sync with updated specification 2004-08-05 08:19:48 +00:00
5fefada96c enable comments by default in BloggerApi.newPost() 2004-08-04 14:15:04 +00:00
637855a2e9 fixed bug that prevented user-modified Day/main.skin from being used 2004-08-04 13:51:47 +00:00
6edbc81380 put dates in brackets instead of using "on" 2004-08-04 08:38:40 +00:00
a51b678ac4 move <br /> into suffix param 2004-08-04 08:37:13 +00:00
d423a6766d use short dateformat only 2004-08-04 08:36:14 +00:00
1016432a40 check for param.clipping == null in content_macro 2004-08-03 12:26:13 +00:00
4e2b88bf6a add check for app.data.redirectPostRequests switch to redirect site post requests to another URL 2004-08-03 12:24:43 +00:00
9f7262d41e check if param.id is set in poll_macro 2004-08-03 12:23:10 +00:00
97a6d55729 initial check-in 2004-08-03 11:00:40 +00:00
a99f974ae9 replaced nice typographic quote entities with ugly double quotes ascii char in mail messages 2004-08-02 15:32:07 +00:00
1ff0e14200 added dot.gif to global DefaultImages 2004-08-02 15:05:35 +00:00
Robert Gaggl
cb4034391d fixed a typo in SKINSET constant: it's StoryMgr, not Storymgr 2004-08-01 22:57:47 +00:00
Robert Gaggl
62e8cff0b4 bugfix: use mixed case prototype names for groupnames 2004-08-01 13:04:04 +00:00
Robert Gaggl
1f687117fa bugfix in editlink_macro(), deletelink_macro(), onlinelink_macro() and viewlink_macro():
renderImage is a global method, not a site's one
2004-08-01 12:23:28 +00:00
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