Go to file
2010-01-01 15:52:24 +00:00
COPYING (Bug 6455) Add string function support to ParserFunctions 2009-05-26 00:43:34 +00:00
Expr.php Revert Expr.php to r40762 for now -- still some errors that need tracking down and fixing. 2009-02-18 05:57:38 +00:00
exprTests.txt Revert "Adds explicit round-off checking to operations that are sensitive to floating point vs. integer round-off errors.", et al. ( r46683, r46671 ) 2009-02-12 22:29:32 +00:00
funcsParserTests.txt Make default values fall through in switch 2009-06-05 16:53:59 +00:00
ParserFunctions.i18n.magic.php Localisation updates for extension messages from translatewiki.net (2010-01-01 15:00 UTC) 2010-01-01 15:52:24 +00:00
ParserFunctions.i18n.php Localisation updates for extension messages from translatewiki.net (2009-12-31 20:58 UTC) 2009-12-31 21:56:37 +00:00
ParserFunctions.php Nuking fallback code for MW < 1.12 in most extensions (there's like 5 or 6 left I haven't done). Couple of points: 2009-09-04 22:22:12 +00:00
ParserFunctions_body.php Fixed most of the calls to killMarkers() 2009-06-11 03:05:49 +00:00
README (Bug 6455) Add string function support to ParserFunctions 2009-05-26 00:43:34 +00:00
SprintfDateCompat.php Add B and S options to #time: 2009-06-09 01:56:46 +00:00
testExpr.php Revert "Adds explicit round-off checking to operations that are sensitive to floating point vs. integer round-off errors.", et al. ( r46683, r46671 ) 2009-02-12 22:29:32 +00:00

ParserFunctions v1.1.1

1. Licensing
2. How to install
3. How to config

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( "extensions/ParserFunctions/ParserFunctions.php");' to 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