Page MenuHomePhabricator

Remove plain-text file view of Diffusion files.
ClosedPublic

Authored by avivey on Nov 10 2016, 12:33 AM.
Tags
None
Referenced Files
F13289164: D16833.diff
Tue, Jun 4, 11:34 AM
F13285794: D16833.id40539.diff
Tue, Jun 4, 2:52 AM
F13255393: D16833.diff
Sat, May 25, 4:46 AM
F13251051: D16833.id40537.diff
Fri, May 24, 7:40 PM
F13234788: D16833.diff
Tue, May 21, 3:45 AM
F13198450: D16833.id40539.diff
Mon, May 13, 6:40 AM
F13189949: D16833.diff
Sat, May 11, 6:36 AM
F13188809: D16833.id40537.diff
Sat, May 11, 5:31 AM
Subscribers
Tokens
"Party Time" token, awarded by epriestley.

Details

Summary

fixes T11792.
There's no good reason any more to have this option, so just drop it.

Test Plan

Load a file, toggle remaining "blame" button. Load search results page and an image too, which are serviced by the same controller.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avivey retitled this revision from to Remove plain-text file view of Diffusion files..
avivey updated this object.
avivey edited the test plan for this revision. (Show Details)
avivey added reviewers: epriestley, chad.
epriestley edited edge metadata.

Also throw out PhabricatorDiffusionColorSetting::SETTINGKEY?

src/applications/diffusion/controller/DiffusionBrowseController.php
108–109

Nuke this too?

This revision is now accepted and ready to land.Nov 10 2016, 12:35 AM

Also throw out PhabricatorDiffusionColorSetting::SETTINGKEY?

Er, I mean the whole class (PhabricatorDiffusionColorSetting).

avivey edited edge metadata.
  • delete the setting!
This revision was automatically updated to reflect the committed changes.