0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 10:45:18 +00:00

[1.2.0] Update documentation paths.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@536 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-11-19 04:37:26 +00:00
parent a3968a1ec7
commit f0fe829af4
3 changed files with 6 additions and 6 deletions

View File

@ -2,6 +2,6 @@
CREDITS CREDITS
Almost everything written by Edward Z. Yang (Ambush Commander). Lots of thanks Almost everything written by Edward Z. Yang (Ambush Commander). Lots of thanks
to the DevNetwork Community for their help (see docs/devnetwork.html for more to the DevNetwork Community for their help (see docs/ref-devnetwork.html for
details), Feyd especially (namely IPv6 and optimization). Thanks to RSnake for more details), Feyd especially (namely IPv6 and optimization). Thanks to RSnake
letting me package his fantastic XSS cheatsheet for a smoketest. for letting me package his fantastic XSS cheatsheet for a smoketest.

4
NEWS
View File

@ -16,7 +16,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
so that they don't collide with your IDs so that they don't collide with your IDs
+ %Attr.IDPrefixLocal - Same as above, but for when there are multiple + %Attr.IDPrefixLocal - Same as above, but for when there are multiple
instances of user content on the page instances of user content on the page
+ Profuse documentation on how to use these available in id.txt + Profuse documentation on how to use these available in docs/enduser-id.txt
! Added MODx plugin <http://modxcms.com/forums/index.php/topic,6604.0.html> ! Added MODx plugin <http://modxcms.com/forums/index.php/topic,6604.0.html>
! Added percent encoding normalization ! Added percent encoding normalization
! XSS attacks smoketest given facelift ! XSS attacks smoketest given facelift
@ -30,9 +30,9 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
+ TODO added request Remove redundant tags + TODO added request Remove redundant tags
+ TODO added possible plaintext formatter for HTML Purifier documentation + TODO added possible plaintext formatter for HTML Purifier documentation
+ Updated ConfigDoc TODO + Updated ConfigDoc TODO
+ Updated code-quality.txt, removing issues that have been resolved
+ Improved inline comments in AttrDef/Class.php, AttrDef/CSS.php + Improved inline comments in AttrDef/Class.php, AttrDef/CSS.php
and AttrDef/Host.php and AttrDef/Host.php
+ Revamped documentation into HTML, along with misc updates
- HTMLPurifier_Context doesn't throw a variable reference error if you attempt - HTMLPurifier_Context doesn't throw a variable reference error if you attempt
to retrieve a non-existent variable to retrieve a non-existent variable
. Switched to purify()-wide Context object registry . Switched to purify()-wide Context object registry

2
TODO
View File

@ -3,7 +3,7 @@ TODO List
1.2 release 1.2 release
- Make URI validation routines tighter (especially mailto) - Make URI validation routines tighter (especially mailto)
- More extensive URI filtering schemes (see URI in config-ideas.txt) - More extensive URI filtering schemes (see docs/proposal-new-directives.txt)
- Allow for background-image and list-style-image (see above) - Allow for background-image and list-style-image (see above)
- Error logging for filtering/cleanup procedures - Error logging for filtering/cleanup procedures
- Rich set* methods and config file loaders for HTMLPurifier_Config - Rich set* methods and config file loaders for HTMLPurifier_Config