From http://bugzilla.wikipedia.org/attachment.cgi?id=171&action=view and extra files from http://www.tgries.de/mw/cvs15+enea200-minus-cvs.tgz Undid a couple minor bits like the broken changing of minoreditletter. Have not yet made general corrections/reworkings. Since this changes the user and watchlist tables, you must run the updaters (installer or update.php) on an existing database.
3 lines
216 B
SQL
3 lines
216 B
SQL
-- Patch for email authentication T.Gries/M.Arndt 27.11.2004
|
|
-- Table user_newtalk is dropped, as the table watchlist is now also used for storing user_talk-page notifications
|
|
DROP TABLE /*$wgDBprefix*/user_newtalk;
|