aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
Commit message (Collapse)AuthorAgeFilesLines
* Added Special:Myuploads special page that redirects to Special:ListfilesBryan Tong Minh2010-12-031-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77670
* Added uploads link to page subtitle in Special:ContributionsBryan Tong Minh2010-12-031-0/+1
| | | | | | | 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
* * (bug 26219) Show API limits for multi values in descriptionSam Reed2010-12-031-2/+3
| | | | | | | Also move bug 9675/r77612 RELEASE-NOTES to the correct section Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77666
* followup to r77176: code style, release notesIlmari Karonen2010-12-021-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77612
* (bug 26160) Upload description set by extensions are not propagatedBryan Tong Minh2010-11-301-0/+1
| | | | | | | Regression originating from the UploadForm rewrite; going to mark for 1.16 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77508
* Fix potential html injection when the database server isn't available (bug ↵Platonides2010-11-291-0/+1
| | | | | | | | | | | | | | | | 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
* Give image <gallery>s fluid widthAryeh Gregor2010-11-291-0/+1
| | | | | | | | | | | | | 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
* (bug 10268) Added linktodiffs parameter on action=feedwatchlistBryan Tong Minh2010-11-271-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77366
* (bug 26125) prop=imageinfo&iiprop=size now returns the page count if the ↵Bryan Tong Minh2010-11-271-0/+2
| | | | | | | | | file is a multi-page file Also fix blatant lie in File::pageCount() Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77364
* * Show "skin does not exist error" only when the skin is inputted in the ↵Victor Vasiliev2010-11-251-0/+2
| | | | | | | | | 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
* $wgJQuery* variables were removed with the merge of the resource loaderAlexandre Emsenhuber2010-11-241-2/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77230
* * Sysops now have the "suppressredirect" right by defaultSam Reed2010-11-231-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77208
* Release notes for r77171, which was slightly based on t.glaser Platonides2010-11-231-0/+1
| | | | | | | | patch at http://bug-attachment.wikimedia.org/attachment.cgi?id=7736 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77204
* * (bug 26089) add block expiration to blockinfoSam Reed2010-11-231-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77186
* (bug 21911) Per Tim Starling's comment #10: Remove hard coded limit for long ↵Raimond Spekking2010-11-231-0/+4
| | | | | | | | | | | 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
* * (bug 26075) ApiDelete.php now calls correctly ArticleDelete hookAlexandre Emsenhuber2010-11-231-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77141
* * Break lines at 80 charsAlexandre Emsenhuber2010-11-211-12/+13
| | | | | | | * Remove trailing whitespaces Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77086
* * (bug 26006) prop=langlinks now allows obtaining full URLAlexandre Emsenhuber2010-11-211-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77072
* * (bug 26023) Corrected deleteBacth.php's documentationAlexandre Emsenhuber2010-11-201-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77054
* wrap the redirect message (arrow image + target page name) into a div that ↵Jack Phoenix2010-11-191-0/+3
| | | | | | | 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
* * (bug 25987) prop=info&inprop=watched now also works for missing pagesAlexandre Emsenhuber2010-11-191-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77012
* Release notes for r68872Max Semenik2010-11-181-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76955
* When displaying non-local File pages, add link rel=canonical.Derk-Jan Hartman2010-11-171-0/+2
| | | | | | | Solves bug 25960 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76867
* * (bug 20591) There's now a different message on Special:MovePage when ↵Alexandre Emsenhuber2010-11-131-0/+2
| | | | | | | | | $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
* Follow-up r76434: Run hook for Modern skin too per suggestion of Jack Phoenix Raimond Spekking2010-11-121-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76570
* (Bug 25872) Rename HttpRequest class to MWHttpRequest to avoid conflict with ↵Brian Wolff2010-11-121-0/+2
| | | | | | | | | 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
* Use CSS pagination options when printing.Derk-Jan Hartman2010-11-111-0/+1
| | | | | | | | | | | | - 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
* * (bug 19944) Link on image thumbnails no longer link to "Media:" namespace ↵Alexandre Emsenhuber2010-11-101-0/+4
| | | | | | | | | | | | 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
* * (bug 17996) HTTP redirects are now combined when requesting a special pageAlexandre Emsenhuber2010-11-101-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76435
* * (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon customizableRaimond Spekking2010-11-101-0/+1
| | | | | | | Patch by Yaron Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76434
* * (bug 17789) Added a note to the total views on Special:Statistics saying ↵Alexandre Emsenhuber2010-11-091-0/+2
| | | | | | | that is doesn't count non-existing pages and special pages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76392
* * (bug 21364) External links using link= attribute on images now respect ↵Alexandre Emsenhuber2010-11-091-0/+2
| | | | | | | $wgExternalLinkTarget Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76385
* * (bug 25843) Links to special pages using link= attribute on images are now ↵Alexandre Emsenhuber2010-11-091-0/+2
| | | | | | | normalised like normal links to special pages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76384
* Add CSS classes (including namespace and pagename) to the enhanced recent ↵Raimond Spekking2010-11-081-0/+2
| | | | | | | | | changes/watchlist entries The old RC/WL have such classes since ages. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76342
* Revert r72959Platonides2010-11-081-2/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76339
* (bug 13353) Diff3 version checks are too strict. Just check for the phrase ↵Chad Horohoe2010-11-081-0/+1
| | | | | | | "GNU diffutils" which is what we really want. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76302
* * (bug 25175) HTML file cache now honor $wgCacheDirectory if ↵Alexandre Emsenhuber2010-11-081-0/+2
| | | | | | | | | $wgFileCacheDirectory is not set This reverts part of r74797 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76299
* * (bug 25829) Special:Mypage and Special:Mytalk now forward oldid, diff and ↵Alexandre Emsenhuber2010-11-081-0/+2
| | | | | | | dir parameters Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76292
* * (bug 25713) SpecialPage::resolveAlias() now normalise spaces to underscoresAlexandre Emsenhuber2010-11-071-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76262
* * (bug 24833) Files name in includes/diff/ are now less confusingAlexandre Emsenhuber2010-11-071-0/+1
| | | | | | | | | 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
* * (bug 25488) Disallowing anonymous users to read pages no longer throws ↵Alexandre Emsenhuber2010-11-071-0/+2
| | | | | | | error on discussion pages with vector as default skin Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76239
* * (bug 25728) Added $wgPasswordSenderName to allow customise the name ↵Alexandre Emsenhuber2010-11-071-0/+2
| | | | | | | associed with $wgPasswordSender Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76234
* Revert r76077, r76079, they were an overreaction to a security bug that ↵Roan Kattouw2010-11-051-2/+0
| | | | | | | 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
* RELEASE-NOTES for r76077Roan Kattouw2010-11-051-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76079
* Add width to the cache key for thumburls in InstantCommons. No point in not ↵Derk-Jan Hartman2010-11-051-0/+1
| | | | | | | caching multiple sizes if we can, must have been an oversight. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76070
* * (bug 25760) counter property still reported by the API when ↵Sam Reed2010-11-041-0/+2
| | | | | | | 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
* * Special:Search: Add CSS classes to 'none found' and 'create link' messagesRaimond Spekking2010-11-041-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75996
* * The SVGMetadataExtractor now based on XmlReaderDerk-Jan Hartman2010-11-041-0/+1
| | | | | | | | | * 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
* Add general note about new installer to R-L, as well as mention a bunch of ↵Chad Horohoe2010-11-031-2/+17
| | | | | | | the bugs fixed Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75914
* Add bug 25748 for the work in r75334 to RELEASE-NOTESSam Reed2010-11-021-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75853