Page MenuHomePhabricator

Add a dedicated HistoryListView for Diffusion
ClosedPublic

Authored by chad on May 23 2017, 8:48 PM.
Tags
None
Referenced Files
F15523904: D18005.id43304.diff
Mon, Apr 21, 4:34 AM
F15517419: D18005.id43307.diff
Sat, Apr 19, 3:06 AM
F15503640: D18005.id43306.diff
Mon, Apr 14, 11:42 AM
F15492258: D18005.id.diff
Sat, Apr 12, 12:49 PM
F15491514: D18005.id43305.diff
Sat, Apr 12, 4:30 AM
F15489857: D18005.diff
Fri, Apr 11, 12:50 PM
F15487976: D18005.id43305.diff
Thu, Apr 10, 6:34 PM
F15465091: D18005.id43304.diff
Wed, Apr 2, 2:28 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
Branch
history-list-view (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 17216
Build 23045: Run Core Tests
Build 23044: arc lint + arc unit

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.