Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/p5-Catalyst-Plugin-Authentication-Store-DBIC,
Authentication/authorization on a DBIx::Class/Class::DBI model
Branch: CURRENT,
Version: 0.07nb1,
Package name: p5-Catalyst-Plugin-Authentication-Store-DBIC-0.07nb1,
Maintainer: kuli0020This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/
Required to run:[
databases/p5-DBI] [
databases/p5-Class-DBI] [
lang/perl5] [
devel/p5-Set-Object] [
databases/p5-Catalyst-Model-DBIC-Schema] [
databases/p5-DBIx-Class] [
www/p5-Catalyst-Plugin-Session-State-Cookie] [
www/p5-Catalyst-Plugin-Authorization-Roles] [
www/p5-Catalyst-Runtime] [
www/p5-Test-WWW-Mechanize-Catalyst] [
www/p5-Catalyst-Plugin-Authentication]
Required to build:[
devel/p5-Module-Build]
Master sites: (Expand)
SHA1: c32428c78dc32000f67c02d72f63785e3b883a89
RMD160: 051c0aea69dacdb854a313946a21dc21584614a4
Filesize: 13.096 KB
Version history: (Expand)
- (2008-12-07) Package deleted from pkgsrc
- (2008-10-20) Updated to version: p5-Catalyst-Plugin-Authentication-Store-DBIC-0.07nb1
- (2007-03-03) Updated to version: p5-Catalyst-Plugin-Authentication-Store-
- (2006-03-10) Package added to pkgsrc.se, version p5-Catalyst-Plugin-Authentication-Store- (created)
CVS history: (Expand)
2008-10-20 12:10:18 by Tonnerre | Files touched by this commit (41) |
Log message:
Use as much of the catalyst from normal, non-wip pkgsrc as possible.
PKGREVISION++.
|
2008-07-21 01:34:43 by abs | Files touched by this commit (54) | |
Log message:
The following have versions in main pkgsrc. Remove from wip and
update any depending packages appropriately
p5-Class-C3-Componentised
p5-Class-Data-Accessor
p5-Class-ISA
p5-Config-Any
p5-DBIx-Class
p5-DBIx-Class-Loader
p5-DBIx-Class-Schema-Loader
p5-Data-Page
p5-Data-Visitor
p5-Log-Log4perl
p5-Module-Find
p5-Object-Signature
p5-Scope-Guard
|
2008-06-25 11:20:57 by abs | Files touched by this commit (89) | |
Log message:
The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.
p5-Algorithm-C3
p5-CGI-Simple
p5-Class-Accessor-Grouped
p5-Class-C3-XS
p5-Class-C3
p5-Geo-Distance
p5-HTTP-Body
p5-HTTP-Request-AsCGI
p5-MRO-Compat
p5-PAR
p5-RRDTool-OO
p5-SQL-Abstract-Limit
p5-Set-Object
p5-Template-Timer
p5-Test-Differences
p5-Test-MockObject
p5-Test-use-ok
p5-Tree-Simple-VisitorFactory
p5-UNIVERSAL-can
p5-UNIVERSAL-isa
p5-Unicode-Map
p5-Unicode-MapUTF8
|
2008-05-30 14:22:03 by abs | Files touched by this commit (102) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2007-03-03 09:04:47 by Johann Franz | Files touched by this commit (2) | |
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
|
2006-03-09 19:53:05 by Roman Kulik | Files touched by this commit (4) | |
Log message:
This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/
|