1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 07:42:40 +01:00
phorge-phorge/src/applications/files
epriestley a22bea2a74 Apply lint rules to Phabricator
Summary: Mostly applies a new call spacing rule; also a few things that have slipped through via pull requests and such

Test Plan: `find src/ -type f -name '*.php' | xargs -n16 arc lint --output summary --apply-patches`

Reviewers: chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5002
2013-02-19 13:33:10 -08:00
..
application Installation & Uninstallion of Applications 2013-01-29 09:17:24 -08:00
conduit Conduit file upload method that takes in the files content hash and name. Returns the file phid if successful. Updates to phutil library map. 2013-02-11 06:30:02 -08:00
config Preserving the Animation of Gif Images 2013-02-08 09:42:28 -08:00
controller Convert some phutil_escape_html() to hsprintf() 2013-02-08 15:59:02 -08:00
engine Files now share storage. New files are written only if no other files have the same contentHash. Storage is only deleted if no other file is sharing it. 2013-02-09 07:03:58 -08:00
engineselector Delete license headers from files 2012-11-05 11:16:51 -08:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
management Apply lint rules to Phabricator 2013-02-19 13:33:10 -08:00
query Modernize Files lists 2012-12-16 16:33:02 -08:00
storage data in PhabricatorFile hashed using sha1 2013-02-15 07:47:50 -08:00
view Convert phutil_render_tag(X, Y, pht('...')) to phutil_tag 2013-01-24 19:20:30 -08:00
PhabricatorImageTransformer.php Apply lint rules to Phabricator 2013-02-19 13:33:10 -08:00