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
Unknown Object (File)
Thu, Apr 25, 3:58 AM
Unknown Object (File)
Mon, Apr 22, 9:06 PM
Unknown Object (File)
Mon, Apr 22, 8:36 PM
Unknown Object (File)
Thu, Apr 18, 3:52 PM
Unknown Object (File)
Mon, Apr 8, 3:38 PM
Unknown Object (File)
Mon, Apr 8, 2:28 PM
Unknown Object (File)
Mon, Apr 8, 11:35 AM
Unknown Object (File)
Mon, Apr 8, 11:35 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
Branch
no-plaintext-diffusion
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 14428
Build 18802: Run Core Tests
Build 18801: arc lint + arc unit

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.