basic support for special page inclusions
[lhc/web/wiklou.git] / includes / SpecialAllpages.php
2005-05-28 Tim Starlingbasic support for special page inclusions
2005-05-07 Ævar Arnfjörð Bjar... * (bug 2101) a single variable was being used as both...
2005-05-06 Ævar Arnfjörð Bjar... * (bug 2087) Fixed a bug that made it impossible to...
2005-05-03 Ævar Arnfjörð Bjar... * Fixed a small bug ($names wasn't being declared)
2005-05-03 Ævar Arnfjörð Bjar... * Using getFormattedNamespaces() instead of getNamespac...
2005-05-02 Ævar Arnfjörð Bjar... * Now using msg:blanknamespace in favor of msg:articlen...
2005-04-25 Brion VibberIf misestimated number of sections, don't add a bogus...
2005-04-21 Ævar Arnfjörð Bjar... * Fixing a bug that happened with a certain mix of...
2005-04-07 Ævar Arnfjörð Bjar... * Print $namespace:$page if $invert is true and $namesp...
2005-04-01 Ævar Arnfjörð Bjar... Documentation to explain what that $par string does...
2005-04-01 Ævar Arnfjörð Bjar... * Fixed the breakage of the invert feature (see @@...
2005-04-01 Ævar Arnfjörð Bjar... * "$invert = false" in function declerations is redunda...
2005-04-01 Ævar Arnfjörð Bjar... * Changed the $invert datatype from 'integer' to 'bool'
2005-04-01 Ævar Arnfjörð Bjar... * New feature, the ability to 'invert' namespaces in...
2005-03-31 Ævar Arnfjörð Bjar... Removed whitespace
2005-03-02 Antoine MussoFix bug #1618, patch by Mark Bergsma. Stop using hardco...
2005-01-31 Antoine MussoFix NS_THREAD not showing in Special:Allpages
2005-01-19 Antoine Musso* Dummy phpdoc comments.
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-21 Arne Heizmannbugfix: Special:Allpages "next" link should include...
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-09-02 Brion VibberFix for starting point entered as lowercase.
2004-08-30 Brion VibberIn the allpages index, make the whole line links to...
2004-08-14 Arne HeizmannDon't use wfMsg('go') on this submit button. It's alrea...
2004-08-14 Brion Vibber* Use WebRequest::getInt()
2004-08-14 Brion VibberGo direct to the page list if there are only one or...
2004-08-14 Arne Heizmannremove accidentally left-in debugging output
2004-08-13 Arne HeizmannA major reworking of [[Special:Allmessages]].
2004-08-13 Arne HeizmannAllow an optional &namespace= parameter for Special...
2004-08-10 Domas MituzaswfLimitResult() -> Database::limitResult()
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-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-07-08 Arne HeizmannSpecial:Allpages now has a "next page" and a "back...
2004-06-11 Domas Mituzasuse wfLimitResult
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-04-01 Tim Starlinguse of $wgRequest
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2003-11-12 Tim StarlingLatest features and bug fixes imported 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-05-16 Brion VibberCache slow special pages allpages, lonelypages, longpag...
2003-04-14 Lee Daniel CrockerInitial revision