dnet-openaire-connector-service (0.9.12.1) unstable; urgency=high * Minor fixes in claims. -- Antonis Lempesis Tue, 07 Jan 2014 18:29:13 +0200 dnet-openaire-connector-service (0.9.12) unstable; urgency=high * new Claim functionality * adaptation to the new data model + index -- Antonis Lempesis Mon, 10 Dec 2013 10:29:13 +0200 dnet-openaire-connector-service (0.9.11.7) unstable; urgency=high * r15258: Get project documents now returns a single url per document * r15116: - Inserting the correct order for authors - New claimed documents are no longer pending for claim -- Antonis Lempesis Tue, 02 Oct 2012 13:29:13 +0200 dnet-openaire-connector-service (0.9.11.6) unstable; urgency=high * r14671: Fetching document authors in the correct order -- Antonis Lempesis Tue, 26 Jun 2012 01:29:13 +0200 dnet-openaire-connector-service (0.9.11.5) unstable; urgency=high * r14663: Added "merged=false" and "pendingforclaim=false" and "pmhdeleted=false" in the queries where these clauses were missing -- Antonis Lempesis Mon, 25 Jun 2012 17:22:13 +0200 dnet-openaire-connector-service (0.9.11.4) unstable; urgency=high * r14503: - Fixed the language name in document retrieving queries - rejected by coordinator documents are no longer deleted -- Antonis Lempesis Mon, 10 Jun 2012 04:22:13 +0200 dnet-openaire-connector-service (0.9.11.3) unstable; urgency=high * r14418: Fixed statistics queries. If I touch them again, I'll break the pc. Any pc... * r14409: - Corrected statistics queries to report correct number of documents and projects - Increased the period of statistics update to 30 minutes -- Antonis Lempesis Fri, 01 Jun 2012 15:22:13 +0200 dnet-openaire-connector-service (0.9.11.2) unstable; urgency=high * 14324: Changed the way statistics are prepared and stored. Should be much faster now. * r14270: More changes to reflect new schema. -- Antonis Lempesis Fri, 25 May 2012 17:32:23 +0200 dnet-openaire-connector-service (0.9.11.1) unstable; urgency=high * r14248: More query fixes to adapt to the new schema -- Antonis Lempesis Thu, 17 May 2012 17:21:23 +0200 dnet-openaire-connector-service (0.9.11) unstable; urgency=low * r14227: - Changed queries to adapt to the new db schema (subdivision -> program etc) - Refactor query code and moved the sql queries from the java file to their own files -- Antonis Lempesis Wed, 16 May 2012 19:21:23 +0200 dnet-openaire-connector-service (0.9.10) unstable; urgency=low * r14141: - Rejecting a candidate project now removes the relation instead of marking it "REJECTED" - Added a method to return projects with pending documents * r14119: - Added methods to support coordinator pages - Added code and a background thread to gather metadata for document 'placeholders' - Added a thread to periodically refresh the statistic data * r14031: - added methods to count and retrieve alert results -- Antonis Lempesis Wed, 02 May 2012 15:21:23 +0200 dnet-openaire-connector-service (0.9.9) unstable; urgency=low * r13723: Changed the statistics queries to ignore the deleted docs * r13721: Added paging in alert topic when retrieving topics to avoid thrift timeouts and published uoa-api and uoa-clients -- Antonis Lempesis Wed, 02 Feb 2012 01:21:23 +0200 dnet-openaire-connector-service (0.9.8) unstable; urgency=low * r13685: - Stopped depending on dnet-r2d2-service for compile - Split the Connector implementing classes even more for easier maintenance - Added a method to requuest more than 1 projects * r13650: Fixed a small date parse error * r13621: - Added conversion service methods - Minor changes to query methods * r13548: Added a name and a description to alert topics and set default character encoding and storage engine in CREATE statements of DAOs * r13478: Fixed wrong identifiers in doc stats -- Antonis Lempesis Fri, 02 Dec 2011 22:21:23 +0200 dnet-openaire-connector-service (0.9.7) unstable; urgency=low * Added methods for alert service communication. * r13431: Added code to return projects based on grant agreement number * r13266: - Added code to search in organizations short name too - Finished Alertator (the bridge to alert service). * r13216: Adding initial support for alert service -- Antonis Lempesis Fri, 02 Dec 2011 22:21:23 +0200 dnet-openaire-connector-service (0.9.6.1) unstable; urgency=low * r13134: Fixing issue described in #1825 ** Using uoa-openaire-connector-0.0.1.war -- Antonis Lempesis Tue, 04 Oct 2011 01:20:33 +0200 dnet-openaire-connector-service (0.9.6) unstable; urgency=low * r13002: - A new claim for an existing result from the same source no longer creates a duplicate result. - A new claim for an existing result from the same source by the same user is silently ignored. * r12992: Claimed documents now have a nearly proper createdfrom field (comment 10 of #1624). * r12957: Added queries to support the stats joomla module. * r12836: Changed the getOpenaireRepositories() method to also return institution info. ** Using uoa-openaire-connector-0.0.1.war -- Antonis Lempesis Fri, 30 Sep 2011 18:20:33 +0200 dnet-openaire-connector-service (0.9.5) unstable; urgency=low * Changed the way author names of claimed documents are saved and displayed (see #1730). (r12705) -- Antonis Lempesis Mon, 06 Jun 2011 19:20:33 +0200 dnet-openaire-connector-service (0.9.4) unstable; urgency=low * Added a method to remove claimed documents * Added a default repository to all "orphan" claimed documents * Various small bug fixes (r12415) -- Antonis Lempesis Tue, 31 May 2011 17:28:33 +0200 dnet-openaire-connector-service (0.9.3.1) unstable; urgency=low * Removing xslt relics from repository import script that was moved to its own project (r11795) * Caching in now handled by spring aop using ehcache instead of the original (awful) custom hack (r11473) * Added a method in the thrift interface to reset the cache * Fixed a wrong query for projects (r11466) -- Marko Mikulicic Fri, 11 Mar 2011 16:48:33 +0100 dnet-openaire-connector-service (0.9.3) unstable; urgency=low * Refactored connector and removed db access from it * Added spring managed tx management :) * updated spring configuration * Deprecated old connector * Fixed a NPE * closing all statements and result * Added a method to retrieve all claimed documents in a specified date range * Updated the thrift interface -- Marko Mikulicic Fri, 14 Jan 2011 17:05:05 +0100 dnet-openaire-connector-service (0.9.2) unstable; urgency=low * Added document claiming * Improved database connection handling -- Marko Mikulicic Tue, 30 Nov 2010 14:54:37 +0100 dnet-openaire-connector-service (0.9.1) unstable; urgency=low * move arch from any to all -- Marko Mikulicic Mon, 29 Nov 2010 16:51:21 +0100 dnet-openaire-connector-service (0.9) lucid; urgency=low * initial packaging -- Marko Mikulicic Mon, 22 Nov 2010 14:56:19 +0100