Merging in fixes from rev. 207
--- a/includes/functions.php Sat Nov 03 07:20:32 2007 -0400
+++ b/includes/functions.php Sat Nov 03 07:30:11 2007 -0400
@@ -2827,6 +2827,8 @@
{
$js =& $jscript[2][$i];
+ // echo('<pre>' . "-----------------------------------------------------------------------------\n" . htmlspecialchars($js) . '</pre>');
+
// for line optimization, explode it
$particles = explode("\n", $js);
--- a/includes/render.php Sat Nov 03 07:20:32 2007 -0400
+++ b/includes/render.php Sat Nov 03 07:30:11 2007 -0400
@@ -708,6 +708,7 @@
':-/' => 'face-plain.png',
':joke:' => 'face-plain.png',
']:->' => 'face-devil-grin.png',
+ ']:->' => 'face-devil-grin.png',
':kiss:' => 'face-kiss.png',
':-P' => 'face-tongue-out.png',
':P' => 'face-tongue-out.png',
--- a/plugins/SpecialUserFuncs.php Sat Nov 03 07:20:32 2007 -0400
+++ b/plugins/SpecialUserFuncs.php Sat Nov 03 07:30:11 2007 -0400
@@ -4,13 +4,13 @@
Plugin URI: http://enanocms.org/
Description: Provides the pages Special:Login, Special:Logout, Special:Register, and Special:Preferences.
Author: Dan Fuhry
-Version: 1.0.1
+Version: 1.0.2
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 release candidate 2
+ * Version 1.0.2
* 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