Go to file
libraryupgrader 2fc86a0278 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 34.0.0 → 35.0.0
* mediawiki/minus-x: 1.1.0 → 1.1.1

npm:
* eslint-config-wikimedia: 0.17.0 → 0.18.1

Additional changes:
* Added the "composer phan" command to conveniently run phan.
* Removing manual extensions for eslint.

Change-Id: Ice701d31000653962aa4ebcf2352e367da4b211f
2021-01-30 07:16:41 +00:00
.phan Upgrade to newer phan 2019-03-16 22:39:09 -07:00
i18n build: Updating dependencies 2021-01-30 07:16:41 +00:00
includes Usage of Yoda conditions is not allowed; switch the expression order 2020-11-19 22:42:50 +01:00
tests Update parserTests to v2 (tidy by default) 2020-04-01 16:03:19 -04:00
.eslintrc.json build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 07:14:28 +00:00
.gitignore build: Install eslint 2019-05-07 10:14:19 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:13 -07:00
.phpcs.xml Usage of Yoda conditions is not allowed; switch the expression order 2020-11-19 22:42:50 +01:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 15:11:06 +00:00
composer.json build: Updating dependencies 2021-01-30 07:16:41 +00:00
COPYING Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00
extension.json Convert to manifest_version 2 2020-05-12 02:03:57 +01:00
Gruntfile.js build: Updating dependencies 2021-01-30 07:16:41 +00:00
package-lock.json build: Updating dependencies 2021-01-30 07:16:41 +00:00
package.json build: Updating dependencies 2021-01-30 07:16:41 +00:00
ParserFunctions.i18n.magic.php Add translations for ckb 2019-01-15 11:25:48 +02:00
README Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00

ParserFunctions v1.4.0

1. Licensing
2. How to install
3. Tests

1. Licensing
Licensed under GNU GPL 2.0 or any later version. See COPYING for more license information.

2. How to install
   a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/
      where $IP is your root wiki install
   b. Add 'require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php");' to the 
      end of your LocalSettings (without the single quotes)
   c. Enjoy

3. Tests
ParserFunctions ships with two tests
- Parser tests. These get added to the main parser tests, see there for docs
- Expression tests. These are designed to test the math-related functions
  See testExpr.php