* Non-working API to facilitate dev collaboration. Do not enable this yet in localset...
[lhc/web/wiklou.git] / includes / SpecialPage.php
2006-08-23 Rotem LissCheck the permissions of the special page lists in...
2006-07-23 Rotem LissDeprecating ; reordering the special pages array (whose...
2006-07-16 Rotem LissReverting the revert, the problem was an error in the...
2006-07-16 Rotem LissStrangely, extension special pages are not allowed...
2006-07-16 Rotem LissRemoving the division of the special pages by '', ...
2006-07-16 Rotem LissFixing a comment, and using SpecialPage::userCanExecute...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-25 Tim StarlingDefer initialisation of the special page list, allow...
2006-06-17 Rob Church(bug 6344) Add Special:Uncategorizedimages page
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-07 Brion Vibber* (bug 4280) Use 'noindex,nofollow' instead of 'noindex...
2006-06-06 Rob ChurchRedirect Special:Logs to Special:Log
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-30 Niklas Laxström* Added static keywords to functions which were declare...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussoa round of static statements
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-09 Rob Church(reopened bug 5284) Handle cases like Special:Mypage...
2006-05-07 Niklas Laxström* Don't change $wgTitle when special page is included
2006-05-05 Rob ChurchRedirect Special:Userlist to Special:Listusers
2006-04-30 Rob Church(bug 5284) Special redirect pages should remember param...
2006-04-25 Rob Church(bug 5684) Introduce Special:Randomredirect
2006-04-18 Rob Church(bug 5250) Introduce Special:Unusedtemplates
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-09 Brion VibberReverting SpecialImagelist and SpecialNewimages from...
2006-01-09 Magnus ManskeMajor update! Adding SpecialFilelist.php to replace...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-02 Rob Church* (bug 1996) Special page to list redirects
2005-12-29 Brion Vibber* Removed Special:Validate, it's been superseded by...
2005-12-25 Brion Vibber* Add 'deletedhistory' permission key for ability to...
2005-12-21 Ævar Arnfjörð Bjar... * Made a new permission for Special:Unwatchedpages...
2005-12-11 Brion VibberRevert change which broke bajillions of block links
2005-12-11 Ævar Arnfjörð Bjar... * Add hooks that run before the special page function...
2005-12-09 Ævar Arnfjörð Bjar... * Renamed Special:Blockip to Special:Block
2005-11-10 Ævar Arnfjörð Bjar... * Add a creeping featureism that includes MediaWiki...
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-16 Ævar Arnfjörð Bjar... * Made Wantedpages includable
2005-10-12 Ævar Arnfjörð Bjar... * Using static there produces some satanic error message
2005-10-12 Ævar Arnfjörð Bjar... * Rewrote getRedirect() to be extendable by extensions...
2005-10-12 Ævar Arnfjörð Bjar... * Deprecated some accessors in favor of fancy accessors...
2005-10-12 Tom Gilder(bug 2585) Return proper 404 code when pages don't...
2005-10-08 Ævar Arnfjörð Bjar... * Three new special pages:
2005-10-01 Ævar Arnfjörð Bjar... * Special:Unwatchedpages appeared twice
2005-09-30 Ævar Arnfjörð Bjar... * Removing Special:RandomFA
2005-09-30 Ævar Arnfjörð Bjar... * Special:RandomFA for getting a random featured article
2005-09-22 Ævar Arnfjörð Bjar... * A new specialpage to list pages not watched by anyone
2005-09-18 Ævar Arnfjörð Bjar... * Removing Special:Licensesearch
2005-09-16 Ævar Arnfjörð Bjar... * A new special page to search for pages in NS_IMAGE...
2005-09-13 Ævar Arnfjörð Bjar... * Adding a new specialpage - mimesearch
2005-09-08 Ævar Arnfjörð Bjar... * (bug 3358) Allow inclusion of Special:Newimages as...
2005-08-31 Antoine Musso*** empty log message ***
2005-08-23 Tim Starlingprofiling
2005-08-15 Ævar Arnfjörð Bjar... * New special page: SpecialMostlinked
2005-08-10 Domas Mituzasyet more of Lufthansa stuff, embedable Prefix-restricte...
2005-08-07 Tim StarlingAllow non-sysops to view the history of deleted pages...
2005-07-23 River Tarnell(bug 796) trackback support
2005-07-17 Ævar Arnfjörð Bjar... * 'Listusers/'.'sysop' => 'Listusers/sysop'
2005-07-13 Antoine Musso* optional parameter for [[Special:Listusers]]
2005-07-09 Antoine MussoFix #1064 by implementing the new Special:Unusedcategor...
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-06-19 Brion Vibber* badaccess/badaccesstext to supercede sysop*, develope...
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-05-28 Erik Moellermake Special:Newpages includable
2005-05-28 Tim Starlingtest before commit, idiot
2005-05-28 Tim StarlingUnconditional inclusion for SpecialPage.php, needed...
2005-05-28 Tim Starlingbasic support for special page inclusions
2005-05-13 Ævar Arnfjörð Bjar... * Special Page redirection now includes paramaters...
2005-05-11 Ævar Arnfjörð Bjar... * $wgSpecialPageRedirects changed to hold title objects...
2005-05-11 Ævar Arnfjörð Bjar... * Added a new associative array ($wgSpecialPageRedirect...
2005-05-08 Ævar Arnfjörð Bjar... * Deprecated Special:Sitesettings
2005-05-06 Ævar Arnfjörð Bjar... * (bug 2087) Fixed a bug that made it impossible to...
2005-05-01 Tim StarlingMajor changes to user groups:
2005-05-01 Tim StarlingMoving Special:Userlevels and Special:Grouplevels to...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-25 Brion VibberDisable Special:Sitesettings, as it is far far far...
2005-04-24 Tim StarlingNew updateSpecialPages.php script, to update the QueryP...
2005-03-20 Tim StarlingRemoved Makesysop, now an extension
2005-03-20 Tim Starlingintroduced "import" right for Special:Import
2005-03-18 Magnus Manskevalidation improvements
2005-03-13 Brion VibberFix Special:Import for new schema; make it create page...
2005-03-09 Brion VibberDeprecating special:maintenance; going to kill it soon...
2005-02-18 Brion VibberRemove Special:Asksql; moving it out to an extension.
2005-02-18 Brion VibberClean up experiments for special:data, special:validate...
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-26 Antoine MussoGet ride of the username in links when user is logged in.
2005-01-17 Antoine MussoHide Special:Listadmin that just redirect to Special...
2005-01-17 Antoine MussoImplement #858 : split user assignment and group rights.
2004-12-21 River Tarnell$wgDisableInternalSearch
2004-12-01 Shane KingAdded a special page for "uncategorized categories...
2004-11-12 Arne HeizmannSpecial:Userlogin would display "sysop access required...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-01 Antoine Musso* restrict SpecialSitesettings to sysops.
2004-10-01 Jens FrankDocumentation: Assign files to packages
2004-09-24 Magnus ManskeWiki database system
2004-09-19 Antoine Mussocomments
2004-09-14 Jens FrankNew Special page: Visual list of newly uploaded images...
next