Christoph Lincke
18b70fe6e0
new string.embody() in lib
2005-09-26 16:45:02 +00:00
Christoph Lincke
18d44eecda
whitespaces instead of spaces as delimiter
2005-09-23 14:16:09 +00:00
Christoph Lincke
da08393ce1
rewritten String.embody method
2005-09-23 13:50:36 +00:00
Christoph Lincke
1154a5adca
content macro now passes the delimiter parameter
2005-09-23 13:49:07 +00:00
Christoph Lincke
124a74aa42
displays 6 words instead of 50 chars
2005-09-23 13:47:58 +00:00
Christoph Lincke
d11cdb625a
embed macro now displays 20 words instead of 100 chars
2005-09-23 13:46:00 +00:00
Christoph Lincke
c724834543
added .stripTags() before .clip()
2005-09-21 16:30:42 +00:00
Christoph Lincke
72104e9fa6
updated to latest snapshot because String.clip() has changed
2005-09-21 14:36:27 +00:00
Christoph Lincke
5eac776e9d
changed clipping behaviour in the story.part macro:
...
tags are not stripped when part is not clipped
you should add a as="plaintext" in the story.historyItem skin, if you don't want html
in the sidebar.
2005-09-21 14:33:07 +00:00
Christoph Lincke
57d6a58519
added as="plaintext" to work well with the new story.part macro
2005-09-21 14:07:01 +00:00
Christoph Lincke
ea3c22795e
added overflow:hidden to .historyitem
2005-09-21 14:04:14 +00:00
Christoph Lincke
0be783568b
removed gremlins and corrected misplaced </div>
2005-09-21 14:02:43 +00:00
Robert Gaggl
b505f168e3
fixed skinmanager-treeview: searchform.skin was renamed to searchresult.skin, changed
...
explanation too.
2005-09-06 11:26:42 +00:00
Robert Gaggl
70571afa89
bugfix in layout-export/import: always use UTF-8 as encoding
...
to avoid encoding-problems (lost umlauts etc.)
2005-09-06 10:56:14 +00:00
7a2b8bb7db
added lost helma image
2005-05-09 07:42:25 +00:00
d52c5e7c4c
commit of updated library package
2005-05-06 15:12:08 +00:00
Robert Gaggl
55da42d475
changed ZipLib.extractAll() to Zip.extractData() (fixes bug 422, http://helma.org/bugs/show_bug.cgi?id=422 )
2005-05-01 18:21:10 +00:00
6653f5c8f5
removed obsolete topic mapping
2005-04-28 12:11:11 +00:00
537454f888
bugfix: writeReadLog tried to retrieve stories from recently removed root.storiesByID collection; replaced with Story.getById method
2005-03-02 11:45:03 +00:00
631d96457a
bugfix: previous commit (which removed the setContent methods) caused antville to
...
not record any story or comment data at all. thus, i added the content.setAll method in
place of the removed setContent calls.
2005-02-19 12:08:51 +00:00
Robert Gaggl
382f27a9ec
changed debug output of search_action
2005-02-13 15:05:18 +00:00
Robert Gaggl
2302231e09
removed collection "storiesById" of root, using Story.getById() instead to retrieve a story with a given id.
2005-02-13 14:53:53 +00:00
Robert Gaggl
89302943c4
minor fix
2005-02-13 14:04:02 +00:00
Robert Gaggl
a86cb101c1
* reworked layout export: image-metadata is exported even if the file itself is missing, cleaned up code
...
* fixed bug 409 (http://helma.org/bugs/show_bug.cgi?id=409 )
2005-02-13 13:58:41 +00:00
Robert Gaggl
8e575f747d
removed setContent(): the rawtext is of no use anymore since search is now using lucene
2005-02-13 13:33:31 +00:00
Robert Gaggl
5f1a6d4ba3
fixed wrong message key
2005-02-12 16:20:27 +00:00
Robert Gaggl
3001d62308
* modified search-action: omit offline stories/comments. this leads to the total number of hits being "adjusted" on subsequent pages (the total number of hits is calculated on the fly since we can't know how many following stories/comments will be offline)
...
* use static method getById() of prototype Story to fetch the story/comment
2005-02-12 16:11:20 +00:00
Robert Gaggl
de5169c14e
modified metaWeblog.newMediaObject: seems that base64-decode is unnecessary since the file contents are already decoded
2005-02-12 14:55:36 +00:00
275b806654
sync with updated library
2005-02-05 15:56:55 +00:00
Robert Gaggl
9d33940155
added cron job for index rebuilding
2005-01-30 11:21:42 +00:00
Robert Gaggl
b4fe89d9e3
re-enabled various scheduler tasks that where commented out erronously
2005-01-30 11:20:21 +00:00
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