aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
Commit message (Collapse)AuthorAgeFilesLines
* * (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to ↵Sam Reed2010-05-251-0/+1
| | | | | | | | | track inline interwiki link usage Addition of IWBacklinks... That should be the bug done Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66891
* Bug 22541. Support image redirects on Commons for ForeignAPIRepoDerk-Jan Hartman2010-05-211-0/+1
| | | | | | | getImageInfo() now requires fetchImageQuery() results as input. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66724
* Bug 23580. Add two new jquery events, LivePreviewPrepare and LivePreviewDone.Derk-Jan Hartman2010-05-211-0/+2
| | | | | | | | | | Scripts like Navigation Popups can use this to bind to these events so they can setup their code to work with the previews. Patch by User:Amalthea Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66721
* Fix bug 16573. Force consistent rendering of \epsilon by always using ↵Derk-Jan Hartman2010-05-171-0/+1
| | | | | | | serverside PNG rendering. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66582
* Fix bug 1347. Force consistent rendering of /phi by always using serverside ↵Derk-Jan Hartman2010-05-171-0/+1
| | | | | | | PNG rendering. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66580
* Let old skins take into account $wgUploadNavigationUrl.Derk-Jan Hartman2010-05-171-0/+1
| | | | | | | | | Also fixes old skins to take into account the actual uploadrights of users. Fixes bug 23563 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66566
* * (bug 23548) Allow access of another users watchlist through watchlistraw ↵Sam Reed2010-05-161-0/+1
| | | | | | | | | using token and username Refactored code into static method, and reused in both places Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66539
* Don't setup mwsuggest when browsers cannot getElementById formsDerk-Jan Hartman2010-05-161-0/+1
| | | | | | | This happens with Opera 8 for instance. Fixes bug 19586 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66537
* Add styles for printing wikitables.Derk-Jan Hartman2010-05-161-0/+1
| | | | | | | | Fixes bug 23507. Follow up of r48842 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66535
* (bug 22844) Support Micosoft Windows Cache aka WINCACHEChad Horohoe2010-05-131-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66364
* Special:Userrights didn't recognize user as self if person didn't capitalizeBrian Wolff2010-05-121-0/+1
| | | | | | | | | | the first letter of their name, and thus wouldn't honour $wgGroupsAddToSelf if user accidently forgot to capitalize their name. Possibly a regression from r57064 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66258
* Mixture of things.Sam Reed2010-05-111-0/+1
| | | | | | | | | | | Couple of class comments Normalisation of "." usage at end of lines (removed) Normalisation of {prefix}parameter as per bug 23461 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66232
* (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new ↵Matěj Grabovský2010-05-111-0/+2
| | | | | | | variable {{REVISIONMONTH1}} when unpadded version is needed. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66200
* * (bug 21346) Make deleted images searchable by hashSam Reed2010-05-101-0/+1
| | | | | | | Based roughly on ApiQueryAllimages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66168
* * (bug 23460) Parse action should have a section optionSam Reed2010-05-101-0/+1
| | | | | | | | | Also add uselang parameter, not originally added in r63428 Clarify section description in both. Move global into if statement Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66150
* (bug 18488) Added maintenance script refreshCategoryCounts.php. Based on ↵Max Semenik2010-05-101-0/+1
| | | | | | | Happy-Mellon's patch from that bug, heavily refactored by me Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66140
* * (bug 23458) Add support for pageid parameter to action=parse requestsSam Reed2010-05-101-0/+1
| | | | | | | | | Nest code in else for oldid. Add in missing assignment to $wgTitle in that code path Remove some whitespace. Fix minor typo/wrong word Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66137
* Maybe I should proofread RELEASE-NOTES before I commitChad Horohoe2010-05-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66109
* Drop XmlFunctions.php. It is no longer necessary to our evil plans.Chad Horohoe2010-05-091-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66105
* Tweak bugs so they both get linked in installerChad Horohoe2010-05-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66100
* Wrap <gallery> in <nowiki> to keep release-notes in installer from ↵Chad Horohoe2010-05-091-2/+2
| | | | | | | exploding. Need a better solution in the long run. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66099
* *stab* forgot those onesAlexandre Emsenhuber2010-05-091-4/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66098
* Moved entries for configuration settings changes to correct locationAlexandre Emsenhuber2010-05-091-9/+9
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66097
* * (bug 23448) MediaWiki:Summary-preview is now displayed instead of ↵Alexandre Emsenhuber2010-05-091-0/+2
| | | | | | | | | MediaWiki:Subject-preview when previewing summary Regression from r59655. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66096
* * (bug 23422) mp3 files can now be movedAlexandre Emsenhuber2010-05-081-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66069
* * (bug 23429) Added new hook WatchlistEditorBuildRemoveLineAlexandre Emsenhuber2010-05-081-0/+1
| | | | | | | * one indentation fix in WatchlistEditor.php Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66064
* * (bug 19721) API action=help should have a way to just list for a specific ↵Sam Reed2010-05-081-0/+1
| | | | | | | module Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/66061
* The pipe | character in urls is now escaped. This solves a parser testPlatonides2010-05-051-0/+1
| | | | | | | | | | | where a pipe in a url query inside an image caption confused the parser. Windows file://c|/... urls may be affected. See http://en.wikipedia.org/wiki/File_URI_scheme#Windows_2 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65969
* Switch MediaWiki to jQuery 1.4.2 (was 1.3.2) and enable jQuery on every page ↵Roan Kattouw2010-05-051-0/+2
| | | | | | | | | | | by default. * Make jQuery version configurable with $wgJQueryVersion ; current options are 1.3.2 and 1.4.2 * Make minifying of jQuery configurable with $wgJQueryMinified (enabled by default) * Allow inclusion of jQuery on every page served by MW with $wgJQueryOnEveryPage (enabled by default) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65962
* Belated RELEASE-NOTES conflict for r65278Roan Kattouw2010-05-041-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65912
* Add a new searchmenu-new-nocreate messageDerk-Jan Hartman2010-05-041-0/+2
| | | | | | | | | | This message is shown when no title matches the searchterm and when the user is not allowed to create pages either. The message is empty be default and balances r61555 from bug 19600. See also the related bug 20976 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65902
* Do not add the license selector when uploading a new version of a fileDerk-Jan Hartman2010-05-041-0/+2
| | | | | | | | | | | | | When using "upload a new version", the information in the license field is ignored during submit. The field has no use in this mode because the information is only added in the filelog, not on the filepage. As such we should just not add it at all when uploading a new version. This closes bug 23241. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65899
* (Bug 23397) texvc in html mode should render \sim as &sim; not &tilde;Brian Wolff2010-05-041-0/+1
| | | | | | | | | &tilde; appears to be the entity for the type of tilde that goes on top of letters as an accent. &sim; is the operator for similar to. Both are HTML 4 entites. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65893
* (bug 18408) All required permissions for uploading (upload, edit, create) ↵Bryan Tong Minh2010-05-021-0/+3
| | | | | | | | | are now checked when loading Special:Upload. Toolbar link for Special:Upload is no longer shown if the user does not have the required permissions. Found out that UploadBase::isAllowed is a totally inappropriate name for what it is returning. That should perhaps be changed before 1.16 is released. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65818
* (bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by ↵Bryan Tong Minh2010-05-021-0/+1
| | | | | | | Derk-Jan Hartman. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65816
* Followup to r65590: we don't need to explain the meanings of 'true' and ↵Roan Kattouw2010-05-011-1/+1
| | | | | | | 'false' for cases like these where a dictionary will suffice. Fix another typo in the RELEASE-NOTES entry as well, and bump $wgStyleVersion for r65591. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65765
* * (bug 23364) Changed native name for Azerbaijani.Raimond Spekking2010-05-011-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65758
* * (bug 23284) Times are now rounded correctlyAlexandre Emsenhuber2010-04-291-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65654
* * Add accesskey 'b' and tooltip to the summary field of edit modeRaimond Spekking2010-04-281-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65626
* Follow up r65590. Release notes typos.Platonides2010-04-281-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65615
* Added $wgVectorShowVariantName global configuration varaible which causes ↵Trevor Parscal2010-04-271-0/+4
| | | | | | | Vector to render the the variants drop-down menu with a label showing the current variant name. This is off by default, pending further research into it's user experience implications. Addresses bug #20193. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65590
* * (bug 23298) Interwiki links with prefix only in log summaries now link to ↵Alexandre Emsenhuber2010-04-271-0/+2
| | | | | | | the correct link Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65579
* Rewrite ajaxwatch.js to use the API watch action, and JQuery. Allows it to ↵Happy-melon2010-04-271-0/+2
| | | | | | | be used to asynchronise any watch links, not just the watch tab/links/spinny-starry-thing. Will make it nice and easy to add unwatch links to Special:Watchlist, etc. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65570
* Added $wgLocalStylePath global variable, and solved bug #22858 by using this ↵Trevor Parscal2010-04-261-0/+3
| | | | | | | new variable in the Vector skin for the inclusion of skins/vector/csshover.htc. HTC files are not cross-domain friendly, so in production environments where $wgStylePath is set to point to bits.wikimedia.org, this will throw JavaScript errors on the page. By adding this new global, which is identical to $wgStylePath except that it will not become customized when $wgStylePath is, we can ensure that certain files, if needed, are always loaded from the same domain as the site. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65555
* fixing bug 20186: allow filtering SpecialContributions for RevisionDeleted ↵Tobias2010-04-261-0/+1
| | | | | | | edits. See also bug 20186 comment 22 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65546
* (bug 23313) Move watchlisthidepatrolled above token in watchlist preferences ↵Siebrand Mazeland2010-04-251-1/+3
| | | | | | | to enhance preference grouping. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65533
* * Add accesskey 's' and tooltip to 'Save' button at Special:PreferencesRaimond Spekking2010-04-241-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65516
* * (bug 23276) Add hook to Special:NewPages to modify querySam Reed2010-04-241-0/+1
| | | | | | | Patch by Dan Barrett Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65506
* * (bug 23283) Native name for Old English -> ÆngliscRaimond Spekking2010-04-221-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65441
* (bug 16487) Do not display the fake Anonymous user account used by Postgres ↵Platonides2010-04-211-0/+2
| | | | | | | on Special:Listusers. It will surely still produce strange results on many more places, though. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65405