|
CVS: phpwiki/lib/plugin RecentChanges.php,1.104,1.105 RelatedChanges.php,1.: msg#00158web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26207 Modified Files: RecentChanges.php RelatedChanges.php Log Message: pre_description is a member function, so call with $this->. Index: RecentChanges.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RecentChanges.php,v retrieving revision 1.104 retrieving revision 1.105 diff -u -2 -b -p -d -r1.104 -r1.105 --- RecentChanges.php 24 Jan 2005 23:15:16 -0000 1.104 +++ RecentChanges.php 25 Jan 2005 03:50:54 -0000 1.105 @@ -262,5 +262,5 @@ extends _RecentChanges_Formatter function description() { - return HTML::p(false, pre_description()); + return HTML::p(false, $this->pre_description()); } @@ -923,4 +923,7 @@ class DayButtonBar extends HtmlElement { // $Log$ +// Revision 1.105 2005/01/25 03:50:54 uckelman +// pre_description is a member function, so call with $this->. +// // Revision 1.104 2005/01/24 23:15:16 uckelman // The extra description for RelatedChanges was appearing in RecentChanges Index: RelatedChanges.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RelatedChanges.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -2 -b -p -d -r1.4 -r1.5 --- RelatedChanges.php 24 Jan 2005 23:15:27 -0000 1.4 +++ RelatedChanges.php 25 Jan 2005 03:50:54 -0000 1.5 @@ -15,5 +15,5 @@ extends _RecentChanges_HtmlFormatter { function description() { - return HTML::p(false, pre_description(), + return HTML::p(false, $this->pre_description(), fmt(" (to pages linked from \"%s\")",$this->_args['page'])); } @@ -131,4 +131,7 @@ class RelatedChangesRevisionIterator ext // $Log$ +// Revision 1.5 2005/01/25 03:50:54 uckelman +// pre_description is a member function, so call with $this->. +// // Revision 1.4 2005/01/24 23:15:27 uckelman // The extra description for RelatedChanges was appearing in RecentChanges ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/config config-default.ini,1.27,1.28 config-dist.ini,1.37,1.38: 00158, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki PhpWiki.wdsl,1.3,NONE: 00158, Reini Urban |
| Previous by Thread: | CVS: phpwiki/config config-default.ini,1.27,1.28 config-dist.ini,1.37,1.38i: 00158, Reini Urban |
| Next by Thread: | CVS: phpwiki PhpWiki.wdsl,1.3,NONE: 00158, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |