Commit graph

2730 commits

Author SHA1 Message Date
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
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
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
5ad11c748e extended url_macro() to return urls from a path, too 2002-08-01 16:16:56 +00:00
4e85f6d61b added colorpicker_macro() 2002-08-01 16:16:11 +00:00
1de159f085 slightly modified default prefs for a new site in createNewSite() 2002-08-01 16:15:50 +00:00
64529c8ca9 stepped back to previous version of embedding javascript and stylesheet code except moving script and style tags hither.
added javascript function for colorpicker.
2002-08-01 16:14:33 +00:00
6bfdaa04b7 stepped back to previous version of embedding javascript and stylesheet code except moving script and style tags hither. 2002-08-01 16:14:08 +00:00
86e07fdb41 removed brackets from prefix/suffix parameters in online and commentcounter macros to guarantee that they always will be displayed (otherwise the closing bracket is missing if comments are disabled for a story) 2002-07-31 09:55:16 +00:00
Hannes Wallnöfer
d27fef1412 Changed navigation bar search form to use GET instead of POST method. 2002-07-30 11:21:08 +00:00
59b9e4558a fixed bug that caused exception for displaying images as thumbnail or popup
that do not have a thumbnail in function image_macro()
2002-07-30 06:58:07 +00:00
9d27cf0a28 fixed typo in openPopup() 2002-07-30 06:41:12 +00:00
bc7b0254e0 modified function openPopup() to get the image window in focus again if
it was not closed before (code contributed by andrea http://project.antville.org/20020730/108447)
2002-07-30 06:39:49 +00:00
caa3f05e51 changed the way the <script> tag is closed (now using </script>) due to browser incompatibilites 2002-07-30 06:27:45 +00:00
3baeae2267 2002-07-29 17:42:43 +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
73664b8045 setting this.discussions to 1 by default (ie. if number cannot be parsed) in function evalNewStory().
otherwise weblogs with custom skins suddenly get their comment features disabled.
2002-07-29 16:17:13 +00:00
e8949c7029 setting this.discussions to 1 by default (ie. if number cannot be parsed) in function evalStory().
otherwise weblogs with custom skins suddenly get their comment features disabled.
2002-07-29 16:16:52 +00:00
aeb6e84173 modified commentcounter_macro() again. added "as" parameter.
if set to "link" *every* amount of comments will be displayed as link.
if set to "text" only the amount of comments is displayed.
without param.as a link is displayed only if the amount is > 0.
2002-07-29 16:00:47 +00:00
6ac428114e modified commentcounter_macro() to display nothing for a zero set of comments except param.no is not null 2002-07-29 15:29:27 +00:00
b61940ed24 changed sequence of checking for empty or restricted site 2002-07-29 14:28:46 +00:00