aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/MWTidy.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-0/+5
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-1/+0
* Deprecate MWTidy and TidyDriverBase::supportsValidate()C. Scott Ananian2021-03-161-0/+1
* Introduce Tidy serviceC. Scott Ananian2021-03-151-7/+3
* Remove all methods of MWTidy except for MWTidy::tidy()C. Scott Ananian2020-08-171-40/+3
* Deprecate a few more tidy-related methodsC. Scott Ananian2020-05-011-0/+4
* Remove codepaths which ran parser in 'untidy' modeC. Scott Ananian2020-04-131-15/+1
* Remove most support for configuring Tidy, including RaggettC. Scott Ananian2018-11-151-55/+9
* Hard deprecate $wgTidyConfig['driver'] = 'disabled'C. Scott Ananian2018-10-251-0/+1
* Hard-deprecate the $wgUseTidy optionC. Scott Ananian2018-09-201-0/+2
* tidy: Remove obsolete Depurate and Balancer driversKunal Mehta2018-05-081-6/+0
* Immediately drop wgValidateAllHtml and related codeJames D. Forrester2018-04-101-21/+0
* parser: Update MWTidy::checkErrors() error messageTimo Tijhof2018-03-211-1/+1
* Add benchmarkTidy.php, to benchmark tidy driversTim Starling2017-04-211-1/+1
* Add RemexHtml to the list of available Tidy driversTim Starling2017-03-091-0/+3
* Add/update doc blocks for MWTidyReedy2016-07-291-2/+11
* Add MWTidy::factory()Tim Starling2016-07-261-21/+32
* Hide marked empty elements by default (stage 1)Tim Starling2016-07-141-18/+0
* Rewrite TidySupport and add option --use-tidy-configTim Starling2016-07-121-0/+2
* Hook up Balancer as a Tidy implementation.C. Scott Ananian2016-07-121-0/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Client-side migration for empty li preservationTim Starling2015-10-281-0/+18
* Fixed spacingumherirrender2015-09-261-2/+2
* Add Html5Depurate tidy driverTim Starling2015-09-111-1/+5
* Abstract and refactor Tidy supportTim Starling2015-09-101-248/+64
* Use a fixed marker prefix string in the Parser and MWTidyOri Livneh2015-05-311-6/+1
* Remove obvious function-level profilingChad Horohoe2015-01-071-9/+2
* Add lots of @throwsReedy2014-12-241-1/+2
* Revert "Simplify MWTidy"Ori Livneh2014-12-181-51/+89
* Fixed internalClean class/method existence check for HHVMAaron Schulz2014-12-101-2/+2
* hhvm: Check for tidy function instead of classBryan Davis2014-12-101-1/+3
* Simplify MWTidyOri Livneh2014-12-091-89/+51
* Fixed spacingumherirrender2014-12-051-1/+1
* Use HHVM+EZC internal tidyTim Starling2014-11-281-14/+50
* Protect MathML from Tidyphysikerwelt2014-08-221-1/+3
* Fix phpcs issues in parseraddshore2014-08-121-1/+1
* Rename MWNamespace, MWDebug and MWTidy files to match their classTimo Tijhof2014-07-151-0/+289