Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / SpecialWhatlinkshere.php
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