Page MenuHomePhabricator

Merge and modernize Browse controllers in Diffusion
ClosedPublic

Authored by epriestley on Jan 5 2016, 1:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 24, 2:53 PM
Unknown Object (File)
Sun, Dec 22, 4:39 PM
Unknown Object (File)
Tue, Dec 17, 1:50 PM
Unknown Object (File)
Mon, Dec 16, 4:42 PM
Unknown Object (File)
Sun, Dec 15, 4:38 PM
Unknown Object (File)
Thu, Dec 12, 2:50 AM
Unknown Object (File)
Wed, Dec 11, 9:35 PM
Unknown Object (File)
Mon, Dec 9, 5:32 PM
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

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.