From c9e73f089593908e5531f5e8e971b136a293ca0f Mon Sep 17 00:00:00 2001 From: uckelman Date: Tue, 25 Jan 2005 03:50:54 +0000 Subject: [PATCH] pre_description is a member function, so call with $this->. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4416 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/RecentChanges.php | 10 +++++++--- lib/plugin/RelatedChanges.php | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/lib/plugin/RecentChanges.php b/lib/plugin/RecentChanges.php index 7729584f8..00f948ba7 100644 --- a/lib/plugin/RecentChanges.php +++ b/lib/plugin/RecentChanges.php @@ -1,5 +1,5 @@ pre_description()); } @@ -735,7 +735,7 @@ extends WikiPlugin function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 1.104 $"); + "\$Revision: 1.105 $"); } function managesValidators() { @@ -922,6 +922,10 @@ class DayButtonBar extends HtmlElement { } // $Log: not supported by cvs2svn $ +// Revision 1.104 2005/01/24 23:15:16 uckelman +// The extra description for RelatedChanges was appearing in RecentChanges +// and PageHistory due to a bad test in _RecentChanges_HtmlFormatter. Fixed. +// // Revision 1.103 2004/12/15 17:45:09 rurban // fix box method // diff --git a/lib/plugin/RelatedChanges.php b/lib/plugin/RelatedChanges.php index 2e0e53c4d..771d4e132 100644 --- a/lib/plugin/RelatedChanges.php +++ b/lib/plugin/RelatedChanges.php @@ -1,5 +1,5 @@ pre_description(), fmt(" (to pages linked from \"%s\")",$this->_args['page'])); } } @@ -29,7 +29,7 @@ extends WikiPlugin_RecentChanges function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 1.4 $"); + "\$Revision: 1.5 $"); } function getDefaultArguments() { @@ -130,6 +130,10 @@ class RelatedChangesRevisionIterator extends WikiDB_PageRevisionIterator } // $Log: not supported by cvs2svn $ +// Revision 1.4 2005/01/24 23:15:27 uckelman +// The extra description for RelatedChanges was appearing in RecentChanges +// and PageHistory due to a bad test in _RecentChanges_HtmlFormatter. Fixed. +// // Revision 1.3 2004/06/03 18:58:27 rurban // days links requires action=RelatedChanges arg // -- 2.45.0