aboutsummaryrefslogtreecommitdiffstats
path: root/includes/tidy
Commit message (Expand)AuthorAgeFilesLines
* Don't apply French spacing in raw text elementsArlo Breault2021-02-162-3/+18
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Whitespace cleanup: Use tabs for indentation, avoid double spacesDannyS7122020-06-271-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Improve param docsUmherirrender2019-11-281-0/+2
* tidy: Remove unused var and define $parts var to avoid undefined errorDerick Alangi2019-06-102-3/+4
* Collapse some nested if statementsReedy2019-04-041-4/+4
* Fix unused vars/pointless assignmentsMax Semenik2019-03-291-1/+0
* RemexCompatMunger: Don't split p-wrapping on style/link tagsBrad Jorsch2019-01-301-1/+20
* Remove most support for configuring Tidy, including RaggettC. Scott Ananian2018-11-156-348/+0
* Hard deprecate non-Remex tidy modesC. Scott Ananian2018-09-211-0/+8
* Soft deprecate non-Remex tidy configurationsC. Scott Ananian2018-09-205-0/+13
* RemexDriver: improved tracingTim Starling2018-08-142-13/+35
* RemexCompatMunger: Don't call endTag() in case B/bTim Starling2018-08-071-1/+0
* <ins>/<del> elements can be phrasing or flowArlo Breault2018-07-131-0/+2
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-074-4/+4
* Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literalsBartosz Dziewoński2018-06-041-2/+2
* tidy: Remove obsolete Depurate and Balancer driversKunal Mehta2018-05-083-3649/+0
* Add missing use statementUmherirrender2018-04-271-0/+2
* Merge "Immediately drop wgValidateAllHtml and related code"jenkins-bot2018-04-121-12/+0
|\
| * Immediately drop wgValidateAllHtml and related codeJames D. Forrester2018-04-101-12/+0
* | Munge inline elements found in tidy.conf as wellArlo Breault2018-04-042-0/+10
|/
* 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
* Fix RemexCompatMunger infinite recursionTim Starling2017-11-172-1/+65
* Remove @codingStandardsIgnore from long linesUmherirrender2017-10-221-2/+0
* Improve some parameter docsUmherirrender2017-09-102-0/+8
* Use short type bool/int in param documentationUmherirrender2017-08-202-6/+6
* 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
* 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