Page MenuHomePhabricator

Add a dedicated HistoryListView for Diffusion
ClosedPublic

Authored by chad on May 23 2017, 8:48 PM.
Tags
None
Referenced Files
F18585457: D18005.diff
Thu, Sep 11, 3:44 PM
F18336306: D18005.id43304.diff
Mon, Aug 25, 11:01 AM
F18332421: D18005.id43306.diff
Mon, Aug 25, 2:59 AM
F18328781: D18005.id43305.diff
Sun, Aug 24, 11:48 PM
F18327513: D18005.id.diff
Sun, Aug 24, 10:47 PM
F18326527: D18005.diff
Sun, Aug 24, 9:42 PM
F18192471: D18005.id43305.diff
Sun, Aug 17, 4:14 AM
F18092958: D18005.id.diff
Aug 7 2025, 2:31 PM
Subscribers

Details

Summary

Going to play a bit with this layout (diffusion sans audit) and see how it feels on profile. Uses a user image, moves the commit hash (easily selectible) and separates commits by date.

Test Plan

Review profiles with and without commits.

image.png (2×2 px, 482 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Feels a lot like "copy GitHub" to me, but I think everyone loves GitHub's UI and hates Diffusion's UI so that's probably not a bad thing.

This revision is now accepted and ready to land.May 23 2017, 8:55 PM
src/applications/diffusion/view/DiffusionHistoryListView.php
48

Likely pre-existing, but "impoting".

92

This isn't translatable/UTF8-safe but whatevs, we can cross that bridge when we come to it.

136

Or just $cur_date = $new_date;

141–142

Extra indentation?

This revision was automatically updated to reflect the committed changes.