Separate the Special:Preferences title and the link to the preferences from the perso...
[lhc/web/wiklou.git] / includes / SpecialWantedpages.php
2006-07-14 Greg Sabino MullaneChange GROUP BY to standard SQL form by specifying...
2006-06-06 Domas MituzasAutoload QueryPage
2006-05-14 Niklas Laxström* plural support for nlinks
2006-05-14 Rob ChurchRespect things like stub link colouring
2006-05-13 Rob ChurchIgnore the user and user talk namespaces on Special...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-05-08 Niklas Laxström* Added many missing formatNum calls
2006-05-01 Niklas Laxström* Bidi-aid on list pages
2006-04-30 Rob Church(bug 5723) Don't count pages linked to from the MediaWi...
2006-04-23 Rob ChurchFix comment. Incorrect comments can cause hair loss...
2006-04-22 Rob Church(bug 1922) When Special:Wantedpages is cached, mark...
2006-02-18 Rob ChurchIntroduce $wgWantedPagesThreshold per bug 5011; Special...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2005-10-29 Ævar Arnfjörð Bjar... * Logic error: $row->namespace not NS_USER
2005-10-18 Ævar Arnfjörð Bjar... * Don't display nlinks by default when being included...
2005-10-18 Ævar Arnfjörð Bjar... * Duck warning when being run by maintenance/updateSpec...
2005-10-16 Ævar Arnfjörð Bjar... * Support including this special page
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-02 Zheng ZhuAdded conversion when displaying results
2005-01-23 Brion Vibber* (bug 1232) Fix sorting of cached Special:Wantedpages...
2004-11-13 Antoine MussoFix bug bugzilla.wikipedia.org/show_bug.cgi?id=705
2004-10-14 Brion Vibberspaces to tabs
2004-09-24 Zheng ZhuThird batch of files modified to replace selected wgLan...
2004-09-09 Domas MituzasUse Database:aggregateValue() for HAVING and GROUP...
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-09 Brion VibberReplace ugly abuse of log pages to store cached results...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-25 Tim StarlingAbility to declare all query pages "expensive"
2003-12-01 Evan ProdromouI was adding a special page (dead-end pages), and I...
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-05-16 Brion VibberCache slow special pages allpages, lonelypages, longpag...
2003-04-14 Lee Daniel CrockerInitial revision