summaryrefslogtreecommitdiff
path: root/plugins/format.bbcode.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-3/+3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
every parser to call the tikiwiki parser and storing / expunging / renaming links. this will now be handled transparently for all format plugins
2007-07-15revert pear include changes from 1.11 - xing - the commit left ↵Christian Fowler1-4/+2
HTML_BBCodeParser completely undefined, and broke the parser. were there other changes?
2007-07-13large update to how data plugins are parsed. data plugin parsing is not done ↵Max Kremmel1-17/+15
by the format handlers anymore but by LibertyContent::parseData. this simplifies code in the format handlers somewhat and give better global control over plugin parsing. data parsed by plugins is now also excluded from parser and filter - this reduces load and allows plugins to do more stuff without having to deal with stuff that might happen in the parsers. hence, <\!--~np~--> type escaping is not required anymore in the plugins.
2007-07-11fix pear bbcode inclusionMax Kremmel1-5/+4
2007-06-09convert maketoc into a post parser filter - maketoc will now work on any ↵Max Kremmel1-5/+1
format plugin
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 ↵Max Kremmel1-5/+5
makrtoc output
2006-12-27add rudimentary BBCode parser. largely untested, by idea is there using PEAR ↵Christian Fowler1-0/+76
BBCode parser