Strabon

log

age author description
2014-03-17 George Stamoulis Inserted 2 new queries and fixxed the results position in the window for describe.
2014-03-11 George Stamoulis A new tab to configure the database and a function to check if you run in localhost. If you do the endpoint doesnt ask for credentials.
2014-02-26 George Stamoulis Added a new boolean variable named loadFromFile that allows to store from file (changed line 351).
2014-02-26 George Stamoulis Added a boolean variable name loadFromFile set to true that connects to StrabonBeanWrapper.java and allows to store from file.
2014-02-26 George Stamoulis Changed name in the header.html include (line 194).
2014-02-25 George Stamoulis Added new logo to header.
2014-02-25 George Stamoulis Changed header text.
2014-02-25 George Stamoulis Changed Discovery queries.
2014-01-31 Panayiotis Smeros Changed indexOf to lastIndexOf when searching for the STRDF_SRID_DELIM (;). lastIndexOf starts searching from the end of a String, so this takes less time when we have strdf geometries with srid and the same time for all the other cases.
2013-12-15 George Garbis Add hyphen (-) to URI recognition regextemporals
2013-12-11 Panayiotis Smeros Updated Changelog.temporals
2013-12-11 Panayiotis Smeros Fixed a bug in storing from endpoint.temporals
2013-12-06 Panayiotis Smeros Useless commit. Just to remember the feeling.
2013-12-03 constant fixed bug that occured in update statements when a temporal constant was the forth element of the update part of a statement (not a temporal variable) and this element was a time instant (not a period)temporals
2013-12-03 constant fixed bug in the query rewriting module that occured when a quadruple was included in a non-where statement. In that case, a bracket was omitted causing syntax error.temporals
2013-11-28 Stella Giannakopoulou added tests with group by for all aggregate functions
2013-11-28 Stella Giannakopoulou added tests for aggregate intersection function
2013-11-27 Stella Giannakopoulou #46 Now strdf:intersection works as aggregate even without a group by
2013-11-27 Stella Giannakopoulou #46: Made Intersection function an aggregate function working
2013-11-18 George Garbis If a variable is of type strabonExt:color it defines the fill color of the corresponding polygontemporals
2013-10-21 Babis Nikolaou removed jsp-2.1 dependency that some times causes problems when strabon-endpoint is deployed in tomcat7, which supports jsp-2.2
2013-10-21 Babis Nikolaou proper logging
2013-10-21 Babis Nikolaou log timing for initializing Strabon
2013-10-20 Konstantina Bereta updated ChangeLogtemporals
2013-10-20 constant [maven-release-plugin] prepare for next development iterationtemporals
2013-10-20 constant [maven-release-plugin] copy for tag v3.2.9-temporalstemporals
2013-10-20 constant [maven-release-plugin] prepare release v3.2.9-temporalstemporals v3.2.9-temporals
2013-10-20 constant Removed tag v3.2.9-temporalstemporals
2013-10-20 constant [maven-release-plugin] rollback the release of v3.2.9-temporalstemporals
2013-10-20 constant [maven-release-plugin] prepare for next development iterationtemporals
2013-10-20 constant [maven-release-plugin] copy for tag v3.2.9-temporalstemporals
2013-10-20 constant [maven-release-plugin] prepare release v3.2.9-temporalstemporals
2013-10-20 constant updated READMEtemporals
2013-10-20 Konstantina Bereta [maven-release-plugin] prepare release v3.2.9temporals
2013-10-20 Konstantina Bereta updated READMEtemporals
2013-10-19 Babis Nikolaou updated ChangeLog
2013-10-19 Babis Nikolaou [maven-release-plugin] prepare for next development iteration
2013-10-19 Babis Nikolaou [maven-release-plugin] copy for tag v3.2.9
2013-10-19 Babis Nikolaou [maven-release-plugin] prepare release v3.2.9v3.2.9
2013-10-18 Stella Giannakopoulou updated changelog
2013-10-18 Babis Nikolaou HTTPClient.getConnection does not print the port when it is 80temporals
2013-10-18 Babis Nikolaou made HTTPClient.getConnectionURL public in order for a client of SPARQLEndpoint to have access to the URL connection to the endpoint.
2013-10-18 Kallirroi Dogani updated ChangeLog
2013-10-18 Babis Nikolaou made endpoints ignore locks on the underlying DBMS as the default behaviour (this is very useful when endpoints do not shutdown properly and do not remove the "locked" table)
2013-10-15 Babis Nikolaou made HTTPClient.getConnectionURL public in order for a client of SPARQLEndpoint to have access to the URL connection to the endpoint.temporals
2013-09-27 Stella Giannakopoulou added bugs #38 and #47 to the changelog
2013-09-27 Stella Giannakopoulou added geof:distance and geof:buffer at the changelog
2013-09-27 Stella Giannakopoulou added ticket #35 to changelog
2013-09-27 Stella Giannakopoulou added ticket #23 in changelog
2013-09-27 Stella Giannakopoulou updated changelog
2013-09-27 Konstantina Bereta updated changelog with the Timemap functionality
2013-09-06 Stella Giannakopoulou changed geof:buffer tests' location
2013-09-06 Stella Giannakopoulou added tests for geof:buffer
2013-09-05 Stella Giannakopoulou now construct functions return a wktLiteral starting with the URI
2013-09-05 Stella Giannakopoulou #32 fixed return datatype of spatial constructs in the case of xml and html format.
2013-08-19 Konstantina Bereta changed timemap band temporal granularity to MONTH and YEARtemporals
2013-08-19 Konstantina Bereta strict kml standard requires no spaces between the temporal elements values and the tagstemporals
2013-08-19 Konstantina Bereta fixed KMLWriter bugtemporals
2013-08-02 Stella Giannakopoulou added tests for construct functions with constants as arguments
2013-08-02 Stella Giannakopoulou fixed a bug concerning the srid of constants inside unary constructs