Page MenuHomePhabricator

Move Aphront to `libphutil`
AbandonedPublic

Authored by joshuaspence on Jul 16 2014, 1:54 AM.
Tags
None
Referenced Files
F15593173: D9941.diff
Sat, May 10, 8:25 AM
F15584262: D9941.diff
Thu, May 8, 2:25 AM
F15573239: D9941.id23862.diff
Mon, May 5, 8:04 PM
F15529172: D9941.largetrue.diff
Tue, Apr 22, 5:25 PM
F15526097: D9941.id23851.diff
Mon, Apr 21, 7:07 PM
F15524756: D9941.id23861.diff
Mon, Apr 21, 10:11 AM
F15523261: D9941.id23862.diff
Mon, Apr 21, 12:14 AM
F15511703: D9941.id.largetrue.diff
Thu, Apr 17, 4:43 AM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T1806: Move Aphront to libphutil
Summary

Fixes T1806. Move Aphront to libphutil and making it usable as a standalone web stack, independent of Phabricator.

Test Plan

Browsed around a couple of pages in Phabricator... everything seemed to load just fine.

Event Timeline

joshuaspence retitled this revision from to Move Aphront to `libphutil`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.
  • Move src/view from Phabricator as well
  • Moved src/view to src/aphront/view

(The idea here was to move everything that didn't seem too Phabricator-specific. In particular, I didn't move any classes that were prefixed with Phabricator.)

PHUI is "Phabricator UI", and many of these classes just haven't been modernized to be designated as "PHUI". I have some expectation that all the UI lives in one repo so I don't have to worry about making sure something exists.