MediaWiki 1.21/wmf4
Appearance
Deployment of MediaWiki 1.21wmf4 to Wikimedia sites
[edit]The latest version (labeled "1.21wmf4") of MediaWiki, the software that powers Wikipedia and its sister sites, was deployed to all Wikimedia sites in stages (see the roadmap).
We will continue to deploy the latest software every two weeks. This is intended to minimize disruption and possible issues, and make it easier to identify the cause of problems, since the possibly problematic code will be much more recent.
Core changes
[edit]- git #333e469 - Update extensions/Vector
- git #57e23ae - Skin: Make portlet rules backwards compatible with html cache.
- git #6aadef0 - Updating VisualEditor
- git #fbf11bb - Update E3Experiments (ACUX to 100% backported)
- git #597a1ba - Update EventLogging on wmf4
- git #6ce32ee - Fix syntax error.
- git #1c043eb - (bug 42337) Simplify "my talk" link logic in personal tools
- git #81c1d01 - (bug 42302) Fixed broken thumbnails for files with a "+" in the name.
- git #a5dc875 - Remove StringFunctionsEscaped
- git #e6da4b9 - FlaggedRevs: Update to latest master (09fd236...f81ea1b)
- git #1eddeb4 - Add Solarium
- git #d570153 - Update UniversalLanguageSelector
- git #4848853 - Reverting change to UploadWizard
- git #2e0c24d - [JobQueue] Fixed de-listing updates to pending job cache.
- git #43c3901 - Fixing Diff and Wikibase referenced commits
- git #f6e8d4a - (bug 41990) Fix regression in API edit of redirect
- git #d4d929b - fix conflict marker in comment
- git #6a916e7 - (bug 42036) Account creation email link needs protocol
- git #8686212 - Cleanup Hebrew grammar code a little.
- git #440ed28 - test classes autoloading path was broken
- git #f6bed9f - Removed unused var from jquery.badge.js
- git #ce96629 - fix @depends
- git #9e9fb36 - Set wgLanguageCode/wgContLang for backup_PageTest.php
- git #7c6c05a - (bug 41833) Test: Add AutoLoaderTest.
- git #2c85e0d - avoid STDERR diff3 messages when using wfMerge()
- git #3dcf8c5 - (bug 41352) Provide tests for edit conflicts.
- git #e2ef09a - Remove unneeded third param
- git #9ddf3a8 - Follow-up Ib2b8dfb8 (803abc7): fix a typo in a variable name
- git #803abc7 - Explicitly define member variables
- git #2b440f7 - (bug 41244) Gracefully handle failure to load text blob.
- git #8d30668 - Lint: Go-go-gadget jshint! Passing entire JS code base (again).
- git #18e8087 - Make sure that SQLite uses no prefix
- git #b6664e6 - Add grammar tests for Hebrew
- git #76eb530 - Minor fixes to User and ApiQueryUsers
- git #f58e2d4 - Sanitize text input to $.fn.badge
- git #afd0540 - Simplify cached check in Special:SpecialPages
- git #9a1855e - Fix E_STRICT in ForeignAPIRepo
- git #16e2c77 - move ORMTableTest from Wikibase to core
- git #79daaea - Oops, restoring the line I accidently deleted.
- git #280b753 - (bug 39383, bug 40059) Allowing badges to use strings and returning this
- git #db74d66 - Change copy of talk page link in personal tools
- git #9dc6ffe - [FileJournal] Randomly prune old log entries.
- git #b651a02 - Put a 15 minute limit on the cache key lock in nextJobDB.php
- git #dc9eb60 - [JobQueue] Abstracted nextJobDB.php to not assume JobQueueDB.
- git #9f95bdd - [FileBackend] Added getFileHttpUrl() function.
- git #cf46d40 - More parameter stripping tests: nested and single-line
- git #23b3a8e - Add a test for named vs. positional parameter whitespace stripping
- git #62be791 - Test broken br tag sanitization
- git #49ca9dd - Add test for </pre> inside nowiki block
- git #e8f880d - Add parser tests for template-generated table cell with attributes
- git #4f62342 - (bug 41899) Fix "Undefined index: start" notice
- git #d74d173 - Add test for bracketed external links with invalid template-generated target
- git #0c68faf - Add RecentChange::selectFields and use it
- git #e74f70d - (bug 41352) Proper fix for vanishing content.
- git #c5ca90e - fix testEditCount to work with non-wikitext content in main NS
- git #56f0040 - Add profiling for database interaction
- git #84f94fd - [FileBackend] Avoid some stat calls in various operations.
- git #c43deeb - Simplified thumb.php for 404 handling.
- git #3338587 - [FileRepo] Allow different file URLs for media based on file extension.
- git #2f91a00 - Add since 1.20 for Revision::READ_LATEST
- git #5744609 - Add a test for an uncovered bullet in a deeply nested list
- git #d1be0a8 - Define $wgAlwaysUseTidy to false where needed in unit tests
- git #070d5ca - (bug 41793) Make contribs. link on Special:ListUsers red for users with 0 edits
- git #fa9499c - Update RELEASE-NOTES-1.20 from tarball
- git #d31e924 - put SpecialMovepageAfterMove hook after success message output
- git #6c77510 - Additional Parsoid-centric tests to improve code coverage.
- git #f5fd666 - Making sure badge container is a consistant height
- git #444d349 - Doc tweak: variable is actually $isKnown and is a reference
- git #ea44730 - Content::convert() for conv. betw. content models.
- git #d6495c2 - (bug 41580) Hook for custom search hit rendering.
- git #4ce3c01 - Fix for Iaac1bb9a (6b2b06d): remove leading space
- git #a432361 - (bug 41796) follow-up for Ic9e728f8, release db connection in ORMRow
- git #d453f81 - Tweaking CSS of badge display per Vibha'a design
- git #c31cd05 - Fixed version docs for job queue.
- git #a883b5e - make ORMRow compatible with load balancer, replace usage of wfGetDB( DB_MASTER )
- git #9525c6c - Extend category/p interaction test with indent and template
- git #9bd417c - Add a test for category link / paragraph interactions
- git #1ebb748 - (bug 41672) Drop possessive in personal tools
- git #5a583b2 - (bug 41658) Allow diffs across text based content.
- git #67d400e - mw.loader: Fixes for <script> and <link> loading.
- git #af6a6e3 - Clean up: Fix trailing comments from I7e22cc3c
- git #558de0e - replace # by // for comments
- git #6f8a8d9 - make addPortletLink work with CologneBlue
- git #14488fc - (bug 18338) WAI-ARIA landmark roles in most used skins
- git #4232835 - Update whatlinkshere-hideimages to file inclusion
- git #098f768 - Fix escaping of pattern in export-0.8.xsd
- git #daf20e5 - update export-demo.xml to version-0.8.xsd
- git #38bcc15 - Update AutoLoader
- git #6b2b06d - (bug 41295) Galician date and time localization
- git #963c4a2 - Moved FileBackend tests to /filebackend.
- git #29da88b - (bug 26995) Update filename field on Special:Upload after sanitizing
- git #7474d13 - Document what ParserOutput::setProperty() is for
- git #d7cec7c - raise timeout for WikiPage tests
- git #9205808 - Fix handling of strings containing \0 in SQLite.
- git #6648849 - minor style improvements
- git #ba59cfd - Correct URL in comment; currently points to wrong post
- git #f9a2435 - [JobQueue] Actually use the right job_random value.
- git #7ce266e - rephrase underline-default message
- git #796f701 - Also ignore sublime project files
- git #3945a69 - Link $wgVersion on Special:Version to Release Notes
- git #be7493f - Adding primary authors of Wikidata branch
- git #39137c0 - fixed type hints
- git #cab98d9 - Some cleanup of doApiRequest in test module
- git #7eb91b2 - (bug 36276) add redlink styles to legacy shared.css
- git #16fabec - Added Parsoid WT escaping tests (several disabled for PHP parser).
- git #0ebbce4 - Use $this->getTitle() instead of $out->getTitle()
- git #ff31d6e - (bug 41617) Fix undelete.
- git #cab4d81 - race condition in CdbTests
- git #79c1727 - Clarify error message for oldid info action
- git #9c7018e - [FileBackend] Check if paths are writable for delete ops too.
- git #789e45b - Revert "(bug 41436) Tone down sanity check, just warn, don't die."
- git #c748d9c - [JobQueue] Use "flush" option with commit().
- git #0b8546a - [JobQueue] Make sure broken/duplicate job removal counts in stats.
- git #3897283 - CologneBlue rewrite: rewrite bottomLinks()
- git #18d478e - CologneBlue rewrite: output the sidebar items as <ul> lists
- git #9be697f - Update parts order in message files
- git #e2cac9d - [JobQueue] Added a test job that just replaces itself.
- git #980da6d - ORMRow must not ignore failures on insert by deault.
- git #2a9dfc0 - (bug 41582) Show "Page information" toolbox link to info action also in history etc.
- git #1e9fd01 - [FileRepo] Changed "publishBatch" to handle failure better.
- git #24a6e8e - [FileBackend] Support "ignoreMissingSource" for copy and move operations.
- git #3a80732 - WikitextContentHandlerTest expects the messages to be in English.
- git #edf5632 - (bug 37963) Fixed loading process for user options.
- git #185da88 - (bug 40574) hints for generatexml param in api modules
- git #81e38d3 - [FileBackend] Use the new CloudFiles metadata functions.
- git #d017f51 - [FileBackend] Made path normalization in FileOp more robust.
- git #9fd4844 - [FileBackend] Simplified code for handling "overwrite" parameter.
- git #d478dba - [FileBackend] Simplified FileOpBatch code to have just one "run" function.
- git #400dfb3 - Don't fail on incomplete row info when exporting.
- git #ae00ed7 - Proper directionality for entry points table
- git #ee6afa8 - (bug 41494) Honor $wgLogExceptionBacktrace in APIMain
- git #9dbca59 - Revert "Deglobalization in EditPage.php"
- git #9d58cb6 - [FileRepo] Fixed purging for "short style" thumbnail names.
- git #f245a2f - Passing the undid revisionId from the API request to the WebRequest
- git #3756f81 - (bug 41042) Regression: API action=parse with nonexistent page
- git #9d474f7 - OutputPage::addWikiTextTitleTidy() requires variable as second para
- git #179e97e - Fix typo in method
- git #ee5527a - Warn when creating TextContent around false/null.
- git #cc18322 - Back out config table and related code
- git #85acf1f - Deglobalization in EditPage.php
- git #d40d4a9 - list=allusers&aurights=[unusedright] returns all users of the wiki
- git #5e9afae - CologneBlue rewrite: rework quickbar() once again
- git #5f32ede - Use selectRow when load one ArchivedFile
- git #0b6b78d - It should not be possible for a RequestContext's WikiPage and Title to be different.
- git #fdcb95b - (bug 40610) Prevent editing textarea from overflowing out of bodyContent
- git #4c69cd3 - Use LogFormatter to format rights log.
- git #2218b72 - Correcting system message linksearch-text
- git #c4e3c37 - Fix test for view language for non-wikitext in main NS.
- git #9930378 - (bug 35923) tweaks to mediawiki.action.history.diff.css
- git #02e44d4 - mw.notification: fix error on notif. close with $.fx.off=true
- git #abdcf73 - Update some external conversion tables to latest versions
Extensions
[edit]AbuseFilter
[edit]- git #3f1b73e - Run filter number through formatNum()
- git #457c38c - fix php notices
ArticleFeedbackv5
[edit]- git #008daff - fix fetching activity in other languages
- git #3e64c83 - hotfixes
- git #9158f55 - Remove dependency on E3Experiments for clicktracking
- git #ae63da3 - bug 41507 - Switching filters with an action flyout open breaks AFT5
- git #5499bc2 - Revert "bug 42057 - Feedback link on article pages"
- git #344b5c7 - Save last selected filter as user preference
- git #f1945d6 - bug 42057 - Feedback link on article pages
- git #797f7e2 - bug 41643 - AFTv5: The token parameter must be set
- git #e876de1 - bug 42043 - LotteryOdds incorrect calculation
- git #901908f - Make sure previously disallowed feedback is not re-submitted right away
- git #7c78c1c - bug 39410 - Featuring oversight-requested posts
CentralNotice
[edit]- git #26cf682 - add some helpful metadata about each change log entry
- git #c787d58 - Campaign log api
- git #a5b932e - Enabling Arbitrary Central Notice Buckets
- git #b6c2f7f - Hide banners if this is a mobile device
- git #ecd9033 - querycampaign api.
- git #025827c - Add Banner Callback for CN Impression Reporting
- git #26a5b0f - Do not set the secure flag or the http only flag for hide banner cookies.
Collection
[edit]- git #918a85c - Revert "There is no need to use an expanded URL for this downloadlink."
- git #01362f9 - There is no need to use an expanded URL for this downloadlink.
ConfirmEdit
[edit]- git #1f74006 - Support generation of random challenges instead of wordlist-based ones.
- git #8cfde58 - Allow to generate the challenges from more than 2 wordlist entries.
- git #008c232 - Provide parameters for setting the min/max length of the captcha "word" (challenge).
ContributionReporting
[edit]- git #8d2957a - Updating for the 2012 fundraiser.
- git #f91512b - Maintenance for ContributionReporting extension.
CustomData
[edit]- git #accf738 - Add i18n file
DonationInterface
[edit]- git #54b42ca - Fixes for DD
- git #d19c67d - Adding dd-ES for Direct Debit in Spain.
- git #026f783 - payments "emailAdd" field can be optional
- git #4cb0902 - Tweaks to the orphan rectifier - Explicit cancel behavior, more logging, typo cleanup
- git #07d2035 - Adding remaining name and email only forms and adding country-specific instructions.
- git #9b69561 - Hacking in a new API call so status 200 Globalcollect CC payments will ever go through. This is terrible, and temporary until I can figure out a nicer way to do this.
- git #5232d7c - Adding CTID to Session Velocity Filter output
- git #f3705aa - Making sure we add an antimessage on transactions we deliberately fail.
- git #593c39e - Falseish when I was trying to look for a zero. So very annoyed.
- git #fc30b42 - Fixing the stack trace currently being served up by bt and obt transactions
E3Experiments
[edit]- git #b758dff - Present ACUX to 100% of new users.
Echo
[edit]- git #962d312 - Fatal error: Call to a member function equals() on a non-object
- git #236fff2 - Call to a member function getNamespace() on a non-object
- git #2a7e26e - (bug 42074) All notifications⦠is sometimes unnecessary
- git #f7c91e2 - Don't run the same SQL file 3 times
- git #10d827b - Make sure that notification count is defined and properly typed.
- git #e2bf80d - Checking that revert notification is enabled before firing it
- git #baec4f2 - A couple CSS tweaks to eliminate overlap and make sure all link is visible
- git #4b92cb9 - Drop posessive in notifications personal tool
- git #15e4719 - Add max-height to notification overlay
- git #9d916f7 - Use canonical url for email links
- git #26110aa - Improve Echo Hooks
- git #1b3107c - Adding more notification icons
- git #466c87d - Echo: Add "reverted" notification for when a user's edit is reverted.
EventLogging
[edit]- git #4b71096 - Append ? to baseUri if not present
- git #64fe8b9 - Fix tiny mistake in comment block
FlaggedRevs
[edit]- git #6a6236f - Revert "Part of bug 42210 - Add a global to enable/disable update ot ValidationStatistics". See fed3fae7c92c272dc55f2ee141ae946a7e8b7ec6.
- git #fed3fae - Rewrote getEditReviewTimes() function to use subqueries.
- git #42ebe0f - Part of bug 42210 - Add a global to enable/disable update ot ValidationStatistics
- git #1849483 - Avoid a parse call in the synced/FR_INCLUDES_CURRENT case.
- git #8db4fdb - (bug 31443) Some message need GENDER support
GeoCrumbs
[edit]- git #052e20b - Delete old BreadCrumbs files
GlobalBlocking
[edit]- git #89998ad - (bug 40350) Fix block expiry times
GlobalUsage
[edit]- git #c4aea05 - (bug 41283) optimize globalimagelinks query
Insider
[edit]- git #c9521a8 - maintenance, resubmitting
LiquidThreads
[edit]- git #daaa92a - Reduce master load from Title::isValidMoveOperation when possible
MobileFrontend
[edit]- git #e6f833b - add #content element to non-beta
- git #f039392 - fix styling of page load error message (bug 41613)
- git #f12b550 - don't attempt to load the edit page dynamically
- git #6badfb9 - photo uploads for articles without images in the summary section
- git #5128993 - add close this section to dynamically rendered pages (bug 41605)
- git #814ed78 - reorganise the section anchor rules
- git #8937cfa - special case main page (bug 41290)
- git #3af6bb9 - update parameters referencing titles when title changes (bug 41710)
- git #bc8fd7b - when clicking random update url
- git #ef33f87 - Simplify rules
- git #e55487c - follow up to I3493fa549fa082002de540fae63306e10e83154d
- git #021808b - replace all tables with a link to open table in an overlay
- git #7beb398 - (bug 41091) Images in dynamic sections even when images disabled
- git #b7524c0 - deal with errors in request for section (bug 41290#2)
- git #50a21de - put edit link in #content (bug 41513)
- git #c9884e6 - ensure toggling always enabled on pages (bug 42485)
- git #0c5ec38 - jshint all the code base
- git #e086a45 - getArticleUrl returns canonical url (bug 41286)
- git #b77c91b - allow html in headings (bug 41711)
- git #3a6e293 - adjust random function
- git #15ba21c - Fix adding unnecessary callbacks in mf-cleanuptemplates
- git #e3a1a66 - watch the correct article (bug 42486)
- git #0a3284c - add jshint to MobileFrontend
- git #e72e522 - center heading in overlay header
- git #a73a409 - only enable toggling if more than one heading in content (bug 41406)
- git #06dea16 - show progress indicator when watching article
- git #29f3c2c - increase font size of edit areas to be 1em
- git #8c7748b - switch h2 to h1 for homepage msg (bug 41666)
- git #c89db94 - Collapsible sections now behave properly w/o JS
- git #822659c - (bug 41514) Hash links broken in mobile
- git #98859cc - Mobile replacement for Special:Watchlist, initial version.
- git #f2a43d8 - (bug 41509) Fix styling of galleries on mobile
- git #8b7d2f4 - remove historic code
- git #ccddde8 - Correct target context for mobile.desktop resource
- git #b3418e4 - Story 214 - update mobile detection rules
- git #42eb756 - Replace setting() with get/setConfig; update title on history change.
- git #cfba3ac - address todo comment
- git #33f3b01 - center the heading relative to the back arrow
- git #b04c596 - introduce styling for code pre tags
- git #0ddb462 - table styling cleanup
- git #8472d7c - nest tbody under table
- git #5a1caae - nest specific table rules / throw away strange rules
- git #5959581 - improve styling of search results page
- git #3c5bb09 - only initialise when jQuery is present
- git #6d68230 - use u rather than jQuery
- git #398155a - rename utilities to u
- git #d3f278a - move the jquery shim defined in application.js
- git #b78cbe4 - Merge latest DeviceDetection back from core
- git #1faca8b - indent try again random box
- git #6e5ed53 - expose getArticleUrl function
MoodBar
[edit]- git #f5f43e6 - Fix c&p error from I54e13245
- git #34ffc12 - Add right and action messages for the delete right
- git #9d8b19e - MoodBar response API is failing on non-existing user talkpage
OAI
[edit]- git #b24ed19 - Add PK to oaiaudit table
- git #7a7971e - Fix typo in comment
- git #ace13d1 - Cleanup whitespace and stuff
- git #f4a67c0 - Brion doesn't have to do everything himself...
- git #a02f408 - Avoid constructing Title object if not needed
- git #217b7ab - Make non-text data searchable via lsearch.
- git #0dc95e1 - Use ContentHandler type and format info in DC output.
- git #2a77428 - Remove explicit pass by reference from OAI code.
- git #a8b4989 - Add alias file for Special:OAIRepository.
OggHandler
[edit]- git #59bf4c2 - Fix ffmpeg thumb extraction
- git #b7d3286 - Set -y to override 0-byte temp file.
PageTriage
[edit]- git #9204ae6 - Integrate 'mark as reviewed' notification into pagetriage
PagedTiffHandler
[edit]- git #8931f55 - (bug 41483) Display TIFF size correctly
ParserFunctions
[edit]- git #e48bb4b - Add test for special parameter whitespace stripping behavior
- git #ff2801b - Add a test for the preservation of tags in the #switch default value
ProofreadPage
[edit]- git #6b1267f - Allow to edit old versions of index pages.
ReaderFeedback
[edit]- git #9bebfa6 - Fatal error: Call to a member function makeLinkObj() on a non-object in /usr/local/apache/common-local/php-1.21wmf3/extensions/ReaderFeedback/specialpages/RatingHistory_body.php on line 655
RelatedArticles
[edit]- git #046bc1c - maintenance
RelatedSites
[edit]- git #8ad8713 - maintenance
SiteMatrix
[edit]- git #ba80156 - bug 42147 - Special:SiteMatrix gives incorrect interwiki link prefix for Wikivoyage
SwiftCloudFiles
[edit]- git #a6de513 - Cleaned up exception error messages.
- git #1a0d953 - Fixed doc typo.
- git #cad559c - Merged temp URL feature from upstream.
Translate
[edit]- git #c058664 - Fix file format.
- git #aefd870 - Rewritten pyffs to match mwextffs logic
- git #655322e - Better escaping in pyffs
- git #1b76c62 - Proper check for untranslated messages
- git #9fcf4e9 - Documentation refresh
- git #1971ab2 - Update messages for Wikimedia mobile groups
- git #45f110b - Remove obsolete messages
- git #04b093b - bug 25274 - PLURAL suggested for headline messages on page translate move confirmation page
- git #17cc7b1 - Fix fatal error with the dynamic message groups
- git #5de3871 - bug 41827 - Dynamic message groups not in list=messagecollection API
- git #e399e50 - Follow-up I3df95f84: Put file in correct folder
- git #f4ddfdc - Avoid PHP notices in MessageCollection
- git #1056c42 - Add context to TranslateTasks
- git #bc17bf5 - MediaWiki 1.19 or later is now required
- git #8bbdc28 - Remove XLIFF support
- git #35918ae - JSHint/JSLInt suggested fixes.
- git #9706822 - Document undocumented parameter
- git #a9ee9a6 - (bug 41914) magic-export.php does not export files
- git #653a815 - Drop unneeded else.
- git #fb5b298 - (bug 41844) Fix fatal: TPException doesn't know getWikiText()
- git #feffb20 - Add prop revision to messagecollection api
- git #24f108c - getReviewBlockers only has two params
- git #08b8d0c - Use single quotes and tabs instead of spaces
- git #65d2406 - Remove unreachable code
- git #cccd3fd - Remove unused global and two unused assignments
- git #8fdb03b - Add missing required parameters for dieUsage()
- git #9854e02 - Update @throws docs
- git #c257fb2 - Stylize
- git #f6cc471 - Add RecentAdditionsMessageGroup
- git #0b7cb79 - Fix documentation and variable name
UniversalLanguageSelector
[edit]- git #094cbe2 - Allow ULS toolbar to be disabled for anons only
- git #52d404a - Allow the main functionality of ULS to be disabled
- git #1c5c5de - Follow up of Ie536dbe1 trailing whitespaces
- git #14aef6d - Fixed the bug 42013 - 'class' as property name
- git #98d7a8d - Reformat code.
- git #743665d - Update jquery.uls from upstream
- git #b37b33e - Fixed bug 39832 - Cancel / Apply button on Display settings
- git #3c9e724 - Geoclient fixes for https and WMF
- git #8d53078 - Update from upstream
- git #c48b270 - Fix bug 41804 - Display Settings shows dual labels for Font Selection
- git #0b89a50 - i18n updates for jquery.uls
- git #4b811a5 - Avoid contstructing html with concatenation
- git #f6fbf13 - Update jquery.i18n from upstream
- git #25889d7 - Avoid constructing html with concatenation
- git #63d98b0 - Update jquery.i18n from upstream
- git #ef8bad5 - Add z-index for the input selector to avoid hiding behind popup divs
- git #cccd491 - Correct the preference overriding for IME
UploadWizard
[edit]- git #03b318c - (bug 42143) refixing for Safari
- git #c3c55b7 - (bug 42143) Fixing UploadWizard in Safari
- git #f76f1e2 - Display Copied msg after copying metadata
- git #a0cad8c - Fix typos: flickr -> Flickr
- git #506ec11 - Implement uploading images from Flickr
- git #8c706d1 - (bug 37073) Make sure copyMetadataCrtlDiv exists and is correct
- git #118fc4d - Add in new checkmark and alert graphics for upload step
Vector
[edit]- git #8b914bc - temporary fix for bug 42452 - adding forward compatibility
- git #aa53371 - Create wmf/1.21wmf4 branch and update .gitreview
- git #405bacd - Fix width of edit page elements after merge of I42f42654.
VisualEditor
[edit]- git #bad4de8 - Add hover state to link inspector suggestion items.
- git #23bd31a - (bug 42555) Fixed onUpdate over-writing in ve.ce.HeadingNode
- git #766b5f3 - Restyle suggestion dropdown into a single column.
- git #bf98af7 - (bug 42552) Link inspector close on selection change
- git #5e477cb - (bug 42401) Cursor movement fixes
- git #9ba19af - Immediately provide default suggestions based on 0 results.
- git #1d0ad95 - (bug 37828) Handle edit conflicts
- git #a572885 - (bug 42350) Delete and backspace broken around inline aliens in Firefox
- git #e148234 - Render inline annotations in CE
- git #ce16b27 - Fix rebase artefact in ve.dm.Node.getAttributes()
- git #8324d55 - Add message docs for 43684f88fce065bf0bceecff4b84eb761fc8c03e
- git #a485819 - (bug 42221) (bug 42142) Refactor init.mw setupSkinTabs.
- git #e123a39 - Handle annotated inline nodes in the converter
- git #5e2c421 - Make annotating inline elements actually work
- git #4303e9f - Show annotations on nodes in demo debugger
- git #49963c7 - Store the data model element in the DM tree
- git #a9082e6 - Only apply HTML attributes to DOM nodes that are "safe"
- git #ae0c4e6 - (bug 42403) Add Parsoid prefix to POST requests too.
- git #2cc8f09 - Added contextChange event to surface model, replacing annotationChange
- git #ee80af5 - (bug 42404) Errors passing "incorrect" offsets to ve.ce.Surface.getNodeAndOffset
- git #1bc74b0 - Fix tests for fda2e6c1b54a0139a3123de413f672e895ff3352
- git #43684f8 - (bug 42172) Tag edits made by VE
- git #568e0e5 - (bug 42277) First character in empty document behaves strangely in Firefox
- git #1ba75b7 - The last ever mw.ext.ve jshint fixup
- git #c33de35 - (bug 42402) Split out two cases so as not to throw an error
- git #8e24146 - (bug 42279) Inserted characters get annotated with empty set
- git #9c74c97 - Fix even more inspector issues, and some ce ones as well
- git #c9d6d35 - (bug 42219) Fix for document sync issue
- git #bf7b243 - (bug 42121) Change markers lost for first paragraph on new page
- git #6628806 - (bug 42119) Handle alienation in wrapping mode properly
- git #8cf9193 - Add moar demo pages
- git #0e1a691 - Display the lengths of model nodes in the demo debugging thingy
- git #1780d4e - (bug 42335) Adding IE to the browser blacklist for the December release
- git #0516b1d - Make entity nodes work in CE
- git #8fc9886 - Fixed inspector behavior
- git #1234a70 - (bug 42218) Add MWEntityNode
- git #a544416 - Fix message key, probably c&p error in I1cc00844
- git #3a047e0 - (bug 42124) Store comments in the meta-linmod
- git #fda2e6c - (bug 42140) Don't force spaces to underscores in internal links
- git #05e39c1 - Always apply inspected annotations to the right range
- git #9c22ee3 - Added undo-before-apply for new link annotations
- git #9787166 - Fixing Pre-Annotations
- git #96fcbbd - Cleanup var statements
- git #d2476a2 - The great inspector and context rewrite of 2012
- git #79e4b13 - (bug 42212) Fix JS error when inserting after alien at the end
- git #c7fd181 - (bug 42123) Add i18n for aliennated content tool tip.
- git #2c8411e - (bug 41947) Propagate change markers when unwrapping generated nodes
- git #29a0c38 - Add ce.AlienNode to tests
- git #1932e09 - Phantoms not vanishing on mouseout
- git #ebbd297 - (bug 42134) Add shields after node is attached to the live DOM
- git #fcfca94 - Better Shield Logic
WebFonts
[edit]- git #b563071 - Fix bug 41940 - Amiri font for Arab lacks italics and bold causing bad rendering
WikimediaIncubator
[edit]- git #d344fea - (bug 42068) Exception on Incubator Special:Preferences
cldr
[edit]- git #fd2b900 - Final minor updates to the 22.1 release
wikidiff2
[edit]- git #de483f7 - Describes libthai dependency in README.