From 301335ca9d496ea382b5d5e47b519dc2a53d7f9a Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 13 Feb 2006 09:29:07 +0000 Subject: [PATCH] Rename contest themes, put carls as new default --- docs/NEWS | 2 ++ serendipity_config.inc.php | 2 +- templates/carl_contest/info.txt | 2 +- templates/competition/info.txt | 2 +- templates/contest/info.txt | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index b9a3db0..9b9667c 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -20,6 +20,8 @@ Version 1.1-alpha1() Version 1.0-beta2 () ------------------------------------------------------------------------ + * Added new competition theme winner by Carl Galloway + * Enable Spamblock plugin to allow registered authors to not enter captchas and other spamchecks (garvinhicking) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index d281146..c2dbcf7 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -24,7 +24,7 @@ include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php'); $serendipity['version'] = '1.1-alpha1'; // Name of folder for the default theme -$serendipity['defaultTemplate'] = 'default'; +$serendipity['defaultTemplate'] = 'carl_contest'; // Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'. $serendipity['production'] = (preg_match('@\-(alpha|beta|cvs)@', $serendipity['version']) ? false : true); diff --git a/templates/carl_contest/info.txt b/templates/carl_contest/info.txt index 1db89b4..42270af 100644 --- a/templates/carl_contest/info.txt +++ b/templates/carl_contest/info.txt @@ -1,3 +1,3 @@ -Name: #1 Carl Galloway +Name: Serendipity v3.0 Author: Carl Galloway Date: 26-01-2006 diff --git a/templates/competition/info.txt b/templates/competition/info.txt index 13d04ed..3717510 100644 --- a/templates/competition/info.txt +++ b/templates/competition/info.txt @@ -1,4 +1,4 @@ -Name: #2 David Cummins +Name: Coffee Cup Author: David Cummins Date: 6-2-06 diff --git a/templates/contest/info.txt b/templates/contest/info.txt index 7b40dcd..5149c77 100644 --- a/templates/contest/info.txt +++ b/templates/contest/info.txt @@ -1,4 +1,4 @@ -Name: #3 Garvin Hicking +Name: Blue Streak Author: Garvin Hicking Date: 2005-02-15 Require Serendipity: 0.8 -- 2.39.5