pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/p5-Catalyst-Plugin-Authentication-Store-DBIC



Module name:    wip
Committed by:   netcap
Date:           Sat Mar  3 08:04:47 UTC 2007

Modified Files:
        wip/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile distinfo

Log Message:
Update to 0.07.
Changes since 0.04:
0.07 2006-06-30 01:08:47 
    - make the User class stringify to the user id
    - documentation fixes
    - move most CDBI-specific code into its own class (User::CDBI)
    - better DBIx::Class vs. Class::DBI detection
    - add session_data support and session_data_field option
    - add salted_hash support (patch from Russell Jenkins)

0.06  2006-04-20 10:36:00
    - Die on eval error in Backend.
    - update documentation
    - allow multiple username fields
    - add auto_create_user and auto_update_user options

0.05002 2006-03-03 19:16:38
    - fix oversight that prevented fully-specified models from working when 
using
      Catalyst::Model::DBIC::Schema classes

0.05001 2006-03-03 18:30:00
    - update author and email
    - clean up code a bit

0.05    2006-03-02 20:36:00
    - make role_class and user_class auto-vivify to corresponding DBIC
      resultset when possible
    - allow direct access to DBIC object columns via $c->user->column
      (the object itself is $c->user->obj) and deprecated old ways to get object
    - fix test suite -- should now pass, and hopefully not fail just because
      don't have some modules, such as Class::DBI or 
Catalyst::Model::DBIC::Schema
    - rename real_user_class to catalyst_user_class
    - use recordsets rather than depend on list context
    - return undef rather than complain when password is called without user


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 \
    wip/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile \
    wip/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo?r1=1.1.1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index