e942ee92fe
fixed bug in onlinelink_macro: "param" instead of "linkParam"
2002-06-04 15:37:41 +00:00
ead0df33ee
changed openMarkupElement("a", param) calls back to openLink(url) to obtain nice and slim code
2002-06-04 15:36:15 +00:00
f82b1aa47c
moved <form> tags on positions that are appropriate for xhtml compatibility (hopefully...)
2002-06-04 15:34:47 +00:00
109888ea5f
modified skins_macro() to fit with the newly implemented functions for rendering markup just to notice that this function looks like it is obsolete...?
2002-06-04 15:17:33 +00:00
3baac801a0
moved renderInputText() et al. and renderImage() from hopobject to global
2002-06-04 14:53:17 +00:00
Robert Gaggl
3964079da5
changed one of the (hopefully) last instances of user to session.user
2002-06-04 14:20:19 +00:00
Robert Gaggl
21b9a7c6a4
changed to use global markupelement-functions, global openLink() and closeLink()-funtions
...
also formatTimestamp() is a global function now
2002-06-04 14:19:11 +00:00
Robert Gaggl
fa9242ba24
changed to use global openLink() and closeLink()-funtions
2002-06-04 14:18:41 +00:00
Robert Gaggl
62aad7f603
now using global markupelement-functions resp. global openLink() and closeLink()-funtions
2002-06-04 14:18:27 +00:00
Robert Gaggl
1e23636419
changed to use global markupelement-functions resp. global openLink() and closeLink()-funtions
...
also formatTimestamp() is a global function now
2002-06-04 14:17:25 +00:00
Robert Gaggl
4f25b91665
using global formatTimestamp() now
2002-06-04 14:15:14 +00:00
Robert Gaggl
0d45181646
activated isDenied() again
2002-06-04 14:14:00 +00:00
Robert Gaggl
b59a3afa34
buttons are now named "save" and "cancel" instead of "submit"
2002-06-04 14:13:19 +00:00
Robert Gaggl
8216b4fe9e
removed formatTimestamp() which is a global function now
2002-06-04 14:12:56 +00:00
Robert Gaggl
51f89da446
now using global formatTimestamp(), the wrapper in weblog was removed
2002-06-04 14:12:11 +00:00
Robert Gaggl
ff881a5988
createLinkParam now prefixes attributes urlparam with "?", anchor with "#" (no need to specify these in functions or macros)
2002-06-04 14:11:29 +00:00
Robert Gaggl
899a49a764
removed hardcoded #-sign in anchor-attribute of commentcounter-macro
2002-06-04 14:08:22 +00:00
Robert Gaggl
ef395b83c5
removed openLink() and closeLink(), they're global functions now (shortcuts using global markupelement-functions)
2002-06-04 14:07:49 +00:00
Robert Gaggl
e7a367f698
added global function openLink() that takes a URL as argument to render a simple a href-tag
...
added global function closeLink()
some code-formatting done
2002-06-04 14:06:58 +00:00
Robert Gaggl
629ae7dd21
uid doesn't exist anymore, now simply checking for user-object
2002-06-04 14:05:40 +00:00
Robert Gaggl
f42a499116
now using global markupelement-functions to render links
2002-06-04 14:04:46 +00:00
Robert Gaggl
45a9f85a40
now using global markupelement-functions
2002-06-04 14:04:02 +00:00
96867d716e
updated function documentation of thumbnail_macro() to reflect recent changes
2002-06-04 10:31:36 +00:00
06103c16b4
modified thumbnail_macro() to create a thumbnail with javascript pop-up function (to be really backwards compatible)
2002-06-04 10:29:45 +00:00
Robert Gaggl
2321a53cc1
now using passed param-object directly instead of creating a new instance of it
2002-06-03 23:25:43 +00:00
Robert Gaggl
995cce36e1
fixed typo
2002-06-03 23:24:27 +00:00
Robert Gaggl
a77c750406
added assignment of param.width to param.size (temporary, i think we should drop the usage of non-html-attributenames)
2002-06-03 23:22:55 +00:00
ffca47cc52
fixed markup to be xhtml compatible
2002-06-03 17:10:21 +00:00
80daa06c2a
res.write(simpleDropDownBox()) is replaced by renderDropDownBox() in level_macro()
2002-06-03 17:09:19 +00:00
d052a593c6
threw out markup and using global functions openMarkupElement() et. al. instead
2002-06-03 17:02:29 +00:00
69216f2b3e
new function getStaticUrl()
2002-06-03 17:00:08 +00:00
a8599fa882
new and improved function createLinkParam()
2002-06-03 16:59:48 +00:00
7a1bdb8327
kept already deprecated function cloneObject() for later use (you'll never know...)
2002-06-03 16:59:03 +00:00
284ee190e0
threw out markup and using global functions openMarkupElement() et. al. instead
2002-06-03 16:57:07 +00:00
a491176656
res.write(simpleDropDownBox()) is replaced by renderDropDownBox() in level_macro()
2002-06-03 16:56:14 +00:00
9cd45dea94
removed link_macro() and moved check for access permission (param.checkdeny) to hopobject/macros.js:link_macro()
2002-06-03 16:54:34 +00:00
a64eae6318
FIXME!
...
is param.as == "editor" still in use in choices_macro()?
2002-06-03 16:54:15 +00:00
f7406d2043
the function imageeditor_macro() needs to be fixed
2002-06-03 16:50:54 +00:00
f25b34fb5b
new and improved html link macro
2002-06-03 16:50:02 +00:00
2ea7797c89
fixed markup to be xhtml compatible
2002-06-03 16:49:20 +00:00
5f07b15990
threw out markup and using global functions openMarkupElement() et. al. instead
2002-06-03 16:45:08 +00:00
Hannes Wallnöfer
783fb0ff69
changed user.login() to session.login().
2002-06-02 18:21:16 +00:00
Hannes Wallnöfer
bea7b72a7d
Removed meta Content-type tag that contained charset "utf-8"
...
(which is not necessary because Helma sets this correctly
in the response header and will in most cases be wrong and result
in non-ASCII characters not working because utf-8 is not used
unless explicitly set in server or app properties)
Added link tag for automatic RSS discovery (see
http://project.antville.org/stories/57209/ )
2002-06-02 16:48:54 +00:00
Hannes Wallnöfer
65edd56ae6
changed search form method from POST to GET
2002-06-02 16:40:05 +00:00
Hannes Wallnöfer
75206649b7
found one more instance of "res.body"
2002-06-02 16:39:37 +00:00
Hannes Wallnöfer
b6420af0d0
don't writeln() out the search query.
2002-06-02 16:38:06 +00:00
Hannes Wallnöfer
1a8b17fc38
Use new flexible searchWeblogs() function in root, which potentially
...
can search in all weblgs, although we don't use/expose that
functionality yet.
2002-06-02 16:33:12 +00:00
Hannes Wallnöfer
97c78a3936
searchWeblogs can now search one or any weblogs and returns
...
its result as an array of objects holding story ids and weblog alieases.
2002-06-02 16:32:10 +00:00
Robert Gaggl
757069a75f
changed code to run with snapshot 20020531-fc:
...
- no more res.skin, using renderSkin instead
2002-06-02 16:18:35 +00:00
Robert Gaggl
d04c718c09
global function getUser() isn't supported anymore, now directly accessing root.users-collection
2002-06-02 16:18:17 +00:00