MediaWiki 1.21/wmf3
Deployment of MediaWiki 1.21wmf3 to Wikimedia sites
editThe latest version (labeled "1.21wmf3") of MediaWiki, the software that powers Wikipedia and its sister sites, will soon be deployed to all Wikimedia sites in stages.
Deployment will start on Monday, October 29 and continue until Wednesday, November 7 (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.
The biggest changes
edit- ResourceLoader integration into MobileFrontend now enabled (discussion on wikitech-l).
Core changes
edit- git #9275849 - Added the Score extension
- git #c9b88dc - Add Solarium
- git #9ef6f4e - Update WikimediaMaintenance
- git #2405956 - (bug 42097) $.tablesorter fix when wgDefaultDateFormat is unrecognized
- git #0a431ff - Update VisualEditor to pick up 3502144
- git #309e494 - (bug 41990) Fix regression in API edit of redirect
- git #0255a2e - * (bug 41966) Follow-up I551a90b0 (c2172d4): fix fatal error in PoolWorkArticleView::doWork()
- git #e792b1a - Follow-up I551a90b0 (c2172d4): add one more check for null content
- git #f124fd8 - Beware that getContent() may return null
- git #7b5c09c - Added GET profiling to pecl memcached (like the PHP one has).
- git #a7e24ef - Add UserMerge
- git #b9ff7a1 - (bug 41493) Move PageContentLanguage hook to Content class
- git #bc3616c - Add 10 new wikivoyage related extensions
- git #570d18d - (bug 41574) Supply Title object to Revision if possible.
- git #f9ce891 - (bug 41617) Fix undelete.
- git #0d3f7e8 - [JobQueue] Fixed while loop in claimOldest() function.
- git #18e1b36 - [JobQueue] Reduced deadlocks in claim() function.
- git #2484406 - Update branch
- git #6690c4b - Fixed nextJobDB.php to handle recent job queue changes.
- git #33eceba - Fix handling of prot-rel URLs in SiteObject.
- git #4973d8a - [JobQueue] Make use of the isEmpty() function caching in pop().
- git #9d14c37 - Revert 1.21wmf3 to the state of 1.21wmf2
- git #5e34ee2 - (bug 41436) Tone down sanity check, just warn, don't die.
- git #b23ba6f - Update VisualEditor
- git #994fb0f - (Big 41436) Make sure Revision knows page Title.
- git #303c14d - Add PostEdit and EventLogging
- git #b229855 - Re-add Wikidata related extensions to 1.21wmf3 due to being missing from make-wmf-branch
- git #29505e5 - Symlink README.mediawiki to README so Github renders it as wikitext.
- git #5c103a3 - Add the page content language to the page information
- git #3088335 - (bug 32237) Add GENDER support to Special:EmailUser
- git #7385890 - Stash global only once per test case.
- git #a03bf9e - tests: rm duplicate code in language classes
- git #d9a422f - Preemptively add image-set to our sanitizer.
- git #5e041dc - (bug 31565) Option to use group members on Special:UserRights
- git #adf6e8f - Cache the result of User::getDefaultOptions
- git #4c56eb3 - (bug 40641) Implement Special:Version/Credits
- git #2ecad87 - (bug 41443) Link in password reset is broken
- git #54357fe - (bug 41457) PHP Fatal error: Cannot break/continue 2 levels in maintenance/runJobs.php on line 94
- git #65bc8e5 - Fix unmatched profiling calls
- git #ec391aa - rm unused $egWBRemoteTitleNormalization var from MediaWikiSite.php
- git #bd56b93 - A little cleanup in gender
- git #5c34a2c - Avoid duplicate "null" change journal entries.
- git #6882ff0 - The class is named Revision, no need to shout its name :) Remove a couple of unused globals.
- git #d4928b8 - (bug 41439) Set be as fallback language for be-tarask.
- git #3ff7461 - (bug 1) document Skin::buildSidebar per own experience
- git #2975085 - fix sidebar HTML escaping in CologneBlue (again)
- git #926d961 - Minor documentation fix.
- git #bda7556 - Rewritten $wgAdaptiveMessageCache
- git #8237563 - Fix tabs inside/between statements/text
- git #e5f5e95 - Fix indentation whitespace errors
- git #bb02550 - Fix rc_logid in RecentChange::loadFromCurRow
- git #eaca7a0 - (bug 41298) re-apply I9a56b7c6, Don't parse the section's name in the summary
- git #93dcfa9 - raise timeout for UserTest::testEditCount
- git #04f5501 - [FileBackend] More improvements to README file.
- git #4c73701 - (bug 41409) Fix regression in diffs while editing old revisions
- git #a4aef7d - Fix warnings and enforce conventions in ContentHandler tests.
- git #ee01bb0 - Move cache purging out of doUpdates()
- git #59da375 - [JobQueue] Added support for approximate FIFO job queues.
- git #31625b5 - bug 11748: Handle optionally-closed HTML tags
- git #8e1edbe - add some brackets in RecentChange.php
- git #8200b50 - Seems we have error conditions where fa_storage_key == ''
- git #fccae4b - fix code style violations in RecentChange.php
- git #0e7d61d - sql.php in interactive no more exit on DBerror
- git #b1a524f - alter sql.php prompt on line continuation
- git #c8e136db - (bug 37020) sql.php with readline eats semicolon
- git #74869fe - accessor for database delimiter
- git #74f037b - Revert "Function for "pretty timestamps" that are human readable and understandable."
- git #49de213 - deprecate make(Known?)LinkObj methods
- git #d05ddf6 - Make action=query&list=users use User::getRights()
- git #1024fb7 - revert gerrit change 29597 for TextContent constructor
- git #fdeeaf0 - (bug 41352) restore pre-ContentHandler version of mergeChangesInto()
- git #63bba0b - [JobQueue] README file for job queue classes.
- git #a419367 - Add additional job columns to PostgreSQL as well.
- git #97e51ed - (bug 41349) mediawiki.searchSuggest: Reorder code + fix selectors
- git #79c5379 - Some minor fixes to README file.
- git #b683113 - (bug 41298) partial fix: re-apply Id4d5504a
- git #dcb6ad0 - Use ParserOptions::newFromUserAndLang in tests
- git #691a1d3 - (bug 41298) partial fix: re-applying Id7b331e1b
- git #0fcd7a6 - (bug 41298) partial fix: re-apply I9441a277
- git #9c592c5 - Correct documentation for EditFilter hook parameter
- git #bff68c4 - Consistency tweak: Monobook -> MonoBook
- git #f921b41 - Swap isSpecialPage for canExist()
- git #c4ed43c - (bug 26585) Detect CSV/array values in $_SERVER['REMOTE_ADDR'].
- git #c6ea55b - tests: always call parent setUp
- git #dd45888 - Additional parser tests to spec parser behavior and test Parsoid.
- git #7323171 - Localize parentheses in Linker::formatTemplates()
- git #f555a19 - Moved core Job classes under includes/job/jobs.
- git #982dc35 - Removed reference to * from docs.
- git #e58fd4c - fix sidebar HTML escaping in CologneBlue
- git #406bb1e - [FileBackend] Give warnings when metadata is missing from swift.
- git #530b916 - Use Html class instead of Xml where possible in Special:Contributions
- git #3b26756 - [FileBackend] Created README file for the file backend classes.
- git #9362bb6 - miscellaneous doxygen warnings
- git #fb82f1c - doxygen now recognizes README and .txt files
- git #11feec4 - Remove duplicate files, no point in loading them twice
- git #4329cd8 - CologneBlue rewrite: fix talkLink() to use generic nav links
- git #17652df - Cache performer of a LogEntry to load it only once from the database
- git #bcd458d - RecentChangesLinked: 'tagfilter' option already set in parent
- git #cdbe6fe - When deleting old thumbnails, actually increment $i
- git #98fd8de - Remove float from config-settings-block
- git #0953a6d - add comments about the purpose of skins/common/common*.css files
- git #2b0edc8 - Setting $wgContLang without changing $wgLanguageCode accordingly is a very bad idea.
- git #e256c69 - Remove a bunch of trailing spaces and unneeded newlines
- git #c157f4d - Remove a bunch of trailing spaces and unneeded newlines
- git #b5df3f3 - Add filearchive.fa_sha1 to PostgreSQL as well.
- git #25231f8 - bug 41234 - api prop=imageinfo broken on PHP 5.4
- git #bb89db8 - getParamValue defaults to current page only if url undefined
- git #96f846d - Add additional specs + Parsoid-centric tests to keep Parsoid in line.
- git #c66d868 - Remove a bunch of trailing spaces and unneeded newlines
- git #9d19d73 - Remove a bunch of trailing spaces and unneeded newlines
- git #6fbe512 - Revert "Revert "Show a "(blocked)" hint on Special:ListUsers/ActiveUsers""
- git #be79581 - (bug 40876) Icon for PSD (Adobe Photoshop) file types.
- git #0ead7de - Add some debug logging to ContentHandler
- git #825c35e - Release note for ApiQueryORM class
- git #c34dc71 - Revert excessive indenting from 28433
- git #f199ee3 - Protect against Xdebug overloading var_dump().
- git #484616c - Updated release notes for job queue refactoring.
- git #93ba569 - Removed outdated FileRepo docs.
- git #a951db3 - (bug 41156) Add id to the toolbox page info link
- git #8b568be - [bug 41155] Record links on CSS/JS pages in the DB.
- git #cd60027 - Fixup some returns, documentation
- git #d0520be - (bug 41171) Refactor User::edits() and User::incEditCount()
- git #e65eb02 - Unit test for User::getEditCount
- git #4b3a426 - Work in progress on ResourceLoader mobilification
- git #18fabfa - reinstating Change Ifb1f6125...
- git #63ed4ac - Deprecate static User::edits() in favour of User::getEditCount()
- git #a079411 - (bug 40829) Show cascading protection info on action=info
- git #d888481 - Follow-up I186669a5 (4b62b03): reorder hooks alphabetically
- git #df60d0c - Fixup some method documentation return types
- git #09e44a6 - Followup I15843fab: don't show &page=1 in file link
- git #fcaba41 - [JobQueue] Fixed misuse of array type cast.
- git #f5e2145 - Set $wgContentHandlerUseDB to false by default for now
- git #8a423dc - [FileBackend] Added more tests and fixed some local copy/reference bugs.
- git #020d7b4 - Minor action=info redirect changes
- git #c934766 - sort method for jquery.tablesorter
- git #a908fc5 - [JobQueue] Added type-guard checks to JobQueueGroup::push().
- git #8845c48 - Fixed dependencies for jquery.collapsibleTabs
- git #8967edf - [JobQueue] Added more b/c wrapper functions.
- git #3c4ab2e - Warn when flushing inside an explicit transaction.
- git #1eca50c - Fix various boundary cases in IcuCollation::findLowerBound()
- git #6cb1fe1 - Fixed the caching of redirects in Squid
- git #bccf275 - Moved ContentHandler deriving classes into their own files for better discoverability and more manageable line count per file
- git #bc7a288 - Added a pile of missing docs and fixed a few incorrect ones
- git #506456c - Added docu headers to content(handler) files
- git #243d7e1 - update @since tags
- git #b4dd7c5 - Tweaked code comment from 557a68838c594ea98bd233f6cc05ff44d80e901e
- git #557a688 - Added MAX_JOB_RANDOM constant and replace one bad instance.
- git #ae7483c - [FileBackend] Added chaining ability to some TempFSFile methods.
- git #d455598 - Adding a base query API module that allows very easily creating query modules for tables that have an associated ORMTable class
- git #430870b - Use 'flush' flag to end automatic transactions.
- git #42ff119 - Fix typo in contenthandler documentation
- git #b092fd0 - (bug 40652) Reject invalid titles as sitelinks
- git #b567f36 - [JobQueue] Job queue refactoring and generalizing.
- git #375bfe6 - Added ugly nesting and template interaction tests (to stress Parsoid).
- git #789272e - restore wgDebugTimestamps in testDebugFunctionTest()
- git #ffaf382 - Remove unused 'qbpageinfo'
- git #84e75e7 - Avoid using $wgUser in TitlePermissionTest
- git #5e1e5df - (bug 40154) On action=info show where this page redirects to and whether it's a content page or not.
- git #31cb4c6 - SI standards for time units
- git #d3847fc - (bug 38377) Fix MediaWiki:Continue-editing
- git #b7a9b77 - Stop php strict error warnings from MemcachedClient::_flush_read_buffer()
- git #fe2e385 - Fix RevisionStorageTest with non-wikitext NS_MAIN
- git #759518b - Fixing dump tests for non-wikitext in NS_MAIN.
- git #b218064 - Function for "pretty timestamps" that are human readable and understandable.
- git #5787cbc - Use Linker::link() instead of Linker::linkKnown() when having options
- git #f8b0543 - fix fatal error in HttpTest
- git #030c027 - [FileBackend] Added tiny getContainerStoragePath() convenience function.
- git #63c82ee - Removed READ_LATEST default from Revision::newFromTitle().
- git #df0cf1e - define RC_EXTERNAL type for recent changes
- git #3910e91 - Replaced some !count() with explicit and more efficient check
- git #33c1b60 - don't overwrite $item['single-id'] in makeListItem in SkinTemplate
Extensions
editAbuseFilter
edit- git #736095a - Don't revert global log actions
ArticleFeedback
edit- git #5f1d135 - Add plural for 'articlefeedback-report-ratings'
- git #28289a1 - Like 24325, disable click tracking. Blame Ori for this change too ;)
- git #77b5fd3 - Remove empty ext.articleFeedback.dashboard.js
Babel
edit- git #f17c0d3 - Fix docs
- git #82a6b64 - (bug 39681) HTML5 compliant Babel code.
Calendar
edit- Newly deployed extension
CategoryTree
edit- git #5a1d878 - bug 42110 - CategoryTree: urlencode() expects parameter 1 to be string, array given
- git #f5d36e1 - Namespace selection option in Special:CategoryTree
CentralAuth
edit- git #8762fdd - Attmepted fix for bug 42010 - Unable to edit wikisets
- git #43e3e81 - Document that centralauth-block-already-locked supports gender
- git #b906b61 - Change centralauth-block-already-locked message to include Special:CentralAuth link
- git #6bf1825 - (bug 20188) Show a note at Special:Block when the user is globally locked.
- git #4a1249d - Disable editing for non-global accounts
CentralNotice
edit- git #20d00fb - Fixing CentralNotice bug 41937
- git #beb577e - Track how many banners have been seen
- git #c610c87 - CentralNotice bugfix for Bugzilla #41862
- git #0815685 - Country, Language, Project to all RecordImpression Calls
- git #c20d00d - Removal of CN API Caching
- git #3e921f7 - Use geoiplookup.wikimedia.org for IPv6 users (client-side version)
- git #c8f9bdb - Adding WikiVoyage and WikiData to CN Projects
Cite
edit- git #a44624f - Removing obsoleted system message
- git #da8e6f3 - Cite anchors should be numbered starting at 1
Collection
edit- git #035ab27 - (bug 40900) Fix Special:Books and load book content again
- git #f6ec8d4 - bug 38441 - Missing argument 1 for wfAjaxCollectionGetPopupData()
- git #5ca292d - Revert "Revert "Follow-up Ia01c9da5: Fix many escaping issues.""
- git #433e7d1 - Revert "Revert "Collection maintenance.""
- git #160b219 - Revert "Fix revert artefact"
- git #7fb17a3 - Fix revert artefact
- git #78ffe50 - Revert "Collection maintenance."
- git #22a4c7d - Revert "Follow-up Ia01c9da5: Fix many escaping issues."
- git #65a41bb - bug 38447 - Collection: Invalid argument supplied for foreach()
- git #c09747b - PHP fatal error in /usr/local/apache/common-local/php-1.21wmf1/extensions/Collection/Collection.templates.php line 351: Call to undefined function number_format_Render()
- git #4e47e39 - bug 38442 - Collection array_push() expects parameter 1 to be array, null given
- git #5cef02d - bug 38899 - Collection.templates Call to a member function getFullURL() on a non-object
- git #2f45a66 - Follow-up Ia01c9da5: Fix many escaping issues.
- git #062f829 - bug 36328 - Collection: Call to a member function getDBkey() on a non-object
- git #f980f23 - Fix for Call to a member function getTimestamp() on a non-object
- git #1feccec - bug 40718 - Collection: Call to undefined method WikiPage::getOldID()
- git #a0407b1 - Use $wgExtensionAssetsPath instead of $wgScriptPath for the URL path to the extension.
- git #ebe5893 - Collection maintenance.
ConfirmEdit
edit- git #cf78b84 - (bug 37643) Ensure a session is created when necessary for Captcha
CreditsSource
edit- Newly deployed extension
CustomData
edit- Newly deployed extension
DonationInterface
edit- git #9dc4889 - Adding the AUTHENTICATIONINDICATOR node to all GC transactions, and defaulting to '0' as per their new instructions.
- git #c9c8592 - Readding statics in setNormalizedOrderIDs()
- git #cecbbd3 - Changing our not-so-random random number generator to a different random, and a minor bug fix.
- git #6d6d672 - Absolute madness.
- git #40ba592 - Changing the way we do order ID generation, and the ways we can do it in the future.
- git #393823a - Cleaning up the new log line on end of transaction, and a lot of bugs I found looking at the output after the first pass.
- git #fd2b9ed - Fixing a typo that was filling up my php error log.
- git #479c901 - Adding a final donation status log line, and fixing a couple minor bugs that this surfaced
- git #93af418 - Removing opt-opt hidden field from the rest of the forms.
- git #515648f - Removing opt-out field. One form only for now.
DoubleWiki
edit- git #5aa1e1c - (bug 31726) Pages with multi-wiki content haven't to be indexed by search engines.
E3Experiments
edit- git #692e52c - Send down wgEditCount for logged-in users
- git #d8c0681 - Per Maryana's request, log all visits to community portal
- git #023da6c - Fix-up of OpenTask Experiment
- git #915d48a - Enable EventLogging for OpenTask
- git #b57d859 - Add interactive validation of form fields
Echo
edit- git #86c3b09 - $language->prettyTimestamp is expecting 3 arguments
- git #8ee1f9f - Fix a couple of email parameter issues.
- git #b47980c - Fix a typo in array key
- git #883a0e5 - Create special page aliases file
- git #a202fd8 - (bug 41332) syncing params between child and parent methods
- git #5bf6144 - Add some useful hooks to Echo extension
EditPageTracking
edit- git #6aef271 - Normalize i18n file.
EducationProgram
edit- git #2ba4396 - (bug 41672) Drop "My" from "My courses" toplink
- git #93555bb - Fix add/remove groups for sysops
- git #e2cbe9d - Fixed getArticleContent method to be compatible with ContentHandler
- git #32e0f88 - Use short form for reason.
- git #b4c34f9 - Remove dead code
- git #fafbad3 - Allow admins to assign and revoke EP rights
- git #a5effa5 - Renamed groups based on request by sage ross
EventLogging
edit- git #2e3e6f1 - Change 'optional' => 'required'; drop MAX url check
- git #818566f - Declare jquery.json as a dependency
- git #96ecdd6 - Not actually a dependency.
FlaggedRevs
edit- git #aee8780 - No longer in svn
- git #3ec4dab - Normalize i18n files.
- git #493040f - Fix lack of parsing 'revert page back to' message on rejection confirmation page
- git #d5a09e2 - Fix stability log escaping HTML links to pages
- git #4f41dca - Track logged-in user stats internally (not shown yet).
GeoCrumbs
edit- Newly deployed extension
GoogleNewsSitemap
edit- git #54fd0d7 - Normalize i18n file.
Insider
edit- Newly deployed extension
LiquidThreads
edit- git #7f8fe1f - Set new messages css/js to top loading
- git #a79d9f3 - Add profiling for Threads::synchroniseArticleData()
- git #b7ef2c6 - Updated onLoadExtensionSchemaUpdates code
Listings
edit- Newly deployed extension
MapSources
edit- Newly deployed extension
Math
edit- git #b3b28e5 - Fixed file mode setting.
MobileFrontend
edit- git #1615485 - fix zero banner
- git #4ee00c9 - (untested) Update title on random page nav
- git #ad60870 - Use non-RL-wrapped eventlog.js
- git #279e400 - nest table rules 2
- git #ced433f - nest table rules
- git #b04bd75 - A configurable approach to hiding feedback fields other than 'technical feedback'
- git #f44b6d8 - Fix error reporting in action=mobileview
- git #b0e19c0 - IMPORTANT: fix display of Special:MobileMenu page
- git #ba6551e - cleanup remaining message keys
- git #eb510a9 - cleanup how messages are generated in mwMobileFrontendConfig
- git #d920d8b - remove mobile-frontend-toggle-images key
- git #3dbd9fe - Warn old iPhone app users about API deprecation
- git #2dd4ae8 - update Makefile to pull e3 logger from elsewhere
- git #e06fa1b - send hostname with logged events
- git #d4b1270 - log when a section is opened on beta
- git #da53026 - add margin for nested lists (bug 41543)
- git #4f88531 - update qqq code
Narayam
edit- git #2805f39 - Remove useless array
- git #8d5a707 - Fix bug 40698 Add Javanese transliteration map
- git #90a7745 - (bug 41460) Enable Narayam on am.wikipedia
NewUserMessage
edit- git #75fe70e - More maintenance for NewUserMessage extension.
Nuke
edit- git #28a2e6b - Use strict, add semi-colon and reformat code
- git #92f5365 - Add explicit GENDER support for all relevant messages.
ProofreadPage
edit- git #78a554e - (bug 41872) Add namespaces for frr.
- git #9e366c7 - Fix a confusion in namespaces of br Wikisource: Author namespace where confused with index namespace.
- git #9f2b9d7 - Add namespaces for Welsh
- git #167d93f - (bug 41616) Add namespaces for ca
- git #e6f3a29 - Fix a small bug in the new configuration system.
- git #98bb440 - (bug 37483) Create index and page namespaces automatically if not set
- git #e90c05d - (bug 37419) Rewriting of Index pages edit form in PHP
- git #6834371 - Make the link to the image works with Tiff files.
RSS
edit- git #5c4fdca - Normalize i18n file.
ReaderFeedback
edit- git #f7866d6 - Fix fatal: $skin is not a Skin, but a SkinTemplate
- git #303b969 - Catchable fatal error: Argument 1 passed to ReaderFeedbackHooks::ratingToolboxLink() must be an instance of Skin, instance of VectorTemplate given in /usr/local/apache/common-local/php-1.21wmf3/extensions/ReaderFeedback/ReaderFeedback.hooks.php on line 178
- git #792f9dc - Normalize i18n file
- git #d428b74 - Maintenance for ReaderFeedback extension.
RelatedArticles
edit- Newly deployed extension
RelatedSites
edit- Newly deployed extension
Renameuser
edit- git #595a5ba - Use short form for reason.
Score
edit- Newly deployed extension
SiteMatrix
edit- git #9698518 - add wikivoyage
- git #61d34e0 - don't act up on new dblist entries
Solarium
edit- Newly deployed extension
SwiftCloudFiles
edit- git #6ba32a4 - bug 41304 - Allow X-Content-Duration to be set
- git #386f9ce - Broke up some long lines.
- git #424ec65 - Cleaned up metadata normalization issues.
TimedMediaHandler
edit- git #bfbf683 - bug 42192 - s/mw.getConfig/mw.config.get/g
- git #05d8685 - don't follow # links
- git #940f804 - bug 41744 - extract thumbs via http
- git #853f5cd - bug 42086 - escape filename in url
- git #00d2cbd - Use bits cortado url for commons videos
- git #8c35c82 - bug 42051 check for derivatives for shared files
- git #3b1fa10 - (bug 42049) Parse timedmedia-subtitle-new-desc
- git #28d7f81 - Add action-transcode-status message, shown when the user can't view Special:TimedMediaHandler
- git #379f079 - (bug 42009) Show an error on Special:TimedMediaHandler when the user doesn't have permission to see anything
- git #ed2c6c5 - Remove duplicate array keys/messages from en
- git #1758423 - Create special page aliases file
- git #562c47d - bug 41963 - TMH: Call to a member function isLocal() on a non-object
- git #b18096c - fix for I1f31b5e903fa9caf4a27c1ce384fb6c450a15f2c
- git #6142935 - fixed iframe embed controls, by updating position of videoHolder to relative
- git #bda4d66 - bug 39014 allow float values as thumbtime
- git #556d6cd - Add messages for new user rights
- git #4f6970b - bug 41883 -- don't follow # link for select player
- git #1942bab - bug 41894 prefixed table name with mw-filepage
- git #ed406e9 - bug 41906 -- select wgUserLanguage by default
- git #349fb91 - Use builder for SrtHTML
- git #c024782 - bug 39014: 0 is a valid thumbtime
- git #5ba2f3f - fixes gallery boxed display of tall videos
- git #29fb996 - bug 41860 Fix php fatals and warnings
- git #42850be - Reduce queries inside of foreach loops
- git #58f0d45 - bug 39014 remove transition workaround
- git #de2465b - Related to bug 41854, index transcode_key
- git #e96b760 - bug 41826 add option to disable TimedText
- git #da9c51a - one more variable issue
- git #7af4395 - fix db variable name
- git #ba8d6c7 - check for double inserts after adding transcode
- git #8d87f60 - avoid race condition creating two transcode jobs
- git #b9b02a3 - Revert "bug 41826 - only define TimedText conditionally"
- git #26cd58e - bug 41826 - only define TimedText conditionally
- git #a7a7e99 - bug 41820 fixes iframe urls for multiple players
- git #490c2b8 - get transcode status from masterdb
- git #071af38 - Fixes against .plainlinks a{ !important } css rule
- git #379bc02 - display formated time for transcoding errors
- git #37bd5f0 - output more information for failed encodes
- git #c3d37fa - check if ogg files has streams before using them
- git #661d53d - Allow transcoding processes to use more ram
- git #be389f4 - include more info in error if avconv fails
TitleBlacklist
edit- git #fc27474 - Fixing several issues with the titleblacklist API
- git #1218497 - (bug 41242) Parse the unacceptable new account name/move messages
TocTree
edit- Newly deployed extension
Translate
edit- git #cd8a51a - Avoid fatal errors with empty aggregate groups
- git #a20f674 - Work on ApiTranslationReview
- git #e4a5527 - These tests are timeouting in jenkins regularly
- git #f0598c0 - Get rid of lots of deprecated code
- git #fbc2756 - (bug 40495) Undefined $item
- git #bbce2d7 - Typofix
- git #81423da - Add Yandex Translation Helper support.
- git #e953601 - Follow-up I6f93083e: Correct variable names and types
- git #dd87a20 - Flesh out some method parameter type documentation
- git #d49b883 - (bug 29266) Sort order of statstables is now included in the url
- git #42268a4 - Profile the HTTP calls made to external services
- git #0935070 - Document SingleFileBasedMessageGroup properly
- git #aaf13ad - Increase timeout for tests
- git #43683b2 - Reduce queries in WorkflowStatesMessageGroup
- git #f417a6c - Reduce database queries in WikiPageMessageGroup
- git #d8d6c06 - Reduce database queries
- git #693d2e1 - Stop passing file contents to collections...
- git #e6abd62 - Optimization to message table
- git #154aba7 - More profiling
- git #9a1fac2 - Little bit more info in debugging messages
- git #43ad6da - Various optimizations and fixes for bug 41035 (proofreading OOM)
- git #4520576 - (bug 41138) Timeout when trying to move a translatable page
- git #25245fe - Also profile the store part
- git #3b31a55 - Added tests to database fuzzy marker updates
- git #94c49af - Provide context to getDescription in few places
- git #dd04d6c - (bug 41261) Hardcoded paths in PremadeMediawikiExtensionsGroups
- git #6f67261 - Introduce $context param to label and desc of message groups
- git #1c7b125 - (bug 41260) Desc messages not displayed for MediaWikiExtensionFFS
- git #c44801f - Filter ignored messages on export
- git #b0509e7 - Revert "Revert "Small performance improvement""
- git #e11aeb3 - Revert "Small performance improvement"
- git #c744d44 - Small performance improvement
- git #91677e5 - (bug 41251) Sort dropdown items on Special:AggregateGroups
- git #0c20b41 - MediaWikiExtensionFFS and related changes
- git #f85565e - Removing now unused script
- git #58dbcd9 - (bug 41207) Undefined variable useCtxtAsKey
- git #4992c61 - (bug 41094) Infinite loop in MediaWikiMessageChecker
- git #fde6d21 - Prevent page scrolling when adding new groups
- git #990a04d - Cleanups
- git #8c4aa4b - (bug 41137) Special:AggregateGroups does nothing
- git #e0ecf43 - Clear any floats before the table
- git #3bfc271 - Cleanup MessageIndexTest
- git #6efb654 - Added framework for key generation algorithms in GettextFFS
- git #ee332ca - Narayam integration with editors
- git #148452d - Lots of work on tests
- git #5a66994 - Only add instances of FileBasedMessageGroup
- git #a79ea89 - Add 'translate-group-desc-frontlinesms'.
- git #6a22708 - Add option 'group' to processMessageChanges.php.
UniversalLanguageSelector
edit- git #833f8f6 - Fix to reduce the ammount of settings text
- git #e6c0052 - Update jquery.ime from upstream
- git #30d6395 - CSS fix for settings styling
- git #a388d7c - Fix a syntax error
- git #fc29a7e - Option for disabling the IME system
- git #b24d629 - Update jquery.ime from upstream
- git #8069e53 - i18n for input method settings
- git #7546da7 - Update jquery.ime from upstream
- git #427c94d - Avoid 404s in non-localized locales
- git #4818545 - Add a more settings link instead of the help link
- git #e10bf2f - Update jquery.ime from upstream
- git #0f8512a - (bug 39560) Bring fix from upstream
- git #45acc5d - Update jquery.ime from upstream
- git #87c7d50 - Move the IME customization code out of document.ready
- git #1c72077 - Cleanup
- git #3a621cb - Remove unused settingspanel.js
- git #fc4ca9f - Callback for preference save action is optional
- git #e12f80e - Save the ime preference when disabled
- git #8529ed7 - Guard for web execution
- git #4adb53b - Show languages with Input methods in the language selector
- git #5cbad37 - Update jquery.ime from upstream and a fix in default preferences
- git #3ef5279 - CSS, tooltip fixes for the more button in IME selector menu.
- git #98bb1c2 - (bug 40693) Refactor font selector creation code
- git #2fb8571 - Avoid lazyloading when used for input method language selection.
- git #1027941 - Update jquery.uls from upstream
- git #f13e474 - Input method integration with ULS
- git #90de05c - Make the setting item toggle on click
UploadWizard
edit- git #4075b18 - (bug 39559) Add GENDER support to upwiz-deeds-macro-prompt
- git #c96af11 - bug 37036 Black frame in UploadWizard
- git #89c7a0c - Tweak some messages.
- git #4dd88a9 - Removing obsolete system message
- git #19829f5 - Dont use unicode characters in temorary name
- git #470690b - (bug 38022) Check for completeness in confirmCloseWindow
UserMerge
edit- Newly deployed extension
Vector
edit- git #18969ce - Adjust right side alignment of insertChars container on editPage.
- git #cf64000 - Alignment for editOptions and insertChars when WikiEditor enabled
- git #3488509 - fix indenting in footerCleanup.js
- git #d970c93 - Align edit options with text area
VisualEditor
edit- git #3fa434a - Also increase the server-side timeout to 100s
- git #9f4a4d9 - Disable Table Editing
- git #42fb997 - (bug 41722) Remove use of the Feedback tool for December release
- git #8a27813 - We'll want a 100s timeout, not 10s
- git #4085c2f - Ignore hidden-ness of visualeditor-enable preference
- git #4c7f3d2 - Temporary quick fix for BugId 41223. It is just for release purpose and I will keep working on solid solution.
- git #50f94d5 - Rewrite ve-parsoid API module
- git #2da5676 - Support for node HTML attributes
- git #0d15980 - Display overlay phantoms for inline blocks (no need to use shields).
- git #836f7de - Alien Phantoms
- git #3acc6cb - Disable change marking by default
- git #c8661c0 - <br> isn't a block element
- git #72c564b - (bug 41072) Add support for adding outer length in ve.ce offset getters
- git #e03cef0 - Nicely highlightable alien nodes
- git #27ddb45 - Fix for ve.ce.BranchNode.setupSlugs - insert each slug only once
- git #2952ff3 - Fix JS error in unlisting
- git #d4ea93b - Add basic support for about groups
- git #bd72ee6 - Added some more key bindings for IE and Mozilla support
- git #614dd30 - Mapped tab key to indentation action
- git #443c543 - Refactored commands into a registry
- git #ab57bed - Replaced command factory with new command class
- git #05c3e08 - Fixing native selection rendering for floats
- git #66b3f53 - (bug 41865) Make the save button available immediately for oldid pages
- git #273c6ac - Made commandFactory tests not break anymore
- git #1f01100 - Flag pre nodes as having significant whitespace
- git #6082953 - Made jquery.multiSuggest it's own RL module
- git #cd58340 - Removed introduction of global variable
- git #cab7f84 - Fixed line-height variations between sa and mw integrations
- git #04a999f - Add change marking for Parsoid's benefit
- git #901eea2 - Styling aliens with a yellow background; preventing absolute positioning
- git #d2b839a - Fixed font-size issues for monobook integration
- git #4e37748 - Improved the responsiveness of the context menu
- git #4d7952d - Integration revamp for December release
- git #289e762 - Removed ve.init's dependencies on ve.ui styles
- git #857535b - Introduce meta-linmod
- git #5d86bc4 - Base for inspectors & context menu to operate on 0 length selection.
- git #a4e0e83 - Cleanup tool API
- git #6ef9fa7 - Fix ve.batchSplice() to behave in line with docs
- git #d30096e - Fix copyObject/copyArray behavior with null values
- git #6df508c - Add InspectorFactory to tests
- git #765f758 - Fix bug where link inspector / context overlay would no longer show.
- git #f2a8396 - (bug #41434) Converting format across 2 lists with paragraphs in between fail
- git #21ea11c - Really properly initialize static member before adding stuff to it
- git #cd0b28d - Properly initialize static member before adding stuff to it
- git #3142a4e - Add commands to ve.Surface
- git #238feeb - Tools changes
- git #9563f08 - UI context reorganization, inspector rewrite, iframe refactor, icon generalization
- git #735ed96 - Add ve.Action, ve.ActionFactory, subclasses
- git #ed7273d - Add ve.dm.Surface.has{Past,Future}State, add docs
- git #fcbe1d7 - Add ve.dm.Node.hasAttributes()
- git #7994433 - Add ve.dm.Node.hasMatchingAncestor()
- git #b056168 - (bug 37843) Trying to edit a blank page fails
- git #7d74125 - Add ve.dm.SurfaceFragment.getAnnotations()
- git #44a7812 - Whitespace and comment cleanup on ve.ce.SurfaceObserver
- git #4cc2101 - Test: Enforce # of expected assertions.
- git #84efb81 - Fix JS error in ve.setProp()
- git #4e87a7a - Fix number of doc sync tests
- git #2c1683e - DocumentSynchronizer fix and cleanup
- git #f1dbdac - Actually use nodeOuterRange, selectNodes() has provided this forever
- git #5d5335b - Reorganize text-only replacement detection
- git #29cff8c - Guard transactions against double commit/rollback
- git #43f1612 - No longer copy data in ve.dm.Document constructor
- git #aa2836a - Remove 'internal' property from DM nodes
- git #8c38023 - Fix annotation object creation in SurfaceFragment
- git #f17fc65 - Documentation fixes
- git #34cbc72 - ve.ui.CommandFactory: Initial implementation
- git #37f3a28 - Standards: Fix global variables and pass JSHint.
- git #5b8aa91 - Upstream: jQuery 1.8.2, QUnit 1.10.0.
- git #88c22b3 - Rename property "timeout" to "timeoutId" - more descriptive.
- git #8ea206c - Removed htmlTagName and htmlAttributes from hash
- git #61b6c1c - Add parentOuterRange to selectNodes() output
- git #4d351ff - Make the debug tool (Dump all data) compatible with ve.AnnotationsSet (instead of array)
- git #ef51324 - Do reference comparison in selectNodes() tests and fix test data
- git #cc9c530 - Add ve.setProp()
- git #bfb7e6f - Add missing var statement
- git #bab6ca6 - (bug 41055) Fixing large content copy and paste from external source for Firefox/Windows
- git #6735a47 - Fix for native deletion - it was breaking document (model and view) when deleting really fast (holding the key for example). This solution completely fix the problem, however it is not optimal - stop and start is called more often than should be.
- git #9376078 - Fix selectNodes() bug reported by Inez
- git #4b1b63d - "Is there data?" a.k.a. Insert data only if there is a data to be inserted.
- git #829b070 - Fix bug in ve.ce.BrancNode.setupSlugs. It was removing slugs from the DOM, but not from the internal (this.slugs) collection, so getSlugAtOffset was returning incorrect information.
- git #84e5989 - Wrap inline elements properly
- git #156e56b - Fixing location of ve.ce.CenterNode.js and adding comma between variable declarations
- git #5c83742 - (bug 41120) Missing coma. Who knows how it happened...
- git #5cd4222 - Whitespace and comment cleanup for dm annotation classes
- git #874adec - (bug 41120) When getOffset is called for a slug offset there is no need to traverse DOM - we can simply just call getSlugAtOffset and use that information.
- git #280b0a3 - (bug 41092) Fixing cut
- git #edc5f38 - Fix path issues with missing files, inconsistent subset in demo, test & mediawiki.
- git #40cc89e - Get annotations from first character of a range
- git #0054cd2 - Fix exception when deleting all text (Ctrl+A Backspace)
- git #91964a4 - Fix JS error in DocumentSynchronizer when adding to an empty document
WebFonts
edit- git #5053ed0 - (bug 41359) add Amiri for ar, too
WikiEditor
edit- git #27013f2 - (bug 40735) Enabling editors to distinguish dashes in the WikiEditor
WikiLove
edit- git #414b318 - Correcting object name in comments
Wikibase
edit- git #856bad9 - (bug 41667) disable onPageContentLanguage hook in wmfphase1beta deployment branch
- git #1f3e20c - Fix trx related error
- git #a4d1d50 - Introducing maintenance/populateSitesTable.php
- git #a4fb534 - Point .gitreview at the correct branch
- git #a1f7fa3 - (bug 41594) Create option to disable wb_changes table
- git #042e50c - Added script to import blacklisted items
WikimediaIncubator
edit- git #1b181b1 - Reword the message to tell the user about the multilingual projects.
- git #eca7633 - Add Wikidata to the list of multilingual projects.
- git #fc7f922 - Add support for Wikivoyage (cont'd)
- git #72ccafb - Remove redundant logo messages
- git #19470b5 - Adding support for Wikivoyage test projects on Incubator
WikimediaMaintenance
edit- git #e6b0b6a - Fix ipb_range_start and ipb_range_end sizes
- git #22d388f - y -> voy
- git #84bf5b8 - Use voy for wikivoyage NOT y
- git #51ba492 - removes jobs-loop.sh now provided by puppet
- git #a849896 - Handle content newlines in the log dumps.
- git #e680ae3 - Add CreditsSource to wikivoyage section
- git #5bce1f7 - Changed logfile param to logdir.
- git #f332939 - Adding wikidata.org to global interwiki map (d: prefix)
- git #95e2cc5 - Adding support for Wikivoyage wikis.
- git #1ddec39 - wikidata.org interwikis are now considered local
- git #5eff7c7 - Added script to fix rev_page entries (bug 41649).
- git #6c1417d - Added TMH table.
- git #28e69fa - More cleanup script fixes.
- git #5e0c5c7 - More 404 script changes.
- git #a852d1c - Various cleanups for 404 fixing script.
- git #9c5c177 - Added logging to bug 39615 script.
- git #fd5aa07 - Added a script to clean up file 404s.
- git #e0d5028 - Removed old broken script.
- git #80c7f61 - Create project specific database file additions
- git #9da1eeb - Replace deprecated methods and remove unused variables
ZeroRatedMobileAccess
edit- git #f20f34a - make key uppercase
- git #43904b6 - create carrier based landing page
- git #5c33892 - fix button probably the wrong way
- git #c6b3d8c - fix language URL issue
cldr
edit- git #fa2fb40 - Update with 22-1-d03 RC
wikidiff2
edit- git #31ff6f3 - Fix potential use of uninitialised stack variable