View Issue Details

IDProjectCategoryView StatusLast Update
5154Composr alpha bug reportsGeneral / Uncategorisedpublic2022-12-24 04:48
ReporterPDStig Assigned ToChris Graham  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary5154: topics module 2494: ending html comcode tag is getting escaped
DescriptionSomehow in the topics.php module, line 2494, $parameters[2] (defined on 2486) / $post contains invalid comcode. While the opening [html] is not escaped, the closing [/html] is getting escaped, creating a comcode error.

This is for post scheduling via schedule_code.

The post parameter for post looks fine. And forum posts otherwise work.
TagsNo tags attached.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2022-12-24 01:11

administrator   ~7840

Last edited: 2022-12-24 01:12

The schedule_code function is applying escaping in order to allow the JSON-encoded parameters to the Commandr run_scheduled_action-command to be properly encapsulated in a Commandr command. This presumably is failing to be an accurate escaping.
The failing use case is scheduling of the "moderator reply" feature.

Chris Graham

2022-12-24 02:35

administrator   ~7841

Actually it's not that, it's just that the escaped Commandr command becomes invalid Comcode. Thinking about how to solve this.

Issue History

Date Modified Username Field Change
2022-12-15 19:55 PDStig New Issue
2022-12-15 19:55 PDStig Status Not Assigned => Assigned
2022-12-15 19:55 PDStig Assigned To => Chris Graham
2022-12-24 01:11 Chris Graham Note Added: 0007840
2022-12-24 01:12 Chris Graham Note Edited: 0007840
2022-12-24 02:35 Chris Graham Note Added: 0007841
2022-12-24 04:48 Chris Graham Status Assigned => Resolved
2022-12-24 04:48 Chris Graham Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised