Commit graph

1563 commits

Author SHA1 Message Date
e91865df90 removed style and javascript tags including comments 2002-08-09 15:46:54 +00:00
16632edb72 replaced all occurrences of "this" with the name of the corresponding prototype 2002-08-09 15:45:59 +00:00
a1660ebb01 renamed all occurrences of "this." to "site." 2002-08-09 14:38:55 +00:00
e06176c21f added searchbox macro and skin 2002-08-09 14:38:26 +00:00
bcc5baede6 changed order of links 2002-08-09 13:40:19 +00:00
181f7da90d moved render functions from objectFunctions.js to renderFunctions.js 2002-08-09 13:38:43 +00:00
9b6d2560c2 removed because contents went into site/mains.skin 2002-08-09 13:37:29 +00:00
a9c025c407 test 2002-08-09 13:36:35 +00:00
0629846f5d added commentary to functions where it was missing 2002-08-09 13:25:49 +00:00
Robert Gaggl
e368af6b74 removed (contents of this skin were moved into page.skin) 2002-08-09 12:17:09 +00:00
3f7a7c8170 added commented-out preview link to set background color for a preview 2002-08-09 12:13:54 +00:00
ad64933c56 added function setBg() for temporary reasons 2002-08-09 12:13:10 +00:00
Robert Gaggl
5ba3ae46b7 moved as properties-file to application root 2002-08-09 11:54:26 +00:00
Robert Gaggl
c6f96113a9 added link to polls (moved from site/page.skin into contribnavigation) 2002-08-09 11:53:56 +00:00
Robert Gaggl
765058116c changed discussions_macro(): now this macro renders a checkbox plus a hidden input. this is needed to be able to check if the checkbox was embedded in story/edit.skin or not). 2002-08-09 11:53:32 +00:00
Robert Gaggl
885e1f857b added call of checkIfLoggedIn() - users have to be logged in to access pollmgr 2002-08-09 11:51:52 +00:00
Robert Gaggl
b279adab3a changed checking if comments should be enabled or not 2002-08-09 11:51:24 +00:00
Robert Gaggl
09e445f0ce moved this file as messages.en to application root 2002-08-09 11:49:39 +00:00
Robert Gaggl
a9f6466a19 initial check-in (moved messages_en.js from global) 2002-08-09 11:48:33 +00:00
Robert Gaggl
54b1a04c9d changed the way messages are handled: now onStart reads messages.[langCode]-files and stores the contents as SystemProperties beneath app.data[langCode]) 2002-08-09 11:48:03 +00:00
Robert Gaggl
f206d72f65 removed link to polls (this is now part of contributor-navigation) 2002-08-09 11:45:00 +00:00
Robert Gaggl
762cc1fe97 removed useless code in renderInputCheckbox() 2002-08-09 11:44:35 +00:00
Robert Gaggl
2fb2d49f28 corrected message-name (before the appropriate message wasn't found) 2002-08-09 11:44:05 +00:00
0b00347b3e turned colorNames array into object and added color names as named properties in function parseColor() 2002-08-09 10:07:12 +00:00
1d08d1f854 changed color input field width back to 10 2002-08-09 07:55:47 +00:00
30a2d59ecb also check in function stylesheet_action() if the prefs have been changed, lately 2002-08-09 07:53:08 +00:00
79e800eb13 moved content of hopobject/cp_javascript_action() to root/safejs_action() 2002-08-08 16:17:44 +00:00
9e00bedcd1 2002-08-08 16:16:46 +00:00
e90647fc90 moved hopobject/cp_javascript.skin to global/safejs.skin 2002-08-08 16:16:27 +00:00
9f08119717 moved content of hopobject/cp_javascript_action() to root/safejs_action() 2002-08-08 16:11:51 +00:00
9a7e6937f9 added function filetype_macro() 2002-08-08 15:44:19 +00:00
f180f78f41 changed skin to output file type and size information in brackets and the description as title attribute 2002-08-08 15:43:48 +00:00
ffebcbb491 removed unnecessary line in renderMarkupPart() 2002-08-08 15:42:59 +00:00
d5f9365b40 turned back to linked stylesheet and javascripts since new lastModify properties are available in helma 2002-08-08 12:11:54 +00:00
3cb2d66323 initial check-in 2002-08-08 12:10:58 +00:00
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
6bb094a240 set modifytime and modifier in saveSkin() 2002-08-08 12:07:05 +00:00
234e83a473 changed modified to modifytime 2002-08-08 12:05:52 +00:00
Robert Gaggl
d53d0723ab removed "#" in initial bgcolor 2002-08-06 19:26:47 +00:00
137f4b2fe7 added isPostDenied() function to enable comment replies 2002-08-06 16:22:26 +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
3034978af0 changed renderColorAsString() functions to display hex strings shorter than 6 characters as correct hex strings, too 2002-08-03 23:20:46 +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
19be7cf6b6 *** empty log message *** 2002-08-03 20:32:58 +00:00