Merging in fixes from rev. 207
authorDan
Sat, 03 Nov 2007 07:30:11 -0400
changeset 227 0eca1498a77b
parent 226 0e6478521004 (current diff)
parent 207 861807631f70 (diff)
child 228 b0a4d179be85
Merging in fixes from rev. 207
ajax.php
includes/clientside/static/misc.js
includes/common.php
includes/functions.php
includes/pageutils.php
includes/render.php
includes/sessions.php
includes/template.php
index.php
install.php
plugins/SpecialAdmin.php
plugins/SpecialUserFuncs.php
upgrade.php
upgrade.sql
--- 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',
       ']:-&gt;' => '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