Modify ↓
#13754 closed defect (fixed)
use format_to_oneliner instead of wiki_to_html
| Reported by: | anonymous | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | ClientsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description (last modified by )
With Trac 1.4 the Clients plugin fails to load all components because it requires the wiki_to_html function. The attached patch changes all wiki_to_html function to format_to_oneliner.
Attachments (1)
Change History (5)
Changed 6 years ago by
| Attachment: | clients_use_format_to_oneliner.diff added |
|---|
comment:1 Changed 6 years ago by
| Owner: | set to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:2 Changed 6 years ago by
comment:4 Changed 6 years ago by
| Description: | modified (diff) |
|---|
Note: See
TracTickets for help on using
tickets.



format_to_onelineris not a 1-1 replacement forwiki_to_oneliner. The arguments differ.