Bug 32673: Keep the username in the input field if not existing
[lhc/web/wiklou.git] / includes / specials / SpecialEditWatchlist.php
2011-11-22 Antoine Musso(bug 32412) TOC links on [[Special:EditWatchlist]]...
2011-11-22 Antoine Mussoreverts r103894
2011-11-22 Antoine Musso(bug 32412) TOC links on [[Special:EditWatchlist]]...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-20 Sam Reed* (bug 32506) Inconsistent behavior for Special:EditWat...
2011-11-19 Sam Reed* (bug 32505) Incorrect spacing on messages for Special...
2011-11-15 John Du HartUpdated core SpecialPages to use new functions introduc...
2011-11-13 Robin PepermansLocalise numbers in TOC added in r102334
2011-11-13 Niklas LaxströmAddress comments in r97628
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-11-08 Antoine Mussocorrect typo in r102393
2011-11-08 Antoine Mussoadd quick comment from r102334 cr
2011-11-07 Happy-melonFollow-up r102334: odd that this minus sign (yes, copie...
2011-11-07 Happy-melon(bug 31502) (follow-up r84718) Restore ToC to Special...
2011-11-02 Brion Vibber* (bug 32126) Fix 1.18 regression in watchlist editor...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-15 Max SemenikFix typo in r99914
2011-10-15 Max Semenik(bug 31674) Can't edit watchlist if it contains special...
2011-10-12 Alexandre EmsenhuberCheck for read only database after checking if the...
2011-10-06 Brion Vibber* (bug 31435) Fix raw watchlist edit regression from...
2011-09-21 Alexandre EmsenhuberAdded missing calls to SpecialPage::setHeaders() and...
2011-09-20 Niklas LaxströmUse LinkBatch, instead of trying doing it manually...
2011-09-07 Alexandre EmsenhuberPass the context to the HTMLForm object
2011-08-27 Alexandre EmsenhuberPer Nikerabbit, fix for r92231: this was the wrong...
2011-08-03 Aaron SchulzReverted r91942,r91943,r91949,r92156 per CR
2011-07-28 Niklas LaxströmFu r92231: PHP Fatal error: Call to a member function...
2011-07-15 Alexandre EmsenhuberPer Nikerabbit, follow-up to r92231: removed unreachabl...
2011-07-15 Alexandre Emsenhuber* Use local context instead of global variables
2011-07-14 Leo Koppelkammr91949 : EditWatchlist assumed that action was always...
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-04-02 Sam ReedRemove unused global, fix double defined global
2011-03-24 Happy-melonMove WatchlistEditor.php to /specials since inside...