mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
Update TODO with items from Denis.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1702 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
aaf6ba421c
commit
9f37764614
11
TODO
11
TODO
@ -11,10 +11,15 @@ If no interest is expressed for a feature that may require a considerable
|
|||||||
amount of effort to implement, it may get endlessly delayed. Do not be
|
amount of effort to implement, it may get endlessly delayed. Do not be
|
||||||
afraid to cast your vote for the next feature to be implemented!
|
afraid to cast your vote for the next feature to be implemented!
|
||||||
|
|
||||||
|
- FINISH THE DRUPAL MODULE!!!
|
||||||
- Get PH5P working with the latest versions of DOM, which have much more
|
- Get PH5P working with the latest versions of DOM, which have much more
|
||||||
stringent error checking procedures. Maybe convert straight to tokens.
|
stringent error checking procedures. Maybe convert straight to tokens.
|
||||||
- Figure out what to do with $this->config configuration object calls
|
- Figure out what to do with $this->config configuration object calls
|
||||||
in the scanner
|
in the scanner
|
||||||
|
- Quick optimizations for empty strings and strings without HTML (make sure
|
||||||
|
%HTML.Parent is accounted for) - Denis
|
||||||
|
- Write a var_export and memcached DefinitionCache - Denis
|
||||||
|
- Make %HTML.Allowed accept arbitrary whitespace - Denis
|
||||||
|
|
||||||
FUTURE VERSIONS
|
FUTURE VERSIONS
|
||||||
---------------
|
---------------
|
||||||
@ -76,9 +81,13 @@ Ongoing
|
|||||||
|
|
||||||
AutoFormat
|
AutoFormat
|
||||||
- Smileys
|
- Smileys
|
||||||
- Syntax highlighting with <pre> and possibly <?php
|
- Syntax highlighting (with GeSHi) with <pre> and possibly <?php
|
||||||
- Look at http://drupal.org/project/Modules/category/63 for ideas
|
- Look at http://drupal.org/project/Modules/category/63 for ideas
|
||||||
|
|
||||||
|
Optimizations
|
||||||
|
- Reduce size of internal data-structures (esp. HTMLDefinition)
|
||||||
|
- Combine multiple strategies into a single, single-pass strategy
|
||||||
|
|
||||||
Neat feature related
|
Neat feature related
|
||||||
! Factor demo.php into a set of Printer classes, and then create a stub
|
! Factor demo.php into a set of Printer classes, and then create a stub
|
||||||
file for users here (inside the actual HTML Purifier library)
|
file for users here (inside the actual HTML Purifier library)
|
||||||
|
Loading…
Reference in New Issue
Block a user