Actions
Defect #20141
closedSync #wiki_format_provider plugin API shortcut with changes to Redmine::WikiFormatting.register from r12450 and r14313
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Two changes were made to
Redmine::WikiFormatting.register which are not yet reflected in the shortcut method provided by the plugin API (Redmine::Plugin#wiki_format_provider, source:/trunk/lib/redmine/plugin.rb@14359#L365). The changes were integrated via the following two changesets:
- r12450 (2.5.0): added option for formatter label
- r14313 (3.1.0): addition of (HTML)
parserargument and addition of defaultFormatter,Helper,HtmlParsernames.
Please update the API to match the current signature of Redmine::WikiFormatting.register.
Updated by Jean-Philippe Lang over 10 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fixed in r14363, thanks for pointing this out.
Actions