Go to file
Umherirrender 740e9552bf build: Updating mediawiki/mediawiki-phan-config to 0.8.0
Bug: T235049
Change-Id: I24ef1f55946c253950378bea4d1f14233ebc3e82
2019-11-04 18:45:57 +01:00
.phan Upgrade to newer phan 2019-03-16 22:39:09 -07:00
i18n Localisation updates from https://translatewiki.net. 2019-11-04 10:17:16 +01:00
includes Improve ExprParser test coverage 2019-09-05 15:37:21 -07:00
tests phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException and make pass 2019-10-12 03:10:31 +00:00
.eslintrc.json build: Install eslint 2019-05-07 10:14:19 -07: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 phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException and make pass 2019-10-12 03:10:31 +00: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 mediawiki/mediawiki-phan-config to 0.8.0 2019-11-04 18:45:57 +01:00
COPYING Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00
extension.json Namespace this extension 2019-04-03 19:20:14 -07:00
Gruntfile.js build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint 2019-05-07 10:14:22 -07:00
package-lock.json build: Updating eslint-utils to 1.4.2 2019-08-23 01:44:28 +00:00
package.json build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint 2019-05-07 10:14:22 -07: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