| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: T324154
Change-Id: Iaa6650add72990bdaf57ce1174081cf2fdcd7284
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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-Id: I8e1fc6ed9434a331eb7c66273305576eebed3125
|
|
|
|
|
| |
Bug: 65220
Change-Id: Ibdb91f4c676b1c77558ac806c1ccc8313ef5929f
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I7676de39bf43ab01776198531e337b34405b941a
|
|
|
|
|
|
|
|
| |
* Fix for bug 28639: user object instance cache pollution
* Release notes formatting tweak.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/87482
|
|
|
|
|
|
|
| |
bug 28235, since URLs can have more than one question mark in them.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86027
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/85844
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/29853
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15070
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13492
|
|
|
|
|
|
|
| |
Requested by Edward Z. Yang on wikitech-l
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12206
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10529
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6221
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6218
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6217
|
|
|
|
|
|
|
| |
now duplicate files from images, and fixing GNU FDL icon URL.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3507
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3471
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3271
|
|
|
|
|
|
|
| |
* png fix js reactivated, needs to check for activex though
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3270
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2793
|
|
|
|
|
|
|
| |
display for RTL languages. Added left-pointing Arr_l.png arrow for use in same.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2698
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2640
|
|
|
|
|
|
|
| |
and Arr_d.png are by Brion Vibber, made quickly in the gimp.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2639
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2540
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2538
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2495
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2377
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2324
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2277
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2155
|
|
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1284
http://mediawiki.org/wiki/Special:Code/MediaWiki/1286
|