Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / SpecialNewpages.php
2008-06-06 Brion Vibber* (bug 14432) Fix notice regression in Special:Newpages...
2008-06-05 Danny Brepairing invalid RSS feed in Special:NewPages
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-16 Aaron Schulz* Respect feed limits
2008-05-14 Aaron SchulzActually declare $wgLang
2008-05-14 Aaron Schulz* Treat offset as a string, so paging works
2008-05-14 Victor VasilievFix logical error
2008-05-14 Niklas Laxström* I totally blame SVN for this, it didn't show this...
2008-05-14 Niklas Laxström* Fix errors
2008-05-13 Raimond SpekkingDo not add an empty class=''
2008-05-13 Niklas Laxström* Lets fix the other one too :)
2008-05-13 Aaron Schulz* Fix undefined variable error
2008-05-11 Niklas Laxström* Forget the offset in the form also
2008-05-11 Niklas Laxström* Code cleanup
2008-05-05 Aaron SchulzRemove garbage HTML, show user
2008-05-01 Aaron Schulz$userText
2008-05-01 Aaron SchulzClean up username
2008-05-01 Aaron SchulzDo mysql's job for it
2008-05-01 Aaron SchulzFix evil index typo
2008-04-30 Brion VibberMake the hack from r33376 conditional...
2008-04-26 Aaron Schulzprotected
2008-04-16 Alexandre EmsenhuberDon't show a double <ul> for the list (NewPagesPager...
2008-04-15 Raimond SpekkingUse existing CSS classes for input form aligning
2008-04-15 Alexandre EmsenhuberTweaks for Special:Newpages:
2008-04-15 Brion VibberTemporarily remove the username option.
2008-04-15 Aaron SchulzDon't make user lookups slow
2008-04-15 Brion Vibberonly force one index?
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Aaron SchulzActually, the new force index clauses kill the old...
2008-04-13 Aaron Schulz$wgMiserMode for "all" selector
2008-04-13 Aaron SchulzNo need to check if $row->rev_id is set
2008-04-13 Aaron SchulzMake newpages uses Pager over rc_timestamp
2008-03-22 Aaron SchulzCheck 'patrolmarks' here too
2008-03-13 Raimond Spekking* Add a nice fieldset around the input form
2008-03-13 Brion Vibbertweak offset limit up to 20k for now; en.wikipedia...
2008-03-13 Brion Vibber* (bug 13298) Tighter limits on Special:Newpages limits...
2008-02-12 Brion VibberDump obsolete pass-by-reference on QueryPage::preproces...
2008-02-10 Siebrand Mazeland* fix Strict Standards: Declaration of NewPagesPage...
2007-12-28 Brion VibberWork around regression in r28524: spewed PHP warnings...
2007-12-22 Niklas Laxström* Re-add removed offset and limit validation, could...
2007-12-15 Niklas Laxström* Cleaned up the code, and fixed the following bugs:
2007-11-16 Brion VibberDon't break patrolling when the newpages-specific patro...
2007-11-15 Brion Vibber* validate namespace parameter as int, not text
2007-11-15 Brion VibberConstructor parameters on a QueryPage need to be option...
2007-11-05 Victor Vasiliev* (bug 1401) Allow hiding logged-in users, bots and...
2007-11-02 Greg Maxwell*Proper handling of default/current settings in link...
2007-11-01 Greg MaxwellSwitch Special:Newpages "Hide logged-in users" to use...
2007-10-29 Greg MaxwellResolve bug 1405 (bugzilla.wikimedia.org/show_bug.cgi...
2007-10-29 Greg MaxwellAdjust "hide logged-in users" function in Special:Newpa...
2007-10-27 Greg MaxwellThis commit adds an option to Special:Newpages to hide...
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
next