Go to file
Umherirrender 37805a4fa0 Fix indent of elseif
Removed comments which breaks the elseif in "blocks"
and make phpcs unhappy

Change-Id: I4f05728659b4b7eff9bc2bd1bf90a5ac79244f11
2018-02-25 00:02:10 +00:00
i18n Localisation updates from https://translatewiki.net. 2018-02-20 22:29:03 +01:00
includes Fix indent of elseif 2018-02-25 00:02:10 +00:00
tests Add phan configuration 2018-02-24 14:09:51 -08:00
.gitignore Add phan configuration 2018-02-24 14:09:51 -08:00
.gitreview Whoops, track not trace 2016-10-24 17:03:13 -07:00
.phpcs.xml Move classes to includes/ 2018-02-24 14:06:58 -08:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 2017-06-07 15:21:27 +04:30
composer.json Add phan configuration 2018-02-24 14:09:51 -08:00
COPYING Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00
extension.json Move classes to includes/ 2018-02-24 14:06:58 -08:00
funcsParserTests.txt ParserFunctions parser test: #switch Test php truthy 2016-03-14 19:37:14 +01:00
Gruntfile.js build: Always exclude vendor 2017-11-08 17:15:51 +01:00
package.json build: Bump devDependencies to latest 2018-02-23 18:18:21 -08:00
ParserFunctions.i18n.magic.php Adding Urdu translations of magic words related to Parser function extension. 2017-10-04 15:09:50 -07:00
ParserFunctions.php Break long lines 2017-06-02 20:55:29 +02:00
README Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +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 2.0 or any later version. 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