aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialPage.php
Commit message (Expand)AuthorAgeFilesLines
* Split includes/SpecialPage.phpBartosz Dziewoński2013-12-091-1481/+0
* Revert "Add $robotPolicy parameter to SpecialPage::setHeaders()"Parent54462013-12-021-9/+3
* Add $robotPolicy parameter to SpecialPage::setHeaders()tisane2013-12-021-3/+9
* Fixed spacingumherirrender2013-11-211-1/+0
* Merge "Consistently handle anonymous users on logged-in-only special pages"jenkins-bot2013-11-191-0/+43
|\
| * Consistently handle anonymous users on logged-in-only special pagesBartosz Dziewoński2013-11-191-0/+43
* | Merge "Remove dead var"jenkins-bot2013-11-191-1/+0
|\ \
| * | Remove dead varjeroendedauw2013-11-191-1/+0
| |/
* | Remove no longer needed code for PHP 5.2 compatjeroendedauw2013-11-191-6/+4
* | Remove unused exception in SpecialPage::getTitleFor and add testsaude2013-11-161-5/+1
|/
* Merge "Keep returnto, returntoquery on Special:CreateAccount redirect"jenkins-bot2013-10-161-1/+1
|\
| * Keep returnto, returntoquery on Special:CreateAccount redirectMatthew Flaschen2013-10-161-1/+1
* | Add vform format to HTMLForm, use in PasswordResetS Page2013-10-151-1/+7
|/
* Add Special:CreateAccount to Special:SpecialpagesThis, that and the other2013-09-191-0/+9
* Allow listing old files in Special:ListFiles. Add Special:AllMyUploadsBrian Wolff2013-08-281-1/+17
* Followup Idfee1b4d per TimBrad Jorsch2013-07-261-2/+2
* Add User::isEveryoneAllowed functionBrad Jorsch2013-07-121-2/+2
* Update formattingSiebrand Mazeland2013-05-201-17/+24
* Fix fatal, use Message::isDisabled()Siebrand Mazeland2013-05-201-1/+1
* Merge "Slight improvements to FormSpecialPage behavior."jenkins-bot2013-05-171-5/+16
|\
| * Slight improvements to FormSpecialPage behavior.parent54462013-04-221-5/+16
* | docs: Consistently use "since" phrasing in @deprecatedTimo Tijhof2013-05-151-1/+1
* | phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
|/
* Add doc for SpecialPage::postTextumherirrender2013-04-211-8/+32
* Use wfAppendQuery to append a queryumherirrender2013-04-121-5/+4
* Use HTMLForm::setWrapperLegendMsg() in FormSpecialPage::getForm()Alexandre Emsenhuber2013-04-101-1/+1
* Add nosummary, minor and watchthis to Special:MyPage and friendsumherirrender2013-04-101-2/+2
* Use get_class( $this ) instead of __CLASS__ in RedirectSpecialPage::execute()Alexandre Emsenhuber2013-03-281-1/+1
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-6/+6
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-20/+20
* Add the global correctlyPlatonides2013-03-081-0/+1
* Add SpecialPage::getGroupName and use itumherirrender2013-03-071-0/+50
* Use American English spelling for behaviorSiebrand Mazeland2013-03-041-3/+3
* fix some spacingumherirrender2013-02-041-1/+1
* (bug 36537) Rename calls to wfArrayToCGI to wfArrayToCgiAlex Monk2013-01-281-3/+3
* The final declaration must precede the visibility declarationumherirrender2013-01-261-1/+1
* The abstract declaration must precede the visibility declarationumherirrender2013-01-261-3/+3
* Allow setting a form message prefix in FormSpecialPageaude2012-12-251-3/+13
* Adding fragment support to SpecialPage::getTitleFor()Kaldari2012-12-051-2/+3
* Merge "Simplify cached check in Special:SpecialPages"IAlex2012-11-101-0/+13
|\
| * Simplify cached check in Special:SpecialPagesumherirrender2012-11-091-0/+13
* | Fix unmatched profiling callsNiklas Laxström2012-10-271-3/+1
|/
* Fix SpecialPage::isRestricted()Tim Starling2012-10-231-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-1/+3
* Avoid direct access to $wgGroupPermissionsumherirrender2012-10-091-2/+1
* Remove deprecated 1.7 SpecialPage::addPageumherirrender2012-10-051-13/+0
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Merge "Fix for Ic74c7ba7 (c8c50eb): there's no reason to pass $this by refere...Demon2012-07-301-2/+2
|\
| * Fix for Ic74c7ba7 (c8c50eb): there's no reason to pass $this by reference.Alexandre Emsenhuber2012-07-081-2/+2