Fix VERSIOON, eugh
[catagits/Catalyst-Plugin-Session.git] / t /
2012-04-24 Tomas Doran Make author tests properly author only
2012-04-24 Tomas Doran Skip test if we don't have the cookie state module yet
2012-04-23 Gerda Shank implement 'change_session_expires'
2012-04-23 Dimitar Petrov add test for extend_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 removed trailing hatespace people/dhoss/fix-rt-71142 mirror/people/dhoss/fix-rt-71142
2012-03-30 Devin Austin tests pass for address change test per https://rt.cpan...
2011-08-08 Dimitar Petrov fix extend_session_expires to extend the current sessio...
2011-06-08 Jens Gassmann Test for verify address and fix reset __address
2010-07-19 Tomas Doran Fix RT#58856
2009-11-04 Tomas Doran Small cleanups
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 Added a failing test for a situation that occurs when...
2009-10-29 Tomas Doran Fix session fixation tests, kentnl++
2009-10-27 Andrew Rodland Code, test, docs.
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-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 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 No session fixation I can see here
2009-04-30 Peter Karman some helpful diag
2009-04-30 Peter Karman switch from CAF to Moose (fixes bug raised in Session...
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
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-08-18 Yuval Kogman nasty hack
2007-08-18 Yuval Kogman nasty hack
2007-07-16 Yuval Kogman foo
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...
2006-12-06 Ted Carnahan Can now do $c->flash( key => param ) just like $c-...
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-10 Yuval Kogman fix the session/mock object problem
2006-08-26 Yuval Kogman releng for C::P::Session 0.012 - minor refactorings... v0.12
2006-07-31 Yuval Kogman Update second test
2006-07-31 Yuval Kogman releng for C::P::Session
2006-07-19 Yuval Kogman Various refactorings and fixes for the session plugin...
2006-07-19 Yuval Kogman zap bad test
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 kd's tests updated, code fixed
2006-03-08 Kieren Diment Added tests for sanely persistent flash. Will re-commi...
2006-02-06 Yuval Kogman Fix unit test (code uses $c->log->warn now)
2006-01-13 Cory G Watson Added test to be sure that sessionid cannot be stomped!
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-26 Yuval Kogman zap t/02session_data.t
2005-12-05 Yuval Kogman flash_to_stash goodness
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-04 Yuval Kogman Lazy loading session data
2005-11-28 Yuval Kogman $c->session_expire_key
2005-11-26 Yuval Kogman Refactor guts of C::P::Session to use _session and...
2005-11-14 Yuval Kogman Build.PL, prereq stuff for C::P::Session
2005-11-09 Yuval Kogman ACL + tests
2005-10-31 Yuval Kogman Perltidy + pod tests for all session plugins
2005-10-31 Yuval Kogman live_app.t for Catalyst::Plugin::Session
2005-10-26 Yuval Kogman Perltidy + restore of lost test fixes
2005-10-26 Yuval Kogman Big checkin of the Session plugin