Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / QueryPage.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-03 Rob ChurchAdvise users when updates for a query page have been...
2006-12-16 Antoine MussoSave two function calls when pages are not cached.
2006-12-05 Brion VibberRestore Special:Contributions to its state as of 17964
2006-12-04 Brion Vibber* Enable QueryPage classes to override list formatting...
2006-12-03 Ilmari KaronenNew special page Special:NewbieContributions to replace...
2006-12-03 Ilmari KaronenDidn't really mean to delete SpecialContributions.php...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
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-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-07-26 Tim Starling$wgLanguageCode no longer indicates the user language...
2006-06-17 Rob Church(bug 6344) Add Special:Uncategorizedimages page
2006-06-06 Domas MituzasAutoLoad Feed classes
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-05-11 Antoine Mussoabstraction class
2006-05-03 Rob Church* (bug 5801) Correct handling of underscores in Special...
2006-04-21 Rob Church(bug 3825) Namespace filtering on Special:Newpages
2006-04-18 Rob Church(bug 5250) Introduce Special:Unusedtemplates
2006-04-17 Rob ChurchAdd meta tag and JavaScript variables to cached special...
2006-04-17 Rob ChurchFix issues noted by Brion; proper handing of a missing...
2006-04-17 Rob Church(bug 4327) Report age of cached data sets in query...
2006-04-13 Rob Church(bug 5475) New pages feeds ignore "limit" argument
2006-01-25 Rob ChurchAdd Special:Listredirects to list of query pages; wasn...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-12-21 Ævar Arnfjörð Bjar... * Made a new permission for Special:Unwatchedpages...
2005-12-04 Antoine Mussounused dbw , remove call by reference but put a comment
2005-12-04 Antoine MussoClean up unused globals!
2005-10-23 Ævar Arnfjörð Bjar... * A querypage to show the most linked to categories
2005-10-21 Ævar Arnfjörð Bjar... * A new special page to list wanted categories
2005-10-19 Ævar Arnfjörð Bjar... * Added the querypages to $wgQueryPages that were missing
2005-10-16 Ævar Arnfjörð Bjar... * Also suppress the perfached notice on listoutput
2005-10-16 Ævar Arnfjörð Bjar... * Support plain list output
2005-10-12 Ævar Arnfjörð Bjar... * Supporting a third paramater in $wgQueryPages, the...
2005-09-16 Ævar Arnfjörð Bjar... * Moved the logic of whether or not to use the querycac...
2005-09-13 Ævar Arnfjörð Bjar... * Cleaned out some unused globals
2005-09-11 Tim StarlingFaster Special:Listusers, should be up to 10x faster...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-15 Ævar Arnfjörð Bjar... * New special page: SpecialMostlinked
2005-08-09 Antoine Mussotypo :/
2005-08-09 Antoine MussolimitResult() use 3 argument since ORACLE merge
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-15 Antoine MussoPopularpages is not a valid special page when counters...
2005-06-30 Brion Vibber* (bug 2625) Keep group & user settings when paging...
2005-06-23 Brion Vibber* (bug 2493) code cleanup
2005-06-05 Brion Vibber* (bug 2329) Fix title formatting in several special...
2005-05-28 Erik Moellermake Special:Newpages includable
2005-04-24 Tim StarlingMade updateSpecialPages.php more robust to database...
2005-04-24 Tim StarlingNew updateSpecialPages.php script, to update the QueryP...
2005-04-23 Tim Starlingoops
2005-04-23 Tim StarlingImplemented query group feature, needed for slow querie...
2005-03-18 Brion VibberLoad text for Newpages RSS/Atom feed separately (needed...
2005-02-06 Brion Vibberfix notice for unset variable when only one item displa...
2005-02-01 Antoine MussoFix #770. Does mysql group_concat at application level...
2005-02-01 Antoine Mussocomment about last commit
2005-02-01 Antoine MussoDo not output lines for which nothing is formatted...
2005-01-30 Tom Gildermonoboob/main.css cleanup; don't use underscore for...
2005-01-22 Brion VibberFix undeclared variable usage introduced in last update
2005-01-16 Tom GilderVarious XHTML fixes
2004-12-11 Zheng Zhu(bug 1076) navigation links in QueryPage should be...
2004-11-13 Antoine Mussonew method isSyndicated() . Could be used in a child...
2004-10-21 Zheng ZhuAdd variant conversion to the output of these special...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Arne Heizmannchange all occurrences of "fromwikipedia" to "tagline".
2004-09-03 Arne Heizmannremove trailing white space
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-20 Domas Mituzasremove bad functions:
2004-08-15 Antoine MussoNew getPageHeader() method. Allow to add some text...
2004-08-15 Antoine Mussotrivial double to single quotes translation
2004-08-15 Brion VibberFix notice; use isset() to test if things are set
2004-08-11 Brion VibberDetail comment on the 'value' column
2004-08-11 Arne HeizmannIn QueryPage: fixing a misleading comment. value needn...
2004-08-10 Arne Heizmann(hopefully) fix a warning that came up on various Query...
2004-08-10 Domas Mituzassplit getOrderLimit() into getOrder() and Database...
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-07-31 Brion VibberFix fatal error from typo
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-14 Gabriel Wickebug fix: missing colon caused special pages to fail
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-11 Domas Mituzasuse wfLimitResult
2004-05-20 Tim StarlingFixing special pages, esp. dropdown list in the nostalg...
2004-05-09 Brion VibberReplace ugly abuse of log pages to store cached results...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-29 Brion VibberFix use of the <comments> field in RSS feed. It's not...
2004-04-28 Antoine Musso+add the "comments" field to rss feeds
2004-04-27 Antoine Mussounlike the (# next) message in most cases.
2004-04-09 Antoine MussoFix sourceforge bug 919061
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-04-09 Brion VibberXHML fixes
2004-03-20 Brion VibberSend cache-control headers with feeds, this makes 304...
2004-03-19 Brion VibberSome more RSS syndication work. <author> tags now inclu...
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Brion VibberPut site name first in feed title
2004-03-06 Tim Starling* using new Title::getURL()
next