1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/src
epriestley fc9ad37b26 Add very basic scaffolding for Pholio
Summary:
I'm not going to land this until it's a bit more fleshed out since it would just confuse users, but this is probably more reviewable as a few diffs adding a couple features than one ULTRA-diff adding everything. Implement application basics for Pholio. This does more or less nothing, but adds storage, subscribe, flag, markup, indexing, query basics, PHIDs, handle loads, a couple of realy really basic controllers, etc.
Basic hierarchy is:

  - **Moleskine**: Top-level object like a Differential Revision, like "Ponder Feed Ideas".
  - **Image**: Each Moleskine has one or more images, like the unexpanded / expanded / mobile / empty states of feed.
  - **Transaction**: Comment or edit, like Maniphest. I generally want to move most apps to a transaction model so we can log edits.
  - **PixelComment**: Equivalent of an inline comment.

Test Plan: Created a fake object and viewed it.

Reviewers: btrahan, chad

Reviewed By: btrahan

CC: aran, davidreuss

Maniphest Tasks: T2097

Differential Revision: https://secure.phabricator.com/D3817
2012-11-21 17:22:36 -08:00
..
aphront Delete license headers from files 2012-11-05 11:16:51 -08:00
applications Add very basic scaffolding for Pholio 2012-11-21 17:22:36 -08:00
docs Document that arc diff is able to commit 2012-11-21 11:05:09 -08:00
infrastructure Add very basic scaffolding for Pholio 2012-11-21 17:22:36 -08:00
rsrc Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
view Add very basic scaffolding for Pholio 2012-11-21 17:22:36 -08:00
__celerity_resource_map__.php Modify Celerity to emit required resources on Ajax responses 2012-11-21 08:37:01 -08:00
__phutil_library_init__.php Delete license headers from files 2012-11-05 11:16:51 -08:00
__phutil_library_map__.php Add very basic scaffolding for Pholio 2012-11-21 17:22:36 -08:00