Page MenuHomePhabricator

Fix unusual use of Remarkup in Maniphest
ClosedPublic

Authored by epriestley on Mar 21 2016, 6:21 PM.
Tags
None
Referenced Files
F14061979: D15501.diff
Mon, Nov 18, 9:38 AM
F14049436: D15501.diff
Thu, Nov 14, 12:56 PM
F14048285: D15501.id37370.diff
Thu, Nov 14, 7:21 AM
F14037246: D15501.diff
Sun, Nov 10, 2:35 PM
F14029038: D15501.id37370.diff
Fri, Nov 8, 6:59 PM
F14019300: D15501.diff
Tue, Nov 5, 9:52 PM
F14012014: D15501.id37370.diff
Fri, Nov 1, 6:54 AM
F14000735: D15501.diff
Fri, Oct 25, 12:13 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.