Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#278 fixed Definition of available functionality with respect to standards and software Peter Baumann abeccati
Description

As part of the public interface definition for the upcoming release adopting semantic version numbering there is a need to provide specification about: Features available Standards implemented with conformance level

Users would like to know which parts of the standards are actually implemented/supported by versions of rasdaman when they are released. In addition it would be useful to know whether unimplemented parts are being worked on or are intended to be worked on (this is suited for feature requests and "feature" or "enhancement" type tickets).

Where full conformance is not achieved, a clear description of the exception should be prominently stated as part of the specification.

#297 wontfix Move the tracnav navigation menu to the left of the home page abeccati abeccati
Description

To enhance its visibility and make more prominent that it is actually a site navigation tool and not a table of contents for the home page.

Looks like it needs a change in the plugin's CSS: http://svn.ipd.kit.edu/trac/javaparty/ticket/280

#303 fixed Check $ use in variables and coverage defs Peter Baumann abeccati
Description

Both following queries shall work:

This fails: for $c in ( NIR ) return

encode( $c [ x(0:450), y(0:300) ], "png" )

This works: for $c in ( NIR ) return

encode( $c, "png" )

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.