Using a better method to get the English language file.
[lhc/web/wiklou.git] / includes / SpecialContributions.php
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.
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-02-18 Brion VibberClean up experiments for special:data, special:validate...
2005-02-08 Domas MituzasUSE INDEX -> DB::useIndexClause()
2005-02-06 Brion Vibberwell-formedness fixes
2005-01-30 Jens FrankSCHEMA_WORK fixes: User contributions, page deletion
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-12 Brion VibberFix index usage in contribs
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-11-25 Brion Vibber* Avoid a lot of needless reparsing of titles coming...
2004-11-25 Brion Vibber* Force index selection, MySQL may pick cur_namespace...
2004-11-24 Shane KingAllow filtering of Special:Contributions by namespace...
2004-11-21 Brion VibberTry to keep Title class as a value object: remove the...
2004-11-13 Antoine MussoImplement bugzilla.wikipedia.org/show_bug.cgi?id=802
2004-11-13 Antoine MussoSingle quotes
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-09-26 Brion VibberBack out kturner's old table restructure for now.
2004-09-26 River Tarnellremove old_namespace and old_title from old table.
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-14 Jens FrankSome usability changes after feedback from taw:
2004-09-09 Tim StarlingI had a fix for this bug sitting in my working copy...
2004-09-07 Jens FrankBUG#403 User page link in Special:Contributions subtitl...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
next