summaryrefslogtreecommitdiff
path: root/plugins/format.markdown.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-1421/+13
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-09convert maketoc into a post parser filter - maketoc will now work on any ↵Max Kremmel1-5/+1
format plugin
2007-05-16add linebreak defs to other formats as well for use with auto splittingwjames51-2/+3
2006-10-13phpDoc correctionsLester Caine1-2/+6
2006-09-01missing paramSylvie 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-06-20allow caching to various files by allowing specification of cache file ↵Max Kremmel1-7/+7
extension, pass full parameter hash on to parser instead of slew of individual parameters
2006-04-10fix logic of mardown parserMax Kremmel1-8/+3
2006-01-14merge recent changes into HEADMax Kremmel1-13/+13
2005-11-22merge recent changes into HEADMax Kremmel1-4/+12
2005-08-24synch recent changes from R1 to HEADMax Kremmel1-0/+1443