Go to file
2011-04-04 13:21:39 +00:00
Convert.php Follow-up r81074, r81517: implement SI prefixes as a separate structure. You can now specify which units should take SI, and then they accept *all* SI prefixes centrally. Some care is still needed to avoid unit conflicts, but this substantially reduces the number of messages required. 2011-02-16 10:27:42 +00:00
convertTests.txt Follow-up r81074: turns out {{convert}} is (mostly) case-sensitive after all, so reclaim case-sensitivity here. Will work on abstracting out SI prefixes later. 2011-02-04 14:28:37 +00:00
COPYING * remove MediaWiki pre-1.8 compatibility and remove SprintfDateCompat.php 2010-10-02 22:36:34 +00:00
Expr.php Follow-up r81074: 2011-01-29 13:54:02 +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 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
ParserFunctions.i18n.magic.php Follow-up r81074: succumb, though it breaks my heart to do so (:P), to American linguistic imperialism... 2011-01-29 15:45:07 +00:00
ParserFunctions.i18n.php Localisation updates for core and extension messages from translatewiki.net (2011-04-04 12:51:00 UTC) 2011-04-04 13:21:39 +00:00
ParserFunctions.php Follow-up r81074 CR: 2011-01-27 17:34:37 +00:00
ParserFunctions_body.php Follow-up changes to r84610: 2011-04-04 01:22:08 +00: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 * remove MediaWiki pre-1.8 compatibility and remove SprintfDateCompat.php 2010-10-02 22:36:34 +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