age |
author |
description |
2012-10-30 |
Babis Nikolaou |
added interface (EndpointResult) for the return type of the answer of an endpoint. Added a prototypical implementation for StrabonEndpoint |
2012-10-30 |
Babis Nikolaou |
completed implementation of query() method for StrabonEndpoint |
2012-10-30 |
Babis Nikolaou |
added interface (SpatialEndpoint) that endpoints with spatial capabilities should implement. Added a prototype abstract class implementing this interface (SpatialEndpointImpl). Added a StrabonEndpoint class extending the abstract class (NOT complete yet) |
2012-10-28 |
constant |
Started adding support for a function that adds minutes to a dateTime value, producing a new dateTime value. Not working yet. |
2012-10-26 |
Konstantina Bereta |
Added index on period_valuestemporals |
2012-10-26 |
Konstantina Bereta |
fixed bugs. Now periods are also stored in a separate, temporally enabled (by temporal postgres) table, using the period datatype. Used period_in and textout functions to convert from text to cstring and then from cstring to period.temporals |
2012-10-25 |
Konstantina Bereta |
some fixed, some to be fixedtemporals |
2012-10-25 |
Konstantina Bereta |
the table for storing period values is now constructed correctly. However, inserts in this table face synchronization issues :(temporals |
2012-10-25 |
Konstantina Bereta |
made changes to valueTableFactorytemporals |
2012-10-25 |
Babis Nikolaou |
updated ChangeLog |
2012-10-25 |
Babis Nikolaou |
Addresses Ticket #20: added support (not completed yet) for requesting the capabilities of Strabon Endpoint |
2012-10-24 |
Stella Giannakopoulou |
Merge |
2012-10-24 |
Stella Giannakopoulou |
Updated the section for user authentication in the Changelog. |
2012-10-24 |
Babis Nikolaou |
updated changelog. To fill in the date (when a release is done), just fill it using the output of the "date" command |
2012-10-24 |
Konstantina Bereta |
updated literal manager to handle valid period datatype, tool and make an insertion in temporal tabletemporals |
2012-10-24 |
Konstantina Bereta |
updated LiteralTable to include PeriodTable as well and insert Period values to the respective table. Minor changes to PostGISSqlTable alsotemporals |
2012-10-24 |
Konstantina Bereta |
fixed insert method of PeriodTable class in order to be used by the upper levels of the baklavas-like software stacktemporals |
2012-10-24 |
Konstantina Bereta |
added the respective class for PeriodTabletemporals |
2012-10-24 |
Konstantina Bereta |
added preparted statements for creating period table and inserting records in ittemporals |
2012-10-24 |
Konstantina Bereta |
made some more changes to the QuadRDFHandler and added the period datatype and datatype function validation so that it can be used in the literal manager, as soon as the schema will be extended with a periodvalues tabletemporals |
2012-10-23 |
Konstantina Bereta |
added getter for handledTriples in NQuadsTranslator.javatemporals |
2012-10-23 |
Konstantina Bereta |
modified NQuadsTranslator.java accordinglytemporals |
2012-10-23 |
Konstantina Bereta |
added parser and handler files to runtime/generaldbtemporals |
2012-10-23 |
Konstantina Bereta |
added strdf to geoconstants and modified generaldb for storing quadstemporals |
2012-10-16 |
Konstantina Bereta |
Strabon now parses and stores quads, with the last element representing the context of the triple.temporals |
2012-10-16 |
Konstantina Bereta |
temporalstemporals |
2012-10-24 |
Babis Nikolaou |
filled ChangeLog file. |
2012-10-24 |
Babis Nikolaou |
projected variables in stSPARQL are now also included in KML results using the ExtendedData and Data tags of KML specification (https://developers.google.com/kml/documentation/kmlreference#extendeddata) |
2012-10-18 |
Stella Giannakopoulou |
Now authentication is also required when an update operation occurs. |
2012-10-18 |
Stella Giannakopoulou |
Added user authentication to StoreBean. The credentials are: |
2012-10-17 |
Stella Giannakopoulou |
Some more changes to the maximum limit of results. |
2012-10-12 |
Kostis Kyzirakos |
Merge with default |
2012-10-12 |
Kostis Kyzirakos |
* Mentioning GeoSPARQL support |
2012-10-12 |
Kostis Kyzirakos |
Updated the author list :) |
2012-10-11 |
Stella Giannakopoulou |
Merge |
2012-10-11 |
Stella Giannakopoulou |
Changed endpoint script and added -l option to OPTIONS. |
2012-10-11 |
Babis Nikolaou |
logged errors in endpoint raised from wrong request parameters |
2012-10-11 |
Babis Nikolaou |
added default prefixes in the query text area in endpoint |
2012-10-11 |
Stella Giannakopoulou |
#6 Added maxLimit parameter in the endpoint script. Now, the usage of the script is: |
2012-10-11 |
Stella Giannakopoulou |
#6 Improved addLimit function to take into account all the cases. There was a bug when the query was for example: |
2012-10-11 |
Panayiotis Smeros |
changes kml styles. |
2012-10-09 |
Panayiotis Smeros |
#kmlwriter |
2012-10-08 |
Stella Giannakopoulou |
#6: Now maxLimit variable can be set at beans.xml. It can be also passed as parameter at the url. |
2012-10-08 |
Stella Giannakopoulou |
#6: Added a maximum limit for the number of results that are returned. If the query has already a limit which |
2012-10-08 |
Stella Giannakopoulou |
Added "Known Issues" section to README, for setting tomcat's connector encoding to UTF8. |
2012-10-08 |
Kostis Kyzirakos |
Merge with default branch |
2012-10-08 |
Kostis Kyzirakos |
Added the beans.xml that contains the queries that will be demonstrated at the first year review for the DLR use case. |
2012-10-05 |
Konstantina Bereta |
bug fix (an exception was raised due to unused external function call declaration) |
2012-10-05 |
Konstantina Bereta |
Operator "&&" checks overlapping MBBs, not intersecting. This is why mbbIntersects function is replaced (syntactically) by mbbOverlaps |
2012-10-04 |
Babis Nikolaou |
reverted credentials for postgres connection!!!!! |
2012-10-04 |
Babis Nikolaou |
added -m (more memory) and -M (much more memory) in strabon script for out-of-memory exceptions |
2012-10-04 |
Konstantina Bereta |
reverted previous changes to inside function: The previous version used _ST_Within which ingored indexes. This time the implementation is based on ST_Within. |
2012-10-03 |
Kostis Kyzirakos |
Merge with tip |
2012-10-03 |
Kostis Kyzirakos |
Merge with tip |
2012-10-03 |
Kostis Kyzirakos |
Modified the way that the query.jsp page creates the navigation bar. |
2012-09-29 |
Kostis Kyzirakos |
Fix auto scroll for all views (except download). |
2012-09-29 |
Kostis Kyzirakos |
When the endpoint receives a query, scroll to the results immediatelly. |
2012-09-19 |
Kostis Kyzirakos |
On my way........ (temporal commit) |
2012-09-28 |
Kostis Kyzirakos |
Merge with default |
2012-09-28 |
Kostis Kyzirakos |
When the endpoint receives a query and the results will be viewed on a map, scroll to the map. |
2012-10-03 |
Panayiotis Smeros |
merge |
2012-10-03 |
Panayiotis Smeros |
merge with changeset 570 |
2012-09-28 |
Kostis Kyzirakos |
Ticket #10 |
2012-09-28 |
Kostis Kyzirakos |
Added jquery for the navigation bar |
2012-10-03 |
Konstantina Bereta |
strdf:inside now is a binary spatial function, instead of an operator |
2012-10-03 |
Stella Giannakopoulou |
Added styles for td and made letters smaller in HTML format. Styles have to be filled in the future. |
2012-10-02 |
Stella Giannakopoulou |
Added more button when displaying literals which have large length, for example geometries. |
2012-10-02 |
Babis Nikolaou |
made HTML view the default one in query.jsp |
2012-10-02 |
Stella Giannakopoulou |
Corresponds to changset 570:e53c5ec92c0a. Added files BrowseBean and browse.jsp. |
2012-10-01 |
Kostis Kyzirakos |
merge (tags+copyright) |
2012-10-01 |
Kostis Kyzirakos |
merge (tags + copyright) |
2012-10-01 |
Kostis Kyzirakos |
merge (tags) |
2012-10-01 |
Kostis Kyzirakos |
merge (copyright) |
2012-10-01 |
Kostis Kyzirakos |
merge |
2012-09-06 |
Kostis Kyzirakos |
Merge |
2012-09-06 |
Kostis Kyzirakos |
Added tag Teleios_System_v1-1-1 for changeset 331163be0682 |
2012-09-06 |
Kostis Kyzirakos |
Removed tag Teleios_System_v1-1-1 |
2012-09-05 |
Babis Nikolaou |
merge with Strabon v3.2.3 |
2012-08-08 |
Stefan Manegold |
Added tag Teleios_System_v1-1-1 for changeset 73521cf81d13 |
2012-08-03 |
Manuela Sagona |
Teleios system version 1.1-1 |
2012-08-02 |
Kostis Kyzirakos |
Merge |
2012-08-02 |
Kostis Kyzirakos |
Merge |
2012-08-02 |
Kostis Kyzirakos |
Merge tags |
2012-08-02 |
Kostis Kyzirakos |
Merge with default branch |
2012-08-02 |
Kostis Kyzirakos |
Merge |
2012-07-23 |
Teleios Repository |
Added tag Teleios_System_v1-1-0 for changeset f98df7d45ce2 |
2012-07-23 |
Teleios Repository |
Removed tag Teleios_System_v1-1-0 |
2012-07-22 |
Stefan Manegold |
Added tag Teleios_System_v1-1-0 for changeset afc5d088fa63 |
2012-07-22 |
Teleios Repository |
merge |
2012-07-18 |
Kostis Kyzirakos |
polishing |
2012-03-20 |
Kostis Kyzirakos |
Modified components/Strabon to use the latest release of Strabon (v3.1.7). |
2012-03-19 |
Teleios Repository |
Merge with default branch |
2012-03-19 |
Kostis Kyzirakos |
cloned strabon from new subrepo |
2012-09-05 |
Kostis Kyzirakos |
merge |
2012-09-05 |
Kostis Kyzirakos |
Merge |
2012-10-01 |
Babis Nikolaou |
[maven-release-plugin] prepare for next development iteration |
2012-10-01 |
Babis Nikolaou |
[maven-release-plugin] copy for tag v3.2.4 |
2012-10-01 |
Babis Nikolaou |
[maven-release-plugin] prepare release v3.2.4v3.2.4 |
2012-10-01 |
Babis Nikolaou |
merge with 572:e53c5ec92c0a (stella) |
2012-10-01 |
Babis Nikolaou |
added option -M for MAX_ACQUISITION_TIME template variable (in discovery.rq query only) |
2012-10-01 |
Babis Nikolaou |
added noa:hasAcquisitionTime triple pattern in discovery queries by refinement operation |
2012-10-01 |
Stella Giannakopoulou |
Added browse option when html format is selected. Now the uris are links to a page which displays all the triples that contain the selected resource. |
2012-09-28 |
Babis Nikolaou |
added discovery queries of hotspots based on refinement operations on them |
2012-09-28 |
Babis Nikolaou |
Fixes Ticket #12 |
2012-09-27 |
Babis Nikolaou |
added ChangeConnectionBean.java. Now, one can change the connection details by hitting the servlet "ChangeConnection" |
2012-09-27 |
Babis Nikolaou |
added instantiate.sh script under examples/teleios for instantiating NOA refinement queries |
2012-09-27 |
Babis Nikolaou |
renamed the file extensions of NOA refinement queries from ".sparql" to the standard ".rq" |
2012-09-27 |
Babis Nikolaou |
Changed NOA refinement queries. For operations that "delete" hotspots (delete in sea and delete due to corine land cover), a triple is also inserted to mark the refinement operation that caused the deletion. For delete in sea, this is |
2012-09-27 |
Babis Nikolaou |
added predefined DESCRIBE (actually CONSTRUCT) query for exporting the database in RDF. The alias name of the query is "export". Use it as follows: |
2012-09-25 |
Panayiotis Smeros |
Fixes Ticket #10 |
2012-09-20 |
Panayiotis Smeros |
Partially fixes Ticket #10 |
2012-09-18 |
Babis Nikolaou |
remember format and handle parameters when returning to the query page after correcting the connection details |
2012-09-18 |
Babis Nikolaou |
reverted connection details |
2012-09-17 |
Kostis Kyzirakos |
Merge with default branch |
2012-09-17 |
Kostis Kyzirakos |
Modified the KML results writer to append several styles to the KML file. |
2012-09-17 |
Kostis Kyzirakos |
Modified StrabonBeanWrapper etc to read the "handle" parameter from the beans.xml file. |
2012-09-17 |
stella |
Changed HTML writer in order to answer queries where a variable is not bound. Addresses to ticket #13. |
2012-09-16 |
Babis Nikolaou |
added strabon reference in README |
2012-09-16 |
Babis Nikolaou |
update README file adding information about how to apply the MPL license in our code. |
2012-09-16 |
Babis Nikolaou |
added licence statement in endpoint/, evaluation/, resultio/, runtime/, and scripts/. |