fix Makefile.PL when no . in @INC
[catagits/Catalyst-Plugin-Session.git] / lib / Catalyst / Plugin / Session.pm
2018-12-06 John Napiorkowski prepare release meta info 0.41
2018-12-06 Michael McClimon Session: encode HTML entities in error
2015-01-27 John Napiorkowski prep meta data for release 0.40
2015-01-26 John Napiorkowski make early finalization an option
2015-01-26 John Napiorkowski finalize session earlier
2013-10-16 John Napiorkowski upped version, prep release
2013-10-04 Robert Rothenberg Updated POD w.r.t. contributors
2013-10-04 Robert Rothenberg Fixed bug with updating session when expiry_threshold...
2013-09-18 John Napiorkowski updated version and changlog in prep for release
2013-09-17 Robert Rothenberg Updated POD rrwo/expiry_threshold mirror/rrwo/expiry_threshold
2013-09-13 Robert Rothenberg Fixed so that session_expires == stored session expires
2013-09-13 Robert Rothenberg Added _get_stored_session_expires method w/related...
2013-09-12 Robert Rothenberg Removed useless parameter
2013-09-12 Robert Rothenberg Prototype implementation of expiry_threshold, with POD
2013-06-26 Andreas Marienborg C<< requires space after << and before >>
2013-02-25 Tomas Doran Version 0.37
2012-10-19 Tomas Doran Version 0.36 0.36
2012-07-15 Tomas Doran Fix tests
2012-05-25 Tomas Doran Revert "Move call to _save_session_expires to finalize_...
2012-04-24 Tomas Doran Version 0.35 0.35
2012-04-24 Tomas Doran Fix Pod coverage
2012-04-23 Gerda Shank tweak doc for 'change_session_expires'
2012-04-23 Gerda Shank implement 'change_session_expires'
2012-04-23 Gerda Shank call 'extend_session_expires' in 'session_expires'
2012-03-30 Devin Austin Merge branch 'master' into tags/0.32 tags/0.32 mirror/tags/0.32 v0.32
2012-03-30 Devin Austin updated Changes and bumped version
2012-03-30 Devin Austin removed trailing hatespace people/dhoss/fix-rt-71142 mirror/people/dhoss/fix-rt-71142
2012-03-30 Devin Austin tooting my own horn, added myself to contributors section
2012-03-08 Tomas Doran Version 0.33
2011-08-08 Dimitar Petrov fix extend_session_expires to extend the current sessio...
2011-06-30 Stefan Seifert Move call to _save_session_expires to finalize_session
2011-06-08 Jens Gassmann Checking in changes prior to tagging of version 0.32.
2011-06-08 Jens Gassmann Test for verify address and fix reset __address
2010-10-08 Tomas Doran Version 0.31 v0.31
2010-10-08 Tomas Doran Back out, breaks shit
2010-10-08 Tomas Doran Optimisation - only save session if data added by appli...
2010-07-19 Tomas Doran Fix RT#58856
2010-06-29 Antony Gelberg Fix over-long example of forever session.
2010-06-24 Brian Cassidy Fix Makefile.PL's is_upgrading_needed() routine (RT...
2010-06-16 Tomas Doran Clarify docs
2009-11-04 Tomas Doran Bump versions v0.29
2009-11-04 Tomas Doran Merge 'session_deleted_bug' into 'trunk'
2009-11-04 Tomas Doran Merge 'accessor_change' into 'trunk'
2009-11-04 Adam Prime This patch makes it so that the expiry is not looked...
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 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 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-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 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
next