1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-09 08:52:34 +02:00

Commit Graph

  • 418eeb7dc0 fix: catastrophic backtracking in Core.AggressivelyFixLt (#440) master Kieran 2025-06-06 04:49:52 +01:00
  • 77ebd08632 feat: Define option URI.AllowedSymbols (#447) Tim Otten 2025-06-05 19:46:45 -07:00
  • 127ee2f252 Update Serializer.php (#443) Saeid Dadkhah 2025-06-06 06:13:51 +03:30
  • bdabc9b6ba Add docker files for dev environment (#424) Eli Barbosa 2025-06-05 19:42:52 -07:00
  • ff005f6edc feat: PHP 8.4 support (#441) Kieran 2025-03-19 18:25:28 +01:00
  • c2bc3549a3 fix: non-substantive typos (#434) Pieter Oliver 2025-01-14 21:31:27 +00:00
  • b21a59101f fix: add warning for misleading option (#433) simonLeary42 2025-01-09 23:09:09 -05:00
  • 00a0748427 feat: Allow more image widths by default (#430) Tim Otten 2024-12-11 11:15:46 -08:00
  • 63e631ebd3 feat: Add CSS direction support (#429) Morgan Klonteig 2024-11-21 20:46:53 -08:00
  • 5d154a2393 fix: Deprecated: preg_replace(): Passing null to parameter #3 ($subject) o… (#421) nikkii94 2024-11-10 04:06:41 +01:00
  • d5150073e9 refactor: #414 remove method substrCount (#415) rio 2024-11-10 12:06:09 +09:00
  • b5cbf0cc3d feat: Add option for safe iframe hosts using array lookup (#423) Eli Barbosa 2024-11-09 19:02:09 -08:00
  • f16ace76cd chore: Disable 8.4 CI (#426) Edward Z. Yang 2024-11-09 21:20:53 -05:00
  • f83696381d [chore] Disable 8.4 CI disable84 Edward Z. Yang 2024-11-09 21:17:59 -05:00
  • c552d1141c sfix estrict Edward Z. Yang 2024-11-09 21:06:43 -05:00
  • caa5a8e830 Exception throwing Edward Z. Yang 2024-11-09 21:03:54 -05:00
  • 7f7ea68432 [fix] Remove occurrences of E_STRICT Edward Z. Yang 2024-11-09 19:13:09 -05:00
  • cb56001e54 chore(release): 4.18.0 [skip ci] v4.18.0 semantic-release-bot 2024-11-01 03:51:45 +00:00
  • 01be377f93 fix: undefined array key warning (#419) Olek Kaim 2024-10-31 03:57:29 +01:00
  • f0fbf51098 fix: Avoid a deprecated error when the attribute name is numeric and DirectLex is used (#412) Atsushi Matsuo 2024-07-31 11:06:23 +09:00
  • 70754a2533 feat: Add allowfullscreen attr for iframe (#411) John Flatness 2024-06-30 07:54:09 -04:00
  • 972326785d feat: Allow universal CSS values for all properties (#410) John Flatness 2024-06-28 08:37:00 -04:00
  • 93bee73349 feat: Add support for CSS aspect-ratio (#408) Erik 2024-06-27 21:12:06 +02:00
  • d9fbef8e27 fix: Adjust Core.AllowHostnameUnderscore to consider that "_" is defined as Unreserved Characters in RFC 3986 (#406) Atsushi Matsuo 2024-04-19 10:48:20 +09:00
  • c9d60c96d7 feat: add directive for removing blank nodes (#404) charlie-curtis 2024-04-11 20:52:45 -04:00
  • 4828fdf45a fix: Ignore conditional comments (#401) Kent Oyer 2024-03-12 22:41:45 -05:00
  • 9ca5a3687b fix: checking that node has property name (#399) Christian Castelli 2024-03-05 16:58:42 +01:00
  • 92da2473ff fix: Support PHP 8.4 (#396) Edward Z. Yang 2024-02-22 00:05:10 -05:00
  • 200ead9e4c Support PHP 8.4 php8.4 Edward Z. Yang 2024-02-21 23:44:14 -05:00
  • bbc513d79a chore(release): 4.17.0 [skip ci] v4.17.0 semantic-release-bot 2023-11-17 15:01:25 +00:00
  • 0f0fd36896 ci: upgrade semantic-release-action Edward Z. Yang 2023-11-17 10:00:05 -05:00
  • ec92490139 feat: Allows commas to be included in tel URI (#389) danbrellis 2023-11-10 10:25:42 -05:00
  • ab21ea735a chore: Add support for PHP 8.3 (#382) Tim Düsterhus 2023-08-24 17:15:30 +02:00
  • 6eb6123036 Don't suggest chmod to 777 (#373) Edward Z. Yang 2023-04-30 13:55:11 -04:00
  • 43f49ac9a5 fix: Support for locales using decimal separators other than . (dot) (#372) cracksalad 2023-04-30 15:30:23 +02:00
  • 4317c387fb Don't suggest chmod to 777 chmod-msg Edward Z. Yang 2023-04-29 16:38:00 -04:00
  • c05639e0c9 [refactor] Use range() function instead of string increment (#367) George Peter Banyard 2023-02-23 18:11:13 +00:00
  • b4136da73c Remove unnecessary disablement of autoload (#364) Steve Bauman 2023-02-05 21:40:57 -05:00
  • 0176ef4bb6 fix: Invalid scheme check in Attr.TargetBlank (#363) Jeff Standen 2023-01-26 16:06:28 -08:00
  • 78a9b4d0da fix: CSSTidy ImportantComments not handled properly (#359) Francis Lévesque 2023-01-21 22:44:44 -05:00
  • 9ec687c904 fix: fix CI (#361) Edward Z. Yang 2023-01-21 22:42:38 -05:00
  • c0132082d7 fix: fix CI fix-ci Edward Z. Yang 2023-01-21 22:39:40 -05:00
  • 2d775c0187 feat: Add support for all text-decoration properties (#360) Raheel Hsn 2023-01-13 00:41:13 +11:00
  • da35a5e0d7 Drop supporting PHP 5.2 (#335) (#356) jw2(kit rio) 2022-12-05 04:22:17 +09:00
  • 1424f17cf3 Add support for encoded tel URI schemes. (#354) Michael S 2022-11-24 21:31:20 +00:00
  • becc9d40cf Fixed missing return value (#349) Michael Kliewe 2022-11-19 23:26:34 +01:00
  • 909dda6621 Fixed wrong return PHPDoc (#348) Michael Kliewe 2022-11-19 06:03:18 +01:00
  • 2d1314820e Added class_exists('Net_IDNA2') around optional external class (#351) Michael Kliewe 2022-11-19 05:56:21 +01:00
  • d567de85e6 Fixed undefined property (#346) Michael Kliewe 2022-11-19 05:42:06 +01:00
  • e55fead09f fix: semantic release (#341) Kieran 2022-09-20 17:45:11 +01:00
  • 3e832152a6 Revert "fix: semantic release (#339)" (#340) Edward Z. Yang 2022-09-18 15:21:20 -04:00
  • 3cc903890a Revert "fix: semantic release (#339)" revert-339-semantic-release Edward Z. Yang 2022-09-18 15:21:11 -04:00
  • d82f3d996a fix: semantic release (#339) Kieran 2022-09-18 20:15:38 +01:00
  • 523407fb06 chore(release): 4.16.0 [skip ci] v4.16.0 semantic-release-bot 2022-09-18 07:06:19 +00:00
  • db312435cb feat: add semantic release (#307) Kieran 2022-09-18 07:44:00 +01:00
  • 8d9f4c9ec1 Release 4.15.0 v4.15.0 Edward Z. Yang 2022-09-18 02:23:57 -04:00
  • 25824056ee Run CSSTidy tests on CI (#338) Kieran 2022-09-15 04:55:41 +01:00
  • f1d6da13bc Fix contenteditable attribute definition (#336) Kieran 2022-09-12 15:53:24 +01:00
  • dc27c78871 Add PHP 8.2 to CI (#335) Tim Düsterhus 2022-09-12 01:51:02 +02:00
  • ce9cf2ec99 Fix creation of dynamic property (#337) Kieran 2022-09-10 19:03:42 +01:00
  • 36e06603a8 Fix creation of dynamic property (#333) Kieran 2022-09-06 18:05:15 +01:00
  • dbbd3e59f9 Add contenteditable attribute definition (#332) Kieran 2022-09-06 18:04:45 +01:00
  • 1c2bae18e3 Increase minimum requirement to PHP 5.6 (#331) Tim Düsterhus 2022-09-03 03:43:29 +02:00
  • 1b80051115 Fix some more PHP 8.2 deprecations (#330) Tim Düsterhus 2022-09-03 03:38:58 +02:00
  • c60bba1fe4 Fix test selection logic in tests/test_files.php (#329) Tim Düsterhus 2022-09-03 03:35:32 +02:00
  • 6ec13635ce Update to actions/checkout@v3 (#328) Tim Düsterhus 2022-08-30 15:50:18 +02:00
  • be2a668e81 Treat PHP version numbers as strings in GitHub Actions (#327) Tim Düsterhus 2022-08-30 15:46:59 +02:00
  • dff4746e13 Replace 8.1-deprecated utf8_ funcs with mbstring (#326) John Flatness 2022-08-15 22:59:31 -04:00
  • 3fc193c755 Fix #322 - PHP 8.1 deprecation notice in HostBlacklist URIFilter (#323) Kieran 2022-06-27 22:20:36 +01:00
  • 1db36fb09d Fix some PHP 8.2 deprecations (#319) Tim Düsterhus 2022-06-10 22:30:01 +02:00
  • 38296c603b Composer suggestions with extensions (#317) func0der 2022-06-03 05:03:44 +02:00
  • 1dd3e52365 PHP 8.1: fix various deprecations/errors in newest version of PHP (#310) David Rans 2022-04-08 11:48:12 -06:00
  • 12ab42bd6e Release 4.14.0 v4.14.0 Edward Z. Yang 2021-12-24 20:21:49 -05:00
  • 1c784a5c3d ci: test on php 8.0 (#308) Kieran 2021-12-24 02:26:25 +00:00
  • 41fc223f96 feat: transform deprecated width attribute (#306) Kieran 2021-12-24 02:26:14 +00:00
  • 996eaf4331 Remove unnecessary reference assigment (#301) Arkadiusz Biczewski 2021-09-07 20:16:55 +02:00
  • c97bb93223 Fix GH workflow conditions (#298) Kieran 2021-07-26 15:16:49 +01:00
  • 288bf75acc PHP 8 Support (#297) Max 2021-07-20 16:40:50 +03:00
  • 3a368d7668 Switch to GitHub Actions (#293) Kieran 2021-05-22 01:46:13 +01:00
  • 6f9aac9325 CSS: Add "background-size" tag support (#289) Václav Smítal 2021-04-22 16:01:00 +02:00
  • 1354e7e8c5 Fix "Parameter must be an array or an object that implements Countable" (#285) Kieran 2021-02-28 01:42:20 +00:00
  • 214cb8a693 Fixed Issue #264: <thead> element removed from <table> if there are no <tbody> or <tr> elements (#283) Marcus Artner 2021-01-26 17:11:50 +01:00
  • 2512f595e0 Check PHP version before checking magic quotes (#273) Jasper Zonneveld 2020-10-01 02:19:10 +02:00
  • 6aa4166b7e Issue-256: Fix PHP 7.3 compatibility issues update zend.ze1_compatibility_mode mode (#267) kishor 2020-09-16 05:42:43 +05:30
  • 4285590c90 issue-256: Fix PHP 7.3 compatibility issues (#266) kishor 2020-09-15 22:08:39 +05:30
  • 15258fd24e Fix typo in the 4.13.0 NEWS: PHP 6.4 never existed (#262) LeSuisse 2020-07-06 20:36:33 +02:00
  • 08e27c97e4 Release 4.13.0 v4.13.0 Edward Z. Yang 2020-06-28 20:56:53 -04:00
  • d7be9d2a8c Update changelog Edward Z. Yang 2020-06-28 20:55:45 -04:00
  • ce7efc11b2 Delete language tests that are interfering with PSR-0 compatibility Edward Z. Yang 2020-06-28 20:38:16 -04:00
  • 3bdc031224 Add %HTML.Forms config directive (#260) Mateusz Turcza 2020-06-29 02:26:33 +02:00
  • d148edbcf1 Exclude more resources from the distribution package (#257) Sergei Morozov 2020-06-06 07:29:01 -07:00
  • ced089434d Make purifyArray work with empty array (#245) Fräntz Miccoli 2020-02-22 18:12:02 +01:00
  • c2c91f52d0 Added tr@bgcolor to tidy (#244) Kieran 2020-02-22 17:10:30 +00:00
  • 37dd61c45f Correct implode() params for php74 compliance (#243) Eloy Lafuente 2020-01-21 17:17:18 +01:00
  • d15890222b Add support for stable php 7.4 (#242) Witold Wasiczko 2020-01-02 12:58:15 +01:00
  • fe0452d688 Correct typehinting of maybeGet* (#240) Anders Jenbo 2019-12-04 16:29:08 +01:00
  • df923d1f15 Issue 238 remove leading zeroes except if there is only zero (#239) lubomirbartos 2019-11-21 16:05:07 +01:00
  • 4faca32a4d Exclude language classes from autoloader optimization (#236) Jordi Boggiano 2019-10-31 18:42:00 +01:00
  • a617e55bc6 Release 4.12.0 v4.12.0 Edward Z. Yang 2019-10-27 23:44:26 -04:00
  • 3060a5606c Update changelog Edward Z. Yang 2019-10-27 23:42:45 -04:00