Actions
bug #7074
closedUse TimePeriod for Media.mediaCreated
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
critical
Found in Version:
Description
For older images it is often not exactly known when the picture was taken/created. In flora of Greece we sometimes have information such as "spring 1888" or "April 1986". This can not be handled with the current DateTime implementation.
Also the exact time is not always known, especially if you enter date manually.
Maybe we can have an extra hibernate user type which also allows to handle time if available.
Once this is finished, we need an update script and we need to update data from flora of Greece image import, images made by N. Turland. #7092
Related issues
Updated by Andreas Müller about 6 years ago
- Status changed from New to In Progress
Updated by Andreas Müller about 6 years ago
- Related to feature request #6659: Show mediaCreated in dataportal added
Updated by Andreas Müller about 6 years ago
- Related to feature request #6658: Make mediaCreated editable in Media view added
Updated by Andreas Müller about 6 years ago
- Blocks bug #7092: Adapt dates in Nicks images after mediaCreated became TimePeriod added
Updated by Andreas Müller over 5 years ago
SELECT *
FROM Media m
WHERE m.mediaCreated IS NOT NULL
UPDATE Media
SET titleCache = Replace(mediaCreated, '-', '')
WHERE id = 271
Updated by Andreas Müller over 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 50
Updated by Andreas Müller over 5 years ago
- Related to task #7414: Delete mediaCreatedOld added
Updated by Andreas Müller over 5 years ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
Updated by Andreas Müller over 5 years ago
- Related to feature request #7411: adapt mediaCreated in taxeditor to timePeriod added
Updated by Andreas Müller over 5 years ago
- Related to bug #7468: Updated script for mediaCreated does not work for PostGreSQL added
Updated by Andreas Müller over 1 year ago
- Related to feature request #10057: Add "accessed" field to OriginalSourceBase added
Actions