catagits/Catalyst-Plugin-Session.git
2009-08-19 Tomas Doran Checking in changes prior to tagging of version 0.26... v0.26
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-07-07 KMX C::P::Session - branche session_fixation: more sophisti...
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-16 Tomas Doran Merge verify_user_agent branch
2009-06-02 KMX C::Plugin::Session - branche for verify_user_agent...
2009-05-23 Tomas Doran Add repository resource to all the MI Makefile.PLs
2009-05-23 Tomas Doran No session fixation I can see here
2009-05-20 Tomas Doran Fix .shipit after the move
2009-05-13 Tomas Doran Checking in changes prior to tagging of version 0.22... v0.22
2009-05-07 Tomas Doran Bump required Module::Install version in everything...
2009-04-30 Tomas Doran Checking in changes prior to tagging of version 0.21... v0.21
2009-04-30 Peter Karman require specific versions
2009-04-30 Peter Karman require specific versions
2009-04-30 Peter Karman some helpful diag
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-02-03 Tomas Doran Add irc log of conversation about where ::Session shoul...
2009-01-09 Tomas Doran Checking in changes prior to tagging of version 0.19_01... v0.19_01
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...
2009-01-09 Tomas Doran Add shipit config
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-10-18 Tomas Doran Unfuck Makefile.PL
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 foo v0.19
2007-10-08 Yuval Kogman version bump
2007-10-08 Yuval Kogman foo
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 change finalize to finalize_headers in test also (maybe...
2007-09-22 Jonathan Rockway we can't run finalize AFTER response is set; so deletei...
2007-09-22 Jonathan Rockway update cookie BEFORE sending to user; change finalize...
2007-09-14 Brian Cassidy update changes file with some release dates and RT...
2007-08-18 Yuval Kogman nasty hack
2007-08-18 Yuval Kogman nasty hack
2007-08-15 Yuval Kogman foo v0.18
2007-08-15 Yuval Kogman foo
2007-07-16 Yuval Kogman fo v0.17
2007-07-16 Yuval Kogman foo
2007-07-03 Yuval Kogman foo v0.16
2007-07-03 Yuval Kogman foo
2007-07-03 Yuval Kogman foo
2007-06-24 Yuval Kogman foo v0.15
2007-05-30 Maurice Aubrey add check to make sure finalize_session() was actually...
2007-05-28 Maurice Aubrey cleanups; call to config() was unneeded
2007-05-28 Maurice Aubrey make sure finalize_session() is called after all other...
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 Rob Kinyon Found a bug in clear_flash
2006-10-12 Yuval Kogman changelog + version bump C::P::Session
2006-10-10 Yuval Kogman fix the session/mock object problem
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 Update second test
2006-07-31 Yuval Kogman releng for C::P::Session
2006-07-29 Yuval Kogman version bump v0.06
2006-07-29 Yuval Kogman Skip Build.PL in C::P::Session
2006-07-29 Yuval Kogman Changelog for C::P::Session
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-07-19 Yuval Kogman zap bad test
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 Kieren Diment fixed test numbering b0rkage
2006-03-08 Kieren Diment gave flash persistence tests a number
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 Kieren Diment Added tests for sanely persistent flash. Will re-commi...
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 unit test (code uses $c->log->warn now)
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 Cory G Watson Added test to be sure that sessionid cannot be stomped!
next