Add doc notes
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
2009-04-09 Tomas Doran Add doc notes
2009-04-03 Tomas Doran Tidy up notes about realms key in configuration, all...
2009-04-03 Tomas Doran Update docs, move boilerplate pod out of wrong section...
2009-03-11 Tomas Doran Add a doc note to help out people browsing on search...
2009-03-08 Tomas Doran Checking in changes prior to tagging of version 0.10011... v0.10011
2009-03-04 Tomas Doran Check for session method, not ISA C::P::Session for...
2009-02-08 Tomas Doran Checking in changes prior to tagging of version 0.10010... v0.10010
2009-02-05 Tomas Doran Stop accidentally blowing up if we can't restore the...
2009-01-20 Tomas Doran Bump versions and changelogging for dist v0.100092
2009-01-09 Tomas Doran Checking in changes prior to tagging of version 0.10009... v0.10009_01
2009-01-09 Tomas Doran POD stubs to make coverage pass
2009-01-09 Tomas Doran Dinks pre release
2009-01-07 Tomas Doran Fix broken POD
2008-11-27 Jay Kuri adding progressive realm. planning for launch
2008-10-26 Jay Kuri Changes to allow for dropping of the 'realms' config...
2008-09-29 Jesse Sheidlower Punctuation and spelling tweaks
2008-08-05 Jesse Sheidlower typo fixing
2008-07-28 Peter Karman LDAP plugin is up to date
2008-06-05 Jos Boumans fixed a nasty bug in compat mode with store::minimal...
2008-05-27 Tomas Doran Add some stubby docs to make the POD Coverage test...
2008-05-23 Brian Cassidy pod update (RT #36062). VERSION fix.
2008-04-29 Kieren Diment a couple of documentation fixes
2008-03-20 Jay Kuri allow the realm to use session even if main auth module...
2008-03-17 Jay Kuri Decoupling of Session and Auth-
2008-01-29 Jess Robinson POD doc pokingses
2008-01-24 Jay Kuri Update to correct behavior when using the new 'Plugin...
2007-12-05 Jay Kuri update version
2007-12-03 Jay Kuri Adding a bit of info about realm classes
2007-11-23 Jay Kuri Convert everything not actually a plugin to now live...
2007-11-21 Jay Kuri Changing authentication config to support Plugin::Authe...
2007-10-30 Brian Cassidy make realm class spec work like other class specs ...
2007-10-25 Brian Cassidy fix pod errors and add stub pod for pod_coverage
2007-10-25 Brian Cassidy doc updates
2007-10-07 Jay Kuri Making Realm a bonafide object. No change to docs...
2007-10-05 Brian Cassidy updated changes + version
2007-09-14 Brian Cassidy remove she-bang lines.
2007-07-22 Jay Kuri Updating version for maintenance release.
2007-07-22 Jay Kuri $user->store() should NOT be set by C::P::Auth - if...
2007-07-17 Matt S Trout quick post-merge fixup
2007-07-17 Matt S Trout Version update - to fix dist
2007-07-17 Matt S Trout Improving compatibility with the 'store' and 'stores...
2007-07-17 Matt S Trout bump the version
2007-07-17 Matt S Trout Moving AuthRealmTestApp.pm to proper directory
2007-07-17 Matt S Trout making debug call during setup conditional.
2007-07-17 Matt S Trout fix _auth_realms check to actually work now that we...
2007-07-17 Matt S Trout many documentation updates
2007-07-17 Matt S Trout fixing bug in compatibility mode - when no 'authenticat...
2007-07-17 Matt S Trout Major modifications
2007-07-17 Matt S Trout Various minor adjustments to code and a WHOLE lot of...
2007-07-17 Matt S Trout Tweaks to documentation and spelling / capitalization...
2007-07-17 Matt S Trout Finished updating main authentication POD. Added Chang...
2007-07-17 Matt S Trout More documentation fixes.
2007-07-17 Matt S Trout more documentation
2007-07-17 Matt S Trout mostly doc fixes and a little Minimal Bug fix involving...
2007-07-17 Matt S Trout Updates to authentication system. Initial import of...
2007-01-20 Yuval Kogman refactoring + claco's bug fix
2006-08-01 Yuval Kogman Releng for auth 0.09
2006-08-01 Yuval Kogman possibly fix frang's problem
2006-07-29 Yuval Kogman Changelog, aesthetic cleanup
2006-07-29 Yuval Kogman Oops, didn't :w fix
2006-07-29 Yuval Kogman Lazify $c->user_exists and $c->user a bit more
2006-06-18 Jesse Sheidlower Small (but personally bothersome) typo
2006-04-30 Daniel Westermann... Factor test applications out to separate files due...
2006-03-17 Cory G Watson Prepared for release v0.07
2006-03-14 David Kamholz update Authentication for 0.06
2006-03-04 David Kamholz Authentication: modify get_user to pass on extra args...
2006-01-01 Yuval Kogman Changelog + version bump + prereq fixing for C::P:... v0.05
2005-12-22 Yuval Kogman doc fix in C::P::Auth + debug messages in C::P::Auth...
2005-12-22 Jess Robinson Fix incorrect method name, thanks cmilfo!
2005-12-14 Ilmari Vacklin user_user -> user_exists in POD, thanks to ricket for...
2005-12-12 Ilmari Vacklin More spelling fixes + linkification.
2005-12-12 Ilmari Vacklin Spelling fixes. nothingmuch++ for nice documentation.
2005-12-11 Yuval Kogman More docs - code examples
2005-12-11 Yuval Kogman Some docs for Auth
2005-12-04 Yuval Kogman s/LICNESE/LICENSE/g v0.04
2005-12-04 Jess Robinson Documentation cleanup
2005-12-04 Yuval Kogman Doc fixes, release engineering
2005-12-04 Yuval Kogman Version bump Auth, Auth::Store::DBIC, Authz::{ACL,Roles}
2005-12-03 Andy Grundman Auth 0.03, user_exists and a few pod fixes v0.03
2005-12-02 David Kamholz C::P::Authentication:
2005-11-28 Jess Robinson Update authors
2005-11-28 Jess Robinson Docs, yet again..
2005-11-28 Jess Robinson More documentation fiddling
2005-11-28 Jess Robinson Improve documentation
2005-11-28 Yuval Kogman user_exists for C::P::Authen
2005-11-28 Brian Cassidy fixed pod
2005-11-28 Yuval Kogman Version bump plus changelog for C::P::Authentication v0.02
2005-11-28 Yuval Kogman Don't try to load Want now that it's not used
2005-11-28 David Kamholz - fix catastrophic typo in Authentication.pm
2005-11-27 Yuval Kogman Boilerplate for C::P::Authentication
2005-11-27 Yuval Kogman Be extra specially lazy with $c->user if Want is available
2005-11-27 Yuval Kogman Lots of doc for C::P::Authentication
2005-11-27 Yuval Kogman Don't attempt to restore in auth_restore_user unless...
2005-11-27 Yuval Kogman Allow plugins loaded after C::P::Authentication to...
2005-11-21 Yuval Kogman Refactor Authentication + some slight doc + perltidy
2005-11-21 Yuval Kogman $c->user lazy restores from session
2005-11-21 Yuval Kogman Refactor + perltidy of Authentication
2005-11-21 Yuval Kogman Auth store registration
2005-11-08 Yuval Kogman Add some dwim to Credential::Password (arg less $c...
2005-11-07 Yuval Kogman $c->request->user --> $c->request->{user}
next