index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
specials
/
SpecialWatchlist.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport CryptRand from r110825 and r114233 to REL1_17, REL1_18, and REL1_19 ...
Daniel Friesen
2012-03-20
1
-1
/
+1
*
MFT to REL1_19 r111882
Antoine Musso
2012-03-01
1
-28
/
+19
*
Bug 29524 - Rename RequestContext::getLang to getLanguage
John Du Hart
2011-11-21
1
-5
/
+5
*
* Changed OutputPage's handling of subtitles to use an array and implode it w...
Alexandre Emsenhuber
2011-11-08
1
-7
/
+2
*
Bug 30232 - add current time to message wlnote on Special:Watchlist
Antoine Musso
2011-11-07
1
-9
/
+3
*
Per Nikerabbit's comment on r100621:
Alexandre Emsenhuber
2011-10-27
1
-1
/
+1
*
Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...
Alexandre Emsenhuber
2011-10-24
1
-1
/
+1
*
Further updates for r90643/r95647 in core and extensions. Fixed all callers o...
Tim Starling
2011-08-29
1
-1
/
+1
*
-rakkaus/#mediawiki-i18n- (1 lines skipped) [18-Jul-2011 12:54:37] PHP Fatal ...
Sam Reed
2011-07-18
1
-1
/
+1
*
Fix for r92388: that was the wrong method
Alexandre Emsenhuber
2011-07-17
1
-1
/
+1
*
* Changed Special:RecentChanges and Special:RecentChangesLinked to use the lo...
Alexandre Emsenhuber
2011-07-17
1
-2
/
+2
*
* Modified some methods of SpecialWatchlist to be non-static so that they can...
Alexandre Emsenhuber
2011-06-29
1
-130
/
+107
*
Reduce calls to wfTimestampNow() by using temporary variable. Inspired by CR ...
Siebrand Mazeland
2011-06-24
1
-3
/
+4
*
Refactoring to r89566
Sam Reed
2011-06-06
1
-10
/
+2
*
Minor refactoring
Sam Reed
2011-06-06
1
-1
/
+1
*
* In core:
Aaron Schulz
2011-05-23
1
-59
/
+67
*
Whitespace
Sam Reed
2011-05-20
1
-9
/
+12
*
Add spacing, fix bracing
Sam Reed
2011-05-20
1
-26
/
+31
*
Break svn blame on every single line of SpecialWatchlist.php by converting it...
Happy-melon
2011-03-26
1
-415
/
+422
*
Move WatchlistEditor.php to /specials since inside it is essentially a comple...
Happy-melon
2011-03-24
1
-4
/
+20
*
w/s diff. mostly eol w/s and using only tabs of width 4 to indent.
Mark A. Hershberger
2011-03-18
1
-10
/
+10
*
* Changed all calls to wfMsgWikiHtml() in core
Alexandre Emsenhuber
2011-02-06
1
-2
/
+2
*
(Bug 26961) hide anons from watchlist preference was broken due to typo in
Brian Wolff
2011-01-30
1
-1
/
+1
*
No magic variables are used after this extract call. All done $defaults['blah...
Sam Reed
2010-12-30
1
-2
/
+0
*
More unused variables
Sam Reed
2010-11-30
1
-3
/
+1
*
More deprecated method calls
Sam Reed
2010-10-31
1
-7
/
+7
*
Assignment in loop conditions suck
Sam Reed
2010-10-13
1
-2
/
+2
*
Remove the redundant legend line from recent changes and watchlist. The symbo...
Niklas Laxström
2010-09-19
1
-2
/
+0
*
Standardised file description headers; second part
Alexandre Emsenhuber
2010-08-15
1
-2
/
+4
*
Make the subtitle of Special:Watchlist more consistent with other subtitles.
Raimond Spekking
2010-08-10
1
-2
/
+1
*
Big commit: kill almost every freeResult() call as useless
Chad Horohoe
2010-08-08
1
-2
/
+0
*
Removal of unused globals
Sam Reed
2010-07-24
1
-1
/
+1
*
Fixed some doxygen warnings
Alexandre Emsenhuber
2010-07-03
1
-2
/
+3
*
Correct the address of the FSF in some of the GPL headers
Derk-Jan Hartman
2010-06-21
1
-1
/
+1
*
GPL Headers for all!
Sam Reed
2010-06-21
1
-0
/
+15
*
Remove most named character references from output
Aryeh Gregor
2010-05-30
1
-3
/
+3
*
* (bug 23286) Fix for r62890: namespace selector no longer has effect
Alexandre Emsenhuber
2010-04-22
1
-0
/
+3
*
(bug 23240) Add ID to namespace selector form on Special:Watchlist
Roan Kattouw
2010-04-19
1
-1
/
+1
*
Reduce code duplication by adding conditions to $conds directly, rather than ...
Chad Horohoe
2010-02-23
1
-19
/
+23
*
I have a feeling that a line above declares same global
Domas Mituzas
2010-02-21
1
-1
/
+0
*
Replace hardcoded api.php with a call to wfScript(api) in a few places per co...
Andrew Garrett
2009-09-30
1
-1
/
+1
*
Randomly generate a watchlist token on-demand if a watchlist is loaded and th...
Andrew Garrett
2009-09-30
1
-11
/
+15
*
Fix for r57119, remove double-/ in URLs
Andrew Garrett
2009-09-30
1
-1
/
+1
*
Re-work feed exposure system.
Andrew Garrett
2009-09-30
1
-0
/
+15
*
Fix flag legend for watchlist from r54336 breakage
Aryeh Gregor
2009-08-04
1
-3
/
+1
*
Add legend to watchlist as well
Aryeh Gregor
2009-08-03
1
-0
/
+4
*
* (bug 19442) Show/hide options on watchlist only work once
Niklas Laxström
2009-07-05
1
-98
/
+22
*
Fix double escaping issues. Related to r51559 and friends.
Siebrand Mazeland
2009-06-15
1
-1
/
+1
*
* replace deprecated makeBrokenLinkObj() by LinkHolderArray.php()
Siebrand Mazeland
2009-06-13
1
-8
/
+23
*
* replace use of deprecated makeKnownLinkObj() by linkKnown() in core special...
Siebrand Mazeland
2009-06-07
1
-14
/
+84
[next]