Go to file
Siebrand Mazeland e49bab8451 Localisation updates for extension messages from translatewiki.net
* rebuild all supported extension messages files
2010-04-25 21:02:19 +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 Follow-up r63906: add test case 2010-03-18 16:31:51 +00:00
ParserFunctions.i18n.magic.php Localisation updates for magic words from translatewiki.net 2010-02-16 23:50:05 +00:00
ParserFunctions.i18n.php Localisation updates for extension messages from translatewiki.net 2010-04-25 21:02:19 +00:00
ParserFunctions.php Clean up some old PHP 4-style references passing $parsers around in ParserFunctions. Caused PHP warning output when using some functions on PHP 5.3. 2010-04-16 11:00:07 +00:00
ParserFunctions_body.php Clean up some old PHP 4-style references passing $parsers around in ParserFunctions. Caused PHP warning output when using some functions on PHP 5.3. 2010-04-16 11:00:07 +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