Page MenuHomePhabricator

Add a dedicated HistoryListView for Diffusion
ClosedPublic

Authored by chad on May 23 2017, 8:48 PM.
Tags
None
Referenced Files
F13204269: D18005.diff
Wed, May 15, 12:27 AM
F13198447: D18005.diff
Mon, May 13, 6:37 AM
F13187144: D18005.diff
Sat, May 11, 4:22 AM
Unknown Object (File)
Tue, May 7, 7:27 AM
Unknown Object (File)
Fri, May 3, 6:17 AM
Unknown Object (File)
Thu, Apr 25, 1:06 AM
Unknown Object (File)
Tue, Apr 23, 2:07 PM
Unknown Object (File)
Apr 11 2024, 8:49 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 17218
Build 23049: Run Core Tests
Build 23048: 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.