aboutsummaryrefslogtreecommitdiffstats
path: root/includes/tidy/Balancer.php
Commit message (Expand)AuthorAgeFilesLines
* tidy: Remove obsolete Depurate and Balancer driversKunal Mehta2018-05-081-3584/+0
* Munge inline elements found in tidy.conf as wellArlo Breault2018-04-041-0/+3
* Use PHP's implode() with the suggested order of argumentsFomafix2018-02-221-2/+2
* Remove leading backslashes from "use \…" tagsThiemo Mättig2017-12-281-4/+5
* Require indentation of CASE statements in PHP codeHuji Lee2017-12-101-952/+952
* Remove @codingStandardsIgnore from long linesUmherirrender2017-10-221-2/+0
* Improve some parameter docsUmherirrender2017-09-101-0/+7
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-6/+6
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-1/+1
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-7/+7
* Update Balancer to latest HTML5 specC. Scott Ananian2017-01-241-19/+44
* Un-blacklist PhanUndeclaredVariableErik Bernhardson2017-01-181-0/+1
* Balancer: remove unnecessary extra argumentC. Scott Ananian2016-10-121-4/+2
* Balancer: Add a bunch of phpdoc and 2 fixmesKunal Mehta2016-10-111-4/+27
* Fix function name caseMax Semenik2016-09-261-1/+1
* Balancer: pass configuration array to flatten instead of individual booleansC. Scott Ananian2016-08-061-15/+20
* Balancer style tweaksTim Starling2016-08-041-235/+223
* Balancer: remove redundant assignmentTim Starling2016-08-041-1/+0
* Balancer: consistent single-line comment styleTim Starling2016-08-041-133/+134
* Support <textarea> tags in Balancer.C. Scott Ananian2016-07-211-10/+73
* Support tokenizing simple HTML comments in the Balancer.C. Scott Ananian2016-07-211-5/+89
* Support <form> tags in Balancer.C. Scott Ananian2016-07-211-7/+65
* Support <select> tags in Balancer.C. Scott Ananian2016-07-211-13/+120
* Minor bug fixes to Balancer.C. Scott Ananian2016-07-181-2/+4
* Balancer: Inline BalancerStack::length()Tim Starling2016-07-121-5/+6
* Balancer: remove all Assert::parameterType() callsTim Starling2016-07-121-23/+7
* Balancer: Introduce BalanceElement::isHtmlNamed()Tim Starling2016-07-121-17/+27
* Balancer: cache BalanceStack::currentNode()Tim Starling2016-07-121-31/+43
* Some Balancer improvements for performance and compatibilityTim Starling2016-07-121-156/+377
* Hook up Balancer as a Tidy implementation.C. Scott Ananian2016-07-121-5/+112
* HTML5 BalancerC. Scott Ananian2016-07-121-0/+2886