Author: jalkanen
Date: Sat Jun 14 05:33:37 2008
New Revision: 667789

URL: http://svn.apache.org/viewvc?rev=667789&view=rev
Log:
JSPWIKI-246: IndexPlugin is replaced.

Removed:
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/plugin/IndexPlugin.java
Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
    incubator/jspwiki/trunk/src/webdocs/templates/default/jspwiki.css

Modified: incubator/jspwiki/trunk/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=667789&r1=667788&r2=667789&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Sat Jun 14 05:33:37 2008
@@ -1,3 +1,20 @@
+2008-06-14  Janne Jalkanen <[EMAIL PROTECTED]>
+
+        * 2.7.0-svn-42
+        
+        * JSPWIKI-185: There should be no more NPEs upon startup.  Improved
+        logging as well as added a few null checks.
+        
+        * Fix: It was impossible to add new users due to an overzealous null 
check
+        in XMLUserDatabase.
+        
+        * Improved our notification in case you have not yet installed 
JSPWiki.  Incidentally,
+        we're using baseURL to check whether the install process is done, and 
because of this,
+        setting baseURL becomes mandatory.
+        
+        * JSPWIKI-246: All new (and faster) IndexPlugin as the old one 
couldn't be
+        converted to Apache.
+        
 2007-06-14 Dirk Frederickx <[EMAIL PROTECTED]>
 
         * 2.7.0-svn-41  Many template fixes, added ajaxed edit preview, 
improved IE6/IE7 compat.

Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=667789&r1=667788&r2=667789&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Sat Jun 14 
05:33:37 2008
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "41";
+    public static final String     BUILD         = "42";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/trunk/src/webdocs/templates/default/jspwiki.css
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/webdocs/templates/default/jspwiki.css?rev=667789&r1=667788&r2=667789&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/webdocs/templates/default/jspwiki.css (original)
+++ incubator/jspwiki/trunk/src/webdocs/templates/default/jspwiki.css Sat Jun 
14 05:33:37 2008
@@ -1178,10 +1178,14 @@
        font-size:1.4em;
 }
 .index .body {
+    margin-top: 0.5ex;
 }
 .index .section {
        color:red;
        font-size:1.4em;
+       display: block;
+       border-bottom: 2px solid silver;
+       margin-top: 1.5ex;
 }
 
 /* +++ 625 Table of contents plugin +++ */


Reply via email to