Merge in r649-656, prompted by changing two of Encoder's functions to static.
commit37ea1673ddb904c5b17e41dde89cfaeb49c70a0c
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 19 Jan 2007 02:28:53 +0000 (19 02:28 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 19 Jan 2007 02:28:53 +0000 (19 02:28 +0000)
treeaa56bc4c9cbeab2d4fbbff85561891a4578280e4
parent5395d8b4bdc74e551a075375dee1bd04e5c706b2
Merge in r649-656, prompted by changing two of Encoder's functions to static.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/strict@657 48356398-32a2-884e-a903-53898d9a118a
30 files changed:
NEWS
configdoc/styles/plain.css
configdoc/styles/plain.xsl
docs/dev-code-quality.html
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/index.html
docs/proposal-colors.html
docs/ref-devnetwork.html
docs/style.css
library/HTMLPurifier.php
library/HTMLPurifier/Config.php
library/HTMLPurifier/ConfigSchema.php
library/HTMLPurifier/Encoder.php
library/HTMLPurifier/EntityLookup.php
library/HTMLPurifier/HTMLDefinition.php
library/HTMLPurifier/Lexer.php
library/HTMLPurifier/Lexer/PEARSax3.php
library/HTMLPurifier/URISchemeRegistry.php
smoketests/all.php [new file with mode: 0644]
smoketests/common.php
smoketests/printDefinition.php
tests/Debugger.php
tests/HTMLPurifier/EncoderTest.php
tests/HTMLPurifier/LexerTest.php