Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Attempting to load an XTM 2.0 file where the namespace URI is wrong gives the error message: "net.ontopia.topicmaps.xml.InvalidTopicMapException: XTM input is neither 1.0 nor 2.0 at: file:/C:/Program%20Files/ontopia-5.1.2/apache-tomcat/webapps/omnigator/WEB-INF/t opicmaps/whatever.xtm:67416:-1". However,...

GoogleCode
Defect
Component-Engine
Priority-Low
Syntax-XTM

``` It must be possible somehow to set which buttons and controls appear on the HTML editor in Ontopoly. The best way to do this is probably to allow users...

Enhancement
Priority-Medium
GoogleCode
Component-Ontopoly

``` It should be possible to define query fields in Ontopoly. Such fields can be defined with a tolog query that takes two parameters: %topic% and %field%. The result of...

Enhancement
Priority-Medium
GoogleCode
Component-Ontopoly

``` Datatypes set to occurrences like xsd:date and xsd:int will get sorted based on their toString() values. For example: 100, 101, 85, 95 (as ordering will produce now) should be...

Priority-Medium
Component-Tolog
GoogleCode
Defect

``` In Ontopoly lists of instances are NOT displayed using the tree view, when a hierarchy is actually defined for the given topic type. Instead a bullet is displayed in...

Priority-Medium
GoogleCode
Defect
Component-Ontopoly

``` Setting height and width on occurrence types in Ontopoly has no effect if the fields have datatype HTML. ``` Original issue reported on code.google.com by `[email protected]` on 15 Oct...

Priority-Medium
GoogleCode
Defect
Component-Ontopoly

``` At the moment there is no easy way to tag topics with the date/time of the last change to the topic in Ontopoly. Adding a predefined PSI to the...

Enhancement
Priority-Medium
GoogleCode
Component-Ontopoly

``` When classifying, if the given topic map does not contain the required topics from the Ontopoly ontology, the classifier crashes with BadObjectReference from the tolog queries used in TopicMapAnalyzer....

Priority-Medium
GoogleCode
Defect
Component-classify

``` Instead of this.text().substring(1, 2) it would be more efficient to avoid the creation of a (temporarily) String at all and operate directly on JFlex' char buffer, c.f. ``` Original...

Enhancement
Component-Tolog
GoogleCode
Component-Engine
Priority-Low

``` USE CASE: A topic map is sent serialized and sent to a client. The client is able to update (delete/add topics/associations) and then sends the topic map back to...

Priority-Medium
GoogleCode
Defect
Component-Engine