aboutsummaryrefslogtreecommitdiffstats
path: root/includes/tidy
Commit message (Expand)AuthorAgeFilesLines
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-1/+1
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-2/+0
* TidyDriverBase::validate throws an exceptionaddshore2017-06-301-0/+1
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* Hide <style> tags from TidyBrad Jorsch2017-06-132-1/+10
* Remove unused and unnecessary importsThiemo Mättig2017-06-121-1/+0
* RemexCompatMunger: fix a couple of memory leaksTim Starling2017-03-231-2/+8
* Merge "RemexHtml tidy driver with p-wrapping"jenkins-bot2017-03-084-0/+674
|\
| * RemexHtml tidy driver with p-wrappingTim Starling2017-03-084-0/+674
* | Clean up remaining get_class() usesTimo Tijhof2017-03-071-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
* RaggettWrapper: Don't use ReplacementArrayKevin Israel2016-12-271-14/+11
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+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
* Hide marked empty elements by default (stage 1)Tim Starling2016-07-141-1/+1
* 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-122-5/+130
* HTML5 BalancerC. Scott Ananian2016-07-121-0/+2886
* Fix undefined classesErik Bernhardson2016-06-302-2/+2
* Use english messages for background use of Status::getWikiTextumherirrender2016-04-121-2/+3
* Tidy: <source> and <track> are empty elementsDerk-Jan Hartman2016-02-211-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-173-20/+20
* Merge "Fix various mistakes in PHPDoc comments"jenkins-bot2015-12-091-2/+2
|\
| * Fix various mistakes in PHPDoc commentsThiemo Mättig2015-12-091-2/+2
* | Client-side migration for empty li preservationTim Starling2015-10-281-0/+8
|/
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Re-enable PSR2.Methods.MethodDeclaration.AbstractAfterVisibilityReedy2015-09-261-1/+1
* Re-enable PSR2.Namespaces.NamespaceDeclaration.BlankLineAfterReedy2015-09-261-0/+1
* Remove closing PHP tag from MediaWiki\Tidy\RaggettWrapperKunal Mehta2015-09-231-1/+0
* Make signature of RaggettInternalHHVM::cleanWrapped() compatible with RaggetB...Ori Livneh2015-09-101-1/+1
* Add Html5Depurate tidy driverTim Starling2015-09-111-0/+45
* Abstract and refactor Tidy supportTim Starling2015-09-107-0/+352