| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77670
|
|
|
|
|
|
|
| |
Changed query parameter for the username in Special:Listfiles from username to user, which seems to be more consistent with the rest of MediaWiki. Searching by username was introduced in 1.17, so there should be no existing links that can be broken.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77668
|
|
|
|
|
|
|
| |
Also move bug 9675/r77612 RELEASE-NOTES to the correct section
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77666
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77612
|
|
|
|
|
|
|
| |
Regression originating from the UploadForm rewrite; going to mark for 1.16
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
26164).
Wikis which set $wgServer in their LocalSettings or are in a virtual
host would never be vulnerable.
For sites which show the wiki in the default host, it will depend on how
forgiving is their webserver and php stack for that garbled input, although
some kind of foolable proxy —moreover wrongly caching errors (or the default
output buffering is disabled and something incorrectly sent a previous text)—
would also need to be present in order to make that useful for a
potential attacker.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77423
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug 3276. Patch by DieBuche, with style cleanups by me, plus a tweak
from comment 27 of the bug to fix spacing. This incidentally removes
the border around galleries, but this was hard to notice anyway, and
could be easily readded if desired. Tested in a few browsers, including
IE6, but more testing and/or input from CSS gurus would be appreciated.
Updates parser tests, including for Cite.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77411
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77366
|
|
|
|
|
|
|
|
|
| |
file is a multi-page file
Also fix blatant lie in File::pageCount()
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77364
|
|
|
|
|
|
|
|
|
| |
wrong case. This seems to be the original intention. Otherwise it renders the warning on the completely legitimate subpages with user scripts.
* Deprecate isValidUserCssJSSubpage() as having a very confusing title. User scripts *are* valid user JS subpages.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77309
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77230
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77208
|
|
|
|
|
|
|
|
| |
patch at http://bug-attachment.wikimedia.org/attachment.cgi?id=7736
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77204
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77186
|
|
|
|
|
|
|
|
|
|
|
| |
page warning.
New message [[MediaWiki:Longpage-hint]] (empty per default) can be used instead.
Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw number of the textsize in Byte for calculation with PerserFunctions
(yes, I know that PerserFunctions are not in core, unfortunately, but every installation I know or attend have it)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77148
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77141
|
|
|
|
|
|
|
| |
* Remove trailing whitespaces
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77086
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77072
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77054
|
|
|
|
|
|
|
| |
has the class "redirectMsg" so that the redirection arrow can be customized with on-wiki CSS instead of having to overwrite skins/common/images/redirect(ltr|rtl).png
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77033
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77012
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76955
|
|
|
|
|
|
|
| |
Solves bug 25960
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76867
|
|
|
|
|
|
|
|
|
| |
$wgFixDoubleRedirects is set to false.
Based on a patch by The Evil IP address: https://bugzilla.wikimedia.org/attachment.cgi?id=7807
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76634
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76570
|
|
|
|
|
|
|
|
|
| |
php extension.
This also keeps the old HttpRequest class name around, so it should not break backwards compatability.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76566
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Avoid pagebreaks after headers
- Avoid pagebreaks inside images and wikitables
- Avoid less than 3 lines at the end of beginning of paragraphs.
Works on Opera, and partly on Firefox.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76522
|
|
|
|
|
|
|
|
|
|
|
|
| |
in some cases
* (bug 25670) wfFindFile() now checks the namespace of the given title, only "File" and "Media" are allowed now
The problem with bug 19944 was that the cache in RepoGroup was holding a file with a Title that has its namespace set to NS_MEDIA; the cache is now only used for title with namespace set to NS_FILE.
Also modified ImageGallery to not call wfFindFile() on non-NS_FILE title; was obviously breaking the above fix.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76437
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76435
|
|
|
|
|
|
|
| |
Patch by Yaron
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76434
|
|
|
|
|
|
|
| |
that is doesn't count non-existing pages and special pages
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76392
|
|
|
|
|
|
|
| |
$wgExternalLinkTarget
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76385
|
|
|
|
|
|
|
| |
normalised like normal links to special pages
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76384
|
|
|
|
|
|
|
|
|
| |
changes/watchlist entries
The old RC/WL have such classes since ages.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76342
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76339
|
|
|
|
|
|
|
| |
"GNU diffutils" which is what we really want.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76302
|
|
|
|
|
|
|
|
|
| |
$wgFileCacheDirectory is not set
This reverts part of r74797
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76299
|
|
|
|
|
|
|
| |
dir parameters
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76292
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76262
|
|
|
|
|
|
|
|
|
| |
Diff.php -> WikiDiff3.php, more descriptive
DifferenceEngine.php -> WikiDiff.php, for consistency with the above and to make way for the file below
DifferenceInterface.php -> DifferenceEngine.php, since it contains the DifferenceEngine class
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76252
|
|
|
|
|
|
|
| |
error on discussion pages with vector as default skin
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76239
|
|
|
|
|
|
|
| |
associed with $wgPasswordSender
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76234
|
|
|
|
|
|
|
| |
wasn't really a security issue at all. The API will currently echo your session cookie back at you, but an attacker can only read that output using same-domain AJAX, and if they can do that they can do worse things (and steal the user's session in easier ways).
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76080
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76079
|
|
|
|
|
|
|
| |
caching multiple sizes if we can, must have been an oversight.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76070
|
|
|
|
|
|
|
| |
wgDisableCounters enabled. If it's enabled, don't request counter information, and just display , to avoid breaking any backwards compatability
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75999
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75996
|
|
|
|
|
|
|
|
|
| |
* Retrieve title and desc of SVG files
* Retrieve metadata in raw form (not displayed)
* Detect SVG animations using SVG animation elements (http://www.w3.org/TR/SVG/animate.html)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75968
|
|
|
|
|
|
|
| |
the bugs fixed
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75914
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75853
|