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, Dec 19, 1:00 AM
Unknown Object (File)
Wed, Dec 18, 2:38 AM
Unknown Object (File)
Thu, Dec 12, 9:08 AM
Unknown Object (File)
Sun, Dec 8, 12:49 PM
Unknown Object (File)
Fri, Dec 6, 7:18 PM
Unknown Object (File)
Tue, Dec 3, 12:30 PM
Unknown Object (File)
Sun, Dec 1, 10:19 PM
Unknown Object (File)
Fri, Nov 29, 1:40 PM
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 14427
Build 18800: Run Core Tests
Build 18799: 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
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.