MWStew
MWStew copied to clipboard
MediaWiki extension boilerplate maker
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Release notes Sourced from eslint-utils's releases. v1.4.3 🐛 Bug fixes 8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of ReferenceTracker. v1.4.2 🐛 Bug fixes e4cb01498df6096b66edb0c78965ee6f47d3ac77 fixed a regression...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.4 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
The output from jshint is: ``` 12:30:51 tests/Wikispeech.test.js: line 2, col 5, 'QUnit' is not defined. 12:30:51 tests/Wikispeech.test.js: line 12, col 6, 'mediaWiki' is not defined. 12:30:51 tests/Wikispeech.test.js: line 12,...
I got into following error while trying to generate the extension package: `{"status":"error","errors":"{\"version\":[\"\\\"1.0.0\\\" must be numeric\"]}"}` As from the error it is evident, I specified `1.0.0` as the extension version.
Just commit the forkme GitHub banner into the respository and serve it from the local host with the rest of the project.
E.g. ``` $specialPageAliases['en'] = array( 'Wikispeech' => array( 'Wikispeech' ), ); ``` instead of: ``` $specialPageAliases['en'] = array( 'wikispeech' => array( 'wikispeech' ), ); ``` Otherwise `mwext-testextension-hhvm` gives the warning/notice:...
This is low-priority. It's more, "wow, that's cool" than practical, and requires persistent server state. 1. When they first generate the boilerplate give them a temporary URL like http://moriel.smarterthanthat.com/apps/MWStew/1234 ....