Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / SpecialContributions.php
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...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-22 Rob ChurchWhoops, URL encoding (ta Brion)
2006-01-22 Rob Church* Don't show a block link if the user doesn't exist...
2006-01-21 Rob ChurchAdd block link to Special:Contributions
2006-01-15 Antoine Mussonever used call
2006-01-14 Brion Vibber* Added an attractive space on the namespace selector...
2005-12-11 Brion VibberAvar poked in these hooks as a demo for Tom, but they...
2005-12-09 Ævar Arnfjörð Bjar... * (bug 3294) A hook intended for use by extensions...
2005-12-08 Ævar Arnfjörð Bjar... * Format deleted revisions correctly
2005-11-27 Antoine MussoFix #4093 : '&bot=1' is now added to all navigations...
2005-11-27 Antoine MussoKilling double quotes
2005-11-27 Antoine Mussomove parentheses out of <a> link
2005-10-27 Brion Vibber* (bug 3807) Fix 'all' in namespaces drop-down on contr...
2005-10-07 Ævar Arnfjörð Bjar... * (bug 3616) Another typecast issue
2005-10-07 Ævar Arnfjörð Bjar... * When a user would:
2005-10-06 Domas MituzasNo 'first' for 'newbies'. Never ever!
2005-08-26 Ævar Arnfjörð Bjar... * Adding a new hook, SpecialContributionsBeforeMainOutput
2005-08-23 Antoine MussoFix #3192: properly check 'limit' parameter on Special...
2005-08-20 Niklas LaxströmThis seems to fix go=first, don't know why
2005-08-12 Niklas Laxström*html-safety fixes
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-01 Niklas Laxström* Refactored namespace selector to it's own function
2005-07-29 River Tarnellfix go=first
2005-07-29 River Tarnelladd namespace filter
2005-07-29 River Tarnelladd namespace filtering without UI so i can it on the...
2005-07-29 River Tarnelldon't join page to revision without a join condition...
2005-07-29 River TarnellSpecial:Contributions/newbies was broken
2005-07-29 River Tarnellafter going to 'next' and then 'previous', the very...
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-07-05 Ævar Arnfjörð Bjar... * Escaped & correctly in Special:Contributions
2005-07-02 River Tarnellbug 2663, produce valid xhtml
2005-07-02 River Tarnellremove support for filtering by namespace and minorness...
2005-07-02 Brion Vibber* (bug 2661) Fix link generation in contribs
2005-07-02 River Tarnell&amp; not &;
2005-07-02 River Tarnellhonouring page metadata is too slow for this query
2005-07-01 River Tarnellrev_timestamp is a string
2005-07-01 River Tarnellshow "earlier" and "latest" links
2005-07-01 River Tarnellshowhideminor is not appropriate here. add a new messa...
2005-07-01 River Tarnellhonour namespace/minor/etc in showing paging buttons
2005-07-01 River Tarnellpage contributions based on timestamp, not on limit...
2005-06-29 Brion Vibber* Various code cleanup and HTML escaping fixlets on...
2005-06-28 Ævar Arnfjörð Bjar... * Fixed a bug where Special:Contributions wouldn't...
2005-06-26 Brion Vibber* Fix paging on Special:Contributions
2005-06-21 Ævar Arnfjörð Bjar... * Fixed a bug in Special:Contributions that caused...
2005-05-28 Tim Starlingbasic support for special page inclusions
2005-05-06 Ævar Arnfjörð Bjar... * Special:Allpages, Special:Contributions, Special...
2005-05-04 Ævar Arnfjörð Bjar... * Changed the namespace select form from a table to...
2005-05-03 Ævar Arnfjörð Bjar... * Fixed a small bug (getting contributions from all...
2005-05-03 Ævar Arnfjörð Bjar... * Error due to someone confusing == with ===
2005-05-03 Ævar Arnfjörð Bjar... * Using the new getFormattedNamespaces() instead of...
2005-05-02 Ævar Arnfjörð Bjar... * Now using msg:blanknamespace in favor of msg:articlen...
2005-04-07 Ævar Arnfjörð Bjar... * Implemented the 'invert' feature (akin to Special...
2005-04-01 Ævar Arnfjörð Bjar... * New feature, the ability to 'invert' namespaces in...
2005-03-31 Brion Vibber* Add wfElement() for handy generation of properly...
2005-03-26 Ævar Arnfjörð Bjar... * (bug 1207) splitting 'all', into recentchangesall...
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-21 Brion VibberDe-cruftification continues.
next