Go to file
Chad Horohoe c65c1b16ee Swapping defaultbranch for trace
The former is a maintenance nightmare when branching.

Bug:T146293
Change-Id: Id2987446314cf136f2bd236c920d85ef817fc0a2
2016-10-24 16:38:06 -07:00
i18n Localisation updates from https://translatewiki.net. 2016-10-09 22:54:25 +02:00
tests/phpunit Remove 'UnitTestList' hook 2016-08-05 21:24:45 +01:00
.gitignore composer test entry point 2015-11-23 21:50:42 +01:00
.gitreview Swapping defaultbranch for trace 2016-10-24 16:38:06 -07:00
composer.json build: Updating development dependencies 2016-01-05 10:38:48 -08:00
COPYING * remove MediaWiki pre-1.8 compatibility and remove SprintfDateCompat.php 2010-10-02 22:36:34 +00:00
Expr.php Remove PHP4-isms in type casting 2016-04-01 22:47:10 +00:00
extension.json Remove 'UnitTestList' hook 2016-08-05 21:24:45 +01:00
funcsParserTests.txt ParserFunctions parser test: #switch Test php truthy 2016-03-14 19:37:14 +01:00
Gruntfile.js build: Configure banana-checker and jsonlint 2015-06-15 16:32:37 -07:00
mw.ext.ParserFunctions.lua Allow calling #expr from Lua without the parser 2014-05-05 17:58:40 +00:00
package.json build: Updating development dependencies 2015-12-29 11:46:53 -08:00
ParserFunctions.hooks.php Remove 'UnitTestList' hook 2016-08-05 21:24:45 +01:00
ParserFunctions.i18n.magic.php Localisation updates from https://translatewiki.net. 2015-05-17 22:11:13 +02:00
ParserFunctions.library.php Return registerInterface() per Ibdc1f4ef 2014-10-03 10:47:45 -04:00
ParserFunctions.php Add extension.json, empty PHP entry point 2015-05-04 13:40:24 -07:00
ParserFunctions_body.php Use single quotes where possible 2016-04-02 08:01:10 +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

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