Strabon

log

age author description
2012-06-02 Babis Nikolaou We are writing Java 1.6, thus we are using GENERICS
2012-06-02 Babis Nikolaou Logging in Strabon main classes and properly handle of exceptions and closing the Strabon connection.
2012-06-02 Babis Nikolaou removed handler.startRDF() statement, because it is called from the parser
2012-06-02 Babis Nikolaou When storing a file, first check whether it exists, otherwise store input as string.
2012-06-02 Babis Nikolaou removed Strabon.storeInRepo and Strabon.storeFile that were not used anymore, and made the first argument of store methods to be String, instead of object
2012-06-02 constant Fixed StoreOp bug. StoreOp no longer uses storeFile but the method remains for the time being as its is used in other parts of the code.
2012-06-01 Babis Nikolaou progress on strabon script
2012-06-01 Babis Nikolaou cleaned messages during store in Strabon
2012-06-01 Babis Nikolaou added triple counter for "triples" object in GeosparqlRDFHandlerBase
2012-06-01 Babis Nikolaou removed meaningless print out
2012-06-01 Babis Nikolaou removed usage of readlink for portability purposes in MAC OS X.
2012-05-31 Babis Nikolaou initial and incomplete version of strabon script, the command-line frontend of Strabon main classes, such as QueryOp.
2012-05-31 Babis Nikolaou added sample configuration file for log4j (under runtime/ for the time being)
2012-05-31 Babis Nikolaou added predefined update query for deleting all triples of an endpoint. The alias name is "clear"
2012-05-31 Babis Nikolaou fixed security exception when StoreBean could be given a file located at the side of the server to store it
2012-05-31 Babis Nikolaou removed unused variable
2012-05-31 Babis Nikolaou added log message when store completes
2012-05-31 Babis Nikolaou added predefined query for getting the number of triples for a repository. Now the user instead of writing the query, she may use the alias "size"
2012-05-31 Babis Nikolaou added homepage of Strabon and rearranged sections
2012-05-31 Babis Nikolaou filled in AUTHORS and README files
2012-05-31 Babis Nikolaou logging of connection details in StrabonEndpoint is now at level INFO
2012-05-31 Babis Nikolaou made print out of "Serializing XML" to logger.debug
2012-05-31 Babis Nikolaou made print outs to logger.debug in LiteralManager and LiteralTable
2012-05-31 George Garbis fix pom.xml to skip tests by default
2012-05-30 Babis Nikolaou removed spam debug output
2012-05-30 Babis Nikolaou fixed password of postgres
2012-05-30 Babis Nikolaou added logging to Strabon Endpoint
2012-05-30 Babis Nikolaou logging most System.out/err messages. If one would like to do it so in a class package.path.here.ClassNameHere, then she has to write the following line at the beginning of the class
2012-05-30 Babis Nikolaou removed junk file (hope that it is junk)
2012-05-30 Babis Nikolaou moved printNTriples into scripts/ directory. The script needs comments!
2012-05-28 George Garbis script to store many files. configuration is the source code
2012-05-28 Babis Nikolaou "fixed" problem with quotes.
2012-05-24 Konstantina Mpereta fixed bug in MoneDBEvaluation.evaluate about set query parameters
2012-05-24 George Garbis Remove strdf:dimension from testQuerySpatialProperties[Const)] only in MonetDB tests
2012-05-24 George Garbis add setDouble in evaluate()
2012-05-24 George Garbis add Strabon restart between store and query
2012-05-24 Manos Karpathiotakis Removed comments that could cause confusionexperiments
2012-05-24 Manos Karpathiotakis Johny Cacheexperiments
2012-05-23 Kostis Kyzirakos creating a new branch for experimentsexperiments
2012-05-19 Kostis Kyzirakos adding temporal functiontemporal-function
2012-05-23 Kostis Kyzirakos merge
2012-05-23 Kostis Kyzirakos Hanlding geojson accept type
2012-05-23 George Garbis trying to fix results indexes in MonetDB (e.g.: SpatialTests.testStrdfEnvelopeBuffer)
2012-05-23 Michael Sioutis v1.4
2012-05-23 Michael Sioutis commons coded dependency fix
2012-05-23 Michael Sioutis KML plain text option
2012-05-23 Manos Karpathiotakis 3rd geosparql 'disjoint' now ignores (rightly) spatial index
2012-05-23 George Garbis merge
2012-05-23 George Garbis JTSWrapper.WKBWriter writes big endian
2012-05-22 George Garbis merge
2012-05-22 George Garbis First attempt to add srid support in MonetDB query builder
2012-05-21 George Garbis Add srid in MonetDB var selection & some minor changes
2012-05-21 George Garbis correct indentation in generaldb/Strabon.java and add @SuppressWarnings("unchecked") in generaldb/SPARQL11Tests.java
2012-05-21 George Garbis add context in sparql11-tests.nt
2012-05-22 Michael Sioutis pico.kml gets served upon KML request - legit
2012-05-22 Michael Sioutis asynchronous stuff really suck
2012-05-22 Michael Sioutis small additions
2012-05-21 Michael Sioutis setContentLength and flush
2012-05-21 Michael Sioutis stick for proper responseType for KML
2012-05-21 Manos Karpathiotakis who dunnit