summaryrefslogtreecommitdiff
path: root/plugins/format.bithtml.php
AgeCommit message (Collapse)AuthorFilesLines
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-38/+10
every parser to call the tikiwiki parser and storing / expunging / renaming links. this will now be handled transparently for all format plugins
2007-07-13large update to how data plugins are parsed. data plugin parsing is not done ↵Max Kremmel1-3/+1
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-06-12Move html purification stuff into filters. Still need to address style ↵Nick Palmer1-2/+2
purifier user issue and filter ordering.
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-47/+3
2007-05-16add alternate two field blogpost editing as admin option - off by defaultwjames51-2/+3
2006-09-07remove calls to wiki functions - add lester's code for a tidier solutionJerry Russell1-6/+1
2006-09-07Drop BitPage:: ( If this works the 1.10 fix can be dropped )Lester Caine1-2/+2
2006-09-07add code to brute force 'BitPage' to prevent errors.Jerry Russell1-1/+6
2006-08-27parse_data_plugins has one more parameter nowSylvie Greverend1-2/+2
2006-08-23Fixed a problem with prototype's show and hide functions hiding the bitweaverNick Palmer1-2/+2
versions of those javascript function which made the format selection radios vanish. Modified the liberty/templates/edit_format.tpl and related files to allow editing of more than one content block in the same form. This can be done by setting gContent in the smarty include tag as well as format_guid_variable to the name of the variable the format should be stored in.
2006-08-15missing includeSylvie Greverend1-1/+2
2006-06-20allow caching to various files by allowing specification of cache file ↵Max Kremmel1-23/+24
extension, pass full parameter hash on to parser instead of slew of individual parameters
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-3/+3
2006-04-07Added missing HelpPageLee L Bell1-1/+2
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-3/+3
conflict with new content preferences
2006-01-14merge recent changes into HEADMax Kremmel1-0/+108