Page MenuHomePhabricator

Fix unusual use of Remarkup in Maniphest
ClosedPublic

Authored by epriestley on Mar 21 2016, 6:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 6, 2:48 PM
Unknown Object (File)
Sat, Apr 6, 6:09 AM
Unknown Object (File)
Fri, Apr 5, 3:10 PM
Unknown Object (File)
Feb 14 2024, 5:39 AM
Unknown Object (File)
Feb 8 2024, 12:31 PM
Unknown Object (File)
Jan 24 2024, 1:27 AM
Unknown Object (File)
Jan 7 2024, 4:57 AM
Unknown Object (File)
Dec 27 2023, 6:21 AM
Subscribers

Details

Summary

Fixes T10234. This usage is unusual, out of date, and has some bad interactions with engines and custom rules.

Test Plan
  • Added CustomInlineCodeRule from P1129 as an extension rule.
  • Put a custom <code> ... </code> block in a Maniphest task description.
  • Saw fatal as described in task; applied change; saw rule work properly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix unusual use of Remarkup in Maniphest.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 21 2016, 6:24 PM
This revision was automatically updated to reflect the committed changes.

Thank you for making this fix even though the task was closed as invalid.