Changes between Version 17 and Version 18 of Ticket #1512


Ignore:
Timestamp:
Oct 1, 2010, 1:49:39 PM (14 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1512 – Description

    v17 v18  
    66 4. Update the query api so that it is possible to search for datetime values
    77 5. There are probably some effects also on the plug-in api since the `Type` enumeration and `ParameterValues` class are used by plug-in parameters as well. I'll have to investigate the effect and maybe add a specific ticket for adding datetime support to the plug-in system if the work required is substantial. (#1519)
    8  6. There may be similar effects on "extendable" classes (eg. reporters, users and raw data).
     8 6. There may be similar effects on "extendable" classes (eg. reporters, users and raw data). (#1520)
    99 7. Update the annotation importer so that it can import timestamp values. I am not really sure how it handles date values right now. It may work if the date values are in `yyyy-MM-dd` format, but it has no support for specifying a different format.
    1010 8. Check and update documentation