0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 13:21:51 +00:00

Commit Graph

  • ee9c70ab7f Fix E_NOTICE from indexing into empty string. Edward Z. Yang 2011-03-17 17:33:11 +0000
  • b4469f17aa Fix missing numeric entities (shows up when DirectLexing). Edward Z. Yang 2011-02-27 11:58:37 +0000
  • 6385f42ebc Add AutoFormat.LinkifyEmail Option. bfroehle/linkify-email Bradley M. Froehle 2011-02-13 20:34:32 -0800
  • d1ec84f287 Add noframes option. Mimic img for height/width of iframe. Bradley M. Froehle 2011-02-14 10:45:48 -0800
  • cbcdb633f4 Allow more iframe attributes. Add HTML.SafeIframe testing. Bradley M. Froehle 2011-02-13 19:26:21 -0800
  • 0dbaa32d1d Add new HTML.SafeIframe and URI.IframeHostWhitelist options. Bradley M. Froehle 2011-02-13 17:47:01 -0800
  • 999354c541 Unfinished. ezyang/xml Edward Z. Yang 2011-01-25 23:20:36 +0000
  • e76f4b45d0 Dramatically rewrite null host URI handling. bfroehle/master Edward Z. Yang 2011-01-25 18:56:46 +0000
  • a32d5b52e1 Fix embedding flash on non-IE browsers and allow more wmode. Edward Z. Yang 2010-05-21 12:56:37 -0400
  • 3f0d2a60d7 Some stuff. Edward Z. Yang 2010-05-21 12:56:37 -0400
  • a3d71fe606 Iterative traversal of DOM. Maxim Krizhanovsky 2011-01-19 22:06:40 +0000
  • 77982bd61d Bump version number for Cache.SerializerPermissions. Edward Z. Yang 2011-01-14 00:40:39 +0000
  • 78c4e62245 Add new Cache.SerializerPermissions option. Petr Skoda 2011-01-13 15:05:12 +0100
  • 5803c06765 Check that argv is set before operating on it. Edward Z. Yang 2011-01-02 19:50:08 +0000
  • 7879a12dd0 Add new Cache.SerializerPermissions option. skodak/Cache_SerializerPermissions_onecommit Petr Skoda 2011-01-13 15:05:12 +0100
  • 78224945d5 update NEWS to include new Cache.SerializerPermissions skodak/Cache_SerializerPermissions Petr Skoda 2011-01-13 12:01:52 +0100
  • dbdd57eb73 rebuild serialized schema after adding Cache.SerializerPermissions Petr Skoda 2011-01-13 12:01:41 +0100
  • f7d7a60040 Add new Cache.SerializerPermissions option Petr Skoda 2011-01-13 12:01:23 +0100
  • 6be498dbf8 Ini is not supported by HipHop. ezyang/hiphop Edward Z. Yang 2010-03-09 02:08:29 -0500
  • 3c453e78f2 Changes to make HipHop compile HTML Purifier. Edward Z. Yang 2010-03-09 01:37:16 -0500
  • 102e202e5a WIP ezyang/pi-tests Edward Z. Yang 2011-01-02 19:51:01 +0000
  • 8545caf5a3 Check that argv is set before operating on it. Edward Z. Yang 2011-01-02 19:50:08 +0000
  • e9096b218a Remove obsolete private method DefinitionCache_Serializer->_write (PHP4 vestige) Edward Z. Yang 2010-12-31 16:21:53 +0000
  • b63569ac22 Fix bad interaction between bootstrap autoloader and Zend Debugger/APC. Edward Z. Yang 2010-12-31 09:48:28 +0000
  • f3d050c517 Fix two bugs with caching of customized raw definitions. timoshenko/customize-raw skodak/customize-raw robo47/customize-raw origin/customize-raw bfroehle/customize-raw RobLoach/customize-raw Edward Z. Yang 2010-12-30 23:51:53 +0000
  • 6dcc37cb55 Update PHPT instructions. skodak/master Edward Z. Yang 2010-11-21 14:00:20 +0000
  • 35048a85cf --amend ezyang/punycode Edward Z. Yang 2010-11-12 21:21:18 +0000
  • b87f2b2748 Incomplete punycode branch. Edward Z. Yang 2010-11-12 21:20:59 +0000
  • cfc4ee1faf Add initial implementation of CSS.Trusted. Edward Z. Yang 2010-11-12 18:45:03 +0000
  • 598c5b60c9 Add sanity check against ze1_compatibility_mode. Edward Z. Yang 2010-11-12 16:15:03 +0000
  • c9e7ffc172 Fix incorrect PEARSax3 test assertion. Edward Z. Yang 2010-11-12 15:43:10 +0000
  • feeffe6ed2 Check if schema.ser was corrupted. Edward Z. Yang 2010-10-29 14:47:40 +0100
  • 4754d407aa Fix removal of id with DirectLex by preserving armor. Edward Z. Yang 2010-10-28 17:24:07 +0100
  • 0b9db1f54b Allow non-static autoload methods w/ PHP >= 5.2.11 Nick Pope 2010-10-13 19:17:38 +0100
  • 1d4a38d055 Escape CDATA before handling conditional comments. Edward Z. Yang 2010-09-28 12:11:26 -0400
  • 8c80349f9d Implement HTML.Nofollow for external links. Edward Z. Yang 2010-09-28 12:01:57 -0400
  • d848c99b74 Make IE conditional comment matching ungreedy. Edward Z. Yang 2010-09-28 10:22:38 -0400
  • 882ffed9ba Release 4.2.0. v4.2.0 Edward Z. Yang 2010-09-15 02:52:57 -0400
  • 86990a21f1 Rename newline normalization directive to something better. Edward Z. Yang 2010-09-15 02:49:24 -0400
  • 9573f0933d Make newline normalization optional. Tomasz Muras 2010-09-10 21:51:55 +0100
  • 632bf2bbd4 Shift to 4.2.0 release cycle. Edward Z. Yang 2010-09-14 23:38:51 -0400
  • ec86598446 Add support for file:// URI scheme. Edward Z. Yang 2010-09-09 00:01:26 -0400
  • b6c3f5e89b Update TODO. Edward Z. Yang 2010-09-08 23:42:05 -0400
  • 7c91104532 Implement HTML.FlashAllowFullScreen. Edward Z. Yang 2010-09-08 23:39:20 -0400
  • eac628f490 Add %CSS.ForbiddenProperties directive. Edward Z. Yang 2010-09-04 02:59:03 -0400
  • 92913bc816 Add documentation about configuration directive types. Edward Z. Yang 2010-09-04 02:26:25 -0400
  • 479d793562 Reword documentation to be clearer, and give warning on common user error. Edward Z. Yang 2010-09-04 01:30:32 -0400
  • e2c15f1c98 Fix Mac Snow Leopard APC bug. Edward Z. Yang 2010-08-26 21:40:58 -0700
  • 57ced3f361 Tighten up ignore spec. Edward Z. Yang 2010-06-30 06:00:45 -0700
  • c04a441b3e Actually make URI.DisableResources do something. Edward Z. Yang 2010-06-30 05:59:17 -0700
  • 1bed8b6d5f Added %Core.RemoveProcessingInstructions. Edward Z. Yang 2010-06-20 18:26:44 -0700
  • 33afd7d9e0 Fix improper handling of IE conditional comments. Edward Z. Yang 2010-06-18 06:08:54 -0700
  • 18e538317a Release 4.1.1. v4.1.1 Edward Z. Yang 2010-05-31 20:17:31 -0700
  • 96a4193fc9 Fix undefined index warnings in maintenance scripts. Edward Z. Yang 2010-05-31 20:07:09 -0700
  • 00c66fa9cb Fix bug in parsing single attribute with entities. Edward Z. Yang 2010-05-31 19:44:18 -0700
  • d3abcb90e3 Rewrite CSS url() and font-family output logic. Edward Z. Yang 2010-05-21 11:53:52 -0400
  • df3100b1b3 Make test script less chatty when log_errors is on. Edward Z. Yang 2010-05-20 21:50:44 -0400
  • 143e1ad718 Remove shebang and +x from test script. Edward Z. Yang 2010-05-20 21:21:26 -0400
  • 875b0febde Fix infinite loop involving wrapping formedness. Edward Z. Yang 2010-05-17 23:22:51 -0400
  • 3166b8a10f Fix bug in background-position with center keyword. Edward Z. Yang 2010-05-05 15:08:57 -0400
  • 1a70bffd5a Emit errors when body is extracted. Edward Z. Yang 2010-05-04 13:41:09 -0400
  • f4c6e10ff7 Release 4.1.0. v4.1.0 Edward Z. Yang 2010-04-26 18:31:40 -0400
  • c1cbd9e565 Mute STRICT errors from CSSTidy and don't run PEARSax3 on PHP 5.3. Edward Z. Yang 2010-04-26 18:27:32 -0400
  • da94d3d6ac Always quote the contents of url() in CSS. Edward Z. Yang 2010-04-26 12:06:06 -0400
  • 80793e925e Remove +x bit from RemoveSpansWithoutAttributes.php Edward Z. Yang 2010-04-17 00:23:09 -0400
  • 8ef4fb22db Support for flashvars in HTML.SafeEmbed. Edward Z. Yang 2010-03-30 13:33:13 -0400
  • 70a7a3f5dd Handle <ol><ol> properly by adding missing <li> tag. Edward Z. Yang 2010-03-10 00:58:37 -0500
  • 4d612d5a77 Improve handling of malformed object parameters. Edward Z. Yang 2010-03-09 17:29:38 -0500
  • e152bf045d Ini is not supported by HipHop. timoshenko/hiphop skodak/hiphop robo47/hiphop bfroehle/hiphop RobLoach/hiphop Edward Z. Yang 2010-03-09 02:08:29 -0500
  • 4f8004f5d3 Changes to make HipHop compile HTML Purifier. Edward Z. Yang 2010-03-09 01:37:16 -0500
  • 63a854ee5d Remove call-time pass-by-reference. Edward Z. Yang 2010-03-08 03:45:11 -0500
  • 0229458f8f Implement Internet Explorer compatibility code for embedded content. Edward Z. Yang 2010-03-08 01:56:40 -0500
  • baa477ac08 Truncate alt text from src if it's too long. Edward Z. Yang 2010-03-08 01:22:21 -0500
  • dc90e8e85b Support flashvars. Edward Z. Yang 2010-03-08 01:16:57 -0500
  • 97125ed18b Implement data URI scheme. Edward Z. Yang 2010-03-07 21:14:44 -0500
  • 6c24bd945f Partially baked ImgCache patch. ezyang/imgcache Edward Z. Yang 2010-03-07 21:21:01 -0500
  • 63f2b16214 Implement data URI scheme. Edward Z. Yang 2010-03-07 21:14:44 -0500
  • 9a9036c689 Implement auto-formatter that removes empty span tags. Paul Stone 2009-08-27 20:42:09 -0400
  • aea7d02dfe Support YouTube slideshow embedding. Edward Z. Yang 2010-03-07 18:57:22 -0500
  • b3ca1498c2 Add boolean value flag for PEARSax3 for testing if a token is empty. Brian DeRocher 2010-02-26 21:29:20 -0500
  • ac18672aba Fix extant broken PEARSax3 parsing patterns. Edward Z. Yang 2010-02-26 21:14:52 -0500
  • faf28682ad Manually work around PEARSax3 E_STRICT errors. Edward Z. Yang 2010-02-26 20:42:42 -0500
  • e2cd852bcf Add shebang line to tests index script. Edward Z. Yang 2010-02-15 02:55:43 -0500
  • 694583259c Fix autoparagraph bug with non-inline elements. Edward Z. Yang 2010-02-15 02:55:33 -0500
  • bde4de3c78 Update TODO. Edward Z. Yang 2009-08-27 20:08:27 -0400
  • 5b4e5c983e Support proprietary height attribute on table. Edward Z. Yang 2009-08-27 20:06:35 -0400
  • 1ad8fd5ce9 Gracefully deal with null injectors. Edward Z. Yang 2009-08-27 20:03:31 -0400
  • 6bdf161afd Update TODO. Edward Z. Yang 2009-07-15 14:50:52 -0400
  • af45a6c191 Release Phorum module 4.0.0. Edward Z. Yang 2009-07-09 21:12:35 -0400
  • 2b72d0445f Add 4.1.0 release NEWS entry. Edward Z. Yang 2009-07-09 21:03:46 -0400
  • d7b3117678 Add doxygen doc scripts, and fix package.php Edward Z. Yang 2009-07-08 22:11:15 -0400
  • 53ff3e2744 Release 4.0.0. v4.0.0 Edward Z. Yang 2009-07-07 22:41:01 -0400
  • 6776efccdd Update configuration scanner to parse new format. Edward Z. Yang 2009-07-07 22:32:44 -0400
  • ba9fd175d7 Make extractBody not terminate prematurely on first </body>. Edward Z. Yang 2009-07-07 22:19:04 -0400
  • 4d27906b02 Make %URI.Munge respect %URI.Host (don't munge). Edward Z. Yang 2009-07-06 22:04:51 -0400
  • 8f573df3dc XHTML 2 is dead. Long live XHTML 2. Signed-off-by: Edward Z. Yang <ezyang@mit.edu> Edward Z. Yang 2009-07-02 15:43:42 -0400
  • c7594487a2 Fix inability to totally override content model. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com> Edward Z. Yang 2009-06-10 18:24:52 -0400
  • 733a5ce5c3 Fix allowsElement() bug manifesting in LinkifyTest. Edward Z. Yang 2009-06-10 18:11:34 -0400
  • e8abd5953c Fix prototype impedance in HTMLDefinition and typo in docs/enduser-customize.html Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com> Edward Z. Yang 2009-06-07 16:05:46 -0400
  • 1b8c8865b2 Fix PHP 5.3.0 problem with numeric indices causing -0 problem. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com> Edward Z. Yang 2009-06-07 16:04:07 -0400