Changelog
[catagits/Catalyst-Plugin-Session.git] / lib /
2009-11-04 Tomas Doran Merge 'accessor_change' into 'trunk'
2009-10-29 Tomas Doran Fix session fixation tests, kentnl++
2009-10-27 Andrew Rodland Code, test, docs.
2009-10-08 Florian Ragwitz Version 0.27. v0.27
2009-10-06 Tomas Doran Bump versions for dev release. Clean up other mentions... v0.26_01
2009-10-06 Tomas Doran Tidy up config namespace and the TestApps
2009-08-19 Tomas Doran Checking in changes prior to tagging of version 0.26...
2009-07-25 Rafael Kitover minor change that unfucks ::State::URI (provided by...
2009-07-08 Tomas Doran Changelog, attribute kmx, strip trailing whitespace v0.25
2009-07-07 KMX C::P::Session - branche session_fixation: new method...
2009-06-23 Dan Dascalescu Fixed minor grammar in Tutorial.pod
2009-06-23 Tomas Doran Checking in changes prior to tagging of version 0.24... v0.24
2009-06-16 Tomas Doran Checking in changes prior to tagging of version 0.23... v0.23
2009-06-02 KMX C::Plugin::Session - branche for verify_user_agent...
2009-05-13 Tomas Doran Checking in changes prior to tagging of version 0.22... v0.22
2009-04-30 Tomas Doran If we're doing this, we're doing it with namespace...
2009-04-30 Peter Karman switch from CAF to Moose (fixes bug raised in Session...
2009-02-05 Tomas Doran PAUSE hates me, didn't notice in the dev release as...
2009-02-05 Tomas Doran Checking in changes prior to tagging of version 0.20... v0.20
2009-01-09 Tomas Doran Switch to MRO::Compat's maybe::next::method. I could...
2009-01-09 Tomas Doran Merge flash in session and finalize before sending...
2008-12-11 Sergio Salvi finalize session before sending HTTP headers
2008-12-11 Sergio Salvi flash data is now stored inside the session
2008-08-05 Jesse Sheidlower typo fixing
2008-01-09 Brian Cassidy switch to module::install
2007-10-15 Yuval Kogman foo
2007-10-08 Yuval Kogman version bump
2007-09-22 Jonathan Rockway whitespace fix
2007-09-22 Jonathan Rockway move finalization to finalize but keep header munging...
2007-09-22 Jonathan Rockway update cookie BEFORE sending to user; change finalize...
2007-08-15 Yuval Kogman foo v0.18
2007-08-15 Yuval Kogman foo
2007-07-16 Yuval Kogman fo v0.17
2007-07-03 Yuval Kogman foo v0.16
2007-05-27 Maurice Aubrey change finalize() to redispatch before saving session...
2007-04-04 Yuval Kogman releng
2007-04-03 J. Shirley Just fixing a typo in the pod I noticed
2007-03-24 Hu Hailin a typo and a link fixed
2007-02-08 Jonathan Rockway croak needs Carp!
2007-01-31 Marcus Ramberg released 0.14
2006-12-06 Ted Carnahan Can now do $c->flash( key => param ) just like $c-...
2006-10-18 Jonathan Rockway changing default behavior to NOT check IP address of...
2006-10-12 Yuval Kogman fix tests for clear_flash (mocking was bad) v0.13
2006-10-12 Yuval Kogman changelog + version bump C::P::Session
2006-09-15 Yuval Kogman various changes to C::P::Session, including clear_flash
2006-08-26 Yuval Kogman releng for C::P::Session 0.012 - minor refactorings... v0.12
2006-08-10 Yuval Kogman more session finalization cleanups v0.11
2006-08-01 Yuval Kogman releng for Session 0.10
2006-08-01 Yuval Kogman correct order of session data finalization
2006-07-31 Yuval Kogman Catalyst::Plugin::Session::Test::Store fix v0.09
2006-07-31 Cory G Watson Remove hanging =back from Tutorial
2006-07-31 Yuval Kogman 0.08.... *sigh*
2006-07-31 Yuval Kogman releng for C::P::Session
2006-07-29 Yuval Kogman version bump v0.06
2006-07-19 Yuval Kogman Help out state plugins a bit more
2006-07-19 Yuval Kogman fix session_is_valid
2006-07-19 Yuval Kogman Various refactorings and fixes for the session plugin...
2006-05-30 Yuval Kogman delete_session is not an internal method
2006-05-10 Yuval Kogman Make session extension a more explicit even of State...
2006-05-10 Yuval Kogman Session changes, no docs
2006-03-08 Yuval Kogman remove Carp::longmess from Session.pm
2006-03-08 Yuval Kogman kd's tests updated, code fixed
2006-03-08 Yuval Kogman lame docs for KD's request
2006-03-08 Yuval Kogman Better flash expiration policy
2006-02-06 Yuval Kogman Fix scenario where only flash is used (as opposed to...
2006-01-27 Yuval Kogman add Catalyst::Plugin::Session::Tutorial
2006-01-13 Yuval Kogman gphat's undef patch
2006-01-13 Yuval Kogman Remove warnings from C::P::Session test suite
2005-12-29 Andy Grundman Session: fixed version to 0.05 v0.05
2005-12-29 Yuval Kogman Document the new $c->flash "feature"
2005-12-29 Yuval Kogman make $c->flash not delete unless $c->flash was actually...
2005-12-29 Jesse Sheidlower Doc tweaks to C::P::Session::Store
2005-12-29 Jesse Sheidlower Doc tweaks to C::P::Session::Store
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 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 pod fix
2005-12-26 Yuval Kogman Changelog, version bump
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 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 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
next