r9751 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9750‎ | r9751 | r9752 >
Date:17:34, 28 June 2005
Author:avar
Status:old
Tags:
Comment:
* Fixed a bug where Special:Contributions wouldn't remember the 'invert'
status between next/previous buttons.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialContributions.php
@@ -109,7 +109,7 @@
110110
111111 $sl = wfViewPrevNext( $offset, $limit,
112112 $wgContLang->specialpage( "Contributions" ),
113 - "hideminor={$hideminor}&namespace={$namespace}&target=" . wfUrlEncode( $target ),
 113+ "hideminor=$hideminor&namespace=$namespace&invert=$invert&target=" . wfUrlEncode( $target ),
114114 ($numRows) <= $limit);
115115
116116 $shm = wfMsg( "showhideminor", $mlink );
Index: trunk/phase3/RELEASE-NOTES
@@ -402,6 +402,8 @@
403403 * Don't show old debug messages in watchlist
404404 * (bug 2576) Fix recording of transclusion links
405405 * (bug 2577) Allow sysops to enter non-standard block times
 406+* Fixed a bug where Special:Contributions wouldn't remember the 'invert'
 407+ status between next/previous buttons.
406408
407409 === Caveats ===
408410

Status & tagging log