1e520c248a
* Merged source code files of one prototype into one single file named after the prototype
...
* Applied ECMAScript compliant syntax to prototype member definitions
* Cleaned up directory structure
2007-06-23 14:53:39 +00:00
2ab454d740
* Merged all code files into Site.js
...
* Applied ECMAScript compliant syntax to prototype method definitions
2007-06-22 19:46:57 +00:00
cbc618de7c
fixed missing quote
2007-01-26 10:54:12 +00:00
9075fbd7eb
add sys_title as prefix to notification e-mails
2007-01-26 10:52:13 +00:00
63ec8ab8e2
* fixed bug accidentally introduced by last commit
2007-01-25 17:50:26 +00:00
6f5c56c038
* fixed bug that caused sending of notification mails when a story is saved
...
offline. (potentially, this would work with offline files, images etc. if
they existed.)
* reduced a few lines of code
2007-01-25 17:49:04 +00:00
d76d17ddb0
removed check whether site modifier equals site creator when changing e-mail notification options
2006-05-10 11:51:40 +00:00
Robert Gaggl
6534f0d2fa
simplified getIndexDocument (add multiple "text" fields to document since lucene will concatenate them internally into one field)
2005-11-10 15:33:11 +00:00
5e10032a02
fixed clip method according to latest changes in antvilleLib
2005-11-06 12:50:44 +00:00
Christoph Lincke
c724834543
added .stripTags() before .clip()
2005-09-21 16:30:42 +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
7a2b8bb7db
added lost helma image
2005-05-09 07:42:25 +00:00
Robert Gaggl
382f27a9ec
changed debug output of search_action
2005-02-13 15:05:18 +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
3fabb3c3cf
first implementation of lucene-based search in antville
2005-01-24 22:24:37 +00:00
980ef2b3c3
slight but general overhaul of rss framework
2004-10-27 08:51:38 +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
62e8cff0b4
bugfix: use mixed case prototype names for groupnames
2004-08-01 13:04:04 +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
b848bfe452
removed obsolete line which caused a client-side javascript error
2004-07-28 09:49:57 +00:00
Robert Gaggl
a608b71ca7
fixed severe bug in checkAccess()
2004-06-15 11:23:26 +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
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
Robert Gaggl
cd5814437b
modified evalPreferences(): added module hook. loop over all modules and
...
apply their method evalPreferences() to the site object. with this a module
is responsible for evaluating and storing its site preferences
2004-03-21 15:22:26 +00:00
Robert Gaggl
7bad934fe1
added call of modulePreferences macro
2004-03-21 14:31:47 +00:00
Robert Gaggl
37e9e85025
- modified navigation_macro(): it now embeds module specific navigation
...
if called with appropriate parameters
- added moduleNavigation_macro() to allow free placement of module
specific navigation in a skin
- added modulePreferences_macro() to embed any module specific preferences
in site preferences
2004-03-21 14:28:05 +00:00
Robert Gaggl
617354602f
modified navigation macro calls to embed any module specific navigation
2004-03-21 14:24:47 +00:00
01f4172303
* 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
371da1e94b
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
ee5a969fc2
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
Robert Gaggl
f4b5aee36a
modified history_macro(): it now can display just stories or comments (default behaviour: show all
...
this change is not backwards compatible (param.show was used for limiting the list, now use param.limit for that)
2004-02-29 16:10:53 +00:00
Robert Gaggl
089610b27b
committed Michi Platzer's patch that implements
...
- diskquota-limits per site
- limits for site-alias and username (30 characters)
- display of last stories/comments of a user in system manager
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000488.html )
2004-02-18 17:53:02 +00:00
Robert Gaggl
588927e333
committed matthias platzer's language patch
...
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000489.html )
2004-02-16 17:51:26 +00:00
8ee3492a9d
also escape selected text to prevent missing parts
2004-02-11 15:31:25 +00:00
11bd4b0021
fixed bug that caused a "permission denied error" whenever trying to use the context menu from another domain [see http://www.philringnalda.com/blogthis for details]
2004-02-10 14:32:10 +00:00
9167ae6a0d
added FIXME comment
2004-02-08 20:43:50 +00:00
0245138f29
* added missing textinput resource tag
...
* modified order of items / textinput to prevent confusion of some badly written feed readers
2004-02-08 20:42:28 +00:00
734344a8ba
rss_action:
...
* updated to ecmascript 1.5 syntax
* added subtitle for output as topic or w/ comments
* output site e-mail if user e-mail is not available
2004-02-08 20:37:48 +00:00
9281800c2a
fixed bug that caused exception in spamfilter_macro when no spamfilter is defined
2004-02-02 16:21:16 +00:00
9f3859037d
fixed bug that caused the spamfilter to stop from working
2004-01-14 13:32:16 +00:00
fd9d0b503f
* re-added hopobject.url_macro as user-friendly wrapper for hopobject.href_macro
...
* replaced all xxx.href macro calls to xxx.url
2004-01-13 15:36:23 +00:00
a76c64aea1
removed hopobject.url_macro and replaced macro calls with the href macro
2004-01-13 14:24:12 +00:00
b4a6f23d1f
cleaned up code
2004-01-13 12:25:53 +00:00
dd5bdebd90
fixed bug that caused incorrect output of the year in <dc:rights> tags
2004-01-13 10:19:48 +00:00
7f5c145a7f
fixed bug that caused incorrect output of the year in <dc:rights> tags
2004-01-12 17:33:53 +00:00
32323abe65
cleaned up code
2004-01-12 16:44:25 +00:00