Go to file
2009-05-12 06:56:04 +00:00
COPYING Copyright information. Debian wants to package it apparently. 2006-10-12 01:04:40 +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 * (bug 11686) Make #time work with pre-1970 dates 2008-10-27 17:56:58 +00:00
ParserFunctions.i18n.magic.php ParserFunctions localized for yi:. 2009-02-02 17:45:44 +00:00
ParserFunctions.i18n.php Localisation updates for extension messages from translatewiki.net (2009-05-06 19:30 UTC) 2009-05-06 19:50:29 +00:00
ParserFunctions.php * Fix for PHP 5.3: use the timezone parameter to DateTime::__construct() instead of applying setTimeZone() afterwards. This avoids an exception being thrown when the timezone is not set in php.ini. 2009-05-12 06:56:04 +00:00
README svn:eol-style native 2009-04-01 16:36:50 +00:00
SprintfDateCompat.php * handle the "o" format character for PHP 5.1.0+, older versions need emulation 2008-12-30 22:55:56 +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
Dual licensed under GNU GPL and DWTFYWWI. 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