Go to file
Umherirrender ed016a62ef Use short array syntax in alias file
Change-Id: I9924568d2114a20a233a57d19ecb3375b4e10ff7
2017-06-06 17:19:43 +02:00
i18n Localisation updates from https://translatewiki.net. 2017-05-04 22:58:35 +02:00
tests/phpunit Remove 'UnitTestList' hook 2016-08-05 21:24:45 +01:00
.gitignore Expand .gitignore for more editors 2016-11-13 13:22:16 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:03:13 -07:00
composer.json build: add jakub-onderka/php-console-highlighter 2017-05-05 21:40:02 +02:00
COPYING Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00
Expr.php Stop using deprecated core UtfNormal 2016-12-22 16:32:53 -08:00
extension.json Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00
funcsParserTests.txt ParserFunctions parser test: #switch Test php truthy 2016-03-14 19:37:14 +01:00
Gruntfile.js build: add grunt-contrib-jshint 2017-04-21 18:24:03 +02:00
mw.ext.ParserFunctions.lua Allow calling #expr from Lua without the parser 2014-05-05 17:58:40 +00:00
package.json build: add grunt-contrib-jshint 2017-04-21 18:24:03 +02:00
ParserFunctions.hooks.php Remove 'UnitTestList' hook 2016-08-05 21:24:45 +01:00
ParserFunctions.i18n.magic.php Use short array syntax in alias file 2017-06-06 17:19:43 +02:00
ParserFunctions.library.php Break long lines 2017-06-02 20:55:29 +02:00
ParserFunctions.php Break long lines 2017-06-02 20:55:29 +02:00
ParserFunctions_body.php Break long lines 2017-06-02 20:55:29 +02:00
README Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00
stringFunctionTests.txt Follow-up to r67044: moved string function tests to a separate file protected by conditional, tweaked test runner to skip instead of exploding when required function hook is not found. 2010-07-09 21:11:54 +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