Page MenuHomePhabricator

Provide context objects for remarkup mail rendering, fixing Phriction relative URIs in initial email
ClosedPublic

Authored by epriestley on Feb 16 2018, 1:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 1:38 AM
Unknown Object (File)
Sat, Apr 20, 12:16 AM
Unknown Object (File)
Fri, Apr 19, 7:23 PM
Unknown Object (File)
Wed, Apr 17, 2:51 PM
Unknown Object (File)
Sun, Apr 7, 10:48 AM
Unknown Object (File)
Sat, Mar 30, 6:55 PM
Unknown Object (File)
Sat, Mar 30, 6:55 PM
Unknown Object (File)
Sat, Mar 30, 2:18 AM
Subscribers
None

Details

Summary

Fixes T10969. Ref T13077. When you create a Phriction document with a relative link ([[ ./path/to/page ]]) the initial email currently points to the wrong place.

This is because the context object (the page) isn't passed to the markup engine. Without this context, the relative link is rendered as though it appeared somewhere else (like a task or revision) where relative links don't make sense.

Test Plan

Created a new Phriction document with a relative link to [[ ./porcupine_facts/starmap ]], saw a usable link in the resulting email.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable