Go to file
Kunal Mehta 9f94cebdaa Move classes to includes/
Change-Id: Iefaa21bf911fa7dcf11aedd38648bed945b905f9
2018-02-24 14:06:58 -08:00
i18n Localisation updates from https://translatewiki.net. 2018-02-20 22:29:03 +01:00
includes Move classes to includes/ 2018-02-24 14:06:58 -08:00
tests/phpunit
.gitignore
.gitreview
.phpcs.xml Move classes to includes/ 2018-02-24 14:06:58 -08:00
CODE_OF_CONDUCT.md
composer.json
COPYING
extension.json Move classes to includes/ 2018-02-24 14:06:58 -08:00
funcsParserTests.txt
Gruntfile.js
package.json build: Bump devDependencies to latest 2018-02-23 18:18:21 -08:00
ParserFunctions.i18n.magic.php
ParserFunctions.php
README
stringFunctionTests.txt

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