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
842e1a882d
* removed deprecated wrapper macros for output of res.data.xxxlist
...
* replaced call for deprecated macro with response.xxxlist
2004-01-12 15:20:15 +00:00
4d5ea7581a
* removed deprecated wrapper macros for output of res.data.xxxlist
...
* replaced call for deprecated macro with response.xxxlist
2004-01-12 14:47:25 +00:00
93cf7fb159
* removed deprecated wrapper macros for output of res.data.xxxlist
...
* replaced call for deprecated macro with response.xxxlist
2004-01-12 13:47:40 +00:00
00add30ef2
replaced all occurences of "weblog" with "site"
2004-01-12 13:16:37 +00:00
b78276fffc
removed all <b> tags with <strong> and all <i> taqs with <em>
2004-01-12 12:55:53 +00:00
bb23b0ad62
decreased vertical space between list items
2004-01-12 12:47:59 +00:00
304e1cc0be
modified delete_actions and corresponding delete.skin
2004-01-12 12:47:18 +00:00
Robert Gaggl
91d11ad2e3
fixed staticPath that was checked in erronously
2004-01-11 17:02:35 +00:00
7a5706d05d
sync'd with updated library
2004-01-09 19:59:32 +00:00
e12e9475f2
replaced "this" with prototype's name
2004-01-09 19:56:37 +00:00
31fa4ae0e7
added proto_macro to get correct macro syntax for global macros
2004-01-09 19:52:24 +00:00
436fc1061f
rewrote skin help by moving content of the macro.help file into a readable object structure which is transformed into a more scripting-compatible object tree at startup
2004-01-09 19:48:59 +00:00
ff54e55e4e
removed obsolete skin descriptions
2004-01-09 19:40:15 +00:00
09e60c0f8a
removed obsolete skin references
2004-01-09 19:39:38 +00:00
9aa6137b2a
added missing return
2004-01-09 19:33:02 +00:00
6c7a5e69a2
replaced "this" with "topicmgr"
2004-01-09 19:32:40 +00:00