Go to file
Kunal Mehta b638c287f0 Move hooks into static class
Change-Id: I4867f57d70bd646213b8471dce9415f98b101ce9
2015-05-04 13:35:41 -07:00
i18n Localisation updates from https://translatewiki.net. 2015-05-01 22:05:24 +02:00
tests (bug 43451) Restore old behavior of 'mod', add 'fmod' 2012-12-28 16:27:23 -05:00
.gitignore ParserFunctions extension maintenance. 2012-10-03 20:58:43 +00:00
.gitreview Adding .gitreview 2012-03-23 10:31:59 -07:00
COPYING
Expr.php MWException -> Exception 2015-01-09 17:57:53 -08:00
funcsParserTests.txt #switch should not match #default as a prefix 2014-07-11 18:16:11 +00:00
mw.ext.ParserFunctions.lua Allow calling #expr from Lua without the parser 2014-05-05 17:58:40 +00:00
ParserFunctions.hooks.php Move hooks into static class 2015-05-04 13:35:41 -07:00
ParserFunctions.i18n.magic.php Localisation updates from https://translatewiki.net. 2015-05-02 22:05:24 +02:00
ParserFunctions.library.php Return registerInterface() per Ibdc1f4ef 2014-10-03 10:47:45 -04:00
ParserFunctions.php Move hooks into static class 2015-05-04 13:35:41 -07:00
ParserFunctions_body.php Remove obvious function-level profiling 2015-02-12 12:06:09 -08:00
README
stringFunctionTests.txt

ParserFunctions v1.4.0

1. Licensing
2. How to install
3. Tests

1. Licensing
Licensed under GNU GPL. 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