aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ImagePage.php
Commit message (Expand)AuthorAgeFilesLines
* More return documentationSam Reed2012-02-091-0/+1
* Use accessor method, ping r110179Sam Reed2012-01-271-1/+1
* Follow-up r83791: do not show size links for wikis which do not use a 404 tra...Bryan Tong Minh2012-01-271-1/+4
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-1/+2
* Kill "* @return void"Sam Reed2012-01-121-2/+1
* Fix casing of Language::timeanddate callsAlexandre Emsenhuber2011-12-201-5/+5
* follow up to r106215 r106218 forgot one >_>Jeroen De Dauw2011-12-141-1/+1
* follow up to r106215, pass userJeroen De Dauw2011-12-141-1/+1
* WikiPage::viewUpdates() -> WikiPage::doViewUpdates()Siebrand Mazeland2011-12-141-2/+2
* Add a configuration variable to work around the issue that has been reported ...Tim Starling2011-12-091-2/+2
* Change <br clear="all/left" to <br style="clear: in inline html.Platonides2011-11-201-1/+1
* (bug 31535; bug 332) Properly truncate upload summaries (img_description) on ...Brian Wolff2011-11-161-1/+1
* Follow-up r103202: removed unused global declarationAlexandre Emsenhuber2011-11-161-2/+0
* Following r100264, update usages in coreJohn Du Hart2011-11-161-2/+2
* * Factorise common code in ImagePage::delete() and allow normal page deletion...Alexandre Emsenhuber2011-11-151-8/+4
* Don't pass the count parameter in rawParams() otherwise {{PLURAL:}} won't wor...Alexandre Emsenhuber2011-11-111-2/+2
* (bug 32358) Do not display "No higher resolution available" if the file doesn...Brian Wolff2011-11-111-0/+4
* More documentationSam Reed2011-10-291-4/+60
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-1/+1
* Add, update, tweak documentationSam Reed2011-10-261-0/+4
* Revert unrelated changes from r99916 Bryan Tong Minh2011-10-151-15/+7
* Follow-up r99911: fix testsBryan Tong Minh2011-10-151-7/+15
* * Move <small> styling from message to shared.cssRaimond Spekking2011-09-121-4/+6
* * r96737: set OutputPage->addWikiText() as an interface message by defaultRobin Pepermans2011-09-111-0/+2
* BetterDirectionality fixes:Robin Pepermans2011-07-111-5/+4
* Changed all dynamic calls to Linker methods into static ones in ImagePage.php.Alexandre Emsenhuber2011-07-061-38/+23
* (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali...Robin Pepermans2011-07-061-3/+3
* * Added getFileVersion()/setFileVersion() functions to OutputPageAaron Schulz2011-07-051-0/+1
* Removed doPurge() from ImagePage.php, already moved to WikiFilePageAaron Schulz2011-07-041-20/+0
* * Changed action=revert to use a subclass of ActionAlexandre Emsenhuber2011-07-011-9/+0
* Minor revert to r91246Sam Reed2011-07-011-1/+1
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-1/+1
* Merge r86683 from 1.17wmf1Sam Reed2011-06-301-25/+25
* * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a...Aaron Schulz2011-06-291-131/+68
* (bug 29277) MediaWiki:Filepage.css not loaded on foreignwiki itself. Fixup to...Chad Horohoe2011-06-291-4/+12
* Directionality improvements as part of bug 6100 (under $wgBetterDirectionality):Robin Pepermans2011-06-241-1/+2
* Directionality improvements as part of bug 6100 (under $wgBetterDirectionalit...Robin Pepermans2011-06-221-2/+8
* Revert r86764, r89134, r86827 -- added a second opaque boolean parameter to L...Brion Vibber2011-06-141-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-4/+4
* (bug 23002) Imagelinks table not updated after imagemove. The actual bug was ...Bryan Tong Minh2011-05-141-51/+65
* Embrace comment with () only when really needed. In Special:ListFiles and Ima...Raimond Spekking2011-04-231-1/+1
* (bug 28583) chase down and beat to death external calls of functions marked /...Happy-melon2011-04-181-7/+4
* Free metadata toggle script from wikibits.js dependencies; rename to mediawik...Leo Koppelkamm2011-04-161-1/+1
* Merge to trunk everything in img_metadata branch.Brian Wolff2011-04-161-1/+1
* * (bug 28372) Fix bogus link to suppressed file versions in ForeignDBRepoBrion Vibber2011-04-061-14/+18
* * (bug 28306) Fix exposure of suppressed usernames in ForeignDBRepoBrion Vibber2011-04-061-8/+8
* Fixup a few undefined variables and alike while checking REL1_17Sam Reed2011-04-041-2/+0
* ImagePage.php: add missing braces + other code style tweaksJack Phoenix2011-04-021-49/+70
* Fixes Bug #28214 - When page not found, sends malformed HTTP/1.x instead of H...Mark A. Hershberger2011-03-251-1/+1
* Follow-up r84249: reimplement isAllowedAny(), and restore isAllowed() to only...Happy-melon2011-03-181-2/+2