Modify ↓
Ticket #1728 (closed enhancement: fixed)
[Patch awaiting end of stabilization phase] Search for objects by modification time
| Reported by: | Vidar Gundersen | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | latest | Keywords: | search, modification time |
| Cc: |
Description (last modified by simon04) (diff)
A search statement similar to find . -mtime -7d on Unix systems. This will make us able to tell what changes have been made on the data since our last edits NN weeks, days or hours ago.
Attachments
Change History
comment:1 Changed 3 years ago by stoecker
- Priority changed from major to minor
- Component changed from unspecified to Core
comment:2 Changed 2 months ago by simon04
- Description modified (diff)
- Summary changed from Search for objects by modification time to [Patch awaiting end of stabilization phase] Search for objects by modification time
The patch allows to specify ranges (the date format as usual):
- timestamp:2010-01-01/2011-11-11
- timestamp:/2011-11-11 (corresponds to timestamp:1980/2011-11-11)
- timestamp:2010-01-01/ (corresponds to timestamp:2010-01-01/[now])
comment:3 Changed 7 weeks ago by simon04
- Status changed from new to closed
- Resolution set to fixed
In [4679/josm]:
Note: See
TracTickets for help on using
tickets.



