11 years agoVersion 0.12 master mirror/master 0.12
Tomas Doran [Mon, 25 Feb 2013 14:44:10 +0000]
Version 0.12

11 years agoRemove .git from MANIFEST
Tomas Doran [Mon, 25 Feb 2013 14:43:30 +0000]
Remove .git from MANIFEST

12 years agoRemove .git from MANIFEST
Tomas Doran [Mon, 16 Apr 2012 15:17:25 +0000]
Remove .git from MANIFEST

12 years agoAdd .gitignore
Tomas Doran [Tue, 13 Mar 2012 22:55:40 +0000]
Add .gitignore

12 years agoVersion 0.11 0.11
Tomas Doran [Tue, 13 Mar 2012 22:54:28 +0000]
Version 0.11

12 years agoRT#74972
Tomas Doran [Tue, 13 Mar 2012 22:53:59 +0000]
RT#74972

12 years agoconvert repository to git
Arthur Axel 'fREW' Schmidt [Tue, 23 Aug 2011 14:52:20 +0000]
convert repository to git

13 years agoVersion 0.10 v0.10
Tomas Doran [Thu, 20 May 2010 17:43:39 +0000]
Version 0.10

13 years agoHmm
Tomas Doran [Thu, 20 May 2010 17:03:38 +0000]
Hmm

13 years agoFix bug, I think
Tomas Doran [Thu, 20 May 2010 16:47:27 +0000]
Fix bug, I think

13 years agoCleanups
Tomas Doran [Thu, 20 May 2010 16:38:24 +0000]
Cleanups

14 years agoChecking in changes prior to tagging of version 0.09. Changelog diff is: v0.09
Tomas Doran [Sun, 7 Mar 2010 20:44:47 +0000]
Checking in changes prior to tagging of version 0.09.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 13014)
+++ Changes (working copy)
@@ -1,3 +1,4 @@
+0.09
- Generate a warning if no config is specified, or config
is specified using the old key.
- Support the compute() method, and emulate it if the backend

14 years agoSupport the compute() method, and emulate it if the backend doesnt have it.
Aran Clary Deltac [Thu, 23 Jul 2009 18:08:48 +0000]
Support the compute() method, and emulate it if the backend doesnt have it.

15 years agoWarn if you use old config key or blank config. There is a load of simplification...
Tomas Doran [Sat, 4 Apr 2009 05:01:28 +0000]
Warn if you use old config key or blank config. There is a load of simplification that can happen here I think, as there is still compat for Plugin::Cache::FastMMap, which is dead as a doornail. Also needs better docs

15 years agoChecking in changes prior to tagging of version 0.08. Changelog diff is: v0.08
Tomas Doran [Tue, 10 Feb 2009 09:53:49 +0000]
Checking in changes prior to tagging of version 0.08.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 9258)
+++ Changes (working copy)
@@ -1,3 +1,6 @@
+0.08
+        - Forgot to add MRO::Compat to Makefile.PL, fail.
+
0.07
- Switch from NEXT to MRO::Compat.
- Change config key from 'cache' to 'Plugin::Cache', old key

15 years agoChange config key in tests
Tomas Doran [Sun, 8 Feb 2009 07:47:36 +0000]
Change config key in tests

15 years agoChange config key re RT#40344 v0.07
Tomas Doran [Sun, 8 Feb 2009 07:37:55 +0000]
Change config key re RT#40344

15 years agoSwitch to MRO::Compat
Tomas Doran [Sun, 8 Feb 2009 07:16:25 +0000]
Switch to MRO::Compat

15 years agoAdded note about fork() problem
Johannes Plunien [Fri, 16 Jan 2009 12:17:03 +0000]
Added note about fork() problem

15 years agothis makes 0.06
Jos Boumans [Tue, 27 May 2008 09:14:05 +0000]
this makes 0.06
upped version
added Changes entry

15 years agoprevious fixes introduced a regression;
Jos Boumans [Tue, 27 May 2008 09:08:09 +0000]
previous fixes introduced a regression;
According to the docs, you can not set up C::P::Cache without specifying a cache
backend, but the tests did do this, and then registered a backend later.

This only worked because a croak in the C::P::Cache code was caught by an eval
and ignored, but the registering of the backend was done *before* the first
request to the cache.
Had a request gone to the cache first, it would have called the following code:

sub temporary_cache_backend {
my $c = shift;
die "FIXME - make up an in memory cache backend, that hopefully works well for the current engine";
}

This commit fixes the above issue by specifying a cache backend explicitly.
This is completely in line with what the documentation tells us to do.

15 years agoclarify the documentation on how to configure a cache implementation
Jos Boumans [Tue, 27 May 2008 08:49:26 +0000]
clarify the documentation on how to configure a cache implementation
use the popular cache::memcached::libmemcached as an example
the old code was throwing away the first error when creating a cache instance
(it did so using a list and a hashref as args); if the first failed, the 2nd
call would overwrite the first error. This is now fixed
the calling code wrapped the above code in an eval, and then silently discarded
the return value. This is now no longer the case, as the assumption of the code
was to have a working fallback, which is not currently implemented. This resulted
in a FIXME error on the first request to a controller using a cache->get or cache->set

16 years agochangelog and version bump v0.05
Yuval Kogman [Sun, 27 Jan 2008 03:47:36 +0000]
changelog and version bump

16 years agoc3 happy
Yuval Kogman [Sun, 27 Jan 2008 03:46:37 +0000]
c3 happy

16 years agounmanaged
Yuval Kogman [Fri, 5 Oct 2007 21:49:12 +0000]
unmanaged

16 years agofoo
Yuval Kogman [Tue, 31 Jul 2007 15:06:46 +0000]
foo

16 years agofoo v0.03
Yuval Kogman [Thu, 5 Jul 2007 19:41:01 +0000]
foo

17 years agosupport single list during set() for expires
Yuval Kogman [Fri, 23 Feb 2007 15:44:03 +0000]
support single list during set() for expires

17 years agofixed missing ok prereq in C::P::Cache
Jonathan Rockway [Fri, 20 Oct 2006 18:11:46 +0000]
fixed missing ok prereq in C::P::Cache

17 years agoswitch to Makefile.PL v0.02
Yuval Kogman [Fri, 15 Sep 2006 15:13:23 +0000]
switch to Makefile.PL

17 years agofix test
Yuval Kogman [Fri, 15 Sep 2006 15:12:13 +0000]
fix test

17 years agov ersion bump and changelog for C::P::Cache
Yuval Kogman [Fri, 15 Sep 2006 15:07:06 +0000]
v ersion bump and changelog for C::P::Cache

17 years agomisc minor fixes for C::P::Cache
Yuval Kogman [Fri, 11 Aug 2006 17:07:32 +0000]
misc minor fixes for C::P::Cache

17 years agocopyright boilerplate v0.01
Yuval Kogman [Sat, 22 Jul 2006 19:30:52 +0000]
copyright boilerplate

17 years agoCatalyst::Plugin::Cache boilerplate
Yuval Kogman [Sat, 22 Jul 2006 12:37:45 +0000]
Catalyst::Plugin::Cache boilerplate

17 years agoZap Cache::Backend::Util - it's not really usefil
Yuval Kogman [Fri, 21 Jul 2006 19:01:22 +0000]
Zap Cache::Backend::Util - it's not really usefil

17 years agoDocs for Cache::Store plugins
Yuval Kogman [Fri, 21 Jul 2006 18:20:09 +0000]
Docs for Cache::Store plugins

17 years agoC::P::Cache doc fixing (mechanical only, not content)
Jesse Sheidlower [Wed, 28 Jun 2006 02:36:05 +0000]
C::P::Cache doc fixing (mechanical only, not content)

17 years agoFix stupid error in Cache::Curried
Yuval Kogman [Thu, 22 Jun 2006 21:37:13 +0000]
Fix stupid error in Cache::Curried

17 years agoSEE ALSO for C::P::Cache
Yuval Kogman [Thu, 22 Jun 2006 13:17:02 +0000]
SEE ALSO for C::P::Cache

17 years agoDocumentation for C::P::Cache
Yuval Kogman [Thu, 22 Jun 2006 08:28:25 +0000]
Documentation for C::P::Cache

17 years agoAdded some documentation..
Jess Robinson [Wed, 21 Jun 2006 20:47:02 +0000]
Added some documentation..

17 years agoGeneral fixes, docs, love (C::P::Cache)
Yuval Kogman [Wed, 21 Jun 2006 16:06:00 +0000]
General fixes, docs, love (C::P::Cache)

17 years agoLive app test, Cache::Store::Memory
Yuval Kogman [Mon, 19 Jun 2006 20:25:01 +0000]
Live app test, Cache::Store::Memory

17 years agoCatalyst::Plugin::Cache configuration thingy
Yuval Kogman [Mon, 19 Jun 2006 19:52:57 +0000]
Catalyst::Plugin::Cache configuration thingy

17 years agorename 'delete' to 'remove' so that the interface matches Cache::Cache
Yuval Kogman [Mon, 19 Jun 2006 18:17:45 +0000]
rename 'delete' to 'remove' so that the interface matches Cache::Cache

17 years agoCache::Curried
Yuval Kogman [Mon, 19 Jun 2006 18:07:48 +0000]
Cache::Curried

17 years agoCatalyst::Plugin::Cache draft
Yuval Kogman [Sun, 28 May 2006 20:00:52 +0000]
Catalyst::Plugin::Cache draft