Defect #20141
Sync #wiki_format_provider plugin API shortcut with changes to Redmine::WikiFormatting.register from r12450 and r14313
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Plugin API | |||
Target version: | 3.1.0 | |||
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)
parser
argument and addition of defaultFormatter
,Helper
,HtmlParser
names.
Please update the API to match the current signature of Redmine::WikiFormatting.register
.
Associated revisions
Updates #wiki_format_provider plugin API with changes to wiki formatting (#20141).
History
#1
Updated by Jean-Philippe Lang almost 6 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.