aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialEditWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* REL1_19: MFT r111029, r111034, r111067, r111076, r111085, r111128, r111144Sam Reed2012-02-101-18/+73
|\
| * Fix some missing doc groupsAntoine Musso2012-02-091-0/+3
|/
* Add tooltip/accesskey to EditWatchlistKrinkle2012-01-061-0/+4
* Made UnwatchArticle, UnwatchArticleComplete, WatchArticle and WatchArticleCom...Alexandre Emsenhuber2012-01-061-2/+2
* Use local context to get messagesAlexandre Emsenhuber2011-12-251-32/+24
* (bug 32412) TOC links on [[Special:EditWatchlist]] points to the fieldsetsAntoine Musso2011-11-221-1/+4
* reverts r103894Antoine Musso2011-11-221-4/+0
* (bug 32412) TOC links on [[Special:EditWatchlist]] now points to the fieldsetAntoine Musso2011-11-221-0/+4
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-7/+7
* * (bug 32506) Inconsistent behavior for Special:EditWatchlist/raw when submit...Sam Reed2011-11-201-1/+8
* * (bug 32505) Incorrect spacing on messages for Special:EditWatchlist/raw res...Sam Reed2011-11-191-2/+2
* Updated core SpecialPages to use new functions introduced in r103111 and r103095John Du Hart2011-11-151-3/+1
* Localise numbers in TOC added in r102334Robin Pepermans2011-11-131-1/+2
* Address comments in r97628Niklas Laxström2011-11-131-3/+2
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-7/+2
* correct typo in r102393Antoine Musso2011-11-081-1/+1
* add quick comment from r102334 crAntoine Musso2011-11-081-2/+5
* Follow-up r102334: odd that this minus sign (yes, copied from a diff) was act...Happy-melon2011-11-071-1/+2
* (bug 31502) (follow-up r84718) Restore ToC to Special:EditWatchlist if there ...Happy-melon2011-11-071-4/+20
* * (bug 32126) Fix 1.18 regression in watchlist editor when items already remo...Brion Vibber2011-11-021-1/+19
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-3/+3
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-3/+3
* Fix typo in r99914Max Semenik2011-10-151-1/+1
* (bug 31674) Can't edit watchlist if it contains special pagesMax Semenik2011-10-151-1/+10
* Check for read only database after checking if the user is logged in, so that...Alexandre Emsenhuber2011-10-121-4/+4
* * (bug 31435) Fix raw watchlist edit regression from r84718.Brion Vibber2011-10-061-1/+1
* Added missing calls to SpecialPage::setHeaders() and SpecialPage::outputHeader()Alexandre Emsenhuber2011-09-211-0/+4
* Use LinkBatch, instead of trying doing it manually and incompletely as it get...Niklas Laxström2011-09-201-36/+16
* Pass the context to the HTMLForm objectAlexandre Emsenhuber2011-09-071-2/+2
* Per Nikerabbit, fix for r92231: this was the wrong objectAlexandre Emsenhuber2011-08-271-1/+1
* Reverted r91942,r91943,r91949,r92156 per CRAaron Schulz2011-08-031-3/+1
* Fu r92231: PHP Fatal error: Call to a member function parse() on a non-objec...Niklas Laxström2011-07-281-1/+1
* Per Nikerabbit, follow-up to r92231: removed unreachable codeAlexandre Emsenhuber2011-07-151-1/+0
* * Use local context instead of global variablesAlexandre Emsenhuber2011-07-151-120/+70
* r91949 : EditWatchlist assumed that action was always empty for viewLeo Koppelkamm2011-07-141-1/+3
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-7/+7
* And even more documentation, the last of this batchSam Reed2011-05-281-3/+0
* Remove unused global, fix double defined globalSam Reed2011-04-021-1/+1
* Move WatchlistEditor.php to /specials since inside it is essentially a comple...Happy-melon2011-03-241-0/+603