Jarry1250 has submitted this change and it was merged. Change subject: Make the PNG thumbnail update live ......................................................................
Make the PNG thumbnail update live A live-updated thumbnail allows users to perfect the formatting of translated messages. Patch includes related fix to SVGMessageGroup. There are essentially two parts to this commit, rolled together to allow testing and to make it clear why certain design decisions were taken. The first is a series of hooks into Translate to amend the API meta=messagegroups. The second is a JavaScript section that uses the the amended API methods to provide the live update service. For live test version, see //translatesvg.wmflabs.org/wiki/Special:Translate Change-Id: I9c75d38028adc7cbab48a1d17f97c30a0ae12123 --- M SVGMessageGroup.php M TranslateSvg.php M TranslateSvgHooks.php M resources/ext.translatesvg.core.js 4 files changed, 158 insertions(+), 15 deletions(-) Approvals: Jarry1250: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/39380 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9c75d38028adc7cbab48a1d17f97c30a0ae12123 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/TranslateSvg Gerrit-Branch: master Gerrit-Owner: Jarry1250 <[email protected]> Gerrit-Reviewer: Jarry1250 <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
