Commit graph

1563 commits

Author SHA1 Message Date
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
a139d9c073 added marquee image 2002-08-01 16:17:10 +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
939185352b fixed bug that prevented complete rss output of empty or restricted sites 2002-07-29 14:26:54 +00:00
e6e0d64682 oops, accidentally used the wrong comment character... 2002-07-29 14:18:07 +00:00
816735a9f3 removed 0.92 version of rss output 2002-07-29 14:17:23 +00:00
49925aecd4 rss092 now redirects to rss10 2002-07-29 14:16:18 +00:00
7bbbc3398e rss092 now redirects to rss10 2002-07-29 14:15:33 +00:00
090117beda added check for null value in story.title 2002-07-29 14:11:35 +00:00
fc4b22ebf2 fixed bug in commentcounter_macro() that caused invalid markup to be output 2002-07-29 13:04:45 +00:00
9b0fe89b55 removed a <tr> too many 2002-07-29 12:09:16 +00:00
6201d660ad fixed bug in saveSkin() that caused missing user and date information for customized skins 2002-07-29 12:09:03 +00:00
01a74945ac added "use antville" 2002-07-29 11:12:24 +00:00
6dc017c009 added invisible pixel gif to correctly display the graph in most browsers 2002-07-29 11:12:11 +00:00
Robert Gaggl
e92849bb78 added publishemail_macro() 2002-07-26 23:01:06 +00:00
Robert Gaggl
be55e69090 changed email_macro(): added check if email-address is public or not 2002-07-26 23:00:46 +00:00
Robert Gaggl
8ec910ead1 added function isEmailPublic() 2002-07-26 23:00:01 +00:00
Robert Gaggl
d85763b32c added assignment of property publishemail 2002-07-26 22:59:47 +00:00
Robert Gaggl
e95ca73047 changed evalURL(): now checks if url is actually a mail-address and prefixes it with "mailto:" if necessary 2002-07-26 22:59:13 +00:00
Robert Gaggl
8990d95080 added checkbox for public email plus some explanations 2002-07-26 22:57:39 +00:00