You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Janne Jalkanen <Ja...@ecyrd.com> on 2009/04/13 22:19:57 UTC

JSPWiki 2.8.2 is available

Folks,

JSPWiki 2.8.2 is available from the usual place

http://www.jspwiki.org/wiki/JSPWikiDownload

Here is the full changelog between 2.8.1 and 2.8.2 for your enjoyment!

2009-03-20 Harry Metske <me...@apache.org>

         * 2.8.2-svn-15

         * JSPWIKI-487 don't show deleted and renamed pages in the  
breadcrumbs
            reported by Bruno Peeters

2009-03-19  Andrew Jaquith <ajaquith AT apache DOT org>

         * 2.8.2-svn-14

         * Fixed bug in XMLUserDatabase that was preventing UIDs from  
being
         saved, which generated tons of NPEs afterwards. Added unit  
tests
         to check for correct saving of UIDs. Tightened input  
filtering on
         user profile fields to prohibit more characters.

2008-02-15  Harry Metske <me...@apache.org>

         * 2.8.2-svn-13

         * JSPWIKI-503 - InsertPage plugin carries dashes from section
          breaks into output, thanks to Jonathan Sobel
          Also added an extra JUnit test for this.

2008-02-14  Harry Metske <me...@apache.org>

         * 2.8.2-svn-12

         * JSPWIKI-466 - FileSystemProviderTest rücksichtslos empties  
java.io.tmpdir

2008-02-12  Janne Jalkanen <ja...@apache.org>

         * 2.8.2-svn-11

         * JSPWIKI-500: Spam containing only deletions is no longer sent
         to Akismet.

2009-02-09  Harry Metske <me...@apache.org>

         * 2.8.2-svn-10

         * JSPWIKI-496 RecentChangesPlugin should filter pages

2009-02-06  Harry Metske <me...@apache.org>

         * 2.8.2-svn-9

         * JSPWIKI-477 Renamed pages are no longer in the Lucene index

2009-02-03  Dirk Frederickx <di...@gmail.org>

         * 2.8.2-svn-8

         * JSPWIKI-480, sorting on timestamps (modified date) in
         the Attachement tab and the Info tab was not always working,
         as timeformats are depending on the user-preferences.
         An invisible javascript parsable timeformat attribute is now
         added to the tables, independent of the user-preferred  
timeformat.
         This attribute is used by the js sorting routines.


2009-02-02  Dirk Frederickx <di...@gmail.org>

         * 2.8.2-svn-7

         * JSPWIKI-491, Icons in list of attachements were only shown  
when the
         attachment type was lower-case

	* JSPWIKI-486 Always show the information table, also in case there is
	only one version of the page.
		

2009-01-23  Harry Metske <me...@apache.org>

         * 2.8.2-svn-6

         * JSPWIKI-472, userdatabase.xml corrupted on EBCDIC platforms  
by CryptoUtil

2009-01-21  Andrew Jaquith <ajaquith AT apache DOT org>

         * 2.8.2-svn-5

         * [JSPWIKI-473] Fixed bug that was causing role checks using  
custom
         Authorizers to fail. AuthenticationManager was not calling
         Authorizer.isInRole(WikiSession, Principal), as it should have.
         In addition to fixing the bug, we also now include a special  
test case
         to verify that custom Authorizers work properly. Thanks to  
Steve
         Dahl for reporting this issue.

2008-12-19 Harry Metske <me...@apache.org>

         * 2.8.2-svn-4

         * JSPWIKI-451 Russian translation, thanks to Andrew Rikhlivsky

2008-12-03  Janne Jalkanen <ja...@apache.org>

         * 2.8.2-svn-3

         * [JSPWIKI-454] Added the first version of
         com.ecyrd.jspwiki.content.Exporter

2008-12-03  Janne Jalkanen <ja...@apache.org>

         * 2.8.2-svn-2

         * [JSPWIKI-444] Wysiwyg editors (such as FCK) no longer  
duplicate
         the permalink anchors.

2008-11-29  Dirk Frederickx <di...@gmail.com>

         * 2.8.2-svn-1

         * [JSPWIKI-288] CSS fix for the rendering of hash-links.