18 years agoChange method of expiry timestamp storage in Session, and write only if necessary...
Yuval Kogman [Sat, 24 Dec 2005 01:15:56 +0000]
Change method of expiry timestamp storage in Session, and write only if necessary. Breaks unit tests, but not live tests - some one please fix if you care.

18 years agoSession, fixed bug in algorithm detection, it was always choosing SHA-256
Andy Grundman [Sun, 11 Dec 2005 04:39:40 +0000]
Session, fixed bug in algorithm detection, it was always choosing SHA-256

18 years agoSome doc fixes and updates for C::P::Session
Yuval Kogman [Mon, 5 Dec 2005 20:50:24 +0000]
Some doc fixes and updates for C::P::Session

18 years agoflash_to_stash goodness
Yuval Kogman [Mon, 5 Dec 2005 20:45:05 +0000]
flash_to_stash goodness

18 years ago$c->flash can also create a session id
Yuval Kogman [Mon, 5 Dec 2005 20:40:56 +0000]
$c->flash can also create a session id

18 years agoMore refactoring of green things in general
Yuval Kogman [Mon, 5 Dec 2005 20:31:13 +0000]
More refactoring of green things in general

18 years agoFlash data is now in a separately prefixed session storage thingy
Yuval Kogman [Mon, 5 Dec 2005 20:12:45 +0000]
Flash data is now in a separately prefixed session storage thingy

18 years agoTest the flash feature of C::P::Session
Yuval Kogman [Mon, 5 Dec 2005 09:10:50 +0000]
Test the flash feature of C::P::Session

18 years agoDocument $c->flash
Yuval Kogman [Mon, 5 Dec 2005 08:58:21 +0000]
Document $c->flash

18 years agochangelog + doc fixes for C::P::Session
Yuval Kogman [Sun, 4 Dec 2005 23:26:44 +0000]
changelog + doc fixes for C::P::Session

18 years agoLazy loading session data
Yuval Kogman [Sun, 4 Dec 2005 23:00:32 +0000]
Lazy loading session data

18 years agoUntested $c->flash
Yuval Kogman [Sun, 4 Dec 2005 22:46:50 +0000]
Untested $c->flash

18 years ago$c->session_expire_key
Yuval Kogman [Mon, 28 Nov 2005 22:45:39 +0000]
$c->session_expire_key

18 years agoSilly doc fix for C::P::Session
Yuval Kogman [Sun, 27 Nov 2005 16:32:36 +0000]
Silly doc fix for C::P::Session

18 years agoAdd Test::Exception to C::P::Session prereqs
Yuval Kogman [Sat, 26 Nov 2005 18:46:57 +0000]
Add Test::Exception to C::P::Session prereqs

18 years agoRefactor guts of C::P::Session to use _session and not {session}, add validate_sessio...
Yuval Kogman [Sat, 26 Nov 2005 18:45:44 +0000]
Refactor guts of C::P::Session to use _session and not {session}, add validate_sessionid method

18 years agoDoc fixes to C::P::Session from Uwe
Yuval Kogman [Sat, 26 Nov 2005 16:34:30 +0000]
Doc fixes to C::P::Session from Uwe

18 years agoFix LICNESE typo
Yuval Kogman [Wed, 23 Nov 2005 14:13:10 +0000]
Fix LICNESE typo

18 years agoTeensy tiny doc fixed v0.02
Yuval Kogman [Wed, 23 Nov 2005 12:10:44 +0000]
Teensy tiny doc fixed

18 years agoVersion update
Sascha Kiefer [Wed, 23 Nov 2005 00:32:09 +0000]
Version update

18 years agoDoc improvements for C::P::Session
Yuval Kogman [Tue, 22 Nov 2005 22:02:36 +0000]
Doc improvements for C::P::Session

18 years agoFixed Catalyst::Plugin::Session::Test::Store.pm
Sascha Kiefer [Fri, 18 Nov 2005 01:33:36 +0000]
Fixed Catalyst::Plugin::Session::Test::Store.pm

18 years agoAUTHORS section for C::P::Session v0.01
Yuval Kogman [Mon, 14 Nov 2005 20:52:26 +0000]
AUTHORS section for C::P::Session

18 years agoFix broken pod
Yuval Kogman [Mon, 14 Nov 2005 20:52:15 +0000]
Fix broken pod

18 years agoBoilerplate for C::P::Session
Yuval Kogman [Mon, 14 Nov 2005 18:29:08 +0000]
Boilerplate for C::P::Session

18 years agoPod coverage for C::P::Session::Store::Dummy
Yuval Kogman [Mon, 14 Nov 2005 18:28:59 +0000]
Pod coverage for C::P::Session::Store::Dummy

18 years agoBuild.PL, prereq stuff for C::P::Session
Yuval Kogman [Mon, 14 Nov 2005 18:28:51 +0000]
Build.PL, prereq stuff for C::P::Session

18 years agoImprove debugging messages for C::P::Session
Yuval Kogman [Mon, 14 Nov 2005 18:03:56 +0000]
Improve debugging messages for C::P::Session

18 years agoACL + tests
Yuval Kogman [Wed, 9 Nov 2005 00:09:17 +0000]
ACL + tests
misc fixes for the authen, authz::roles
move dummy session store out of t/lib so that it's reusable

18 years agoBetter documentation of when exactly session related things happen
Yuval Kogman [Fri, 4 Nov 2005 19:14:14 +0000]
Better documentation of when exactly session related things happen

18 years agoSession, fixed prepare_action to do its work before passing control to other plugins
Andy Grundman [Fri, 4 Nov 2005 18:51:38 +0000]
Session, fixed prepare_action to do its work before passing control to other plugins

18 years agoremove use of List::Util::first due to leaking
Yuval Kogman [Thu, 3 Nov 2005 15:28:26 +0000]
remove use of List::Util::first due to leaking

18 years agofix prereqs for Catalyst::Plugin::Session
Yuval Kogman [Tue, 1 Nov 2005 23:13:06 +0000]
fix prereqs for Catalyst::Plugin::Session

18 years agoSession plugin depends on 5.49, not 5.50
Yuval Kogman [Tue, 1 Nov 2005 23:01:57 +0000]
Session plugin depends on 5.49, not 5.50

18 years agoOverride dump_these in session to add dump session info
Yuval Kogman [Tue, 1 Nov 2005 22:48:25 +0000]
Override dump_these in session to add dump session info

18 years agoPerltidy + pod tests for all session plugins
Yuval Kogman [Mon, 31 Oct 2005 09:05:20 +0000]
Perltidy + pod tests for all session plugins

18 years agoCatalyst::Plugin::Session - SYNOPSIS expanded, full pod coverage
Yuval Kogman [Mon, 31 Oct 2005 08:41:20 +0000]
Catalyst::Plugin::Session - SYNOPSIS expanded, full pod coverage

18 years agoCatalyst::Plugin::Session- reccomend some modules for live_app.t to run
Yuval Kogman [Mon, 31 Oct 2005 08:40:52 +0000]
Catalyst::Plugin::Session-  reccomend some modules for live_app.t to run

18 years agolive_app.t for Catalyst::Plugin::Session
Yuval Kogman [Mon, 31 Oct 2005 01:52:06 +0000]
live_app.t for Catalyst::Plugin::Session

18 years agoReleng, test fixes, bug fixes for Session plugins
Yuval Kogman [Mon, 31 Oct 2005 01:27:49 +0000]
Releng, test fixes, bug fixes for Session plugins

18 years agoreleng of session stuff
Yuval Kogman [Sat, 29 Oct 2005 22:16:14 +0000]
releng of session stuff

18 years agoAdd Catalyst::Plugin::Session::Test::Store
Yuval Kogman [Thu, 27 Oct 2005 13:26:54 +0000]
Add Catalyst::Plugin::Session::Test::Store

18 years agoPerltidy + restore of lost test fixes
Yuval Kogman [Wed, 26 Oct 2005 10:53:08 +0000]
Perltidy + restore of lost test fixes

18 years agoBig checkin of the Session plugin
Yuval Kogman [Wed, 26 Oct 2005 10:34:30 +0000]
Big checkin of the Session plugin