Commit graph

181 commits

Author SHA1 Message Date
0a6795757e moved wrapper functions for javascript and stylesheet actions from hopobject/actions.js to site/actions.js 2002-08-08 12:10:19 +00:00
c282827935 extended regExp for rgb colors to allow more whitespace (just a kind concession) 2002-08-04 10:41:22 +00:00
d2540d1498 renamed renderColorAsString() to parseColor(); added some more extensive checks for rgb values using regExp. 2002-08-04 10:31:21 +00:00
11bec4042e moved part parsing the color string to new function parseColor() in cp_javascript.skin 2002-08-04 10:27:50 +00:00
4f73818d0a added some more checks to make the input failsafe 2002-08-04 00:28:02 +00:00
fa7018febc finally added a list of colornames to check against entered form values; simultaneously made some changes from before undone 2002-08-04 00:04:18 +00:00
9201c41331 rgb(r,g,b) values are now displayed as hex colors, too 2002-08-03 22:58:33 +00:00
35022eaa92 removed init script and call for it (color squares are built anyway) 2002-08-03 22:11:22 +00:00
1cad1e82ce fixed output for mozilla browsers (they had some problems displaying the color squares without whitespace); removed old code. 2002-08-03 21:37:46 +00:00
41929108d7 fixed bug that prevented color plates from initially being displayed. 2002-08-02 18:09:54 +00:00
0fce11dfa5 revamped the colorpicker (pls. refer to http://project.antville.org/20020801/111364/#112621) 2002-08-02 16:27:19 +00:00
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