Page MenuHomePhabricator

Merge and modernize Browse controllers in Diffusion
ClosedPublic

Authored by epriestley on Jan 5 2016, 1:43 PM.
Tags
None
Referenced Files
F13193938: D14942.id.diff
Sun, May 12, 7:33 PM
F13182254: D14942.id36094.diff
Thu, May 9, 9:56 PM
Unknown Object (File)
Mon, Apr 29, 3:22 PM
Unknown Object (File)
Sun, Apr 28, 5:49 PM
Unknown Object (File)
Wed, Apr 24, 11:16 PM
Unknown Object (File)
Fri, Apr 19, 4:02 PM
Unknown Object (File)
Apr 11 2024, 6:13 PM
Unknown Object (File)
Apr 11 2024, 7:50 AM
Subscribers
None

Details

Summary

Ref T4245. Browsing is huge and currently split across 5 files using controller delegation.

Although having a huge file isn't great, I think the way it is split up is currently worse, and it gets weird with more flexible repository identifiers.

So this is mostly merging five controllers into one, then a bit of modernization.

I think this can probably be split up better by pulling some of it out into views, instead of using delegation.

Test Plan

Browsed files, directories, and search results.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Merge and modernize Browse controllers in Diffusion.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 5 2016, 6:08 PM
This revision was automatically updated to reflect the committed changes.