* Fix namespace selection after submit of Special:Newpages
[lhc/web/wiklou.git] / includes / SpecialNewpages.php
2007-09-26 Raimond Spekking* Fix namespace selection after submit of Special:Newpages
2007-09-25 Brion VibberRevert r26090 -- breaks parameters for Special:Newpages...
2007-09-24 Raimond Spekking* (bug 8376) Special:Newpages accepts namespace in...
2007-08-26 Niklas Laxström* Double url encoding of title broke Special:Newpages...
2007-08-20 Rob ChurchTrim some end-of-file whitespace
2007-08-20 Rob Church(bug 11001) Submit Special:Newpages as a GET, rather...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-05 Rob Church* (bug 9898) Allow viewing all namespaces in Special...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-01 Rob Church(bug 9472) Invalid XHTML on Special:Newpages
2007-03-30 River Tarnell"comment" and "user" are reserved words in Oracle
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-18 Niklas Laxström* Escaping and Xml
2006-12-23 Niklas Laxström* Fix some plurals
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
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-09-12 Brion Vibber* (bug 7299) Normalize username filter on Special:Newpages
2006-07-10 Rob Church* (bug 6448) Allow filtering of Special:Newpages accord...
2006-06-28 Rob Church* (bug 6461) Link to page histories in Special:Newpages
2006-06-06 Domas MituzasAutoload QueryPage
2006-05-31 Niklas Laxström* Reverting BiDi changes because there were some proble...
2006-05-31 Niklas Laxström* Correct direction for special pages
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* More BIDI-fixes to special pages
2006-05-05 Niklas Laxström* (bug 5805) message nbytes can now use {{plural:}}
2006-04-21 Brion VibberFit source in or near 80 columns, please.
2006-04-21 Rob ChurchUse getInt not getVal
2006-04-21 Rob Church(bug 3825) Namespace filtering on Special:Newpages
2006-04-13 Rob Church(bug 5475) New pages feeds ignore "limit" argument
2006-04-12 Brion Vibber* (bug 5403) Fix Special:Newpages RSS/Atom feeds
2006-04-12 Brion VibberFix huge spew of notices from using the wrong variable
2006-03-22 Rob ChurchUse the new unified functions for building user tools...
2006-03-22 Rob ChurchFix stupid cockup -> $res->user_text not $res_user_text
2006-03-22 Rob ChurchPerformance hacks to avoid killing the slaves;
2006-03-22 Ævar Arnfjörð Bjar... * Fixed last and other commits to use proper escaping...
2006-03-22 Rob ChurchShow links to user page, talk page and contributions...
2006-03-18 Rob Church* Remove deprecated $wgOnlySysopsCanPatrol references...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-11-12 Domas Mituzasuse index for sorting, sorting by cur_id makes no sense
2005-10-27 Brion Vibber* Fail gracefully on invalid namespace in Special:Newpages
2005-10-12 Ævar Arnfjörð Bjar... * Duck warning when being run from maintenance/updateSp...
2005-10-08 Ævar Arnfjörð Bjar... * Really support for getting new pages from other names...
2005-10-08 Ævar Arnfjörð Bjar... * Support for getting new pages from other namespaces...
2005-09-30 Ævar Arnfjörð Bjar... * Whitespace
2005-09-16 Brion Vibber* (bug 3475) anon contrib links on Special:Newpages
2005-07-06 Antoine MussoOh my god ! they killed the quotes !
2005-05-28 Erik Moellermake Special:Newpages includable
2005-03-18 Brion VibberLoad text for Newpages RSS/Atom feed separately (needed...
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
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-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
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-08-10 Arne Heizmann(hopefully) fix a warning that came up on various Query...
2004-08-09 Arne HeizmannIf you really must have a useless $wgUseRCPatrol option...
2004-08-09 Arne HeizmannI probably shouldn't copy & paste comments. This commen...
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
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-05-09 Brion VibberReplace ugly abuse of log pages to store cached results...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-07 Erik Moeller-unnecessary skin declaration; thanks, marco
2004-04-07 Erik Moeller1) when autosummaries are mixed with human-written...
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-06 Brion VibberAdd digit transformation function Language::formatNum...
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"
2003-12-01 Evan ProdromouI was adding a special page (dead-end pages), and I...
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-07-08 Brion VibberFix old bug in Newpages that grabbed latest version...
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-05-26 Erik Moelleradded bytesize to new pages listing
2003-04-14 Lee Daniel CrockerInitial revision