Page MenuHomePhabricator

Move room preferences into own controller
ClosedPublic

Authored by chad on Apr 19 2017, 11:23 PM.
Tags
None
Referenced Files
F15421045: D17740.id42674.diff
Fri, Mar 21, 8:35 PM
F15416691: D17740.id42671.diff
Thu, Mar 20, 12:59 PM
F15416539: D17740.id42673.diff
Thu, Mar 20, 11:53 AM
F15412040: D17740.id.diff
Wed, Mar 19, 10:59 AM
F15407717: D17740.diff
Tue, Mar 18, 7:08 PM
F15398758: D17740.diff
Mon, Mar 17, 1:32 AM
F15394876: D17740.diff
Sun, Mar 16, 1:47 AM
F15346705: D17740.id42673.diff
Mon, Mar 10, 2:03 PM
Subscribers

Details

Summary

Ref T12591. These preferences are per user and we need to reload the whole UI on a change anyways. Simplifies future expansion.

Test Plan

Option click into new window, set preferences. View in Conpherence, see saved settings, change sound. Hear new sound.

Diff Detail

Repository
rP Phabricator
Branch
move-conpherence-preferences (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16608
Build 22146: Run Core Tests
Build 22145: arc lint + arc unit

Event Timeline

v. nice

src/applications/conpherence/controller/ConpherenceRoomPreferencesController.php
33

This can be simplified slightly to $this->newDialog() in modern code.

Probably needs a addCancelButton()?

38

(Consider adding getURI() to Thread if it doesn't already exist?)

This revision is now accepted and ready to land.Apr 19 2017, 11:25 PM
chad marked an inline comment as done.
  • update per comments
This revision was automatically updated to reflect the committed changes.