r72058 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72057‎ | r72058 | r72059 >
Date:22:20, 31 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Kill that hack for Simple survey column munging
Modified paths:
  • /trunk/extensions/SimpleSurvey/SimpleSurvey.classes.php (modified) (history)
  • /trunk/extensions/SimpleSurvey/SimpleSurvey.patch-pssuser.sql (deleted) (history)

Diff [purge]

Index: trunk/extensions/SimpleSurvey/SimpleSurvey.patch-pssuser.sql
@@ -1,5 +0,0 @@
2 -
3 -ALTER TABLE /*_*/prefswitch_survey modify pss_user varbinary(255);
\ No newline at end of file
Index: trunk/extensions/SimpleSurvey/SimpleSurvey.classes.php
@@ -11,12 +11,6 @@
1212 dirname( dirname( __FILE__ ) ) . "/UsabilityInitiative/PrefSwitch/PrefSwitch.sql"
1313 );
1414
15 - $wgExtModifiedFields[] = array(
16 - 'prefswitch_survey',
17 - 'pss_user',
18 - dirname( __FILE__ ) . '/SimpleSurvey.patch-pssuser.sql'
19 - );
20 -
2115 return true;
2216 }
2317

Status & tagging log