ernstki / mediawiki-extensions-PlaceNewSection

Extension:PlaceNewSection updated to work with MW ≥ 1.33

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension:PlaceNewSection

This extension introduces two magic words, __ADDNEWSECTIONBELOW__ and __ADDNEWSECTIONABOVE__, which control placement of new Talk: page sections.

This is an updated version of the single-file PHP script currently found at Extension:PlaceNewSection to support MediaWiki 1.3x and above.

Progress

So far:

  • it's been updated to use an extension.json and ExtensionMessageFiles within that to register the extension hooks and magic words
  • it's been reimplemented as an auto-loaded MediaWiki\Extension\PlaceNewSection class
  • explict GPL v2 license headers have been added to the PHP source files
  • it's undergone some manual testing to make sure it works with MediaWiki 1.31

Authors

Name Contact b Why
Nx User:Nx Original author
Kevin Ernst ernstki -at- mail.uc.edu Updated to work with MW ≥ 1.33

About

Extension:PlaceNewSection updated to work with MW ≥ 1.33

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%