Page MenuHomePhabricator

Modernize chatlog a bit
ClosedPublic

Authored by epriestley on Apr 10 2014, 4:20 PM.

Details

Summary

Ref T4786. This doesn't fully fix the issue since there's no way to make channels public yet, but gets some of the infrastructure more up to date.

  • Allow public access to the list and log controllers.
  • Implement proper policy checks in the Events (this has no practical impact on the only controller that loads this stuff, it's just for general/future purposes).
  • Remove a old-style unused method for building page frames.
Test Plan

Viewed log list and log details as logged-in and logged out users.

Diff Detail

Repository
rP Phabricator
Branch
chatlogperm
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

epriestley retitled this revision from to Modernize chatlog a bit.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 10 2014, 6:30 PM
epriestley updated this revision to Diff 20748.

Closed by commit rPfacd3ea8ef5a (authored by @epriestley).