--- a/ajax.php Sat Jan 17 11:32:52 2009 -0500
+++ b/ajax.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/cron.php Sat Jan 17 11:32:52 2009 -0500
+++ b/cron.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
Binary file images/enano-artwork/installer-greeting-blue.png has changed
Binary file images/enano-artwork/installer-greeting-green.png has changed
--- a/includes/captcha.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/captcha.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* captcha.php - visual confirmation system used during registration
*
--- a/includes/clientside/jsres.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/clientside/jsres.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* [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.
--- a/includes/comment.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/comment.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/includes/common.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/common.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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.5';
+$version = '1.0.6';
/**
* Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it
--- a/includes/constants.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/constants.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* constants.php - important defines used Enano-wide
*
--- a/includes/dbal.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/dbal.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/includes/email.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/email.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/includes/functions.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/functions.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
@@ -1139,26 +1139,19 @@
'1.0.2' => 'Coblynau',
'1.0.3' => 'Dyrad',
'1.0.4' => 'Ellyyllon',
- '1.0.5' => 'Ferrishyn'
+ '1.0.5' => 'Ferrishyn',
+ '1.0.6' => 'Roane'
);
$version = enano_version();
if ( isset($names[$version]) )
{
return $names[$version];
}
- return 'Anonymous build';
+ return 'Unofficial build';
}
/**
- * What kinda sh** was I thinking when I wrote this. Deprecated.
- */
-
-function _dualurlenc($t) {
- return rawurlencode(rawurlencode($t));
-}
-
-/**
- * Badly named function to send back eval'able Javascript code with an error message. Deprecated, use JSON instead.
+ * Badly named function to send back eval-able Javascript code with an error message. Deprecated, use JSON instead.
* @param string Message to send
*/
--- a/includes/js-compressor.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/js-compressor.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
*
--- a/includes/pageprocess.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/pageprocess.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* pageprocess.php - intelligent retrieval of pages
* Copyright (C) 2006-2007 Dan Fuhry
*
--- a/includes/pageutils.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/pageutils.php Sat Jan 17 11:51:17 2009 -0500
@@ -1,7 +1,7 @@
<?php
/*
* Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
- * Version 1.0.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* pageutils.php - a class that handles raw page manipulations, used mostly by AJAX requests or their old-fashioned form-based counterparts
*
--- a/includes/paths.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/paths.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* paths.php - The part of Enano that actually manages content. Everything related to page handling and namespaces is in here.
*
--- a/includes/plugins.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/plugins.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/includes/render.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/render.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* render.php - handles fetching pages and parsing them into HTML
*
--- a/includes/search.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/search.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* search.php - algorithm used to search pages
*
--- a/includes/sessions.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/sessions.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* sessions.php - everything related to security and user management
*
--- a/includes/stats.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/stats.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* stats.php - handles statistics for pages (disablable in the admin CP)
*
--- a/includes/tagcloud.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/tagcloud.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/includes/template.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/template.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/includes/wikiengine/Tables.php Sat Jan 17 11:32:52 2009 -0500
+++ b/includes/wikiengine/Tables.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/index.php Sat Jan 17 11:32:52 2009 -0500
+++ b/index.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/install.php Sat Jan 17 11:32:52 2009 -0500
+++ b/install.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* Copyright (C) 2006-2007 Dan Fuhry
* install.php - handles everything related to installation and initial configuration
*
@@ -30,8 +30,8 @@
define('IN_ENANO_INSTALL', 'true');
-define('ENANO_VERSION', '1.0.5');
-define('ENANO_RELEASE_NAME', 'Ferrishyn');
+define('ENANO_VERSION', '1.0.6');
+define('ENANO_RELEASE_NAME', 'Roane');
// In beta versions, define ENANO_BETA_VERSION here
if(!defined('scriptPath')) {
@@ -1149,7 +1149,7 @@
case 'welcome':
?>
<div style="text-align: center; margin-top: 10px;">
- <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 100px;" />
+ <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 114px;" />
<h2>Welcome to Enano</h2>
<h3>Version <?php echo ENANO_VERSION; ?> – stable<br />
<span style="font-weight: normal;">also affectionately known as "<?php echo strtolower(ENANO_RELEASE_NAME); ?>" <tt>:)</tt></span></h3>
--- a/plugins/PrivateMessages.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/PrivateMessages.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides the page Special:PrivateMessages, which is used to manage private message functions. Also handles buddy lists.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/SpecialAdmin.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialAdmin.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,13 +4,13 @@
Plugin URI: http://enanocms.org/
Description: Provides the page Special:Administration, which is the AJAX frontend to the various Admin pagelets. This plugin cannot be disabled.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
/*
* Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
- * Version 1.0.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/plugins/SpecialCSS.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialCSS.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides the page Special:CSS, which is used in template files to reference the style sheet. Disabling or deleting this plugin will result in site instability.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/SpecialGroups.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialGroups.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides group moderators and site administrators with the ability to control who is part of their groups.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/SpecialPageFuncs.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialPageFuncs.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides the page Special:CreatePage, which can be used to create new pages. Also adds the About Enano and GNU General Public License pages.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/SpecialSearch.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialSearch.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides the page Special:Search, which is a frontend to the Enano search engine.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/SpecialUpdownload.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialUpdownload.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides the pages Special:UploadFile and Special:DownloadFile. UploadFile is used to upload files to the site, and DownloadFile fetches the file from the database, creates thumbnails if necessary, and sends the file to the user.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/SpecialUserFuncs.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialUserFuncs.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides the pages Special:Login, Special:Logout, Special:Register, and Special:Preferences.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/SpecialUserPrefs.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/SpecialUserPrefs.php Sat Jan 17 11:51:17 2009 -0500
@@ -4,7 +4,7 @@
Plugin URI: http://enanocms.org/
Description: Provides the page Special:Preferences.
Author: Dan Fuhry
-Version: 1.0.4
+Version: 1.0.6
Author URI: http://enanocms.org/
*/
--- a/plugins/admin/PageGroups.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/admin/PageGroups.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/plugins/admin/SecurityLog.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/admin/SecurityLog.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/plugins/admin/UserManager.php Sat Jan 17 11:32:52 2009 -0500
+++ b/plugins/admin/UserManager.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* 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
--- a/upgrade.php Sat Jan 17 11:32:52 2009 -0500
+++ b/upgrade.php Sat Jan 17 11:51:17 2009 -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.5 (Ferrishyn)
+ * Version 1.0.6 (Roane)
* upgrade.php - upgrade script
* Copyright (C) 2006-2007 Dan Fuhry
*
@@ -70,7 +70,7 @@
// Everything related to versions goes here!
// Valid versions to upgrade from
-$valid_versions = Array('1.0b1', '1.0b2', '1.0b3', '1.0b4', '1.0RC1', '1.0RC2', '1.0RC3', '1.0', '1.0.1', '1.0.1.1', '1.0.2b1', '1.0.2', '1.0.3', '1.0.4');
+$valid_versions = Array('1.0b1', '1.0b2', '1.0b3', '1.0b4', '1.0RC1', '1.0RC2', '1.0RC3', '1.0', '1.0.1', '1.0.1.1', '1.0.2b1', '1.0.2', '1.0.3', '1.0.4', '1.0.5');
// Basically a list of dependencies, which should be resolved automatically
// If, for example, upgrading from 1.0b1 to 1.0RC1 requires one extra query that would not
@@ -88,9 +88,10 @@
'1.0.1.1' => Array('1.0.2b1'),
'1.0.2b1' => Array('1.0.2'),
'1.0.2' => Array('1.0.3'),
- '1.0.3' => Array('1.0.4')
+ '1.0.3' => Array('1.0.4'),
+ '1.0.4' => Array('1.0.5')
);
-$this_version = '1.0.5';
+$this_version = '1.0.6';
$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'), // ,
@@ -563,7 +564,7 @@
?>
<div style="text-align: center; margin-top: 10px;">
- <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 134px;" />
+ <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 114px;" />
<h2>Welcome to the Enano upgrade wizard</h2>
<?php
if ( file_exists('./_nightly.php') )
--- a/upgrade.sql Sat Jan 17 11:32:52 2009 -0500
+++ b/upgrade.sql Sat Jan 17 11:51:17 2009 -0500
@@ -3,7 +3,9 @@
-- 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.5' );
+INSERT INTO {{TABLE_PREFIX}}config (config_name, config_value) VALUES( 'enano_version', '1.0.6' );
+---BEGIN 1.0.5---
+---END 1.0.5---
---BEGIN 1.0.4---
@ALTER TABLE {{TABLE_PREFIX}}tags CHANGE user user_id mediumint(8) NOT NULL DEFAULT 1;
---END 1.0.4---