* Escaped & correctly in Special:Contributions
[lhc/web/wiklou.git] / includes / SpecialContributions.php
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& 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
2004-06-11 Domas Mituzasold->"old"
2004-04-03 Brion VibberXHTML fixes
2004-04-01 Tim Starlinguse of $wgRequest
2004-03-24 Erik Moeller1) section editing auto-summaries are now formatted...
2004-03-22 Erik Moellerdo not show diff link for new articles
2004-03-22 Erik Moellercontributions list:
2004-03-20 Brion VibberClean up initialized variables; fix upload error.
2004-03-10 Mr. E23Fixed 'call on non-object' error on Special:Contributions
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-02-27 Brion VibberFix for 903572: mark the user page backlink as existing...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-20 Jens FrankFeature-Request #816659,#668443: No (next 50) link...
2003-12-14 Tim Starlingrollback enhancement
2003-12-05 Brion VibberFix old minor edits typo
2003-11-30 Brion VibberWhitespace and paranoia
2003-11-29 Evan ProdromouReduced the scope of the hideminor user preference...
2003-11-20 Brion Vibbercontribs talk link; RFE 845599
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-14 Tim StarlingMerging latest features from stable
2003-09-20 Tim StarlingwfQuery now takes three parameters -- one extra for...
2003-07-02 Brion VibberEnhances special page links; allow some parameters...
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-05-25 Brion VibberFix rollback to avoid race conditions with multiple...
2003-04-14 Lee Daniel CrockerInitial revision