r75450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75449‎ | r75450 | r75451 >
Date:17:40, 26 October 2010
Author:aaron
Status:ok
Tags:
Comment:
Removed plot stuff which was used for feedback graphs before that was split off. This was kept for possible stats graph use, which never happened. Graph utility code should be in the core anyway (or as a common extension).
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/phplot-5.0.5 (deleted) (history)
  • /trunk/extensions/FlaggedRevs/svggraph (deleted) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -262,9 +262,6 @@
263263 $dir = dirname( __FILE__ ) . '/';
264264 $langDir = $dir . 'language/';
265265
266 -$wgSvgGraphDir = $dir . 'svggraph';
267 -$wgPHPlotDir = $dir . 'phplot-5.0.5';
268 -
269266 $wgAutoloadClasses['FlaggedRevs'] = $dir . 'FlaggedRevs.class.php';
270267 $wgAutoloadClasses['FRUserCounters'] = $dir . 'FRUserCounters.php';
271268 $wgAutoloadClasses['FRInclusionManager'] = $dir . 'FRInclusionManager.php';

Status & tagging log