aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialNewpages.php
Commit message (Expand)AuthorAgeFilesLines
* Load text for Newpages RSS/Atom feed separately (needed for new storage mecha...Brion Vibber2005-03-181-5/+15
* War on cruft: commentBlock() usage, use a styled <span> for comments instead ...Brion Vibber2005-02-221-4/+1
* Cruft war continues: more uses of isAnon() and isLoggedIn()Brion Vibber2005-02-211-2/+2
* * Remove some hardcoded 0 instead of NS_MAINAntoine Musso2005-01-111-1/+1
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-6/+8
* Implementing user levels management. This is only a very basic interface and ...Antoine Musso2004-10-241-2/+2
* Second batch of files modified to replace selected wgLang with wgContLangZheng Zhu2004-09-241-2/+2
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+4
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-0/+12
* (hopefully) fix a warning that came up on various QueryPages.Arne Heizmann2004-08-101-2/+3
* If you really must have a useless $wgUseRCPatrol option, might as well use itArne Heizmann2004-08-091-6/+7
* I probably shouldn't copy & paste comments. This comment makes more sense and isArne Heizmann2004-08-091-2/+2
* New feature: Recent Changes Patrol. All edits and new pages are now highlight...Arne Heizmann2004-08-091-5/+17
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-1/+4
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-1/+1
* Replace ugly abuse of log pages to store cached results of query pagesBrion Vibber2004-05-091-12/+25
* include_once -> require_onceTim Starling2004-05-071-1/+1
* -unnecessary skin declaration; thanks, marcoErik Moeller2004-04-071-3/+2
* 1) when autosummaries are mixed with human-written ones, insert separatorsErik Moeller2004-04-071-3/+3
* Some more RSS syndication work. <author> tags now included; Special:NewpagesBrion Vibber2004-03-191-1/+1
* More globals and uninitialized variables fixes. Added WebRequest ($wgRequest)Brion Vibber2004-03-081-3/+3
* Add digit transformation function Language::formatNum() for Arabic and otherBrion Vibber2004-03-061-2/+1
* New RSS feed should be easier to integrate with any QueryPage. Sample for New...Brion Vibber2004-03-051-2/+5
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Ability to declare all query pages "expensive"Tim Starling2004-01-251-38/+38
* I was adding a special page (dead-end pages), and I realized that almost allEvan Prodromou2003-12-011-34/+48
* changing wfQuery to allow replicationTim Starling2003-09-201-1/+1
* Fix old bug in Newpages that grabbed latest version's comment field by mistakeBrion Vibber2003-07-081-3/+3
* Refactor some common code for offsets/limits; some preliminary stuff for uplo...Brion Vibber2003-06-031-10/+1
* added bytesize to new pages listingErik Moeller2003-05-261-2/+3
* Initial revisionLee Daniel Crocker2003-04-141-0/+54