Commit graph

1600 commits

Author SHA1 Message Date
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
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
24c08c7746 set resizable and scrollbars to yes again in openPopup() -- got lost somehow 2002-08-02 11:51:39 +00:00
77ead47d1f fixed lines cotaining mistaken column modifications (most of it renaming createtime or modifytime columns to creator/modifier and setting the type from datetime to mediumint and vice versa) 2002-08-02 09:26:36 +00:00
5d52401789 commented out two lines in content_macro() to prevent titles from not being displayed (we can be sure that the story will be transformed into the new model, anyway) 2002-08-01 20:00:53 +00:00
2bf71fd27a fixed syntax error 2002-08-01 17:33:07 +00:00
28b834802a moved colorpicker javascript from page.skin 2002-08-01 17:30:18 +00:00
b0d572997b moved colorpicker javascript to javascript.skin 2002-08-01 17:30:03 +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
69e8e89b75 added marquee image to database setup 2002-08-01 16:19:01 +00:00
32dfdfd0c1 initial check-in for colorpicker feature 2002-08-01 16:18:45 +00:00
175bddfe2e added colorpicker macro calls for color settings 2002-08-01 16:17:48 +00:00