This file documents the revision history for Foorum.
0.2.2 Mon Sep 15 12:03:00
- use Catalyst::Plugin::PageCache '0.19' and key_maker
- split Model/Validation.pm into ResultSet and remove it
- use 'MooseX::TheSchwartz' and 'TheSchwartz::Simple' to replace 'TheSchwartz'
0.2.1 Tue Aug 18 12:20:00
- Topic URL with title(url-ize) for Search sites like Google
- docs/Upgrade.html
- 5.10.x fixes (File::Spec->splitpath with Cwd->abs_path)
0.2.0 Sun Jul 27 12:48:00
- poll optional fix
- Forum Announcement fix
- FIX scraper bot user's threads and replies count
0.1.9 Sun Jun 29 20:31:00
- ban user bug fix.
- forum rss no text fix.
- make poll optional (set in foorum.yml function_on: poll)
- trying to support Mac OS
0.1.8 Fri Jun 20 22:15:00
- TheSchwartz::ResendActivation to real use
- use stardard Session::Store::DBIC
0.1.7 Tue Jun 17 9:32:00
- use Catalyst::Plugin::Config::YAML::XS instead of Catalyst::Plugin::Config::YAML
- new jQuery UI 1.5
- add SQLite SQL files bin/db/foorum.sqlite.sql and theschwartz.sqlite.sql
- add 'post_on' column in 'topic' table + Sort by post_on for Search Topic
- DBICx::AutoDoc support
0.1.6 Mon Jun 16 7:29:00
- fix login Captcha bug
- TheSchwartz cron job: resend activation email
- better document
0.1.5 Sun Jun 15 15:37:00
- Sphinx::Search improvements
- change DATETIME to INT(11) for tables.
- because 'mark ResultSetManager as deprecated and undocument it' in DBIx-Class, we switch back to ResultSet/*.pm
- Foorum::Search with Database or Sphinx backend
More Changes log can be found in 'Changes2'. Thanks.