Commit graph

1177 commits

Author SHA1 Message Date
Robert Gaggl
92277b173c merged changes done in branch "grob_message" into main trunk (weblog-history is now rendered using <div>-tags to avoid xhtml-incompatible page-source) 2002-06-12 17:19:32 +00:00
Robert Gaggl
49c623f75b merged changes done in branch "grob_message" into main trunk 2002-06-12 17:19:05 +00:00
Robert Gaggl
5b63058c89 merged changes done in branch "grob_message" into main trunk (removed unused skins_macro()) 2002-06-12 17:17:22 +00:00
Robert Gaggl
056d21cb38 merged changes done in branch "grob_message" into main trunk (removed hardcoded questionmarks in urlparam-attribute) 2002-06-12 17:16:55 +00:00
Robert Gaggl
e252d3df2c merged changes done in branch "grob_message" into main trunk (weblog-history is now rendered using <div>-tags to avoid xhtml-incompatible page-source; removed explicit declaration of utf-8) 2002-06-12 17:12:27 +00:00
Robert Gaggl
a51b899486 merged changes done in branch "grob_message" into main trunk 2002-06-12 17:08:32 +00:00
Robert Gaggl
a565bd4b2d corrected comment 2002-06-12 16:28:09 +00:00
Robert Gaggl
fd824e4934 removed a second form-tag (method GET!) which made it impossible to upload goodies (don't know how this form-tag got in here ...) 2002-06-11 10:44:47 +00:00
Robert Gaggl
28dae4bf68 initial check-in. this file creates an object-tree beneath app.data.de containing two "classes" of german application-messages: error and confirm. the messages themselves are basically skins stored as properties (several functions in global/objectFunctions.js are responsible to retrieve/render them) 2002-06-10 11:43:48 +00:00
Robert Gaggl
50602bb1f7 initial check-in. this file creates an object-tree beneath app.data.en containing two "classes" of application-messages: error and confirm. the messages themselves are basically skins stored as properties (several functions in global/objectFunctions.js are responsible to retrieve/render them) 2002-06-10 10:57:08 +00:00
e801583ca9 commented out two lines that were introduced to make listReferrers_macro() compatible with hsqldb but obviously they do not work with mysql... (since i assume hsqldb won't be around for much longer, i think these lines could later be removed, anyway). 2002-06-08 12:45:24 +00:00
Robert Gaggl
3e5404cccc reenabled ordering of groupnodes 2002-06-05 18:31:32 +00:00
ee2768d049 renderImage went global (in show_macro) 2002-06-04 18:12:30 +00:00
0327e048f1 removed some more markup from function code and fixed thumbnail_macro for backwards compatibility 2002-06-04 18:11:59 +00:00
1068dd9727 renderImageList is NOT global... 2002-06-04 18:11:16 +00:00
adb5fd01a4 removed "?" from urlparam and "#" from anchor parameters in link macros 2002-06-04 17:58:19 +00:00
fb002dab12 replaced td attribute "background" with appropriate style attribute for xhtml compatibility (this is supposed to be a transitional fix, in the end there should be a class/id doing the job) 2002-06-04 17:34:07 +00:00
1259599284 fixed a bugfix in meta/content-type tag... (sigh!) 2002-06-04 17:18:08 +00:00
837b131dc9 added meta/content-type tag 2002-06-04 17:07:39 +00:00
fddcbdf145 fixed typo in meta/content-type tag; added link tag for rss feed 2002-06-04 17:06:35 +00:00
25a30566f5 modified code on the search for xhtml compatibility (mainly adding quotes to non-quoted attribute values) 2002-06-04 16:27:09 +00:00
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