Commit graph

2767 commits

Author SHA1 Message Date
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
2302ba2f59 bugfix in edit_action(): changed redirect url to avoid anchor growing with each save request in internet explorer 2004-02-29 16:08:04 +00:00
Robert Gaggl
42e1338f6f committed bugfix patch from matthias platzer
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000498.html)
2004-02-29 16:06:18 +00:00
2f99c2cd03 fixed bug that prevented offline stories from being browsed 2004-02-24 16:34:57 +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
Michael Platzer
a2569f7df9 minor fixes of matthias' language patch 2004-02-17 19:43:52 +00:00
Michael Platzer
4276cd82e1 minor fixes of matthias' language patch 2004-02-17 19:41:31 +00:00
Michael Platzer
7e63070862 fixed typo introduced by matthias' patch 2004-02-17 19:36:09 +00:00
Robert Gaggl
743f1dd43d initial check-in 2004-02-16 17:51:55 +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
Hannes Wallnöfer
0de5d868df Added workaround to display System skin section when root prototype is "Root"
(with bug #325 fixed)
2004-02-13 15:25:00 +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
67427f2a37 added missing semicolon 2004-02-02 16:18:11 +00:00
b6ec95973b backlinks_macro:
* removed obsolete code
* updated for using antville library
2004-02-02 16:14:18 +00:00
Robert Gaggl
e31fc90bd5 fixed a bug in switch_macro(): because the root-layout is stored in root.sys_layout (and not .layout as for sites) retrieve the currently active layout object and compare it directly 2004-01-18 12:25:53 +00:00
Robert Gaggl
34e01d5a6b modified evalSystemSetup(): make sure the sys_url ends with a slash, otherwise the external stylesheet/javascript won't be found 2004-01-16 12:24:07 +00:00
Robert Gaggl
fabe74b211 - changed removal of comments: use comment.remove() instead of calling the parent's remove method (which is deprecated in helma)
- "notify" all comment collections with removeChild() because of aggressive cachemode (otherwise they won't be reloaded)
2004-01-16 11:47:42 +00:00
Robert Gaggl
4f301fb76c remove hopobjects by using their own method remove() now (the former way to call the remove() method of the parent and pass the object to delete is deprecated in helma) 2004-01-16 11:45:26 +00:00
254bb40537 tried to fix the still immanent file naming behaviour (this might need more involvement) 2004-01-14 15:52:39 +00:00
a8b8760c6a fixed url for rss auto-detection 2004-01-14 14:23:04 +00:00
7a1877399a changed redirect url in sysmgr.edit_action after clicking the save button 2004-01-14 13:33:23 +00:00
9f3859037d fixed bug that caused the spamfilter to stop from working 2004-01-14 13:32:16 +00:00
da8cba6094 fixed bug that caused empty aliases being created from file names starting with a period (e.g. ".htaccess") 2004-01-14 13:30:46 +00:00
12ee21ddc3 fixed macro help to finally work one day... 2004-01-13 15:39:51 +00:00
9528c30cd3 sync'd with updated library 2004-01-13 15:37:32 +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
82c28d737b removed commented and thus obsolete html code 2004-01-13 14:34:50 +00:00
80202814c7 added as="link" option to url_macro 2004-01-13 14:33:20 +00:00
a76c64aea1 removed hopobject.url_macro and replaced macro calls with the href macro 2004-01-13 14:24:12 +00:00
e559f5d470 cleaned up code 2004-01-13 14:20:44 +00:00
b4a6f23d1f cleaned up code 2004-01-13 12:25:53 +00:00
6e432aa543 * added skinmgr.globalmacros_macro and prevented output of global macros in skinmgr.macros_macro
* fixed bug that caused exception in skinmgr.skinmacros_macro when displaying a custom skin
* fixed default prototype names according to latest helma changes (starting with uppercase)
2004-01-13 10:56:44 +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
bc5de46152 * removed obsolete function
* added return at end of a function wherever missing
2004-01-12 16:39:24 +00:00
e4ee0daad1 removed obsolete file 2004-01-12 16:33:14 +00:00
7c215c4a28 fixed bug that caused skin macros to be displayed in one line and unsorted 2004-01-12 16:15:40 +00:00
c875c2684d slight changes 2004-01-12 15:57:28 +00:00
8549091d22 * removed deprecated wrapper macros for output of res.data.xxxlist
* replaced call for deprecated macro with response.xxxlist
2004-01-12 15:52:57 +00:00
034db1d715 set createtime format to logical order 2004-01-12 15:52:19 +00:00
7b58f076ac replaced site.href url with response.action 2004-01-12 15:51:27 +00:00
da49cb2f50 modified way how searchbox.skin is embedded (we now even could move its contents in here and drop the skin) 2004-01-12 15:50:20 +00:00
928e48f323 added rss_xml_action wrappers for rss_action 2004-01-12 15:49:18 +00:00
29800df812 updated the contents of the global help.js file to reflect the current macros and skins and by the way removed code which was either obsolete, deprecated or went into antvillelib 2004-01-12 15:47:38 +00:00