View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005154 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2022-12-15 19:55 | 2022-12-24 04:48 |
| Reporter | Patrick Schmalstig | Assigned To | Chris Graham | ||
| Severity | Minor-bug | ||||
| Status | resolved | Resolution | fixed | ||
| Summary | 0005154: topics module 2494: ending html comcode tag is getting escaped | ||||
| Description | Somehow 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. | ||||
| Tags | No tags attached. | ||||
| Sponsorship open | |||||
|
|
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. |
|
|
Actually it's not that, it's just that the escaped Commandr command becomes invalid Comcode. Thinking about how to solve this. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-12-15 19:55 | Patrick Schmalstig | New Issue | |
| 2022-12-15 19:55 | Patrick Schmalstig | Status | non-assigned => assigned |
| 2022-12-15 19:55 | Patrick Schmalstig | Assigned To | => Chris Graham |
| 2022-12-24 01:11 | Chris Graham | Note Added: 0007840 | |
| 2022-12-24 01:12 | Chris Graham | Note Edited: 0007840 | View Revisions |
| 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 |