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)
Tue, May 7, 8:36 AM
Unknown Object (File)
Fri, May 3, 8:38 AM
Unknown Object (File)
Tue, Apr 30, 5:14 PM
Unknown Object (File)
Tue, Apr 30, 5:14 PM
Unknown Object (File)
Tue, Apr 30, 5:14 PM
Unknown Object (File)
Tue, Apr 30, 5:14 PM
Unknown Object (File)
Mon, Apr 29, 2:17 PM
Unknown Object (File)
Thu, Apr 25, 2:28 AM
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
Branch
T7756
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5295
Build 5313: [Placeholder Plan] Wait for 30 Seconds

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.