#1840 closed patch (Fixed)
Implement last seen complete [Torrent Status]
Reported by: | s0undt3ch | Owned by: | s0undt3ch |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | master |
Keywords: | Cc: | andar |
Description
Provide a last seen complete status field for a torrent
Change History (6)
comment:1 Changed 12 years ago by s0undt3ch
- Status changed from new to accepted
comment:2 Changed 12 years ago by s0undt3ch
- Resolution set to fixed
- Status changed from accepted to closed
Implemented in master.
comment:3 Changed 10 years ago by Cas
- Resolution fixed deleted
- Status changed from closed to reopened
The code included in master can be refactored as lt 0.16 is now the minimum version. So functions get_last_seen_complete and calculate_last_seen_complete can be removed and replaced by a single entry in full_status
comment:4 Changed 10 years ago by Cas
- Resolution set to fixed
- Status changed from reopened to closed
Fixed: 1d34d5f6a5
comment:5 Changed 8 years ago by Cas
- Milestone changed from 2.0.x to 2.0
Note: See
TracTickets for help on using
tickets.
I implemented this on the new last-seen-complete branch. Good for merging with master?