Vote #76483
完了Sync #wiki_format_provider plugin API shortcut with changes to Redmine::WikiFormatting.register from r12450 and r14313
0%
説明
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 (version:2.5.0): added option for formatter label
- r14313 (version:3.1.0): addition of (HTML) @parser@ argument and addition of default @Formatter@, @Helper@, @HtmlParser@ names.
Please update the API to match the current signature of @Redmine::WikiFormatting.register@.
journals
Fixed in r14363, thanks for pointing this out.
--------------------------------------------------------------------------------