(bug 5378) General logs link in Special:Contributions
[lhc/web/wiklou.git] / includes / SpecialContributions.php
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...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-28 Jens FrankENH#59 Provide a (diff) link in Special:Contributions
2004-08-28 Arne Heizmannremove superfluous require_once('SpecialValidate.php');
2004-08-28 Arne Heizmannmake this less confusing
2004-08-24 Brion VibberCheck for validation mode and load validation code...
2004-08-24 Erik Moelleradds '->' links to section before autogenerated section...
2004-08-13 Brion VibberAntiglobalization!
2004-08-11 Arne HeizmannCurrently, if you go to [[Special:Contributions/newbies...
2004-08-11 Arne HeizmannAs suggested by xmlizer <mozer@netcourrier.com> on...
2004-08-08 Brion VibberGracefully fail on invalid title for target
2004-08-01 Arne HeizmannSince nobody commented on this, I assume all the change...
2004-07-31 Magnus ManskeArticle validation code (number of user validations)
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-24 Brion VibberBe a little more careful about escaping displayed usernames
2004-06-20 Tim StarlingSpecial:Contributions/newbies feature
next