BearND has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/348778 )
Change subject: Hygiene: Update Parsoid version used
......................................................................
Hygiene: Update Parsoid version used
from 1.2.0 to 1.3.0.
From the diff tests nothing has changed. So, it seems to me like nothing
is changing. I assume it was using the latest Parsoid version before, too.
I'll bump the mobile-sections subminor version anyways.
Change-Id: Ibd4fc462666c8383dee1941da7975ca12d4a2c42
---
M lib/mobile-util.js
M lib/parsoid-access.js
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/mobileapps
refs/changes/78/348778/1
diff --git a/lib/mobile-util.js b/lib/mobile-util.js
index e5c7b8a..1208c02 100644
--- a/lib/mobile-util.js
+++ b/lib/mobile-util.js
@@ -7,7 +7,7 @@
mUtil.CONTENT_TYPES = {
- mobileSections: { name: 'mobile-sections', version: '0.10.0' },
+ mobileSections: { name: 'mobile-sections', version: '0.11.0' },
definition: { name: 'definition', version: '0.7.1' },
random: { name: 'random', version: '0.6.0' },
diff --git a/lib/parsoid-access.js b/lib/parsoid-access.js
index 1697a83..fce42f8 100644
--- a/lib/parsoid-access.js
+++ b/lib/parsoid-access.js
@@ -35,7 +35,7 @@
const path = `page/html/${encodeURIComponent(req.params.title)}${suffix}`;
const restReq = {
query: { redirect: 'false' },
- headers: { accept: 'text/html; charset=utf-8;
profile="mediawiki.org/specs/html/1.2.0"' }
+ headers: { accept: 'text/html; charset=utf-8;
profile="mediawiki.org/specs/html/1.3.0"' }
};
return api.restApiGet(app, domain, path, restReq);
--
To view, visit https://gerrit.wikimedia.org/r/348778
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd4fc462666c8383dee1941da7975ca12d4a2c42
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mobileapps
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits