1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-03 18:38:27 +01:00
phorge-phorge/src/applications/repository/phid
Austin McKinley 5c4c593af3 Update DiffusionLastModifiedController to use identities
Summary: Ref T12164. Updates another controller to use identities.

Test Plan:
Pretty ad-hoc, but loaded the main pages of several different repos with and without repo identities. I'm not totally convinced the `author` from this data structure is actually being used:
```
$return = array(
  'commit'    => $modified,
  'date'      => $date,
  'author'    => $author,
  'details'   => $details,
);
```

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12164

Differential Revision: https://secure.phabricator.com/D19580
2018-08-17 12:24:21 -07:00
..
PhabricatorRepositoryCommitPHIDType.php Render revision and audit state icons in Maniphest 2017-01-12 13:23:13 -08:00
PhabricatorRepositoryIdentityPHIDType.php Update DiffusionLastModifiedController to use identities 2018-08-17 12:24:21 -07:00
PhabricatorRepositoryPullEventPHIDType.php Add a basic pull event log for debugging repository cloning 2016-01-28 08:18:34 -08:00
PhabricatorRepositoryPushEventPHIDType.php Mark PhabricatorPHIDType::getPHIDTypeApplicationClass() as abstract 2015-11-03 06:47:12 +11:00
PhabricatorRepositoryPushLogPHIDType.php Mark PhabricatorPHIDType::getPHIDTypeApplicationClass() as abstract 2015-11-03 06:47:12 +11:00
PhabricatorRepositoryRefCursorPHIDType.php Add an "Onto Branch" selector control to "Land Revision" dialog 2015-12-10 14:21:38 -08:00
PhabricatorRepositoryRepositoryPHIDType.php Add Differential and Herald mail stamps and some refinements 2018-02-06 04:06:07 -08:00
PhabricatorRepositoryURIPHIDType.php Rough sketch of new repository URI editing 2016-04-29 09:21:00 -07:00