3 years agoRelease commit for 0.18 mirror/master v0.18
Graham Knop [Thu, 27 Aug 2020 14:16:54 +0000]
Release commit for 0.18

        - add SameSite support (RT#133009)
        - convert optional test using Test::WWW::Mechanize::Catalyst to
          mandatory test using Catalyst::Test
        - convert from Module::Install to Distar for packaging and release
          process
        - fix running Makefile.PL when . is not included in @INC (RT#121882)
        - minor test cleanups
        - typo and spelling fixes in documentation
        - convert repository to git (fREW Schmidt)

3 years agoBumping version to 0.18
Graham Knop [Thu, 27 Aug 2020 14:11:37 +0000]
Bumping version to 0.18

3 years agochangelog
Graham Knop [Thu, 27 Aug 2020 14:11:16 +0000]
changelog

3 years agoadd underscore removal to version
Graham Knop [Mon, 17 Aug 2020 06:58:33 +0000]
add underscore removal to version

3 years agorewrite live app test to avoid Test::WWW::Mechanize::Catalyst
Graham Knop [Mon, 17 Aug 2020 06:57:21 +0000]
rewrite live app test to avoid Test::WWW::Mechanize::Catalyst

3 years agoadd SameSite support
Graham Knop [Mon, 17 Aug 2020 06:54:12 +0000]
add SameSite support

3 years agoremove useless test
Graham Knop [Mon, 17 Aug 2020 06:49:26 +0000]
remove useless test

3 years agoremove shebangs from tests
Graham Knop [Mon, 17 Aug 2020 06:49:03 +0000]
remove shebangs from tests

3 years agoclean up pod formatting
Graham Knop [Thu, 13 Aug 2020 08:58:57 +0000]
clean up pod formatting

3 years agoclean up gitignore
Graham Knop [Thu, 13 Aug 2020 08:58:44 +0000]
clean up gitignore

3 years agomove pod tests to xt
Graham Knop [Thu, 13 Aug 2020 08:58:28 +0000]
move pod tests to xt

3 years agoconvert to Distar
Graham Knop [Thu, 13 Aug 2020 08:57:56 +0000]
convert to Distar

10 years agoFix typo
David Steinbrunner [Wed, 24 Jul 2013 11:52:04 +0000]
Fix typo

12 years agoconvert repository to git
Arthur Axel 'fREW' Schmidt [Wed, 31 Aug 2011 23:10:26 +0000]
convert repository to git

13 years agominor doc fixes
Justin Hunter [Sat, 8 Jan 2011 04:28:15 +0000]
minor doc fixes

14 years agoparamater -> parameter
Jonathan Yu [Mon, 15 Feb 2010 23:42:45 +0000]
paramater -> parameter

14 years agofixup copyright for Session::State::Cookie v0.17
Matt S Trout [Sun, 18 Oct 2009 18:21:33 +0000]
fixup copyright for Session::State::Cookie

14 years agoVersion 0.16. v0.16
Florian Ragwitz [Fri, 16 Oct 2009 15:48:53 +0000]
Version 0.16.

14 years agoPort to new session config key.
Florian Ragwitz [Fri, 16 Oct 2009 15:48:37 +0000]
Port to new session config key.

14 years agoChanging the repository metadata when you move something is a good plan. And I didn...
Tomas Doran [Tue, 6 Oct 2009 21:00:07 +0000]
Changing the repository metadata when you move something is a good plan. And I didn't notice till I just shipped it. FAIL.

14 years agoFix .shipit file v0.15
Tomas Doran [Tue, 6 Oct 2009 20:55:25 +0000]
Fix .shipit file

14 years agoNo .gitignore in my dist please
Tomas Doran [Tue, 6 Oct 2009 20:53:45 +0000]
No .gitignore in my dist please

14 years agoPrep for new release
Tomas Doran [Tue, 6 Oct 2009 20:52:52 +0000]
Prep for new release

14 years agoAdd copyright info
Tomas Doran [Tue, 1 Sep 2009 07:43:11 +0000]
Add copyright info

14 years agoVersion 0.14. v0.14
Florian Ragwitz [Sat, 22 Aug 2009 17:10:01 +0000]
Version 0.14.

14 years agoExclude .git from MANIFEST.
Florian Ragwitz [Sat, 22 Aug 2009 17:05:46 +0000]
Exclude .git from MANIFEST.

14 years agoAdd .gitignore.
Florian Ragwitz [Sat, 22 Aug 2009 17:04:49 +0000]
Add .gitignore.

14 years agoAllow turning off the httponly option (Closes RT#48930).
Florian Ragwitz [Sat, 22 Aug 2009 16:12:25 +0000]
Allow turning off the httponly option (Closes RT#48930).

14 years agoChecking in changes prior to tagging of version 0.13. Changelog diff is: v0.13
Tomas Doran [Wed, 19 Aug 2009 21:27:07 +0000]
Checking in changes prior to tagging of version 0.13.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 10953)
+++ Changes (working copy)
@@ -1,5 +1,14 @@
Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie

+0.13    2009-08-19
+        - Remove Test::MockObject from the test suite as prone to failing on
+          some platforms and perl versions due to its UNIVERSAL:: package
+          dependencies.
+        - Remove Class::Accessor::Fast and replace with Moose. This allows
+          us to not have a ->new method, This is more correct for Plugins
+          and also means that Catalyst is not forced to invoke the scary
+          replace_constructor at scope end handling.
+
0.12    2009-07-18
- Introduced a new option cookie_httponly
- Option cookie_secure extended (old syntax fully supported)

14 years agoRT#48539
Tomas Doran [Sat, 8 Aug 2009 08:34:50 +0000]
RT#48539

14 years agoChecking in changes prior to tagging of version 0.12. Changelog diff is: v0.12
Tomas Doran [Sat, 18 Jul 2009 01:16:47 +0000]
Checking in changes prior to tagging of version 0.12.  Changelog diff is:

14 years agoBump versions, strip whitespace
Tomas Doran [Sat, 18 Jul 2009 01:12:56 +0000]
Bump versions, strip whitespace

14 years agoVersion requirement bump
Tomas Doran [Tue, 23 Jun 2009 21:48:54 +0000]
Version requirement bump

14 years agoC::P::Session::State::Cookie - added notes into Changes
KMX [Wed, 17 Jun 2009 08:30:47 +0000]
C::P::Session::State::Cookie - added notes into Changes

14 years agoC::P::Session::State::Cookie - improved tests (cookie_secure option)
KMX [Wed, 17 Jun 2009 08:23:20 +0000]
C::P::Session::State::Cookie - improved tests (cookie_secure option)

14 years agoC::P::Session::State::Cookie - changes in option cookie_secure + new option cookie_ht...
KMX [Tue, 2 Jun 2009 09:29:02 +0000]
C::P::Session::State::Cookie - changes in option cookie_secure + new option cookie_httponly as discussed at rt.cpan.org/Public/Bug/Display.html?id=46556 and http://rt.cpan.org/Public/Bug/Display.html?id=46574

14 years agoAdd repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs

14 years agoChecking in changes prior to tagging of version 0.11. Changelog diff is: v0.11
Tomas Doran [Wed, 13 May 2009 20:25:56 +0000]
Checking in changes prior to tagging of version 0.11.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 10057)
+++ Changes (working copy)
@@ -1,5 +1,9 @@
Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie

+0.11    2009-05-13
+        - Change TestApp so that the application is in t/lib, to make it easier
+          for Catalyst to force our package to be immutable.
+
0.10    2009-02-08
- POD addition.
- Switch from NEXT to MRO::Compat

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

15 years agoFix changelog, switch from NEXT to MRO::Compat v0.10
Tomas Doran [Sun, 8 Feb 2009 06:37:04 +0000]
Fix changelog, switch from NEXT to MRO::Compat

15 years agoPOD addition.
Jay Hannah [Tue, 2 Dec 2008 20:43:52 +0000]
POD addition.

15 years agotypo fixing
Jesse Sheidlower [Tue, 5 Aug 2008 00:32:19 +0000]
typo fixing

16 years agofoo v0.09
Yuval Kogman [Mon, 8 Oct 2007 18:57:52 +0000]
foo

16 years agoversion bump
Yuval Kogman [Mon, 8 Oct 2007 18:56:02 +0000]
version bump

16 years agofoo
Yuval Kogman [Mon, 8 Oct 2007 18:55:13 +0000]
foo

16 years agoadd a test for streaming cookie expiration updates
Jonathan Rockway [Sat, 22 Sep 2007 00:49:42 +0000]
add a test for streaming cookie expiration updates

16 years agoupdate changes date v0.08
Brian Cassidy [Fri, 14 Sep 2007 16:20:08 +0000]
update changes date

16 years agoupdate pod and readme
Brian Cassidy [Fri, 14 Sep 2007 16:19:35 +0000]
update pod and readme

16 years agoadd README
Brian Cassidy [Fri, 14 Sep 2007 16:16:04 +0000]
add README

16 years agopod stubs for methods to satisfy pod coverage
Brian Cassidy [Fri, 14 Sep 2007 14:22:45 +0000]
pod stubs for methods to satisfy pod coverage

16 years agoupdated MANIFEST.SKIP
Brian Cassidy [Fri, 14 Sep 2007 14:16:54 +0000]
updated MANIFEST.SKIP

16 years agorequire specific ver of Test::WWW::Mechanize::Catalyst for t/live_app. remove some...
Brian Cassidy [Fri, 14 Sep 2007 14:12:15 +0000]
require specific ver of Test::WWW::Mechanize::Catalyst for t/live_app. remove some warnings

16 years agofix State::Cookie so that tests work with newer TWMCs
Jonathan Rockway [Fri, 10 Aug 2007 03:51:16 +0000]
fix State::Cookie so that tests work with newer TWMCs

17 years agoreleng
Yuval Kogman [Wed, 4 Apr 2007 20:51:54 +0000]
releng

17 years agoadded Makefile.PL
Brian Cassidy [Tue, 3 Apr 2007 14:29:07 +0000]
added Makefile.PL

17 years agoadded a test for nothingmuch's patch
Brian Cassidy [Tue, 3 Apr 2007 12:04:42 +0000]
added a test for nothingmuch's patch

17 years agofix LTJake's always expiring second session issue
Yuval Kogman [Tue, 3 Apr 2007 01:41:33 +0000]
fix LTJake's always expiring second session issue

17 years agoreleng for Cookie v0.06
Yuval Kogman [Wed, 20 Sep 2006 16:55:33 +0000]
releng for Cookie

17 years agoState::Cookie called NEXT methods with the wrong args
Yuval Kogman [Wed, 20 Sep 2006 16:51:14 +0000]
State::Cookie called NEXT methods with the wrong args

17 years ago->req->path has no leading /, which bites me so many times... v0.05
Hu Hailin [Mon, 7 Aug 2006 16:17:50 +0000]
->req->path has no leading /, which bites me so many times...

17 years agoadd configuration of 'cookie_path'
Hu Hailin [Sun, 6 Aug 2006 12:10:37 +0000]
add configuration of 'cookie_path'

17 years agoexclude build.pl
Yuval Kogman [Mon, 31 Jul 2006 12:12:02 +0000]
exclude build.pl

17 years agoUpdate version in Build.PL
Yuval Kogman [Mon, 31 Jul 2006 11:18:30 +0000]
Update version in Build.PL

17 years agoThe new state plugins require a C::P::Session 0.06
Yuval Kogman [Sat, 29 Jul 2006 16:38:40 +0000]
The new state plugins require a C::P::Session 0.06

17 years agochangelog, version bump
Yuval Kogman [Sat, 29 Jul 2006 16:29:06 +0000]
changelog, version bump

17 years agoFix deleting of session cookies
Yuval Kogman [Wed, 19 Jul 2006 12:46:40 +0000]
Fix deleting of session cookies

17 years agoMake session extension a more explicit even of State plugins as well
Yuval Kogman [Wed, 10 May 2006 21:00:15 +0000]
Make session extension a more explicit even of State plugins as well

17 years agoSession changes, no docs
Yuval Kogman [Wed, 10 May 2006 20:45:16 +0000]
Session changes, no docs
Expiry protocol changed
State plugins now implement get_session_id, set_session_id and delete_session_id

17 years agoHideo Kimura++'s cookie_secure patch
Yuval Kogman [Wed, 10 May 2006 11:48:29 +0000]
Hideo Kimura++'s cookie_secure patch

18 years agoextended calc_expiry
Marcus Ramberg [Mon, 20 Feb 2006 07:33:49 +0000]
extended calc_expiry

18 years agoSession::State::Cookie NAME fixed v0.02
Yuval Kogman [Thu, 29 Dec 2005 14:29:51 +0000]
Session::State::Cookie NAME fixed

18 years agoFixed C::P::Session::State::Cookie expires behavior
Yuval Kogman [Thu, 29 Dec 2005 08:55:32 +0000]
Fixed C::P::Session::State::Cookie expires behavior

18 years agotimestamp State::Cookie changelog
Yuval Kogman [Wed, 28 Dec 2005 11:45:50 +0000]
timestamp State::Cookie changelog

18 years agochangelog bricas' cookie name change to State::Cookie
Yuval Kogman [Wed, 28 Dec 2005 11:13:18 +0000]
changelog bricas' cookie name change to State::Cookie

18 years agoSession::State::Cookie, fixed cookie_expires to support browser session cookies,...
Andy Grundman [Wed, 28 Dec 2005 06:11:52 +0000]
Session::State::Cookie, fixed cookie_expires to support browser session cookies, perltidy, XXX: needs __expires fix

18 years agobumped version
Brian Cassidy [Fri, 23 Dec 2005 01:53:35 +0000]
bumped version

18 years agoadded '_session' to cookie name
Brian Cassidy [Thu, 22 Dec 2005 20:50:22 +0000]
added '_session' to cookie name

18 years agochanged default cookie name to Catalyst::Utils::appprefix($c)
Brian Cassidy [Thu, 22 Dec 2005 20:12:07 +0000]
changed default cookie name to Catalyst::Utils::appprefix($c)

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

18 years agoPerltidy'ed Catalyst::Plugin::Session::*
Sebastian Riedel [Mon, 14 Nov 2005 18:45:07 +0000]
Perltidy'ed Catalyst::Plugin::Session::*

18 years agoReleng crap for Session::State::Cookie
Yuval Kogman [Mon, 14 Nov 2005 18:29:15 +0000]
Releng crap for Session::State::Cookie

18 years agoTest for cookie expiration and extension behavior, add cookie_expires, disable condit...
Yuval Kogman [Wed, 9 Nov 2005 11:32:49 +0000]
Test for cookie expiration and extension behavior, add cookie_expires, disable conditional cookie set

18 years agoUse finalize_cookies instead of finalize in Session::State::Cookie
Yuval Kogman [Wed, 9 Nov 2005 09:11:22 +0000]
Use finalize_cookies instead of finalize in Session::State::Cookie

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 agocrouchingpenguin's cookie_domain addition to Session::State::Cookie
Yuval Kogman [Fri, 4 Nov 2005 22:24:13 +0000]
crouchingpenguin's cookie_domain addition to Session::State::Cookie

18 years agoperltidy of State::Cookie
Yuval Kogman [Fri, 4 Nov 2005 19:18:15 +0000]
perltidy of State::Cookie

18 years agoAdd support for expiration of the cookie according to the session
Yuval Kogman [Thu, 3 Nov 2005 15:41:21 +0000]
Add support for expiration of the cookie according to the session

18 years agoFix prereqs in other session plugins
Yuval Kogman [Tue, 1 Nov 2005 23:18:12 +0000]
Fix prereqs in other session plugins

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::State::Cookie - doc cleanup + coverage
Yuval Kogman [Mon, 31 Oct 2005 08:42:19 +0000]
Catalyst::Plugin::Session::State::Cookie - doc cleanup + coverage

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 agoPrepare State::Cookie for distribution
Yuval Kogman [Thu, 27 Oct 2005 15:04:48 +0000]
Prepare State::Cookie for distribution

18 years agoFix the Session::State::Cookie test, and test the setup method
Yuval Kogman [Thu, 27 Oct 2005 15:02:16 +0000]
Fix the Session::State::Cookie test, and test the setup method

18 years agoAdd the cookie_name configuration option
Yuval Kogman [Thu, 27 Oct 2005 14:19:15 +0000]
Add the cookie_name configuration option

18 years agoSession::State::Cookie
Yuval Kogman [Wed, 26 Oct 2005 11:58:55 +0000]
Session::State::Cookie

18 years agoMove the forked FastMmap.pm file around
Yuval Kogman [Wed, 26 Oct 2005 11:03:24 +0000]
Move the forked FastMmap.pm file around

18 years agoThrow away chaff from the FastMmap fork
Yuval Kogman [Wed, 26 Oct 2005 10:59:41 +0000]
Throw away chaff from the FastMmap fork

18 years agoexpanded documentation of Catalyst::Plugin::Session::FastMmap
Andrew Ford [Thu, 20 Oct 2005 08:09:53 +0000]
expanded documentation of Catalyst::Plugin::Session::FastMmap

18 years agoremoved cookie expiriation
Christian Hansen [Fri, 27 May 2005 22:19:21 +0000]
removed cookie expiriation