Robert Gaggl
51c5d3ece6
changed "all skins" to "default skins" (since the tree view doesn't contain
...
custom skins)
2004-03-15 07:35:30 +00:00
Robert Gaggl
fcada99e8b
added methods
...
- getOriginalSkin()
- getCustomSkins() returns all custom skins of a layout plus those of
any parent layout in the chain.
2004-03-15 07:34:50 +00:00
Robert Gaggl
f6ff31d185
modified renderList(): it now accepts either a hopobject collection or an array
2004-03-15 07:33:02 +00:00
Robert Gaggl
1d567764ef
using difflink- and deletelink macros instead of unconditional links
2004-03-15 07:32:32 +00:00
Robert Gaggl
b07f7d74d4
added difflink_macro() and deletelink_macro()
2004-03-15 07:32:03 +00:00
Robert Gaggl
372611b5fb
fixed some message property names according to root.sys_allowEmails_macro
2004-02-29 21:34:09 +00:00
Robert Gaggl
e844686124
bugfix in deleteImage(): check if image is a site image (not a layout one) before decrementing diskusage
2004-02-29 20:36:56 +00:00
Robert Gaggl
ff26a78f66
changed content_macro(): use images.get(), otherwise an image whose name is a number (eg. 1001) won't be found
...
(fixes http://helma.org/bugs/show_bug.cgi?id=328 )
2004-02-29 16:53:56 +00:00
Robert Gaggl
c5e89b3e11
modified getRenderedContentPart(): it now accepts a second parameter defining any special formatting of the content part (currently "plaintext" and "alttext")
2004-02-29 16:16:37 +00:00
Robert Gaggl
db341b6b52
modified content_macro(): pass param.as to getRenderedContentPart() since the latter now accepts different text formats (plaintext, alttext ...)
2004-02-29 16:15:14 +00:00
Robert Gaggl
b1f764e855
removed assignment of cache.modifytime in updateComment(): this timestamp was used to check if the content of a comment/story was updated, but isn't used anymore
2004-02-29 16:14:12 +00:00
Robert Gaggl
991839a7c2
modified renderImage(): exchanged param.description with param.alt so that users can override the alttext of an image in the calling macro tag
2004-02-29 16:12:48 +00:00
Robert Gaggl
c4683f8110
added method getLastModified() that returns the internal __lastModified__ property of the property manager's cache
2004-02-29 16:11:53 +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
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