# HG changeset patch # User Dan # Date 1204219981 18000 # Node ID e72bf2c248758587f0b81cbd6e6a06f60f50e0bd # Parent d823e49e2e4eae7bfea6ebff1e9ac6aa12a73eb4 Rebrand as 1.0.4 (Ellyyllon) diff -r d823e49e2e4e -r e72bf2c24875 ajax.php --- a/ajax.php Fri Feb 22 12:46:51 2008 -0500 +++ b/ajax.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License diff -r d823e49e2e4e -r e72bf2c24875 cron.php --- a/cron.php Fri Feb 22 12:46:51 2008 -0500 +++ b/cron.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License diff -r d823e49e2e4e -r e72bf2c24875 includes/captcha.php --- a/includes/captcha.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/captcha.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * captcha.php - visual confirmation system used during registration * diff -r d823e49e2e4e -r e72bf2c24875 includes/clientside/jsres.php --- a/includes/clientside/jsres.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/clientside/jsres.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * jsres.php - the Enano client-side runtime, a.k.a. AJAX on steroids * @@ -40,7 +40,7 @@ { echo "/* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * [Aggressively compressed] Javascript client code * Copyright (C) 2006-2007 Dan Fuhry * Enano is Free Software, licensed under the GNU General Public License; see http://enanocms.org/ for details. diff -r d823e49e2e4e -r e72bf2c24875 includes/comment.php --- a/includes/comment.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/comment.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License diff -r d823e49e2e4e -r e72bf2c24875 includes/common.php --- a/includes/common.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/common.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License @@ -37,7 +37,7 @@ // be the expected output of enano_version(), which will always be in the // format of 1.0.2, 1.0.2a1, 1.0.2b1, 1.0.2RC1 // You'll want to change this for custom distributions. -$version = '1.0.3'; +$version = '1.0.4'; /** * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it diff -r d823e49e2e4e -r e72bf2c24875 includes/constants.php --- a/includes/constants.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/constants.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * constants.php - important defines used Enano-wide * diff -r d823e49e2e4e -r e72bf2c24875 includes/dbal.php --- a/includes/dbal.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/dbal.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License diff -r d823e49e2e4e -r e72bf2c24875 includes/email.php --- a/includes/email.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/email.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License diff -r d823e49e2e4e -r e72bf2c24875 includes/functions.php --- a/includes/functions.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/functions.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License @@ -1137,7 +1137,8 @@ '1.0.1.1'=> 'Loch Ness internal bugfix build', '1.0.2b1'=> 'Coblynau unstable', '1.0.2' => 'Coblynau', - '1.0.3' => 'Dyrad' + '1.0.3' => 'Dyrad', + '1.0.4' => 'Ellyyllon' ); $version = enano_version(); if ( isset($names[$version]) ) diff -r d823e49e2e4e -r e72bf2c24875 includes/js-compressor.php --- a/includes/js-compressor.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/js-compressor.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * Javascript compression library - used to compact the client-side Javascript code (all 72KB of it!) to save some bandwidth * diff -r d823e49e2e4e -r e72bf2c24875 includes/pageprocess.php --- a/includes/pageprocess.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/pageprocess.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * pageprocess.php - intelligent retrieval of pages * Copyright (C) 2006-2007 Dan Fuhry * diff -r d823e49e2e4e -r e72bf2c24875 includes/pageutils.php --- a/includes/pageutils.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/pageutils.php Thu Feb 28 12:33:01 2008 -0500 @@ -1,7 +1,7 @@ [ Enano CMS Project logo ]

Welcome to Enano

-

Version 1.0.3 – stable
- also affectionately known as "coblynau" :)

+

Version 1.0.4 – stable
+ also affectionately known as "ellyyllon" :)

Array('1.0'), '1.0' => Array('1.0.1'), '1.0.1' => Array('1.0.1.1'), - '1.0.1.1' => Array('1.0.2b1') + '1.0.1.1' => Array('1.0.2b1'), + '1.0.2b1' => Array('1.0.2'), + '1.0.2' => Array('1.0.3') ); -$this_version = '1.0.3'; +$this_version = '1.0.4'; $func_list = Array( '1.0' => Array('u_1_0_1_update_del_votes'), '1.0b4' => Array('u_1_0_RC1_update_user_ids', 'u_1_0_RC1_add_admins_to_group', 'u_1_0_RC1_alter_files_table', 'u_1_0_RC1_destroy_session_cookie', 'u_1_0_RC1_set_contact_email', 'u_1_0_RC1_update_page_text'), // , diff -r d823e49e2e4e -r e72bf2c24875 upgrade.sql --- a/upgrade.sql Fri Feb 22 12:46:51 2008 -0500 +++ b/upgrade.sql Thu Feb 28 12:33:01 2008 -0500 @@ -3,7 +3,10 @@ -- ALL NON-SQL LINES, even otherwise blank lines, must start with "--" or they will get sent to MySQL! -- Common tasks (version numbers) DELETE FROM {{TABLE_PREFIX}}config WHERE config_name='enano_version' OR config_name='enano_beta_version' OR config_name='enano_alpha_version' OR config_name='enano_rc_version'; -INSERT INTO {{TABLE_PREFIX}}config (config_name, config_value) VALUES( 'enano_version', '1.0.3' ); +INSERT INTO {{TABLE_PREFIX}}config (config_name, config_value) VALUES( 'enano_version', '1.0.4' ); +---BEGIN 1.0.3--- +-- No DB changes in this release +---END 1.0.3--- ---BEGIN 1.0.2--- -- No DB changes in this release ---END 1.0.2---