Revision history for Perl extension Maplat.
0.98 Mon Mar 15 13:00:00 2010
- Changed DBI/DBD::Pg tests to author tests
- Added Author test for Perl::Critic
- Modules now pass through Perl::Critic level 5 "gentle" (with a few changes to account for local policy)
- Modules now pass through Perl::Critic level 4 "stern" (with a few changes to account for local policy)
- Added support for jQuery-UI
- Added basic support for themes
- Slightly changed the way additional modules are handled (better support for future plugins)
- Disabled dynamic module loading via eval/require. Too much trouble with that one 8-)
- Fixed contact email address
- calculated buildnum is now stable across multiple calls within the same program run (state variable)
- TemplateCache now supports multiple directories (warning: config format change!)
- Fixed some LogoCache bugs
- Fixed StandardFields XML parsing
- Fixed configurability of "INSERT PROJECT NAME HERE" via XML/StandardFields
- Use MemCacheSim on helloworld tests
- Disabled prompt for pg_config binary in Makefile.PL (cause database tests don't run except explicitly enabled)
0.97 Wed Jan 20 15:20:00 2010
- Fixed tests to also work on PostgreSQL 7.x (without enums)
- more internal testing for upcoming prefork version (currently WWW::Mechanize seems to be buggy)
- some changes on how a mail with multiple files is send (now creating a ZIP-File on the fly)
0.96 Wed Jan 13 10:00:00 2010
- This is a bugfix release
- Add missing requirements to Makefile.PL
- Fixed some tests (tests were broken, not the modules)
0.95 Sun Dec 19 16:00:00 2009
- This is a bugfix and "more tests" release
- Added POD syntax test
- Added POD coverage test
- Fixed POD in all modules (but have mostly still minimal documentation)
- Added memcached tests
- Added static web tests
- Added database (DBD::Pg) tests and test database
- Added dynamic tests incl. Authentification and user managment
- Added simple stress test
0.94 Fri Dec 11 14:00:00 2009
- This is a bugfix release
- Fixed multiple multi-threading/PreFork issues in Web::
- Fixed broken Web::UserSettings module
0.93 Wen Dec 09 16:00:00 2009
- This is a bugfix release
- Fixed bugs with ActiveState perlapp (compiler) under Windows
- Added example for Maplat as Windows service
0.92 Mon Dec 01 18:20:00 2009
- This is a refactoring release
- Added (mostly untested) support for using Maplat::Web as preforking server
- Added (mostly untested) support for using SSL
- Removed Maplat::Server and switched back to HTTP::Server::Simple::CGI
0.91 Mon Dec 01 14:18:00 2009
- This is a bugfix release
- Fixed some POD errors
- Fixed a template error (don't sessionrefresh on login/logout screens)
- StaticCache and TemplateCache now work even if only
serving default data (without the local dirs existing)
- LogoCache is still broken (can't use default data)
0.90 Mon Nov 16 11:58:59 2009
- first public release on CPAN