Commit graph

120 commits

Author SHA1 Message Date
e18332f3b3 fixed bug that prevented display of color squares in some browsers 2002-08-01 17:21:27 +00:00
cdd1d1c38d added colorpicker_action() 2002-08-01 16:20:32 +00:00
32dfdfd0c1 initial check-in for colorpicker feature 2002-08-01 16:18:45 +00:00
4e85f6d61b added colorpicker_macro() 2002-08-01 16:16:11 +00:00
42eeb48220 added contentTypes although that does not seem to have a lot of effect... 2002-07-29 17:40:46 +00:00
1a6d51174a style.skin and javascript.skin of a prototype are now wrapped into hac files
(ie. made public) for streamlined integration of script code and css definitions.
2002-07-29 17:33:02 +00:00
1bdafc20a0 moved createtime_macro() to macros.js in hopobject prototype 2002-07-26 12:38:44 +00:00
f790bfb689 result of merge with helmaville 2002-07-26 12:31:36 +00:00
Robert Gaggl
d2f4fcdb3b moved input_macro() to global (but left the input_macro() here for backwards-compatibility, calling the global macro) 2002-07-19 08:43:26 +00:00
Robert Gaggl
d5823a468a - input_macro() moved from hopobject to global (and echoes request data by default)
- added missing name-attribute for buttons
2002-07-19 08:42:32 +00:00
Robert Gaggl
c882d3d7e6 changed because the prototype weblog was renamed to site 2002-06-26 17:29:39 +00:00
Robert Gaggl
f683928b12 small change because the prototype weblog was renamed to site 2002-06-26 16:57:57 +00:00
Robert Gaggl
cd8dfe8aeb now calling creator_macro() which is the renamed author_macro() 2002-06-26 16:22:41 +00:00
Robert Gaggl
23e0cab449 merged changes done in branch "grob_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language) 2002-06-12 17:19:47 +00:00
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
3baac801a0 moved renderInputText() et al. and renderImage() from hopobject to global 2002-06-04 14:53:17 +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
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
2321a53cc1 now using passed param-object directly instead of creating a new instance of it 2002-06-03 23:25:43 +00:00
d052a593c6 threw out markup and using global functions openMarkupElement() et. al. instead 2002-06-03 17:02:29 +00:00
a8599fa882 new and improved function createLinkParam() 2002-06-03 16:59:48 +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
Robert Gaggl
cb35759bd0 changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
2002-06-02 16:05:16 +00:00
Robert Gaggl
e4e9e03232 now using global function isUserBlocked(), changed user.logout() to session.logout() 2002-06-02 15:33:00 +00:00
29e83c3880 first step of complete rewrite of how html macros are rendered 2002-05-17 19:59:45 +00:00
Hannes Wallnöfer
c12d376466 database skins are now contained within the mounted skinmgr
object itself, avoiding the dual "skins" and "skinmanager" properties
in weblog ("skins" with prototype skinmgr for performing skin
management, "skinmanager" as untyped collection containing the
actual skins). From now on, everything is contained in and managed
by weblog.skins.
2002-05-16 14:26:29 +00:00
Robert Gaggl
2e859f2bf1 include action in form-tag 2002-05-15 23:06:41 +00:00
Hannes Wallnöfer
26d19e76fc removed less-than char at beginning of file 2002-05-15 13:11:06 +00:00
Hannes Wallnöfer
04e9deb6a0 check if there is a path.weblog before accessing it (twice) 2002-05-15 13:04:58 +00:00
Robert Gaggl
29a043a53d onRequest() is now calling autoLogin() 2002-03-27 12:53:58 +00:00
Robert Gaggl
fd49a3a8a0 initial check-in, contains onRequest() which
- sets the skinpath
- checks if weblog is blocked
- checks if user is blocked
2002-03-27 11:10:42 +00:00
Robert Gaggl
eaa1e38986 code-cleanup 2002-03-27 11:09:13 +00:00
Robert Gaggl
efe8a8c006 fixed a silly ui-bug (mentioning a button "delete" that is actually called "remove" ...) 2002-02-10 16:31:28 +00:00
Robert Gaggl
7feb23b33f border is now setable in renderImage() 2002-02-08 05:54:37 +00:00
Hannes Wallnöfer
f809a017e1 added optional anchor parameter in openLink function. 2002-02-05 16:30:10 +00:00
Robert Gaggl
f6af7c7cff removed unused dropDown-functions 2002-01-22 20:14:32 +00:00
Robert Gaggl
9886cc91be removed old dropDown-functions 2002-01-22 20:10:04 +00:00
Robert Gaggl
d3f8aa1180 - changed line-up of buttons to the right order 2001-12-10 23:09:22 +00:00
Robert Gaggl
6ed254febf - macros dealing with display of time now have two simple format options ("short" and "long") 2001-12-10 22:59:35 +00:00
Robert Gaggl
de19570b2f nothing done ... 2001-12-10 22:59:15 +00:00
Robert Gaggl
7ac4405248 - new function renderDateformatChooser()
- openLink() now is able to link into childobjects
2001-12-10 22:59:02 +00:00
Hannes Wallnöfer
cad2142a0a return a name to be used for this object in the global
linkedpath macro.
2001-12-04 13:16:33 +00:00
Hannes Wallnöfer
55951d7a52 added loopskin_macro, which simply loops over subnodes
and renders a skin on each, which is specified by the name
parameter.

This makes it possible to call skins on subnodes from a skin
in the parent object without calling an intermediary macro.

It's currently used in the main skin of topicmgr.
2001-12-04 13:15:52 +00:00
Robert Gaggl
3137f66cee bugfix 2001-11-18 22:05:08 +00:00
Robert Gaggl
e5b4b254cb moved renderTextPreview to global 2001-11-03 09:13:54 +00:00
Robert Gaggl
79563153fa added suffix 2001-10-21 12:05:34 +00:00
Robert Gaggl
46693bf6a7 moved renderImage-function from weblog to hopoject 2001-10-21 11:58:10 +00:00
Robert Gaggl
4785a4abcc minor change 2001-10-20 11:29:37 +00:00
Robert Gaggl
b45fc850ab bugfix 2001-10-07 20:17:08 +00:00