Revision history for Perl extension CGI::Application::Dispatch.
0.10 (Nov 21, 2005)
- Changes to Makefile.PL to make CPAN installation happier
- documentation cleanup and clarifications
0.09 (Nov 17, 2005)
- Default templates now fail more gracefully when the browser doesn't support AJAX
- no longer need both AJAX and AUTO_SUGGEST to use just the AUTO_SUGGEST functionality
- Makefile.PL not installs sample templates like Build.PL (this should make CPAN happy)
0.08 (Nov 16, 2005)
- No code changes, just refactored out the repetitive tests using Test::Class
- move tests and coverage
0.07 (Nov 13, 2005)
- No code changes just fixed failing tests when installed via CPAN
0.06 (Nov 12, 2005)
- added AJAX flag to turn on non-refresh searches
- added AUTO_SUGGEST, AUTO_SUGGEST_FILE, AUTO_SUGGEST_CACHE and AUTO_SUGGEST_LIMIT
functionality
- minor doc fixes
- fixed mispelling of 'global_var' => 'global_vars' in HTML::Template
options
- removed use of callbacks since they didn't really add anything
and required newer versions of C::A
- better and more complete sample templates that are installed with
the application and useable when no others are provided.
- split tutorial out into a separate file and include some setup
info for AJAX usage.
0.05 (Jul 10, 2005)
- renamed 'HIGHLIGHT_CONTEXT' to just 'HIGHLIGHT'
- removed 'HIGHLIGT_STOP' and 'HIGHLIGHT_START' in favor of
'HIGHLIGHT_TAG' and 'HIGHLIGHT_CLASS' and 'HIGHLIGHT_COLORS'
- renamed 'CONTEXT_LENGTH' to 'DESCRIPTION_LENGTH'
- default highlighting is now done with HTML::HiLiter (much faster)
- DESCRIPTION_CONTEXT added so that highlighting is now independent of
finding a matching 'context' inside the description
0.04 (Jul 08, 2005)
- removed 'hit_' prefix from all vars in in the 'hits' loop for templates
- almost 100% test coverage (99.6%)
- minor bug fixes with built-in template
- use Carp for all errors and warnings
0.03 (Jul 05, 2005)
- changed from straight H::T to CGI::Application::Plugin::AnyTemplate
for flexibility
- better template documentation and minor template fixes
- more complete test suite, still not 100% coverage, but closer
0.02 (May 23, 2005)
- find and fix document mistakes - Sam Tregar <sam@tregar.com>
- added tutorial for getting started with swishe - Sam Tregar
- added TEMPLATE option to setup() - Sam Tregar
0.01 (May 18, 2005)
- First released version