aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* Backport CryptRand from r110825 and r114233 to REL1_17, REL1_18, and REL1_19 ...Daniel Friesen2012-03-201-1/+1
* MFT to REL1_19 r111882Antoine Musso2012-03-011-28/+19
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-5/+5
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-7/+2
* Bug 30232 - add current time to message wlnote on Special:WatchlistAntoine Musso2011-11-071-9/+3
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-1/+1
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-1/+1
* Further updates for r90643/r95647 in core and extensions. Fixed all callers o...Tim Starling2011-08-291-1/+1
* -rakkaus/#mediawiki-i18n- (1 lines skipped) [18-Jul-2011 12:54:37] PHP Fatal ...Sam Reed2011-07-181-1/+1
* Fix for r92388: that was the wrong methodAlexandre Emsenhuber2011-07-171-1/+1
* * Changed Special:RecentChanges and Special:RecentChangesLinked to use the lo...Alexandre Emsenhuber2011-07-171-2/+2
* * Modified some methods of SpecialWatchlist to be non-static so that they can...Alexandre Emsenhuber2011-06-291-130/+107
* Reduce calls to wfTimestampNow() by using temporary variable. Inspired by CR ...Siebrand Mazeland2011-06-241-3/+4
* Refactoring to r89566Sam Reed2011-06-061-10/+2
* Minor refactoringSam Reed2011-06-061-1/+1
* * In core:Aaron Schulz2011-05-231-59/+67
* WhitespaceSam Reed2011-05-201-9/+12
* Add spacing, fix bracingSam Reed2011-05-201-26/+31
* Break svn blame on every single line of SpecialWatchlist.php by converting it...Happy-melon2011-03-261-415/+422
* Move WatchlistEditor.php to /specials since inside it is essentially a comple...Happy-melon2011-03-241-4/+20
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-10/+10
* * Changed all calls to wfMsgWikiHtml() in coreAlexandre Emsenhuber2011-02-061-2/+2
* (Bug 26961) hide anons from watchlist preference was broken due to typo inBrian Wolff2011-01-301-1/+1
* No magic variables are used after this extract call. All done $defaults['blah...Sam Reed2010-12-301-2/+0
* More unused variablesSam Reed2010-11-301-3/+1
* More deprecated method callsSam Reed2010-10-311-7/+7
* Assignment in loop conditions suckSam Reed2010-10-131-2/+2
* Remove the redundant legend line from recent changes and watchlist. The symbo...Niklas Laxström2010-09-191-2/+0
* Standardised file description headers; second partAlexandre Emsenhuber2010-08-151-2/+4
* Make the subtitle of Special:Watchlist more consistent with other subtitles.Raimond Spekking2010-08-101-2/+1
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-2/+0
* Removal of unused globalsSam Reed2010-07-241-1/+1
* Fixed some doxygen warningsAlexandre Emsenhuber2010-07-031-2/+3
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* GPL Headers for all!Sam Reed2010-06-211-0/+15
* Remove most named character references from outputAryeh Gregor2010-05-301-3/+3
* * (bug 23286) Fix for r62890: namespace selector no longer has effectAlexandre Emsenhuber2010-04-221-0/+3
* (bug 23240) Add ID to namespace selector form on Special:WatchlistRoan Kattouw2010-04-191-1/+1
* Reduce code duplication by adding conditions to $conds directly, rather than ...Chad Horohoe2010-02-231-19/+23
* I have a feeling that a line above declares same globalDomas Mituzas2010-02-211-1/+0
* Replace hardcoded api.php with a call to wfScript(api) in a few places per co...Andrew Garrett2009-09-301-1/+1
* Randomly generate a watchlist token on-demand if a watchlist is loaded and th...Andrew Garrett2009-09-301-11/+15
* Fix for r57119, remove double-/ in URLsAndrew Garrett2009-09-301-1/+1
* Re-work feed exposure system.Andrew Garrett2009-09-301-0/+15
* Fix flag legend for watchlist from r54336 breakageAryeh Gregor2009-08-041-3/+1
* Add legend to watchlist as wellAryeh Gregor2009-08-031-0/+4
* * (bug 19442) Show/hide options on watchlist only work onceNiklas Laxström2009-07-051-98/+22
* Fix double escaping issues. Related to r51559 and friends.Siebrand Mazeland2009-06-151-1/+1
* * replace deprecated makeBrokenLinkObj() by LinkHolderArray.php()Siebrand Mazeland2009-06-131-8/+23
* * replace use of deprecated makeKnownLinkObj() by linkKnown() in core special...Siebrand Mazeland2009-06-071-14/+84