Make WatchlistEditor use arrays of strings, which are far less expensive than Title...
authorRob Church <robchurch@users.mediawiki.org>
Mon, 9 Jul 2007 10:59:02 +0000 (10:59 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 9 Jul 2007 10:59:02 +0000 (10:59 +0000)
commit6e0dd37993904dc48cec3eec2b1d280a2096dc0d
treebe9976181575029203c3aa446ec3411f176007c0
parent91056cb5450f79abde0c159e7ec313680656e6ce
Make WatchlistEditor use arrays of strings, which are far less expensive than Title objects, so Brion can now add 5000 pages to his watchlist without sapping up all his memory. Also, use the current user's preference for raw edit box size, and while we're on the subject, use $wgUser to make the difference explicit.
includes/WatchlistEditor.php