catagits/Catalyst-Plugin-Session.git
2005-12-29 Yuval Kogman missing values are not errors, Store doc
2005-12-29 Yuval Kogman Document new store semantics for Session in C::P::Sessi...
2005-12-29 Yuval Kogman changelog for C::P::Session
2005-12-29 Yuval Kogman Docs and a little more fixing for $c->session_expires
2005-12-29 Yuval Kogman the great $c->session_expires refactoring
2005-12-28 Yuval Kogman version bump C::P::Session v0.04
2005-12-28 Yuval Kogman Workaround for Cache::FastMmap limitation in Session
2005-12-26 Yuval Kogman Add Object::Signature to prereqs of Session v0.03
2005-12-26 Yuval Kogman pod fix
2005-12-26 Yuval Kogman Changelog, version bump
2005-12-26 Yuval Kogman zap t/02session_data.t
2005-12-24 Yuval Kogman unbreak backwards compatibility
2005-12-24 Yuval Kogman Change method of expiry timestamp storage in Session...
2005-12-11 Andy Grundman Session, fixed bug in algorithm detection, it was alway...
2005-12-05 Yuval Kogman Some doc fixes and updates for C::P::Session
2005-12-05 Yuval Kogman flash_to_stash goodness
2005-12-05 Yuval Kogman $c->flash can also create a session id
2005-12-05 Yuval Kogman More refactoring of green things in general
2005-12-05 Yuval Kogman Flash data is now in a separately prefixed session...
2005-12-05 Yuval Kogman Test the flash feature of C::P::Session
2005-12-05 Yuval Kogman Document $c->flash
2005-12-04 Yuval Kogman changelog + doc fixes for C::P::Session
2005-12-04 Yuval Kogman Lazy loading session data
2005-12-04 Yuval Kogman Untested $c->flash
2005-11-28 Yuval Kogman $c->session_expire_key
2005-11-27 Yuval Kogman Silly doc fix for C::P::Session
2005-11-26 Yuval Kogman Add Test::Exception to C::P::Session prereqs
2005-11-26 Yuval Kogman Refactor guts of C::P::Session to use _session and...
2005-11-26 Yuval Kogman Doc fixes to C::P::Session from Uwe
2005-11-23 Yuval Kogman Fix LICNESE typo
2005-11-23 Yuval Kogman Teensy tiny doc fixed v0.02
2005-11-23 Sascha Kiefer Version update
2005-11-22 Yuval Kogman Doc improvements for C::P::Session
2005-11-18 Sascha Kiefer Fixed Catalyst::Plugin::Session::Test::Store.pm
2005-11-14 Yuval Kogman AUTHORS section for C::P::Session v0.01
2005-11-14 Yuval Kogman Fix broken pod
2005-11-14 Yuval Kogman Boilerplate for C::P::Session
2005-11-14 Yuval Kogman Pod coverage for C::P::Session::Store::Dummy
2005-11-14 Yuval Kogman Build.PL, prereq stuff for C::P::Session
2005-11-14 Yuval Kogman Improve debugging messages for C::P::Session
2005-11-09 Yuval Kogman ACL + tests
2005-11-04 Yuval Kogman Better documentation of when exactly session related...
2005-11-04 Andy Grundman Session, fixed prepare_action to do its work before...
2005-11-03 Yuval Kogman remove use of List::Util::first due to leaking
2005-11-01 Yuval Kogman fix prereqs for Catalyst::Plugin::Session
2005-11-01 Yuval Kogman Session plugin depends on 5.49, not 5.50
2005-11-01 Yuval Kogman Override dump_these in session to add dump session...
2005-10-31 Yuval Kogman Perltidy + pod tests for all session plugins
2005-10-31 Yuval Kogman Catalyst::Plugin::Session - SYNOPSIS expanded, full...
2005-10-31 Yuval Kogman Catalyst::Plugin::Session- reccomend some modules...
2005-10-31 Yuval Kogman live_app.t for Catalyst::Plugin::Session
2005-10-31 Yuval Kogman Releng, test fixes, bug fixes for Session plugins
2005-10-29 Yuval Kogman releng of session stuff
2005-10-27 Yuval Kogman Add Catalyst::Plugin::Session::Test::Store
2005-10-26 Yuval Kogman Perltidy + restore of lost test fixes
2005-10-26 Yuval Kogman Big checkin of the Session plugin