silverstripe-framework/thirdparty/HTML_BBCodeParser2/TODO
Damian Mooyman 8dd644d25d
API Namespace all classes
Namespace all templates
Move difflib and BBCodeParser2 to thirdparty
Remove deprecated API marked for removal in 4.0
2016-09-08 10:23:17 +12:00

14 lines
593 B
Plaintext
Executable File

TODO
- fix bugs reported through http://pear.php.net/bugs/ (373, 512)
- think about custom runtime tag loading (Stan Lemon was busy with this)
- make sure <li> is embedded in <ul> of <ol>
- add a nl2br option
- maybe add default value for attributes (target in url)
- try to fix recursive lists (only occurs with [*] shorthand)
- make it possible to use spaces in argument values with quotes
DONE
- fix urls with strange characters (#, &, spaces)
- add more advanced text filter (color, size, quote, code, etc)
- check for notice errors (undefined offset)
- fixed bugs 484, 486, 518, 508, 462