← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/branch-approximatedate into lp:launchpad

 

The proposal to merge lp:~stevenk/launchpad/branch-approximatedate into lp:launchpad has been updated.

Description changed to:

Change how dates for branches are displayed. This took far too long to sort out, but there are two properties in branchlisting called since_created and since_updated. They return a duration which was then formatted as a duration -- and the duration formatter maxed out at weeks, so branches would show 'Last modified: 163 weeks ago'.

I have ripped them out, and switched to the dates themselves, which will show approximate dates, such as 'Last modified: 2 years ago'.

I have written a sinfully small test for this, but approximatedate is very well tested.

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/branch-approximatedate/+merge/66480
-- 
https://code.launchpad.net/~stevenk/launchpad/branch-approximatedate/+merge/66480
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/branch-approximatedate into lp:launchpad.


References