check that $wgArticle is an instance of the Article class in Skin::pageStats() per...
[lhc/web/wiklou.git] / includes / QueryPage.php
2008-12-19 Niklas Laxström* Springle some parsemag to the sidebar and tagline...
2008-11-19 Andrew GarrettRevert "Starter for a re-jig of hit counting (in a...
2008-11-19 Andrew GarrettStarter for a re-jig of hit counting (in a per-day...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-18 Danny B* A new special page to list wanted templates
2008-09-14 Siebrand Mazeland* Add functionality of extension LinkSearch to core
2008-09-11 X!Add new special page Wantedfiles.
2008-06-05 Greg Sabino Mullanequerycache.value is an unsigned int with default of...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-16 Aaron Schulz* Respect feed limits
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Aaron SchulzLeave attribute variable
2008-04-13 Aaron SchulzMake newpages uses Pager over rc_timestamp
2008-02-22 HujiIntroducing $wgFeed variable. Allows tuning sydication...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-12 Brion VibberDump obsolete pass-by-reference on QueryPage::preproces...
2007-09-04 Niklas Laxström* Inclusion of Special:Wantedpages now works again
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-11 Rob Church(bug 8869) Introduce Special:Uncategorizedtemplates...
2007-06-04 Rob Church* (bug 10118) Introduce Special:Mostlinkedtemplates
2007-05-27 River Tarnell- need to include </div> in empty result case, otherwis...
2007-05-27 Antoine Musso* cleaner indenting for query pages
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-20 Ivan Lanin* Fix object variable used for displaying "not-patrolle...
2007-04-08 Rob ChurchKill some trailing whitespace
2007-04-08 Rob Church(bug 9508) Special page to list articles with the fewes...
2007-04-01 Rob Church* (bug 9472) Invalid XHTML on cached query pages
2007-03-31 Rob ChurchMove PageQueryPage class into own file
2007-03-31 Rob Church(bug 9046) Special page to list pages without language...
2007-03-28 Rob Church* Split most of the result output code from QueryPage...
2007-02-21 Brion VibberRemove <hr>s added to some 'empty' list messages in...
2007-02-21 Tim StarlingRemoved ListUsersPage from the lists in QueryPage.php...
2007-02-21 Raimond Spekking* (bug 8919) Suppress paging links and related messages...
2007-02-10 Domas MituzasCategoriesPage no more
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
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...
next