Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-01 | Renamed domain to ontology. | Benjamin Paassen | |
2015-02-18 | Fix missing trailing space in error message | Andreas Stöckel | |
2015-02-17 | Do not bother with to many type checks if we indicate that "all types are ↵ | Andreas Stöckel | |
allowed". Fixes part of the issues with bug #77 | |||
2015-02-17 | Improved error messages | Andreas Stöckel | |
2015-02-17 | Improved semantics of the return value of the autocomplete function: Empty ↵ | Andreas Stöckel | |
return value explicitly means that the file does not exist at all. | |||
2015-02-17 | Improved auto-completion handling and error messages in ResourceRequest -- ↵ | Andreas Stöckel | |
perform autocompletion if the mimetype is not known and not if no extension is given. People might have files that contain dots without having an actual extension. | |||
2015-02-16 | Using autocomplete in ResourceRequest to determine filename if no extension ↵ | Andreas Stöckel | |
is given | |||
2015-02-03 | Fixed imports when ParserTypes are set to more general nodes. | Andreas Stöckel | |
2015-02-03 | Got rid of warnings when including files | Andreas Stöckel | |
2015-02-02 | Importing files works now | Andreas Stöckel | |
2015-01-30 | Fixed setIntersection in ResourceRequest | Andreas Stöckel | |
2015-01-25 | Replaced stupid static ResourceUtils class with shiny new ResourceRequest ↵ | Andreas Stöckel | |
class and corresponding (unfinished) test |