Page MenuHomePhabricator

Merge and modernize Browse controllers in Diffusion
ClosedPublic

Authored by epriestley on Jan 5 2016, 1:43 PM.
Tags
None
Referenced Files
F14012280: D14942.diff
Fri, Nov 1, 10:39 AM
F13995646: D14942.id36094.diff
Wed, Oct 23, 2:27 PM
F13962661: D14942.diff
Tue, Oct 15, 11:29 AM
Unknown Object (File)
Oct 10 2024, 2:06 AM
Unknown Object (File)
Sep 27 2024, 6:30 AM
Unknown Object (File)
Sep 23 2024, 6:43 AM
Unknown Object (File)
Sep 21 2024, 5:15 AM
Unknown Object (File)
Sep 9 2024, 8:26 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

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.