From ebfe8b1942dec3719e32b352c6a1084650dcce14 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 13 Feb 2006 09:29:24 +0000 Subject: [PATCH] Rename contest themes, put carls as new default --- docs/NEWS | 7 ++----- serendipity_config.inc.php | 4 ++-- templates/carl_contest/info.txt | 2 +- templates/competition/info.txt | 2 +- templates/contest/info.txt | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 6c6a7ed..18ac2fd 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,13 +1,10 @@ # $Id$ -Version 1.1-alpha1() ------------------------------------------------------------------------- - - * Added first patches for image directory permissions. (garvinhicking) - 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 307f475..3b801f1 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -21,10 +21,10 @@ if (IS_installed === true && !defined('IN_serendipity')) { include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php'); // The version string -$serendipity['version'] = '1.1-alpha1'; +$serendipity['version'] = '1.0-beta2'; // 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