1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-10 09:16:20 +02:00

Commit Graph

  • 59463c5c39 Allow %URI.DefaultScheme to be null. Edward Z. Yang 2016-10-27 17:24:34 -07:00
  • d19d648a26 [ci skip] Add a Travis build badge. Edward Z. Yang 2016-10-27 02:02:29 -07:00
  • 20b40a5441 Travis support. Edward Z. Yang 2016-07-20 22:21:24 -07:00
  • 34d252cbbc Update usage.xml. Edward Z. Yang 2016-10-27 01:54:42 -07:00
  • 8b28e571fe Handle case when IDNAs are supported. Edward Z. Yang 2016-10-27 01:54:35 -07:00
  • 3ae21ce511 PHP 7.0 warnings fix: don't pass rvalue by reference. Edward Z. Yang 2016-10-27 01:53:38 -07:00
  • 3ba9133b21 Don't assume that idn_to_ascii does validation. Edward Z. Yang 2016-10-27 01:36:08 -07:00
  • dc8702160c Merge pull request #101 from yankos/hotfix/directory_not_close Edward Z. Yang 2016-10-15 23:14:10 -07:00
  • 4dc68aa920 FIX directory not closing #100 yan_kos 2016-10-15 16:20:47 +03:00
  • 08eee90e15 Delete asserts, fixes #97. Edward Z. Yang 2016-10-02 00:14:41 -07:00
  • 1ef4375dbb Proposed fix to Serializer code. Edward Z. Yang 2016-08-22 13:49:56 -07:00
  • 6a221a3045 Merge pull request #94 from zobzn/css-min-max-width Edward Z. Yang 2016-09-05 14:57:44 -07:00
  • 246fc8946a css properties: min-width, max-width, min-height, max-height zema 2016-09-05 10:45:58 +03:00
  • 1ce2fde400 Merge pull request #91 from apsdsm/fix-permissions-bug Edward Z. Yang 2016-07-29 03:25:41 -07:00
  • 1f982d279f rollback change to permissions Nick del Pozo 2016-07-29 08:56:36 +09:00
  • 8be8cee9b3 changed chmod behaviour in Serializer Nick del Pozo 2016-07-27 12:56:03 +09:00
  • d0c392f77d Release 4.8.0 v4.8.0 4.8.0 Edward Z. Yang 2016-07-16 05:58:58 -07:00
  • d1c5d75027 Fix #73 with Attr.ID.HTML5 Edward Z. Yang 2016-07-16 05:52:45 -07:00
  • 3747cb7efb avoid exif_imagetype exception with small files/corrupt data URI Bart Butler 2016-07-12 17:23:12 -07:00
  • 0166c3728b Stop trying to chmod if SerializerPermissions is null, fixes #71 Edward Z. Yang 2016-07-01 16:04:11 -04:00
  • ed180f595d Hack to fix #85 Edward Z. Yang 2016-07-01 15:51:07 -04:00
  • 3e4deabbb3 New smoketest for testing configuration HTML form. Edward Z. Yang 2016-07-01 15:39:44 -04:00
  • 44baee6a82 Partial border-radius support. Edward Z. Yang 2016-06-30 22:22:13 -04:00
  • 1675fc7caf Add %HTML.TargetNoreferrer, which adds rel="noreferrer" when target attribute is set Cameron Ball 2016-06-30 21:42:40 -04:00
  • cc35c8eb8c tel protocol support. Wes Cossick 2016-06-17 18:39:18 -05:00
  • a11aeab4a6 Don't suggest 777, only 775. Edward Z. Yang 2016-03-27 15:59:10 -07:00
  • 43a9f052fd Fix #57, make flashvars check (and others) case-insensitive. Edward Z. Yang 2016-03-27 15:56:30 -07:00
  • b4981c3395 Fix #67, don't use <body> tags in comments for %Core.ConvertDocumentToFragment Edward Z. Yang 2016-03-27 15:19:32 -07:00
  • f14076dc3e Fix #49; prevent readdir infinite loop when cache directory not listable. Edward Z. Yang 2016-03-27 14:53:31 -07:00
  • 91fd55c857 Fix #45, errors when ul/ol allowed without li. Edward Z. Yang 2016-03-26 22:41:54 -07:00
  • 096064dd0a Added more info in README Rodrigo Prado 2015-03-28 16:57:54 -03:00
  • 845edf16e2 Docblock update Mike Zukowsky 2015-06-10 11:50:40 +02:00
  • 2c4f889ca4 Remove BOM from file INSTALL.fr.utf8 It's only one file with BOM among project Roman Kovalenko 2015-08-14 09:52:54 +03:00
  • b3856d2040 Export maintenance and path2class scripts in composer. Stefano Torresi 2015-09-29 11:46:48 +02:00
  • 6e00b443cd Bug with tempnam("/tmp", ""); Chimpzee 2016-01-11 15:43:41 +01:00
  • 7e49ff3dcd Announce PHP 7 support. Edward Z. Yang 2016-03-24 00:14:05 -07:00
  • 1f3e282fde Fix a bounds error which now errors in PHP 7. Edward Z. Yang 2016-03-24 00:12:52 -07:00
  • 753c830239 Update to work with Git version of SimpleTest. Edward Z. Yang 2016-03-24 00:08:03 -07:00
  • 72123e23c9 Update ExtractStyleBlocks tests for modern CSSTidy at https://github.com/Cerdic/CSSTidy Edward Z. Yang 2016-03-23 23:39:38 -07:00
  • 45161b4fb1 Accept leading digits in hostnames as per RFC 1123. Edward Z. Yang 2016-03-23 22:42:18 -07:00
  • 25db9e1dd0 Don't use PHP4-style constructors Synchro 2016-01-21 11:04:10 +01:00
  • 92aabf2b23 Fix #76, linkify includes dots at end of URL. Edward Z. Yang 2016-03-02 02:05:54 -08:00
  • aebe1c02a2 Use idn_to_ascii when available. Edward Z. Yang 2016-03-02 01:35:07 -08:00
  • 913ac6955b CSS.AllowDuplicates for duplicate properties. Edward Z. Yang 2015-12-20 11:53:54 -08:00
  • 958ba65595 Don't truncate alts. Edward Z. Yang 2015-09-29 15:35:49 -07:00
  • ae1828d955 Release 4.7.0. v4.7.0 Edward Z. Yang 2015-08-04 18:03:42 -07:00
  • e34a858ca9 Merge pull request #60 from sylfabre/patch-1 Edward Z. Yang 2015-08-03 10:36:45 -07:00
  • 2c963dcc7f Missing @return Sylvain 2015-08-03 10:21:47 +02:00
  • bfbf8a9da1 Revert "Fix autoloading in Composer." Edward Z. Yang 2015-06-14 10:57:52 -07:00
  • 04cf6c8739 Fix autoloading in Composer. Timothée Barray 2015-01-07 15:04:48 +01:00
  • 0d7328dbb2 s/Include/Inclure/ Edward Z. Yang 2015-05-05 13:43:49 -07:00
  • 7aeedd9071 Updated translation of installing in french anthonybocci 2015-05-05 19:16:54 +02:00
  • c67e4c2f7e All values, including empty, are valid HTML bools. Edward Z. Yang 2015-02-11 16:36:44 -08:00
  • 0c3e68dd03 Stop using umask to make definition cache. Fixes #32 Edward Z. Yang 2014-12-08 18:21:56 -08:00
  • b307f3d9ef Update gitattributes to produce slimmer packages for composer Jon Dufresne 2014-10-23 15:36:02 -07:00
  • cd60294ada Fix rgb in border attribute with spaces, fixes #30. Edward Z. Yang 2014-08-31 11:23:18 +01:00
  • 39d3df1fd7 Add AutoFormat.RemoveEmpty.Predicate, fixes #35. Edward Z. Yang 2014-08-31 11:16:30 +01:00
  • b8704535a3 Update test. Edward Z. Yang 2014-08-31 11:10:11 +01:00
  • 4da38aca80 Update YouTube embed code to new style, fixes #28 Edward Z. Yang 2014-08-31 09:30:16 +01:00
  • bf84df4f7d Move opacity to tricky. Fixes #16. Edward Z. Yang 2014-08-31 09:23:58 +01:00
  • 15d1a3003a Don't truncate in DOMLex when seeing closing div Edward Z. Yang 2014-08-31 08:50:33 +01:00
  • 80ebd4322e Typo in docs, thanks Soleil Golden for reporting. Edward Z. Yang 2014-02-04 12:17:24 -08:00
  • 18b8a0e44a Make Composer work with PHP 5.2 and earlier. Reported by @voku Edward Z. Yang 2013-12-08 15:51:56 -08:00
  • 6f389f0f25 Release 4.6.0. v4.6.0 Edward Z. Yang 2013-11-30 00:25:19 -08:00
  • 8cd08620dc Conditionalize hash_hmac tests for 5.0 Edward Z. Yang 2013-10-28 16:48:07 -07:00
  • 0beecad78a Add Twitter handle to release notes. Edward Z. Yang 2013-10-28 15:06:35 -07:00
  • 54477c172b Fix infinite loop in Lexer. Edward Z. Yang 2013-10-27 21:41:08 -07:00
  • e52d1fe310 Fix < PHP 5.4 compatibility break. Thanks GromNaN for submitting the patch. Edward Z. Yang 2013-10-22 14:17:41 -07:00
  • 0767bbc12d Rewrite FixNesting implementation to be tree-based. Edward Z. Yang 2013-10-20 22:18:59 -07:00
  • b3640e1af6 Add conversion functions for our own tree format. Edward Z. Yang 2013-10-20 15:05:11 -07:00
  • be5769804a Make the Token class abstract. Edward Z. Yang 2013-10-17 16:13:04 -07:00
  • d6fbd7df22 Remove some unnecessary pass-by-reference. Edward Z. Yang 2013-10-16 18:55:23 -07:00
  • 804a06f01e Remove PHP 4 compatibility hack. Edward Z. Yang 2013-10-16 18:36:44 -07:00
  • 8f401f769e Use a Zipper to process MakeWellFormed, removing quadratic behavior. Edward Z. Yang 2013-10-13 12:53:51 -07:00
  • 82bcc62058 Properly handle context variables that are NULL. Edward Z. Yang 2013-10-13 13:05:21 -07:00
  • f17490f009 Implementation of a Zipper, for efficient splice. Edward Z. Yang 2013-10-13 01:15:55 -07:00
  • a5fc37d8c3 Improve gitignore. Edward Z. Yang 2013-10-13 00:18:11 -07:00
  • c768146e4d Gusev's proposed patch gusev Edward Z. Yang 2013-10-12 21:24:38 -07:00
  • 412bae13b5 Fix quadratic behavior in DOMLex due to array_shift. Edward Z. Yang 2013-09-17 00:48:42 -07:00
  • cf44f399f8 Properly use HMAC for secure munging. Edward Z. Yang 2013-09-13 21:16:50 -07:00
  • fac747bdbd PSR-2 reformatting PHPDoc corrections Marcus Bointon 2013-07-16 13:56:14 +02:00
  • 19eee14899 Tighten up invariants. Edward Z. Yang 2013-07-26 21:54:53 -07:00
  • 25d49f4ec0 Explicitly specify decorator name. Edward Z. Yang 2013-07-26 21:37:33 -07:00
  • 53c2907706 New directive %Core.AllowHostnameUnderscore Edward Z. Yang 2013-07-26 21:33:39 -07:00
  • af7107e830 Add note fall through is intentional. Edward Z. Yang 2013-07-18 10:22:45 -07:00
  • 107b3055a1 Fix var name conflict in loadArray Marcus Bointon 2013-07-16 13:56:14 +02:00
  • 29a3c70370 A bunch of PHPdoc and php codesniffer corrections - no functional code changes Synchro 2013-07-16 14:20:01 +02:00
  • 75bd7abcc7 Make list nesting test more sensitive. Edward Z. Yang 2013-06-06 13:08:13 -07:00
  • 0680832d41 Use info_parent_def to get parent information, since it may not be present in info array. Edward Z. Yang 2013-05-21 17:19:59 -07:00
  • 19360ddb36 Ignore commas and nbsps for linkification. Thanks nAS for contributing. Edward Z. Yang 2013-05-21 13:35:34 -07:00
  • 3c903b7463 Doc fix. Edward Z. Yang 2013-05-18 08:48:47 -07:00
  • 6e37ecd1c8 Make URI parsing algorithm more strict. Edward Z. Yang 2013-04-16 13:46:00 -07:00
  • 20eff0a3a0 Fix NEWS entry. Edward Z. Yang 2013-02-21 14:08:36 -08:00
  • d516e2f8de Release 4.5.0 v4.5.0 Edward Z. Yang 2013-02-17 16:04:08 -08:00
  • 631021733b Add %Core.DisableExcludes directive Edward Z. Yang 2013-02-17 15:47:38 -08:00
  • 344e0640b6 Add required constant for composer autoloading Michael Tibben 2012-12-20 12:29:23 +11:00
  • 62d2550e16 Use SHA-1 instead of MD5. origin/master origin/HEAD ezyang/master Edward Z. Yang 2012-10-27 02:33:22 -07:00
  • 087145a71b Blacklist more tags from RemoveEmpty. Edward Z. Yang 2012-10-27 02:32:48 -07:00
  • a44187a5c1 Cleanup after data validation. Edward Z. Yang 2012-10-27 02:30:58 -07:00
  • c0ad68108a Do checks against iconvAvailable because PHP 5.4 has botched iconv support. Edward Z. Yang 2012-10-27 02:27:57 -07:00