2003-09-02 Janne Jalkanen * v2.0.52. * Backported CachingAttachmentProvider from 2.1. * v2.0.51. * Backported CachingProvider fixes relating to non-existant pages from 2.1. 2003-08-13 Janne Jalkanen * v2.0.50. * Fixed (hopefully) problem with IE 5.22 on OSX, which would upload a file with 0x0D0A added to the front of the filename. Reported by Xiaan. * Backported TemplateDir tag from 2.1, so that it is now *really* possible to have different templates for different wikis with MultipleWikis. Also amended the default template to use it. Requested by several people. * Fixed problem where calling "Diff.jsp" with an empty page name would make BreadcrumbsTag die. * The "quick hack and bug fix" release. 2003-07-16 Janne Jalkanen * v2.0.49-stable. * Backported OSCache support from 2.1.x. Use "jspwiki.cachingProvider.capacity" to set the cache size. 2003-07-07 Janne Jalkanen * v2.0.48. * It is now possible to set the CachingProvider cache check interval. Use "jspwiki.cachingProvider.cacheCheckInterval" to set it. The value is in milliseconds. * InsertPageTag now only calls pageExists() OR getPage(), depending on the situation. This should speed up performance a bit. Reported by Mark Griffith. * FileSystemProvider (and by extension, RCSFileProvider and VersioningFileProvider) also creates the page repository if it does not exist. Let us hope that this decreases the complaints a bit, but it is quite probable now that some people will experience JSPWiki creating unwanted directories :-). * BasicAttachmentProvider now creates the attachment repository if it does not exist. 2003-06-05 Janne Jalkanen * v2.0.47 * It is now possible to define the location of the jspwiki.properties file through a servlet init parameter. See samplepages.zip and the page "MultipleWikis". 2003-06-04 Janne Jalkanen * v2.0.46. * The property file was not closed after it was opened. This tended to cause some problems with WebLogic. Reported by Mark Griffith. 2003-06-01 Janne Jalkanen * Released 2.0.45-stable. * Fixed a potential problem with DiffLinkTag and special pages. 2003-05-29 Janne Jalkanen * v2.0.44. * The RSS feed now displays the changed pages as well. Suggested by Alain Ravet. * v2.0.43. * CheckLockTag would sometimes throw a NullPointerException. Reported by Romeo Disca. 2003-05-23 Janne Jalkanen * v2.0.42. * Wiki.jsp is now protected against empty page names. * CachingProvider now also has the ability to estimate the cache size. * CachingProvider now checks if the pages have been externally modified before offering the pages. However, it may take up to five seconds to notice the change. This should allow you to run multiple wikis against the same files. * The out.png was not properly transparent, but should be now. Thanks to Paul Downes. 2003-05-22 Janne Jalkanen * RSS generator now also displays whether the file that was changed was a wikipage or an attachment. * Fixed attachment URL generation: RSSGenerator would generate faulty URLs, and practically no routine did URL encoding. Oops. Reported by StefanRiss. 2003-04-16 Janne Jalkanen * v2.0.41. * Removed superfluous "page" attribute from AttachmentIteratorTag in jspwiki.tld, which caused conflicts in WebLogic and WebSphere. Reported by many people, and I thought I had it fixed for 2.0.33, but apparently I hadn't. Sigh. First goes the memory, and then... 2003-04-15 Janne Jalkanen * v2.0.40. * Backported CalendarTag month navigation from 2.1.x. Requested by Foster Schucker. 2003-04-11 Janne Jalkanen * v2.0.39. * CachingProvider now uses cache for searching. New class "SearchMatcher". Provided by Erik Bunn. * CheckLockTag was a bit inconsistent: if the page was locked by the current user, it would of course always be "locked". This means that the value of "unlocked" was essentially useless for Edit pages. I added a new value for "mode": "owned". Reported by Rajesh Raheja. * Added Image plugin from 2.1.x branch. * Bug fix: FileSystemProvider did not close file handles properly. This could use up your available file handles pretty quickly until the next garbage collection. 2003-04-06 Janne Jalkanen * v2.0.38. * RecentChangesPlugin did not heed jspwiki.baseURL. Oops. 2003-03-29 Janne Jalkanen * v2.0.37. * Bug fix: If the user name was received from container, JSPWiki would get confused if it contained spaces. Reported by Foster Schucker. 2003-03-23 Janne Jalkanen * 2.0.36. Stable 2.0! YAY! * All of the tags are now documented. * Changed slightly DifferenceEngine code to output cleaner html. * BreadcrumbsTag did not work correctly with a load-balanced Resin. Should work now. 2003-03-11 Janne Jalkanen * Added some more documentation on tags. * default template changed slightly: cssinclude.js no longer uses the