r56766 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56765‎ | r56766 | r56767 >
Date:16:49, 22 September 2009
Author:brion
Status:resolved (Comments)
Tags:
Comment:
Add ProofreadPage.sql
Modified paths:
  • /branches/wmf-deployment/maintenance/addwiki.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/maintenance/addwiki.php
@@ -72,6 +72,7 @@
7373 $dbw->sourceFile( "$IP/extensions/GlobalBlocking/localdb_patches/setup-global_block_whitelist.sql" );
7474 $dbw->sourceFile( "$IP/extensions/AbuseFilter/abusefilter.tables.sql" );
7575 $dbw->sourceFile( "$IP/extensions/UsabilityInitiative/PrefStats/PrefStats.sql" );
 76+ $dbw->sourceFile( "$IP/extensions/ProofreadPage/ProofreadPage.sql" );
7677
7778 $dbw->query( "INSERT INTO site_stats(ss_row_id) VALUES (1)" );
7879

Follow-up revisions

RevisionCommit summaryAuthorDate
r57138stick back ProofreadPage now that it's been updated, per note on CR on r56766brion19:07, 30 September 2009

Comments

#Comment by Raymond (talk | contribs)   19:29, 29 September 2009

Reverted in r56779 due to errors in the new ProofreadPage version.

Shouldn't it be readded now that the new ProofreadPage version is live?

#Comment by Brion VIBBER (talk | contribs)   19:07, 30 September 2009

done :D

#Comment by Tim Starling (talk | contribs)   02:22, 2 December 2009

The equivalent /trunk commit was r56767.

Status & tagging log