Page MenuHomePhabricator

Conpherence - make `ZXXX` monograms a bit more useful.
ClosedPublic

Authored by btrahan on Apr 13 2015, 7:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 2:28 AM
Unknown Object (File)
Mon, Apr 22, 9:29 PM
Unknown Object (File)
Thu, Apr 18, 1:10 AM
Unknown Object (File)
Tue, Apr 9, 9:31 AM
Unknown Object (File)
Mon, Apr 1, 8:32 PM
Unknown Object (File)
Mon, Apr 1, 8:27 AM
Unknown Object (File)
Mon, Apr 1, 8:27 AM
Unknown Object (File)
Sun, Mar 31, 5:26 PM
Subscribers

Details

Summary

Ref T7756. Now viewing individual threads in Conpherence is ZXXX driven. Also adds remarkup support.

Test Plan

clicked around on list of conpherences in full view and it worked. selected 'view in conpherence' action from column and loaded correct ZXXX uri. Typed ZXXX in Maniphest and saw it link to Conpherence room.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Conpherence - make `ZXXX` monograms a bit more useful..
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

One inline.

src/applications/conpherence/application/PhabricatorConpherenceApplication.php
72

This probably needs to be /Z\d+ or similar, as written this will match /, /Z, /ZZ, etc.

This revision is now accepted and ready to land.Apr 13 2015, 7:36 PM
btrahan edited edge metadata.

fix over ambitious regex (test that ZXX still can't turn on durable column)

This revision was automatically updated to reflect the committed changes.