Go to file
Reedy fdd7c091bd Minor documentation additions
Change-Id: I876de41b2c81d93df34ee2a8222aff6dc8176aae
2012-07-23 20:56:17 +01:00
.gitignore Add .gitignore 2012-05-21 01:41:15 +01:00
.gitreview Adding .gitreview 2012-03-23 10:31:59 -07:00
Convert.php Minor documentation additions 2012-07-23 20:56:17 +01:00
convertTests.txt FU 96499, r81074: fix parser tests to reflect the change in default dialect, and make them not run (and die) when {{#convert}} is disabled. 2011-09-07 21:39:33 +00:00
COPYING * remove MediaWiki pre-1.8 compatibility and remove SprintfDateCompat.php 2010-10-02 22:36:34 +00:00
Expr.php Minor documentation additions 2012-07-23 20:56:17 +01: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 Add test and output for {{#time:d F Y|1988-02-28|nl}}. This test should pass. 2011-12-21 21:59:38 +00:00
ParserFunctions.i18n.magic.php * (bug 33421) ParserFunction 1.18 has incorrect italian string 2011-12-29 22:20:04 +00:00
ParserFunctions.i18n.php Rename no to nb (step 4/4): Change 'no' to 'nb' in remaining files. 2011-12-25 09:42:00 +00:00
ParserFunctions.php SFH_OBJECT_ARGS was added pre 1.12... 2011-12-19 00:38:10 +00:00
ParserFunctions_body.php Minor documentation additions 2012-07-23 20:56:17 +01:00
README Update README a bit 2011-01-10 05:24:36 +00:00
stringFunctionTests.txt Follow-up to r67044: moved string function tests to a separate file protected by conditional, tweaked test runner to skip instead of exploding when required function hook is not found. 2010-07-09 21:11:54 +00:00
testExpr.php Stop using in_string(). WikiScripts and AbuseFilter are the only exts still using this silly thing. 2012-01-11 14:47:27 +00:00

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