This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date.
make sure all relevant repositories have been branched
make sure the branch to be deployed has been tested with the correct branch of core
update the relevant submodule pointers on the wmf deployment branch
find all mentioned of "DEPLOY" in commit messages of any changes that are new on the branch being deployed, and build a pre/post-deployment checklists from these.
commit b4c2c6616c1d30a4f8e4cc42f68d9693969198b3
Author: Bene <benestar.wikimedia@gmail.com>
Date: Fri Feb 5 14:42:43 2016 +0100
Use $wgContentHandlers to register custom handlers
DEPLOY: This depends on Icf980313a6e7fcc83f5183c450b0a824353596b8
Bug: T76021
Change-Id: I1362cd9c26d13cc257d1b0cd1212312c8ba1b23c
commit eda32f10ec078386429d0508e814cf4986093320
Author: Marius Hoch <hoo@online.de>
Date: Tue Jan 5 23:12:01 2016 -0800
Use "origin-not-empty" as error code if "fromid" is not empty
"target-not-empty" is a pretty obvious mistake
here as this is about the item that is going to
hold a redirect, not about the target of that
redirect.
DEPLOY: Consider writing a short note about this
to the wikidata mailing list.
Bug: T112238
Change-Id: I9e75b1d20f2081d45189889c2e906eda577a62a5
Notes (review):
Verified+2: jenkins-bot
Code-Review+2: JanZerebecki <jan.wikimedia@zerebecki.de>
Submitted-by: jenkins-bot
Submitted-at: Thu, 07 Jan 2016 01:01:22 +0000
Reviewed-on: https://gerrit.wikimedia.org/r/262697
Project: mediawiki/extensions/Wikibase
Branch: refs/heads/master
commit 79e49636d797dd031dcda50c4f8638338aa73dca
Author: daniel <daniel.kinzler@wikimedia.de>
Date: Fri Dec 11 16:18:35 2015 +0100
Define external-id datatype
DEPLOY: Make sure we don't start using the new datatype in the repo
until all client wikis also have the new code (or at least I3074ac0f).
Bug: T95682
Change-Id: I00c38a51cd22966778f47fa0f1c296c7eac33f0f
Notes (review):
Verified+2: jenkins-bot
Code-Review+2: Thiemo Mättig (WMDE) <thiemo.maettig@wikimedia.de>
Submitted-by: jenkins-bot
Submitted-at: Wed, 16 Dec 2015 17:37:50 +0000
Reviewed-on: https://gerrit.wikimedia.org/r/258460
Project: mediawiki/extensions/Wikibase
Branch: refs/heads/master
commit d5ae9abb67935f10e680cb437046193182b5d9c2
Add icons to text in toolbars
DEPLOY: This bumps the parser version as it changes the html of entity pages.
Bug: T87757
Change-Id: Ifd00e0ec966a359e60e16bb813ec17e470d36077
commit 79c339274f737bb72d499ecb1f1aa77e10b82de2
Adding deploy note for maxSerializedEntitySize
DEPLOY: Make sure $wgWBSharedSettings['maxSerializedEntitySize'] is set so as
to not make entities inaccessible.
Follow-Up to fce450f33caf5702f6777a8260d2d73def34511e .
Bug: T119753
Change-Id: I21eaa1e08a0cc7dad4b720361b188a4d56d420b4
Special:UnconnectedPages doesn't support prefix searching and interwiki-only pages anymore
Machine readable versions (in various formats) of Wikibase entities will be advertised in their page heads as alternate link. Be aware that static html pages served from varnish will not update immediately. (phab:T96298)
Switch from DataModel 2.x to 3.x (gerrit:217885), causes small breaking API change.
Small breaking DOM change: Wikibase no longer adds its own <h1> but uses MediaWiki's default .firstHeading element. (phab:T93534)
Small breaking DOM change: Add heading before sitelinks section (gerrit:203874)
Property aliases are now unique and conflicts lead to properties not being editable anymore (gerrit:217238)