0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-30 17:17:02 +00:00

Commit Graph

  • ff005f6edc
    feat: PHP 8.4 support () master Kieran 2025-03-19 18:25:28 +01:00
  • c2bc3549a3
    fix: non-substantive typos () Pieter Oliver 2025-01-14 21:31:27 +00:00
  • b21a59101f
    fix: add warning for misleading option () simonLeary42 2025-01-09 23:09:09 -05:00
  • 00a0748427
    feat: Allow more image widths by default () Tim Otten 2024-12-11 11:15:46 -08:00
  • 63e631ebd3
    feat: Add CSS direction support () Morgan Klonteig 2024-11-21 20:46:53 -08:00
  • 5d154a2393
    fix: Deprecated: preg_replace(): Passing null to parameter ($subject) o… () nikkii94 2024-11-10 04:06:41 +01:00
  • d5150073e9
    refactor: remove method substrCount () rio 2024-11-10 12:06:09 +09:00
  • b5cbf0cc3d
    feat: Add option for safe iframe hosts using array lookup () Eli Barbosa 2024-11-09 19:02:09 -08:00
  • f16ace76cd
    chore: Disable 8.4 CI () 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 () 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 () Atsushi Matsuo 2024-07-31 11:06:23 +09:00
  • 70754a2533
    feat: Add allowfullscreen attr for iframe () John Flatness 2024-06-30 07:54:09 -04:00
  • 972326785d
    feat: Allow universal CSS values for all properties () John Flatness 2024-06-28 08:37:00 -04:00
  • 93bee73349
    feat: Add support for CSS aspect-ratio () 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 () Atsushi Matsuo 2024-04-19 10:48:20 +09:00
  • c9d60c96d7
    feat: add directive for removing blank nodes () charlie-curtis 2024-04-11 20:52:45 -04:00
  • 4828fdf45a
    fix: Ignore conditional comments () Kent Oyer 2024-03-12 22:41:45 -05:00
  • 9ca5a3687b
    fix: checking that node has property name () Christian Castelli 2024-03-05 16:58:42 +01:00
  • 92da2473ff
    fix: Support PHP 8.4 () 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 () danbrellis 2023-11-10 10:25:42 -05:00
  • ab21ea735a
    chore: Add support for PHP 8.3 () Tim Düsterhus 2023-08-24 17:15:30 +02:00
  • 6eb6123036
    Don't suggest chmod to 777 () Edward Z. Yang 2023-04-30 13:55:11 -04:00
  • 43f49ac9a5
    fix: Support for locales using decimal separators other than . (dot) () 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 () George Peter Banyard 2023-02-23 18:11:13 +00:00
  • b4136da73c
    Remove unnecessary disablement of autoload () Steve Bauman 2023-02-05 21:40:57 -05:00
  • 0176ef4bb6
    fix: Invalid scheme check in Attr.TargetBlank () Jeff Standen 2023-01-26 16:06:28 -08:00
  • 78a9b4d0da
    fix: CSSTidy ImportantComments not handled properly () Francis Lévesque 2023-01-21 22:44:44 -05:00
  • 9ec687c904
    fix: fix CI () 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 () Raheel Hsn 2023-01-13 00:41:13 +11:00
  • da35a5e0d7
    Drop supporting PHP 5.2 () () jw2(kit rio) 2022-12-05 04:22:17 +09:00
  • 1424f17cf3
    Add support for encoded tel URI schemes. () Michael S 2022-11-24 21:31:20 +00:00
  • becc9d40cf
    Fixed missing return value () Michael Kliewe 2022-11-19 23:26:34 +01:00
  • 909dda6621
    Fixed wrong return PHPDoc () Michael Kliewe 2022-11-19 06:03:18 +01:00
  • 2d1314820e
    Added class_exists('Net_IDNA2') around optional external class () Michael Kliewe 2022-11-19 05:56:21 +01:00
  • d567de85e6
    Fixed undefined property () Michael Kliewe 2022-11-19 05:42:06 +01:00
  • e55fead09f
    fix: semantic release () Kieran 2022-09-20 17:45:11 +01:00
  • 3e832152a6
    Revert "fix: semantic release ()" () Edward Z. Yang 2022-09-18 15:21:20 -04:00
  • 3cc903890a Revert "fix: semantic release ()" revert-339-semantic-release Edward Z. Yang 2022-09-18 15:21:11 -04:00
  • d82f3d996a
    fix: semantic release () 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 () 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 () Kieran 2022-09-15 04:55:41 +01:00
  • f1d6da13bc
    Fix contenteditable attribute definition () Kieran 2022-09-12 15:53:24 +01:00
  • dc27c78871
    Add PHP 8.2 to CI () Tim Düsterhus 2022-09-12 01:51:02 +02:00
  • ce9cf2ec99
    Fix creation of dynamic property () Kieran 2022-09-10 19:03:42 +01:00
  • 36e06603a8
    Fix creation of dynamic property () Kieran 2022-09-06 18:05:15 +01:00
  • dbbd3e59f9
    Add contenteditable attribute definition () Kieran 2022-09-06 18:04:45 +01:00
  • 1c2bae18e3
    Increase minimum requirement to PHP 5.6 () Tim Düsterhus 2022-09-03 03:43:29 +02:00
  • 1b80051115
    Fix some more PHP 8.2 deprecations () Tim Düsterhus 2022-09-03 03:38:58 +02:00
  • c60bba1fe4
    Fix test selection logic in tests/test_files.php () Tim Düsterhus 2022-09-03 03:35:32 +02:00
  • 6ec13635ce
    Update to actions/checkout@v3 () Tim Düsterhus 2022-08-30 15:50:18 +02:00
  • be2a668e81
    Treat PHP version numbers as strings in GitHub Actions () Tim Düsterhus 2022-08-30 15:46:59 +02:00
  • dff4746e13
    Replace 8.1-deprecated utf8_ funcs with mbstring () John Flatness 2022-08-15 22:59:31 -04:00
  • 3fc193c755
    Fix - PHP 8.1 deprecation notice in HostBlacklist URIFilter () Kieran 2022-06-27 22:20:36 +01:00
  • 1db36fb09d
    Fix some PHP 8.2 deprecations () Tim Düsterhus 2022-06-10 22:30:01 +02:00
  • 38296c603b
    Composer suggestions with extensions () func0der 2022-06-03 05:03:44 +02:00
  • 1dd3e52365
    PHP 8.1: fix various deprecations/errors in newest version of PHP () 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 () Kieran 2021-12-24 02:26:25 +00:00
  • 41fc223f96
    feat: transform deprecated width attribute () Kieran 2021-12-24 02:26:14 +00:00
  • 996eaf4331
    Remove unnecessary reference assigment () Arkadiusz Biczewski 2021-09-07 20:16:55 +02:00
  • c97bb93223
    Fix GH workflow conditions () Kieran 2021-07-26 15:16:49 +01:00
  • 288bf75acc
    PHP 8 Support () Max 2021-07-20 16:40:50 +03:00
  • 3a368d7668
    Switch to GitHub Actions () Kieran 2021-05-22 01:46:13 +01:00
  • 6f9aac9325
    CSS: Add "background-size" tag support () 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" () Kieran 2021-02-28 01:42:20 +00:00
  • 214cb8a693
    Fixed Issue : <thead> element removed from <table> if there are no <tbody> or <tr> elements () Marcus Artner 2021-01-26 17:11:50 +01:00
  • 2512f595e0
    Check PHP version before checking magic quotes () 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 () kishor 2020-09-16 05:42:43 +05:30
  • 4285590c90
    issue-256: Fix PHP 7.3 compatibility issues () kishor 2020-09-15 22:08:39 +05:30
  • 15258fd24e
    Fix typo in the 4.13.0 NEWS: PHP 6.4 never existed () 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 () Mateusz Turcza 2020-06-29 02:26:33 +02:00
  • d148edbcf1
    Exclude more resources from the distribution package () Sergei Morozov 2020-06-06 07:29:01 -07:00
  • ced089434d
    Make purifyArray work with empty array () Fräntz Miccoli 2020-02-22 18:12:02 +01:00
  • c2c91f52d0
    Added tr@bgcolor to tidy () Kieran 2020-02-22 17:10:30 +00:00
  • 37dd61c45f Correct implode() params for php74 compliance () Eloy Lafuente 2020-01-21 17:17:18 +01:00
  • d15890222b Add support for stable php 7.4 () Witold Wasiczko 2020-01-02 12:58:15 +01:00
  • fe0452d688 Correct typehinting of maybeGet* () Anders Jenbo 2019-12-04 16:29:08 +01:00
  • df923d1f15 Issue 238 remove leading zeroes except if there is only zero () lubomirbartos 2019-11-21 16:05:07 +01:00
  • 4faca32a4d Exclude language classes from autoloader optimization () 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
  • b4ec8c8036 Merge remote-tracking branch 'ezyang/master' Edward Z. Yang 2019-10-27 23:40:25 -04:00
  • 06b3fc4cf4 Fix phpdoc params in HTMLModule::addElement() and Bool attr () Mateusz Turcza 2019-10-25 16:07:38 +02:00
  • c6ca293eab Add support for PHP 7.4 () Witold Wasiczko 2019-09-12 02:25:44 +02:00
  • ab2887e423 Fix DOM Lexer for PHP versions older than 5.4 () Mateusz Turcza 2019-08-09 23:01:13 +02:00