Rename 'SpecialContribSubEnd' hook to more appropriate 'ContributionsToolLinks',...
[lhc/web/wiklou.git] / includes / SpecialContributions.php
2007-07-16 Rob ChurchRename 'SpecialContribSubEnd' hook to more appropriate...
2007-07-16 Daniel CannonAdded hook point to allow extensions to add to contentS...
2007-07-14 Rob Church(bug 10530) Introduce optional "sp-contributions-explai...
2007-07-09 Brion VibberAssume last year, not this year, when jumping to a...
2007-07-06 Rob Church* Remove redundant "HTMLmonthelector" [sic] function
2007-07-06 Aaron Schulz*Re-add contribs year/month filter. Now it simply jumps...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-27 Brion VibberStripping out the year/month filter on contribs for...
2007-06-23 Aaron Schulz*Should be greater than 0, not 1 ;)
2007-06-23 Aaron Schulz*Fix bug with year 9999
2007-06-23 Aaron Schulz*Add year/month selector to user contribs (bug 516)
2007-06-18 Aaron Schulz*Add username and talk to newbie contribs (bug 10306)
2007-05-18 Rob Church* (bug 9628) Show warnings about slave lag on Special...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-04-30 Tim Starlingoops! debugging code left in
2007-04-29 Niklas Laxström* Use talkpagelinktext like elsewhere
2007-04-29 Niklas Laxström* I wonder
2007-04-29 Niklas Laxström* Fix comparison
2007-04-27 Tim StarlingUse query group
2007-04-27 Tim Starlingpass the subpage through to the target parameter
2007-04-27 Brion VibberRevert r21664 for the moment; completely broke paging...
2007-04-27 Tim StarlingConverted Special:Contributions to use an IndexPager...
2007-04-26 Aryeh Gregor'contribsub' message changed to 'contribsub2' with...
2007-04-26 Aryeh GregorDocument ContribsFinder and mark its members public...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-20 Domas Mituzasrevert the 21393, which was revert of 21389, which...
2007-04-20 Raimond Spekkingper default (all) instead of (Main) namespace, per...
2007-04-20 Raimond Spekking* some tweaks to r21395 to make Brion happy ;-)
2007-04-19 Raimond Spekkingreapply relevant parts of r20164, 20177, 20226
2007-04-19 Brion VibberReapply fixes for postgres timestamps
2007-04-19 Brion Vibberrestore use of Revision::selectFields() removed by...
2007-04-19 Raimond Spekkingreapply relevant part of r20720
2007-04-19 Domas Mituzasrevert back to 19xxx
2007-04-19 Domas Mituzasdisable ipv6 cruft
2007-04-19 Brion Vibberremove sssllloowwwwwww range checks
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-13 Antoine MussoFix r21220: I forgot a column in the regular expression.
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-04-08 Niklas Laxström* Couple of more uses
2007-03-29 Greg Sabino MullaneRevert previous - do it the Right Way by calling $this...
2007-03-29 Greg Sabino MullaneMake sure wfTimestamp is used for all timestamps.
2007-03-26 Rob Church(bug 9397) Introduce "sp-contributions-footer" and...
2007-03-15 Aaron Schulz*Enlarge target name box a bit
2007-03-15 Aaron Schulz*Add some IPv6 ranges (64,80,96,112)
2007-03-13 Aaron Schulz*check for sanitized IPv6 IPs
2007-03-09 River Tarnelladd Revision::selectFields(): returns a list of fields...
2007-03-09 River TarnellSpecial:Contributions: Notice: Undefined property...
2007-03-09 Brion Vibberformatting anality
2007-03-08 Raimond SpekkingAdd option for "newbies" to SpecialContributions
2007-03-07 River Tarnell[[Special:Contributions]] with no target causes PHP...
2007-03-06 Raimond Spekkingooops for r20164. Thanks to Nikerabbit
2007-03-06 Raimond Spekking* (bug 9009) Add username entry field to Special:Contri...
2007-03-05 Aaron Schulz*Add /16 and /24 ranges with fix for 'newbies' sql...
2007-03-05 Tim StarlingRevert r20075, causes SQL error.
2007-03-01 Greg Sabino MullaneAllow for timestamps in offset clause in non-integer...
2007-02-27 Aaron Schulz* Allow /16 and /24 CIDR ips
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-22 Domas MituzasAllow sending per-user contribution requests to "contri...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-08 Tim StarlingRemove line breaks from query.
2007-01-01 Niklas Laxström* Add new message sp-contributions-blocklog for better...
2006-12-13 Antoine MussoFix #8239 : really get the 50 next contribs
2006-12-13 Antoine Musso* cleans out some spaces
2006-12-05 Brion VibberRevert r17964 again; accidentally restored that breakag...
2006-12-05 Brion VibberRestore Special:Contributions to its state as of 17964
2006-12-04 Brion Vibber* Enable QueryPage classes to override list formatting...
2006-12-04 Brion Vibber* (bug 8042) Make miser mode caching limits settable...
2006-12-03 Ilmari KaronenNew special page Special:NewbieContributions to replace...
2006-12-03 Ilmari Karonenfixfix (thx brion!)
2006-12-03 Ilmari KaronenDidn't really mean to delete SpecialContributions.php...
2006-12-02 Ilmari Karonenwhat is this old copy doing here?
2006-11-29 Greg Sabino MullaneCheck for valid timestamp input, thanks to Brion for...
2006-11-28 Greg Sabino MullaneFix broken contribution listings with postgres by addin...
2006-11-28 Brion VibberRevert r17964, breaks diff links for no apparent reason.
2006-11-27 Niklas Laxström* Don't mess up diff link when revision is not deleted
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-16 Aryeh Gregor* urlencode username so rollback-on-history works for...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-06-23 Tim Starlingbugs!
2006-06-23 Tim StarlingAccidentally left fix commented out after testing
2006-06-23 Tim Starlings/Revision::MW_REV_DELETED/Revision::DELETED/, and...
2006-06-23 Tim StarlingSpecialContributions: fixed style, fixed sloppy handlin...
2006-06-23 Tim StarlingAdded extra input validation for namespace parameter
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasMove revision deletion constants into Revision::
2006-05-17 Niklas Laxström* More escaping
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-11 Niklas LaxströmFatal error...
2006-04-11 Niklas LaxströmWhoops, introduced a bug in my last commit
2006-04-11 Niklas Laxström* Cleaned SpecialContributions a bit and separated...
2006-04-05 Rob Church(bug 5458) Fix double-URL encoding in block log link...
2006-04-02 Rob ChurchFix buggered "URL encoding" of usernames in user contri...
2006-03-28 Rob Church(bug 5378) General logs link in Special:Contributions
2006-03-21 Domas Mituzasuse proper user specification for offsets, fixes newbie...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
next