Blog Post:55: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
}} | }} | ||
From the [[Event:115|recent #mwstake meeting]]: | From the [[Event:115|recent #mwstake meeting]]: | ||
* One week left to comment on the [[mw:Project:Proposal_for_changing_logo_of_mediawiki,_2020|proposed MW Logo change]] | * One week left to comment on the [[mw:Project:Proposal_for_changing_logo_of_mediawiki,_2020|proposed MW Logo change]]. | ||
* The [https://lists.wikimedia.org/pipermail/wikitech-l/2020-August/093761.html deprecation policy] discussion. | * The [https://lists.wikimedia.org/pipermail/wikitech-l/2020-August/093761.html deprecation policy] discussion. | ||
** [https://lists.wikimedia.org/pipermail/wikitech-l/2020-August/093801.html Comment] from former WMF staff @[[mw:User:Legoktm|legoktm]] | ** [https://lists.wikimedia.org/pipermail/wikitech-l/2020-August/093801.html Comment] from former WMF staff @[[mw:User:Legoktm|legoktm]]. | ||
** [https://lists.wikimedia.org/pipermail/wikitech-l/2020-September/093817.html Comment] from Hallo Welt! employee [[mw:User:Osnard|Rober Vogel]] | ** [https://lists.wikimedia.org/pipermail/wikitech-l/2020-September/093817.html Comment] from Hallo Welt! employee [[mw:User:Osnard|Rober Vogel]]. | ||
* Final(?) MW 1.35 release candidate [https://lists.wikimedia.org/pipermail/wikitech-l/2020-September/093823.html announced]. | * Final(?) MW 1.35 release candidate [https://lists.wikimedia.org/pipermail/wikitech-l/2020-September/093823.html announced]. | ||
: One major feature is that [[mw:Parsoid|Parsoid]], a library necessary to use [[mw:Extension:VisualEditor|Visual Editor]] is now written entirely in PHP and both Parsoid and VisualEditor are bundled in the tarball. This means extensions like [[Extension:DiscussionTools|DiscussionTools]] can be used without any external dependencies. | : One major feature is that [[mw:Parsoid|Parsoid]], a library necessary to use [[mw:Extension:VisualEditor|Visual Editor]] is now written entirely in PHP and both Parsoid and VisualEditor are bundled in the tarball. This means extensions like [[Extension:DiscussionTools|DiscussionTools]] can be used without any external dependencies. |
Revision as of 09:05, 5 September 2020
by Mark Hershberger on 4 September 2020 17:47 (EDT)
Tags: | MediaWiki, News |
---|---|
People: | Bryan Hildebrand, Mark Hershberger |
From the recent #mwstake meeting:
- One week left to comment on the proposed MW Logo change.
- The deprecation policy discussion.
- Comment from former WMF staff @legoktm.
- Comment from Hallo Welt! employee Rober Vogel.
- Final(?) MW 1.35 release candidate announced.
- One major feature is that Parsoid, a library necessary to use Visual Editor is now written entirely in PHP and both Parsoid and VisualEditor are bundled in the tarball. This means extensions like DiscussionTools can be used without any external dependencies.
- The new heartbeat ping (from 1.30—October 2018—forward) are showing only new installations instead of accumulating all pings. This explains the sawtooth on the chart.
- The Developer Portal is up and running! Hopefully, this means that it will be easier to find documentation for MediaWiki.
- PHP 7.2 (which is not supported after November 2020) will not be supported for MW 1.35.
- There is still a discussion (no link found) about no longer supporting single-step upgrades over interim versions.
- Many third party developers will be pleased to hear about the new mw:Gitlab consultation process that is one of the first steps of moving away from gerrit and towards a more familiar development workflow.
- Professional.wiki's MediaWiki user survey is now live! Please contribute.
- There is an upcoming discussion for the Wikimedia Universal Code of Conduct.
- This CoC will probably replace the technical one, so it would apply to third party MW users who participate in WMF spaces.
Story time: A morality tale about the MagicNumberedHeadings extension
This past week, I was going to update a wiki and needed to make sure the MagicNumberedHeadings extension was up-to-date. I noticed that there used to be a Gerrit-hosted repository for the extension, but the repository and the page itself were gone.
I had a copy of the extension in Github, so this wouldn't matter too much, but, upon investigation, there turned to be some good lessons and a bit of a reminder for me.
Initially, when I came across it, the extension stored its code on the mediawiki.org. I was using git to deploy code on this wiki, so I needed a repository. I set one up at github and forgot about it (except when I needed to maintain it).
Shortly after importing the extension into github and doing some fixups, I requested a gerrit repository be created from my github repo. Again, though, I didn't update mediawiki.org to point to the repo. And I forgot about the gerrit repository, even when I wanted to later fix the code like I did this past June. If I remembered that I had made a gerrit repo, I would have seen that @legoktm had already fixed it.
During all this, the mediawiki.org page went unmodified except for a small typo fix up until last month when my friend Karsten Hoffmeyer came across it, saw the code on the page had not been updated since 2016, noticed it didn't work with the newer MagicWordFactory and archived it.
And, so it happened that this past March 28th, a diligent MediaWiki.org administrator created a task to archive the MagicNumberedHeadings gerrit repo. (I asked for it to be un-archived.)
All this because I had did not update the extension page on MediaWiki.org originally.
Documentation is important! How many times do I have to tell me that?
3 point buzzer beater
Bryan showed us how the Flex Diagrams extension allows you to easily create and edit BPMN diagrams, Gantt charts, and Mermaid diagrams.