Strabon

log

age author description
2012-06-13 Kostis Kyzirakos Adding utf-8 support - fixed
2012-06-13 Kostis Kyzirakos merge
2012-06-13 Kostis Kyzirakos Adding utf-8 support - fix
2012-06-13 Manos Karpathiotakis Added function for undergraduates - retrieve query bindings
2012-06-13 Kostis Kyzirakos Decoding the SPARQLquery parameter
2012-06-13 Manos Karpathiotakis Added hook for undergraduate students to add their extension
2012-06-12 Michael Sioutis test
2012-06-12 Michael Sioutis test
2012-06-09 Babis Nikolaou added result format options (KML, GEOJSON, etc.). However, did not manage to get an answer different than XML. Someone should check it.
2012-06-09 Babis Nikolaou added --help option to strabon script
2012-06-08 George Garbis revert endpoint/pom.xml
2012-06-08 George Garbis A script for running noa refinement
2012-06-08 George Garbis A script for easily redeploying endpoint
2012-06-08 George Garbis an old endpint/pom.xml that makes store.jsp to work
2012-06-07 Babis Nikolaou added result format to strabon script
2012-06-06 George Garbis pass by exception for geometry searching. remove string creation with results. add tr in kml
2012-06-06 Babis Nikolaou more helpfull error messages
2012-06-06 Babis Nikolaou prints outs to logging
2012-06-06 Babis Nikolaou do not use e.getStackTrace() in log.error(), use just "e" as 2nd arg or append "e.getMessage()"
2012-06-06 Babis Nikolaou use a general try/catch in StrabonWrapper.evaluateQuery
2012-06-06 Babis Nikolaou add logging to try/catch without error reporting
2012-06-05 Babis Nikolaou removed accidentally monolithic storing scheme
2012-06-05 Babis Nikolaou fix logging output in StrabonBeanWrapper
2012-06-05 Kostis Kyzirakos Cache files are created on initexperiments
2012-06-05 Babis Nikolaou corrected hgignore (a file rproject would match expression .project).
2012-06-05 Babis Nikolaou removed "In MonetDB evaluation is..." print out and put it in debug
2012-06-05 Babis Nikolaou Fixed bug #2: StrabonEndpoint can now be configured with MonetDB as a database backend as well
2012-06-04 Babis Nikolaou added logging to Strabon of MonetDB
2012-06-04 Babis Nikolaou removed commented methods from StrabonBeanWrapper
2012-06-04 Kostis Kyzirakos fix pomsexperiments
2012-06-04 Kostis Kyzirakos modified pom.xmlexperiments
2012-06-04 Kostis Kyzirakos renamed pomexperiments
2012-06-04 Babis Nikolaou removed needless main class from Strabon.java
2012-06-04 Babis Nikolaou we use Java generics
2012-06-03 Babis Nikolaou print reading configuration file only in debug mode
2012-06-03 Babis Nikolaou fixed message when no options are given to strabon script
2012-06-03 Babis Nikolaou added configuration file for setting defaults in strabon script
2012-06-03 Babis Nikolaou added MANY configuration options to strabon script (most of them for the connection)
2012-06-03 Babis Nikolaou added comments
2012-06-03 Babis Nikolaou added RDF formats option to strabon script when storing files
2012-06-03 Babis Nikolaou organize imports
2012-06-03 Babis Nikolaou progress on strabon script
2012-06-03 Babis Nikolaou more logging
2012-06-03 Babis Nikolaou added logging in QueryDir and properly closed strabon connection in case of error
2012-06-03 Babis Nikolaou close strabon connection only when strabon is not NULL (in main classes of PostGIS)
2012-06-03 Babis Nikolaou added logging in main classes of Strabon for monetdb and properly close strabon connection in case of an exception
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"