Phabricator's lightweight markup language.
Details
Details
Description
Feb 17 2023
Feb 17 2023
epriestley updated the task description for T13682: Improve Remarkup file reference attachment behaviors after removal of "attach by default".
Oct 26 2022
Oct 26 2022
epriestley added a comment to T13682: Improve Remarkup file reference attachment behaviors after removal of "attach by default".
- Inline Comments: See PHI2217. See PHI2206. Inline comments don't currently attach images.
- Destroying Edges: See PHI2201. See PHI2217. Destroying files that have old edge types may raise warnings. The destruction still works, although it doesn't hit the edges.
- Destroying Files: See PHI2217. Destroying an object doesn't destroy corresponding FileAttachment objects, so you can end up with ghosts in the UI.
May 28 2022
May 28 2022
May 27 2022
May 27 2022
May 26 2022
May 26 2022
May 25 2022
May 25 2022
epriestley added a comment to T13682: Improve Remarkup file reference attachment behaviors after removal of "attach by default".
"PhabricatorApplicationTransactionCommentView->setDraft()" has exactly two callers: one in Slowvote...
May 24 2022
May 24 2022
epriestley updated the task description for T13682: Improve Remarkup file reference attachment behaviors after removal of "attach by default".
May 23 2022
May 23 2022
May 20 2022
May 20 2022
epriestley updated the task description for T13682: Improve Remarkup file reference attachment behaviors after removal of "attach by default".
May 19 2022
May 19 2022
epriestley triaged T13682: Improve Remarkup file reference attachment behaviors after removal of "attach by default" as Normal priority.
May 9 2022
May 9 2022
epriestley triaged T13678: Remarkup objects may form rendering cycles when embedded as Normal priority.
Sep 28 2020
Sep 28 2020
Aug 11 2020
Aug 11 2020
epriestley added a comment to T13564: Remarkup tables should show all content when printed to PDF.
Adding overflow-wrap: anywhere appears to fix this without breaking anything.
epriestley triaged T13564: Remarkup tables should show all content when printed to PDF as Normal priority.
May 21 2020
May 21 2020
epriestley closed T5378: Phabricator full task URLs for that instance do not provide hover/popup text (like T1234 does) as Resolved.
I think (?) this was pretty much resolved by the last round of changes. See T13291 for some followups.
May 21 2020, 4:03 PM · Customer Impact, Restricted Project, Restricted Project, Hovercards, Remarkup, Wikimedia
May 3 2020
May 3 2020
epriestley triaged T13530: Unterminated remarkup literal blocks ("%%%") can trigger a parser error as Low priority.
Feb 6 2020
Feb 6 2020
epriestley closed T5427: Force a line break in a table cell as Resolved by committing rP2327578adc94: Respect linebreaks in full HTML tables in Remarkup.
epriestley added a comment to T5427: Force a line break in a table cell.
epriestley reopened T5427: Force a line break in a table cell as "Open".
See also PHI1630.
Feb 4 2020
Feb 4 2020
epriestley added a comment to T13487: Improve performance of remarkup block splitting.
To attempt to justify micro-optimizing this loop:
Jan 29 2020
Jan 29 2020
epriestley updated the task description for T13482: Remove strikethru style from checked-off Remarkup list items.
I removed the strikethrough in T13482, which mostly moots this.