summaryrefslogtreecommitdiff
path: root/plugins/format.bbcode.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-3/+3
2025-09-05Tweeks to get bbcode plugin clean for plugins pagelsces1-4/+3
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-5/+5
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2007-07-23extract wikilink handling and move it to a filter. this removes the need for ...Max Kremmel1-42/+9
2007-07-15revert pear include changes from 1.11 - xing - the commit left HTML_BBCodePar...Christian Fowler1-4/+2
2007-07-13large update to how data plugins are parsed. data plugin parsing is not done ...Max Kremmel1-17/+15
2007-07-11fix pear bbcode inclusionMax Kremmel1-5/+4
2007-06-09convert maketoc into a post parser filter - maketoc will now work on any form...Max Kremmel1-5/+1
2007-05-17Integrate HTMLPurifier into liberty.Nick Palmer1-7/+3
2007-05-16add linebreak defs to other formats as well for use with auto splittingwjames51-2/+3
2007-03-09include bithml if possible to get purge_html functionChristian Fowler1-2/+6
2007-02-11silence includeMax Kremmel1-2/+2
2007-02-09convert to the maintained Text_Wiki_BBCode parser which produces XHTMLChristian Fowler1-5/+24
2007-02-05Minor corrections to comments for PHPDocLester Caine1-4/+5
2007-01-08add some infamous spider documentationChristian Fowler1-1/+5
2006-12-27maketoc has to be called after wiki page link parsing to avoid parsing of mak...Max Kremmel1-5/+5
2006-12-27add rudimentary BBCode parser. largely untested, by idea is there using PEAR ...Christian Fowler1-0/+76