Skip to content

Commit

Permalink
Item9936: Cache feature lacks files in 1.1
Browse files Browse the repository at this point in the history
It was me that goofed this up when I prepared 1.1 and removed the undocumented cache managers
Correcting this. This is a serious bug so I will release a 1.1.2 in a few days.
And I will add this to known issues


git-svn-id: http://svn.foswiki.org/branches/Release01x01@9818 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Nov 1, 2010
1 parent 5490e30 commit 20c32d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.spec
Expand Up @@ -1111,7 +1111,7 @@ $Foswiki::cfg{Cache}{WebDependencies} = 'WebRss, WebAtom, WebTopicList, WebIndex
# tracker.
$Foswiki::cfg{Cache}{DependencyFilter} = '$Foswiki::cfg{SystemWebName}\..*|$Foswiki::cfg{TrashWebName}\..*|.*Template$|TWiki\..*';
# **SELECTCLASS Foswiki::Cache::* EXPERT**
# **SELECT Foswiki::Cache::FileCache,Foswiki::Cache::BDB,Foswiki::Cache::Memcached,Foswiki::Cache::MemoryLRU EXPERT**
# Select the default caching mechanism. Note that individual subsystems might
# choose a different backend for their own purposes.
$Foswiki::cfg{CacheManager} = 'Foswiki::Cache::FileCache';
Expand Down
3 changes: 2 additions & 1 deletion core/lib/Foswiki/Contrib/core/MANIFEST
Expand Up @@ -432,8 +432,9 @@ lib/Foswiki/Attach.pm 0444
lib/Foswiki/Attrs.pm 0444
lib/Foswiki/Cache.pm 0444
lib/Foswiki/Cache/BDB.pm 0444
lib/Foswiki/Cache/DB_File.pm 0444
lib/Foswiki/Cache/FileCache.pm 0444
lib/Foswiki/Cache/MemoryCache.pm 0444
lib/Foswiki/Cache/Memcached.pm 0444
lib/Foswiki/Cache/MemoryLRU.pm 0444
lib/Foswiki/Compatibility.pm 0444
lib/Foswiki/Configure/Checker.pm 0444
Expand Down

0 comments on commit 20c32d6

Please sign in to comment.