aboutsummaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* Add logos used on payments-wikiElliott Eggleston2023-01-059-0/+0
| | | | | Bug: T324154 Change-Id: Iaa6650add72990bdaf57ce1174081cf2fdcd7284
* Disable php in .htaccess of images directory as a hardening measure.Brian Wolff2023-01-041-0/+7
| | | | | | | | | | | | | All our docs strongly reccomend doing this. There is even a prompt in the installer. Not all webservers listen to this of course, but it won't hurt things that ignore it. The general idea is that there should be no directory that is both writable and executable at the same time by the webserver. images must be writable, so we should turn off php so its not executable. Change-Id: Ic03cee12845a56a0f4f7e356493eb0f446ccf34c (cherry picked from commit def09fd9ebe1da051709f816d47c8313be5b514d)
* Remove /images .htaccess rules that are no longer releventBrian Wolff2023-01-041-6/+0
| | | | | | | | | | The rewrite rules were removed in 164a3ac1f09. The rest of this was just to support that. Additionally, follow sym links is not really best practise. Sometimes this causes problems if apache is configured with AllowOverride None (E.g. Topic:T6fd0tdieo4h8q0k) Change-Id: Iba6c544c991f4d8aff65c4479e2f896fa290a665 (cherry picked from commit f53163461340e99c985af060c6ddfcbe99f3907e)
* Remove IE 6 security features from server-side codeTim Starling2019-11-281-3/+0
| | | | | | | | | | | | | | * Deprecate WebRequest::checkUrlExtension() and have it always return true. This reverts the security fixes made for T30235. * Remove IEUrlExtension. This is a helper for checkUrlExtension() which is not used in any extensions. * Remove CSS sanitization code which is specific to IE6. This reverts the changes made to fix T57332, and related followups. I confirmed that the relevant test cases do not result in XSS on IE8. * Remove related tests. Bug: T232563 Change-Id: I7318ea4a63210252ebc64968691d4f62d79a63e9
* Change bug ID to Phabricator task IDwctaiwan2016-02-031-1/+1
| | | | Change-Id: I8e1fc6ed9434a331eb7c66273305576eebed3125
* images/.htaccess breaks TransformVia404 functionalityscnd2016-01-271-0/+1
| | | | | Bug: 65220 Change-Id: Ibdb91f4c676b1c77558ac806c1ccc8313ef5929f
* Add FollowSymLinks option to /images .htaccess rulekaldari2014-12-051-0/+2
| | | | | | | | | | This makes sure that thumbnails load properly. Apparently (in OSX at least), if you don't have FollowSymLinks or SymLinksIfOwnerMatch on, loading thumbnails gives a 500 error with the existing rewrite rules in place. Bug: 62289 Change-Id: Icc812fcf9a0b821d2ad84359e5c1d8fb8e9c78a0
* Remove some silly references to skins/common/Bartosz Dziewoński2014-08-071-3/+0
| | | | Change-Id: I7676de39bf43ab01776198531e337b34405b941a
* * Fix for bug 28534: IE 6 content type detection againTim Starling2011-05-051-1/+1
| | | | | | | | * Fix for bug 28639: user object instance cache pollution * Release notes formatting tweak. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/87482
* (bug 28507) Fix for r85844: that revision was not actually sufficient to fix ↵Tim Starling2011-04-141-1/+1
| | | | | | | bug 28235, since URLs can have more than one question mark in them. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86027
* Fix for bug 28235: IE6 looks for the file extension in the query stringTim Starling2011-04-121-0/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/85844
* Please keep site-specific temporary directories out of svn -- they're ↵Brion Vibber2008-01-161-1/+0
| | | | | | | supposed to be locally created, so they have proper permissions and they need to not interfere with live behavior Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/29868
* * Add DBA-caching to installerVictor Vasiliev2008-01-161-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/29853
* Remove default 'deleted' directory; gets in the way and makes it impossible ↵Brion Vibber2008-01-151-1/+0
| | | | | | | to delete images in a default install unless you then go on to figure out what's wrong and fix the permissions. A fresh directory will be created when needed. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/29769
* * Introduced FileRepoStatus -- result class for file repo operations. Tim Starling2007-07-221-0/+1
| | | | | | | | | | | | * Ported file delete/restore to the filerepo framework. Some user-visible changes in error reporting. * $wgSaveDeletedFiles has been removed, the feature is now enabled unconditionally. Added a "deleted" directory for the default location, protected by a .htaccess file and the practical obscurity of content hashes. * Fixed bug 2735: "Preview" shown in title bar for action=submit on special pages * Removed "restore" links from the deletion log embedded in Special:Undelete * Added img_sha1/oi_sha1 fields, preserved through upload, delete and restore * Referenced the new oi_metadata etc. fields to preserve metadata across upload and delete/restore. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/24313
* (bug 6450) Update path to interface images in images/READMERob Church2006-06-261-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15070
* Remove .cvsignore filesBrion Vibber2006-04-051-8/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/13492
* +temp*Antoine Musso2005-12-221-0/+1
| | | | | | | Requested by Edward Z. Yang on wikitech-l Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12206
* *** empty log message ***Antoine Musso2005-08-151-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10529
* ignore one letter directories (aka any image)Antoine Musso2004-11-121-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6221
* timeline and tmp as wellAntoine Musso2004-11-121-1/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6218
* ignore ./thumb* ./archive* ./math*Antoine Musso2004-11-121-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6217
* User interface images have been moved to stylesheets/images. Removing theBrion Vibber2004-05-0825-0/+5
| | | | | | | now duplicate files from images, and fixing GNU FDL icon URL. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3507
* removing Wikipedia's favicon.ico from public CVSJerome Jamnicky2004-05-041-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3471
* official new version (converted from gif)Gabriel Wicke2004-04-221-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3271
* * logo url specified in the xhtml src, uses $wgLogoGabriel Wicke2004-04-221-0/+0
| | | | | | | * png fix js reactivated, needs to check for activex though Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3270
* Skin updates:Brion Vibber2004-04-113-0/+0
| | | | | | | | | | | | * Add 'pagetitle' message to customize the HTML page title format (eg, "$1 - Wikipedia Encyclopedia") * Some XHTML fixes to Nostalgia skin, prefs * Removing the unfinished Smarty skins, renamed Standard to Classic * Remove "gnunote" message in favor of general "copyright" msg, which is filled with the link & name in $wgRightsPage/$wgRightsURL and $wgRightsText * Support a copyright-related icon as $wgRightsIcon (includes sample gnu-fdl.png) * Show "Powered by MediaWiki" icon in footer (poweredby_mediawiki_88x31.png by Dan Carlson) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3116
* bullet imageGabriel Wicke2004-03-231-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2793
* Remove the forced left-align in enhanced recentchanges; this screws up ↵Brion Vibber2004-03-131-0/+0
| | | | | | | display for RTL languages. Added left-pointing Arr_l.png arrow for use in same. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2698
* GIMP source image for the arrowsBrion Vibber2004-03-071-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2640
* Add long-missing arrow images for enhanced recentchanges. These Arr_r.png ↵Brion Vibber2004-03-073-0/+0
| | | | | | | and Arr_d.png are by Brion Vibber, made quickly in the gimp. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2639
* Swap nasty GIFs in toolbar for PNGs.Brion Vibber2004-02-2822-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2540
* This has not been used ever; from an experimental demo skin in early phase 2Brion Vibber2004-02-281-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2538
* Convert to 8-bit to fix transparency in IE/WinBrion Vibber2004-02-221-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2495
* JeLuF's magnifying glass iconTim Starling2004-01-291-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2377
* nowiki button for toolbarErik Moeller2004-01-191-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2324
* images for the new edit toolbarErik Moeller2004-01-1111-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2277
* Grab MediaWiki logo from stableBrion Vibber2003-12-081-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2155
* Initial revisionLee Daniel Crocker2003-04-144-0/+0
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1284 http://mediawiki.org/wiki/Special:Code/MediaWiki/1286