* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / QueryPage.php
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()
2004-03-05 Brion VibberTweaking RSS; add dates, etc.
2004-03-05 Brion VibberNew RSS feed should be easier to integrate with any...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-25 Tim StarlingAbility to declare all query pages "expensive"
2004-01-20 Jens FrankFeature-Request #816659,#668443: No (next 50) link...
2003-12-01 Evan ProdromouI was adding a special page (dead-end pages), and I...