Skip to content

Commit

Permalink
Item11983: Update patch documentation
Browse files Browse the repository at this point in the history
Patch applies to 1.1.7-1.1.9 without modification.

git-svn-id: http://svn.foswiki.org/trunk/PatchItem11983Contrib@17092 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 14, 2013
1 parent 25ec1b2 commit 2c294fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/System/PatchItem11983Contrib.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
One line description, required for extensions repository catalog.
* Set SHORTDESCRIPTION = Patch Foswiki 1.1.5 and 1.1.6 store to improve perfomance
* Set SHORTDESCRIPTION = Patch Foswiki 1.1.5-1.1.9 store to improve perfomance
-->
---+!! PatchItem11983Contrib

Expand All @@ -10,7 +10,7 @@ One line description, required for extensions repository catalog.

---++ Usage

This extensions applies a "hotfix" for Item11983 to your Foswiki 1.1.5 or 1.1.6 system.
This extensions applies a "hotfix" for Item11983 to your Foswiki 1.1.5-1.1.9 system.

<blockquote>
<div class="foswikiAlert">%X% *CAUTION:* This patch can significantly improve the performance of the Foswiki "Store" system by reducing calls to the "RCS" -
Expand Down
3 changes: 1 addition & 2 deletions lib/Foswiki/Contrib/PatchItem11983Contrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ our $VERSION = '1.1';
# topic - if you use %$RELEASE% with BuildContrib this is done automatically.
our $RELEASE = '1.1';

our $SHORTDESCRIPTION =
'Improve Store performance for Foswiki 1.1.5 and 1.1.6.';
our $SHORTDESCRIPTION = 'Improve Store performance for Foswiki 1.1.5-1.1.9.';

1;

Expand Down
4 changes: 2 additions & 2 deletions working/configure/patch/Item11983-001.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Date: Mon Nov 26 04:32:23 2012 +0000
Foswiki 1.2 will have a more extensive fix that avoids incorrect revision information
without incuring the performance penalty.

~~~PATCH 596b5999cb61f941b5425555d9d232c4:affb114e4a8f29a14d65702e0b7934de lib/Foswiki/Store/VC/Store.pm (Foswiki 1.1.5, Foswiki 1.1.6)
~~~PATCH 596b5999cb61f941b5425555d9d232c4:affb114e4a8f29a14d65702e0b7934de lib/Foswiki/Store/VC/Store.pm (Foswiki 1.1.5-1.1.9)
--- ./lib/Foswiki/Store/VC/Store.pm.orig 2012-12-06 00:56:34.138034928 -0500
+++ ./lib/Foswiki/Store/VC/Store.pm 2012-12-06 00:56:53.163811954 -0500
@@ -93,15 +93,16 @@
Expand Down Expand Up @@ -82,7 +82,7 @@ Date: Mon Nov 26 04:32:23 2012 +0000
# If there is a pending pseudo-revision, need n+1, but only if there is
# an existing history

~~~PATCH 497d27bc2cd58232e9b54eaa63877851:679ee38be5a30d8ed26727757a9afd45 lib/Foswiki/Store/VC/Handler.pm (Foswiki 1.1.6)
~~~PATCH 497d27bc2cd58232e9b54eaa63877851:679ee38be5a30d8ed26727757a9afd45 lib/Foswiki/Store/VC/Handler.pm (Foswiki 1.1.6-1.1.9)
--- ./lib/Foswiki/Store/VC/Handler.pm.orig 2012-12-06 10:25:55.865698878 -0500
+++ ./lib/Foswiki/Store/VC/Handler.pm 2012-12-06 10:27:51.505358144 -0500
@@ -446,7 +446,17 @@
Expand Down

0 comments on commit 2c294fc

Please sign in to comment.