* Don't put _ into the title in the form
[lhc/web/wiklou.git] / includes / SpecialWhatlinkshere.php
2007-10-27 Brion Vibber* Don't put _ into the title in the form
2007-10-18 Raimond Spekking* (bug 11649) Show input form when Special:Whatlinksher...
2007-08-28 Rob Church(bug 11022) Use a more accurate page title for Special...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-19 Brion VibberRevert r23094 for the moment; gives misleading number...
2007-06-19 Raimond Spekking* Add number of links to Special:Whatlinkshere
2007-06-05 Rob Church* (bug 10145) Wrap the tool links on Special:Whatlinksh...
2007-05-30 Brion VibberHonestly this whatlinkshere further link looks weird...
2007-05-29 Raimond Spekking(bug 7960) Link to "what links here" for each "what...
2007-05-08 Domas Mituzasenforce join order for whatlinkshere queries - avoid...
2007-05-05 Domas MituzasUse pl_from and tl_from for offsets/sorting, instead...
2007-04-21 Antoine MussoFix #9630 : Limits links in Whatlinkshere forget about...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-17 Greg Sabino MullaneFix invalid ORDER BY
2007-04-17 Greg Sabino MullaneMake ORDER BY a true options array, per bug 9609.
2007-04-02 Niklas Laxström* Escaping
2007-04-02 Raimond Spekking* (bug 9194) Add {{PLURAL:...}} to navigation bar of...
2007-03-26 Raimond SpekkingRemove useless parameter/uninitialized variable.
2007-03-22 Raimond Spekkingfix for r20616. Thanks to Brion whispering to me ;-)
2007-03-22 Raimond Spekking* (bug 4624) Namespace selection for Special:Whatlinkshere
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
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-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-06 Jimmy Collins(bug 7509) Make back arrow in Special:Whatlinkshere...
2006-08-18 Rob Church* Pass page title as parameters to "linkshere" and...
2006-06-10 Antoine Mussohaving some fun with doxygen error log
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-02 Tim Starlingfixed bug
2006-01-02 Tim Starlingexplicit limits for subqueries, MySQL doesn't seem...
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-11 Antoine MussoFix 2714 : backlink from special:whatlinkshere was...
2005-06-29 Brion Vibber* (bug 2591) Check for end, fix limits on Whatlinkshere
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-06 Ævar Arnfjörð Bjar... * Special:Allpages, Special:Contributions, Special...
2005-04-25 Tim Starling*gasp*
2005-04-03 Tim StarlingPrev/next links on Special:Whatlinkshere
2005-01-27 Antoine Mussosingles quotes :o)
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
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-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-05-31 Brion Vibber<br/> isn't compatible with Netscape 4.x; use <br ...
2004-05-09 Tim Starlinglimit parameter
2004-04-19 Gabriel Wickewarning fix
2004-04-09 Gabriel Wickeincreasingly lonely br partisan
2004-03-15 Antoine MussoImplement sourceforge feature request 903491
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-26 Brion VibberRemove DISTINCTs and ORDER BY. If the tables are right...
2003-11-30 Evan ProdromouSort "what links here" results alphabetically (RFE...
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-10-01 Brion Vibberskip illegal links
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-07-02 Brion VibberEnhances special page links; allow some parameters...
2003-04-14 Lee Daniel CrockerInitial revision