| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
every parser to call the tikiwiki parser and storing / expunging / renaming links. this will now be handled transparently for all format plugins
|
|
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.
|
|
format plugin
|
|
|
|
|
|
|
|
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.
|
|
extension, pass full parameter hash on to parser instead of slew of individual parameters
|
|
|
|
|
|
|
|
|