# Change log for CGI::Kwiki
---
version: 0.14
date: Thu May 22 11:47:48 PDT 2003
changes:
- Works with mod_perl.
- Preferences works.
- RecentChanges shows who last editted page.
- Almost all non-perl content is now written to appropriate files.
Javascript, CSS etc. Much easier to maintain and extend now.
- Support mailto links and inline code.
- Fixed KwikiSlideShow bug in IE.
- https links added. Thanks to GregSchueler.
- ':' added to charset for page names. Suggested by JamesFitzGibbon.
- Javascript fix reported by Mike Arms.
- Security hole in CGI params fixed. Reported by TimSweetman.
- Emacs artifact bug fix by HeikkiLehvaslaiho.
- Cleaned up unneeded <p> tags. Reported by HolgerSchurig
---
version: 0.13
date: Tue May 13 11:48:40 PDT 2003
changes:
- Improved javascript in slideshow
---
version: 0.12
date: Tue May 13 02:28:47 PDT 2003
changes:
- Refactored the Formatter heavily
- Added a slideshow
- Works with 5.005
- Username works in cookie
- Lots more default pages (but need even more)
---
version: 0.12
date: Sat May 10 01:00:26 PDT 2003
changes:
- Refactor new() out of most classes
- Added cgi, template, and config attributes to most classes as helpers
- Got user_name into cookie
---
version: 0.11
date: Thu May 8 08:29:54 PDT 2003
changes:
- Cookie support
- Inline images
- Format method calls
- Better formatting algorithm
- Applied Nico Hoogervorsti's patch for tests
- Moved kwiki.cgi to kwiki-install
---
version: 0.10
date: Thu Apr 17 16:03:52 PDT 2003
changes:
- Initial release