Strabon

log

age author description
2012-05-10 Kostis Kyzirakos [maven-release-plugin] prepare release v3.1.9v3.1.9
2012-05-10 Kostis Kyzirakos modifting parameters
2012-05-09 Michael Sioutis Moved KML zipping to endpoint, temp fix, beware
2012-05-09 Michael Sioutis Trying on Strabon KMZ.. more
2012-05-09 Manos Karpathiotakis merging with pico
2012-05-09 Manos Karpathiotakis minor fix - transform function used to cause exception when predicate existing in triple pattern was missing from the stored db schema
2012-05-09 Michael Sioutis Trying on Strabon KMZ..
2012-05-09 Michael Sioutis KMLMAP/KMZMAP functionality
2012-05-09 Manos Karpathiotakis Merged - pico probably works on same file
2012-05-09 Manos Karpathiotakis GeoJSON support added in endpoint too
2012-05-08 Kostis Kyzirakos Added two output formats: KMZMAP and KMLMAP
2012-05-08 Kostis Kyzirakos Escape SPARQLQuery parameter when redirecting request to update bean
2012-05-08 Manos Karpathiotakis KMZ in endpoint too
2012-05-08 Manos Karpathiotakis KMZ support in Strabon
2012-05-08 Manos Karpathiotakis Added geojson support. more tests will follow
2012-05-08 Kostis Kyzirakos Adding examples in beans.xml
2012-05-08 Kostis Kyzirakos merge
2012-05-08 Kostis Kyzirakos Queries are entered in plain text in beans.xml
2012-05-08 Kostis Kyzirakos working on kmz workaround
2012-05-04 Kostis Kyzirakos merge
2012-05-04 Kostis Kyzirakos added python script for querying the endpoint
2012-04-17 Kostis Kyzirakos move around scripts
2012-04-20 Konstantina Mpereta added gml3 reader for supporting gml3_1_1 store
2012-04-20 Konstantina Mpereta removed gml2 reader
2012-04-19 Konstantina Mpereta Added different CRS support for GML representation
2012-04-19 Konstantina Mpereta "merge"
2012-04-19 Konstantina Mpereta geosparql inferencing, GML reader for storing GML geometries
2012-04-04 Konstantina Mpereta geosparql inferencing
2012-04-18 Babis Nikolaou added ChangeLog file
2012-04-18 Manos Karpathiotakis Removed some minor prints related to store
2012-04-17 Babis Nikolaou @Kostis/Manos: since you distribute Strabon as open source, you have to fill these files (at least README, AUTHORS, and COPYING)
2012-04-11 Kostis Kyzirakos [maven-release-plugin] prepare for next development iteration
2012-04-11 Kostis Kyzirakos [maven-release-plugin] copy for tag v3.1.8
2012-04-11 Kostis Kyzirakos [maven-release-plugin] prepare release v3.1.8v3.1.8
2012-04-11 Kostis Kyzirakos Replaced the ${project.version} declaration
2012-04-11 Kostis Kyzirakos removed tomcat7 maven plugins
2012-04-11 Kostis Kyzirakos removed tomcat plugin to prepare for release
2012-04-11 Kostis Kyzirakos Ignoring tomcat7 temp dir
2012-04-11 Kostis Kyzirakos commented some printouts
2012-04-11 Kostis Kyzirakos .
2012-04-11 Kostis Kyzirakos Fiexed wrong return type
2012-04-11 Kostis Kyzirakos added one more query function
2012-04-11 Kostis Kyzirakos added a query() function
2012-04-11 Kostis Kyzirakos Modified poms to build an executable war/jar with an embedded Apache Tomcat7.
2012-04-05 Babis Nikolaou added plugin and respective repository for being able to run tomcat6/7:run and deploying/running the StrabonEndpoint.war
2012-04-05 Babis Nikolaou forgot to "hg add" ResponseMessages class
2012-04-05 Babis Nikolaou fixes bug in /Update when SPARQLQuery parameter is not specified, leading to NullPointerException
2012-04-05 Babis Nikolaou added debug option to endpoint script
2012-04-05 Babis Nikolaou imroved help messages in endpoint script
2012-04-05 George Garbis merge
2012-04-05 George Garbis simple workaround for MonetDB Bug http://bugs.monetdb.org/show_bug.cgi?id=3065. (Remove these changes when bug is fixed)
2012-04-05 George Garbis correct indentation
2012-04-05 George Garbis Remove the statement for closing the connection that is not created because of changeset 79
2012-04-04 George Garbis correct usage
2012-04-04 Babis Nikolaou added scripts/ director (the one responsible for strabon, query.sh, and query2.sh could mv them there using hg mv), added endpoint script for querying, updating, and storing RDF triples on Strabon Endpoint from the commmand line
2012-04-04 Babis Nikolaou made endpoint return appropriate XML answers and status codes when the format is XML
2012-04-04 Babis Nikolaou cleaned StrabonBeanWrapper
2012-04-04 Babis Nikolaou added method for generating error messages enclosed in <exception> tags
2012-04-04 Babis Nikolaou added UpdateBean for updates separating them from execution of SELECT queries in QueryBean, clean-up of QueryBean
2012-04-04 Babis Nikolaou removed useless commented code, replaced hardcoded HTTP codes with HtppServletResponse.SC_<code-name> static fields, added comments