Revision history for Perl extension User::Simple.
1.23 Sun Oct 2 11:45:35 CDT 2005
- Bugfix: Some DBDs return uppercase fields, some
lowercase... Try to handle them all correctly (or at least,
not as incorrectly :) )
1.22 Mon Sep 26 19:47:12 2005
- Bugfix: Last remanent of old name/level structure
removed. Thanks, Alex Juarez!
- Minimum required Perl version reduced to 5.8 (was 5.8.7)
1.2 Fri Sep 23 13:43:00 2005
- API CHANGE - API CHANGE - API CHANGE: Some changes in
User::Admin::Simple (in user creation, database structure creation)
- Added generic (AUTOLOADed) methods to both User::Simple and
User::Simple::Admin to deal with unknown attributes in the
table
- Finally (completely) removed the deprecated is_admin
infrastructure
- Name and level are not explicitly implemented from within
the class, they become (if required by the user) AUTOLOADed.
- Added examples/user-simple-admin, a command-line interface
for managing User::Simple tables
1.1 Thu Sep 08 14:40:05 2005
- Never really released, but PAUSE won't allow me to re-use
this version number... Sorry
1.0 Sun Aug 21 23:06:08 2005
- Now correctly works with any kind of DBD backend
- Added a complete test suite, which surprisingly worked!
0.9 Sat Jul 30 10:45:15 2005
- Added Date::Calc and Digest::MD5 as prerequisite modules
- Added a more granular 'level' for the users instead of the
all-or-nothing is_admin infrastructure
- Modified the is_admin infrastructure so old code works
seamlessly with the new version (although sends out some
warnings, as is_admin is officially deprecated)
- Added/clarified some documentation
0.8 Wed Jun 15 10:52:29 2005
- original version; created by h2xs 1.23 with options
-X User::Simple