aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialFilepath.php
Commit message (Expand)AuthorAgeFilesLines
* Suggest files when searching subpages for Special:FilePathUmherirrender2022-04-131-1/+37
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Handle invalid input to Special:FilePath?file=Umherirrender2018-09-161-4/+9
* Use correct variable name in @param documentationUmherirrender2017-08-111-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* specials: Clean up redirect special pages ($subpage can be null)Timo Tijhof2015-04-131-3/+8
* Remove '@section LICENSE'Timo Tijhof2014-11-261-1/+0
* Make Special:FilePath redirect to Special:Redirect/fileBrian Wolff2014-07-241-1/+6
* Update formatting for includes/specials/Siebrand Mazeland2014-03-231-0/+1
* Make "Special:FilePath?file=.." work againAlexandre Emsenhuber2013-07-231-1/+2
* Reimplement Special:Filepath as a redirect through Special:Redirect/File.C. Scott Ananian2013-04-301-64/+6
* Update formattingSiebrand Mazeland2013-04-201-9/+18
* Clean up SpecialFilepath.C. Scott Ananian2013-04-171-3/+3
* Add SpecialPage::getGroupName and use itumherirrender2013-03-071-0/+4
* Use American English spelling for behaviorSiebrand Mazeland2013-03-041-1/+1
* Use local context to get messagesAlexandre Emsenhuber2012-02-251-3/+3
* * (bug 30977) Remove directions cruft, undo random limitation of input format...Brion Vibber2011-09-191-1/+1
* Use local context instead of global variablesAlexandre Emsenhuber2011-08-231-9/+8
* And some more parameter documentation!!Sam Reed2011-05-281-0/+3
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-2/+2
* Bug 26870 - add width/height param to {{filepath:}}Krinkle2011-01-231-3/+4
* Revert r80544 -- need to handle the case in which there is an errorAndrew Garrett2011-01-191-3/+5
* Quick adjustments to the if-block layout in r80381 to make the way the code w...Andrew Garrett2011-01-191-1/+4
* Add width parameter to Special:Filepath to allow getting the file path of a t...Roan Kattouw2011-01-151-1/+10
* Standardised file description headers; first pathAlexandre Emsenhuber2010-08-141-0/+6
* Modified Special:Filepath to subclass SpecialPage; also changed some calls fr...Alexandre Emsenhuber2010-07-031-34/+29
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* GPL Headers for all!Sam Reed2010-06-211-0/+18
* First round of war on $wgTitle. Don't use it in Special Pages. We've got Spec...Chad Horohoe2009-04-071-2/+2
* Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).Ilmari Karonen2008-12-011-2/+2
* Fix incorrect use of Title::newFromText(). That function lets the user choose...Tim Starling2008-11-141-1/+1
* Rename all the special page class files back to their proper names.Brion Vibber2008-06-191-0/+53