Release 1.6.1, merged in 931 to HEAD.v1.6.1-strict
commitc35eb3e95f2a8c76bc2f037d91189cd9f7340eb3
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 5 May 2007 20:49:49 +0000 (5 20:49 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 5 May 2007 20:49:49 +0000 (5 20:49 +0000)
treea104c1206bbb822e01f67c393aab417c56bdbe39
parentb829e76bbf65edb8220bb03031ada1b2e6206c9b
Release 1.6.1, merged in 931 to HEAD.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/strict@1026 48356398-32a2-884e-a903-53898d9a118a
89 files changed:
Doxyfile
INSTALL
NEWS
README
TODO
VERSION [new file with mode: 0644]
WHATSNEW [new file with mode: 0644]
configdoc/generate.php
docs/dev-advanced-api.html
docs/dev-code-quality.txt [moved from docs/dev-code-quality.html with 58% similarity]
docs/dev-naming.html
docs/dev-optimization.html
docs/dev-progress.html
docs/enduser-id.html
docs/enduser-slow.html
docs/enduser-utf8.html
docs/enduser-youtube.html
docs/examples/basic.php
docs/examples/demo.php [deleted file]
docs/index.html
docs/proposal-colors.html
docs/ref-devnetwork.html
docs/specimens/LICENSE [new file with mode: 0644]
docs/specimens/html-align-to-css.html [new file with mode: 0644]
docs/specimens/img.png [new file with mode: 0644]
docs/specimens/windows-live-mail-desktop-beta.html [new file with mode: 0644]
library/HTMLPurifier.php
library/HTMLPurifier/AttrDef/Enum.php
library/HTMLPurifier/AttrDef/HTML/FrameTarget.php [new file with mode: 0644]
library/HTMLPurifier/AttrTransform.php
library/HTMLPurifier/AttrTransform/BgColor.php
library/HTMLPurifier/AttrTransform/BoolToCSS.php [new file with mode: 0644]
library/HTMLPurifier/AttrTransform/Border.php
library/HTMLPurifier/AttrTransform/EnumToCSS.php [new file with mode: 0644]
library/HTMLPurifier/AttrTransform/ImgSpace.php [new file with mode: 0644]
library/HTMLPurifier/AttrTransform/Length.php
library/HTMLPurifier/AttrTransform/Name.php
library/HTMLPurifier/AttrTransform/TextAlign.php [deleted file]
library/HTMLPurifier/CSSDefinition.php
library/HTMLPurifier/ConfigSchema.php
library/HTMLPurifier/ElementDef.php
library/HTMLPurifier/HTMLDefinition.php
library/HTMLPurifier/HTMLModule/Bdo.php
library/HTMLPurifier/HTMLModule/Edit.php
library/HTMLPurifier/HTMLModule/Hypertext.php
library/HTMLPurifier/HTMLModule/Image.php
library/HTMLPurifier/HTMLModule/List.php
library/HTMLPurifier/HTMLModule/Presentation.php
library/HTMLPurifier/HTMLModule/Scripting.php [new file with mode: 0644]
library/HTMLPurifier/HTMLModule/Tables.php
library/HTMLPurifier/HTMLModule/Target.php [new file with mode: 0644]
library/HTMLPurifier/HTMLModule/Text.php
library/HTMLPurifier/HTMLModule/TransformToStrict.php
library/HTMLPurifier/HTMLModule/TransformToXHTML11.php
library/HTMLPurifier/HTMLModuleManager.php
library/HTMLPurifier/Lexer/DirectLex.php
library/HTMLPurifier/Strategy/RemoveForeignElements.php
library/HTMLPurifier/TagTransform/Font.php
package.php
release.php [new file with mode: 0644]
smoketests/attrTransform.php [new file with mode: 0644]
smoketests/attrTransform.xml [new file with mode: 0644]
smoketests/img.png [new file with mode: 0644]
smoketests/printDefinition.php
tests/HTMLPurifier/AttrDef/HTML/FrameTargetTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDefTest.php
tests/HTMLPurifier/AttrTransform/BoolToCSSTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrTransform/EnumToCSSTest.php [moved from tests/HTMLPurifier/AttrTransform/TextAlignTest.php with 56% similarity]
tests/HTMLPurifier/AttrTransform/ImgRequiredTest.php
tests/HTMLPurifier/AttrTransform/ImgSpaceTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrTransform/LangTest.php
tests/HTMLPurifier/AttrTransformTest.php [new file with mode: 0644]
tests/HTMLPurifier/ChildDef/RequiredTest.php
tests/HTMLPurifier/ConfigSchemaTest.php
tests/HTMLPurifier/ConfigTest.php
tests/HTMLPurifier/GeneratorTest.php
tests/HTMLPurifier/HTMLModuleManagerTest.php
tests/HTMLPurifier/Harness.php
tests/HTMLPurifier/LanguageFactoryTest.php
tests/HTMLPurifier/Lexer/DirectLexTest.php
tests/HTMLPurifier/LexerTest.php
tests/HTMLPurifier/PercentEncoderTest.php
tests/HTMLPurifier/Strategy/RemoveForeignElementsTest.php
tests/HTMLPurifier/Strategy/ValidateAttributesTest.php
tests/HTMLPurifier/TagTransformTest.php
tests/HTMLPurifier/Test.php
tests/HTMLPurifier/TokenFactoryTest.php
tests/HTMLPurifier/TokenTest.php
tests/test_files.php