1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications
epriestley 7b290b94a7 Correct file PHID extraction on image update in Pholio
Summary: Ref T12776. This extraction of file PHIDs extracted "PholioImage" object PHIDs (`PHID-PIMG-...`), not "File" PHIDs (`PHID-FILE-...`). Instead, dig into the Pholio images and actually extract the file PHIDs. This method is now similar to the `PholioImageFileTransaction` method, which works already.

Test Plan:
  - Create a mock.
  - Update one of the images.
  - In Files, view the "Attached" tab of the updated image.
  - Before patch: not attached to mock.
  - After patch: properly attached to mock.

Reviewers: chad, amckinley

Reviewed By: chad

Maniphest Tasks: T12776

Differential Revision: https://secure.phabricator.com/D18042
2017-05-30 12:00:05 -07:00
..
almanac Cache Almanac URIs for repositories 2016-12-06 09:14:45 -08:00
aphlict Discard stdout/stderr from the aphlict subprocess when running in daemon (normal) mode 2016-11-13 16:43:42 -08:00
arcanist/conduit Remove remaining arcanist project code 2015-07-08 19:37:28 +10:00
audit Fix some error log issues with uninitialized commit/revision lists 2017-05-14 13:28:02 -07:00
auth Dirty the SSH key cache when usernames change 2017-04-14 08:03:00 -07:00
badges Spelling fix 2017-04-25 12:19:27 -07:00
base Make passing an object to newCurtain optional 2017-05-16 08:51:05 -07:00
cache With APCu 5+, use apcu_* function to examine cache state 2017-01-12 15:59:44 -08:00
calendar Search and Replace calls to setShade 2017-05-22 18:59:53 +00:00
celerity Make "Range" HTTP header work for Celerity static resource requests 2017-04-18 13:46:27 -07:00
chatlog Remove empty implementations of describeAutomaticCapabilities() 2016-11-09 15:24:22 -08:00
conduit Provide a hint that submitting a Conduit call shows you how to encode particular parameters 2017-03-24 13:15:03 -07:00
config Detect and prevent invalid configuation of "ui.footer-items" 2017-05-30 10:15:24 -07:00
conpherence Search and Replace calls to setShade 2017-05-22 18:59:53 +00:00
console After a reconnect, repaint Conpherence thread state 2017-04-17 16:00:32 -07:00
countdown Remove old Countdown route 2017-04-13 13:04:55 -07:00
daemon Garbage collect old daemon records based on modification date, not creation date 2017-05-26 09:18:26 -07:00
dashboard Make the Install Dashboard button green 2017-05-22 22:26:58 +00:00
differential Add needActiveDiffs to differential.createcomment method 2017-05-26 20:12:34 -07:00
diffusion Move DiffusionHistoryListView to DiffusionCommitListView 2017-05-26 13:11:59 -07:00
diviner Fix a constant typo in Diviner ("DECLARATAION" -> "TION") 2017-03-04 09:54:10 -08:00
doorkeeper Remove empty implementations of describeAutomaticCapabilities() 2016-11-09 15:24:22 -08:00
draft/storage Clean up some log spam caused by races in VersionedDraft 2016-09-05 13:01:53 -07:00
drydock Fix 4 typos in code 2017-04-07 04:09:56 -07:00
fact Update Facts for newPage 2016-04-03 15:07:52 -07:00
favorites Add some style to label in Favorites Menu 2017-02-01 07:20:31 -08:00
feed Allow users to query feed by a date range 2017-05-26 12:23:56 -07:00
files Search and Replace calls to setShade 2017-05-22 18:59:53 +00:00
flag Remove counts from home navigation 2017-01-21 13:55:40 -08:00
fund Fix FundRefund transaction calls 2017-05-09 09:59:41 -07:00
guides Move setLaunchButton to setSideColumn for ObjectItem 2017-05-25 15:31:19 -07:00
harbormaster Search and Replace calls to setShade 2017-05-22 18:59:53 +00:00
help Redesign header menus and search 2017-01-17 12:13:06 -08:00
herald Reduce application search engine results list for Dashboards 2017-02-22 12:42:43 -08:00
home Fix italics issue with nux state on homepage 2017-02-25 15:30:17 -08:00
legalpad Fix a runaway indentation level in LegalpadDocumentEditEngine 2017-05-14 13:59:57 -07:00
lipsum Add "--force" and "--quickly" flags to bin/lipsum 2017-02-27 09:09:41 -08:00
macro Add Conduit edit endpoint for Macro 2017-05-10 14:54:43 -07:00
maniphest Add maniphest.priority.search method 2017-05-26 16:02:39 -07:00
meta Move setLaunchButton to setSideColumn for ObjectItem 2017-05-25 15:31:19 -07:00
metamta Explicitly quote "From" name part when submitting mail to the Mailgun API 2017-05-04 17:03:26 -07:00
multimeter Add a cluster.read-only option 2016-04-09 13:40:47 -07:00
notification Fix several duplication/replay behaviors in Aphlict 2017-04-18 12:10:12 -07:00
nuance Allow Nuance commands to try to apply immediately 2017-05-26 08:36:21 -07:00
oauthserver Reduce application search engine results list for Dashboards 2017-02-22 12:42:43 -08:00
owners Search and Replace calls to setShade 2017-05-22 18:59:53 +00:00
packages Fixing copy/paste mistake 2017-04-19 15:48:59 -07:00
passphrase Clean up some Passphrase transaction bugs 2017-05-08 15:55:50 -07:00
paste Fix bad "editPolicy" key in Paste 2017-04-05 13:09:51 -07:00
people Move DiffusionHistoryListView to DiffusionCommitListView 2017-05-26 13:11:59 -07:00
phame Move setLaunchButton to setSideColumn for ObjectItem 2017-05-25 15:31:19 -07:00
phid Add Outline tag type to PHUITagView 2017-05-22 10:16:27 -07:00
phlux Remove empty implementations of describeAutomaticCapabilities() 2016-11-09 15:24:22 -08:00
pholio Correct file PHID extraction on image update in Pholio 2017-05-30 12:00:05 -07:00
phortune Clarify Subscription page language 2017-05-17 14:48:22 -07:00
phpast Update phpast for new UI 2016-04-05 13:52:59 -07:00
phragment Remove PhabricatorFile::buildFromFileDataOrHash() 2017-04-04 16:18:00 -07:00
phrequent Allow Phrequent to be used in dashboard panels 2017-03-06 11:00:55 -08:00
phriction Update PhrictionContent for modular transactions 2017-05-23 12:19:56 -07:00
phurl Change PhabricatorPhurlURLViewController to use EditEngine for commenting 2017-04-17 10:19:21 -07:00
policy Implement modular transactions for application policy changes 2017-05-03 17:49:41 -07:00
ponder Fix PonderAnswer transaction callsite 2017-05-12 19:04:48 +00:00
project Provide UI hints about task subtypes 2017-05-26 13:58:41 -07:00
releeph Replace Remarkup calls to PhabricatorHash::digest() with SHA256 2017-04-06 15:43:18 -07:00
remarkup/conduit
repository Update Maniphest for modular transactions 2017-05-15 10:29:06 -07:00
search Search and Replace calls to setShade 2017-05-22 18:59:53 +00:00
settings Add some basic sound preferences 2017-04-19 13:04:02 -07:00
slowvote Make a handful of minor Slowvote behaviors more consistent with other applications 2017-05-14 14:01:33 -07:00
spaces Update Spaces for modular transactions 2017-05-04 21:48:13 +00:00
subscriptions Clean up some rough Macro transaction edges 2017-05-08 16:29:35 -07:00
support/application
system Disallow /source/ in robots.txt 2017-04-06 16:28:09 -07:00
tokens Prevent awarding/revoking tokens when a task is locked 2017-03-04 09:55:35 -08:00
transactions Provide UI hints about task subtypes 2017-05-26 13:58:41 -07:00
typeahead Drive CLI-based revision edits through "differential.revision.edit" API + EditEngine 2016-12-16 10:08:49 -08:00
uiexample Try layering state icons on PHUICircleIconView 2017-05-26 13:55:42 -07:00
xhprof Allow XHProf profiles to be drag-and-dropped to upload them 2017-02-23 11:16:19 -08:00