Go to file
2010-01-08 01:51:00 +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 (2010-01-02 22:35 UTC) 2010-01-02 23:01:42 +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 When $wgLocaltimezone is null, make #timel match the behaviour of {{LOCALTIME}} in trunk: use the server's default timezone instead of UTC. Won't throw E_STRICT after the r60825 change to Setup.php. 2010-01-08 01:51:00 +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