Spring REST APIs for funders in HTMl, json, XML. Requests to: .../mvc/funders. Content negotiation works with media type suffix (e.g. funders.html, funders.json, funders.xml).
MCV controller to get info about funders
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag cnr-openaire-exporter-5.0.2
[maven-release-plugin] prepare release cnr-openaire-exporter-5.0.2
MVC controller for Funders, inspired by VocabularyController but still incomplete.
APi for the export of funder information
FCT prefix fixed
[maven-release-plugin] copy for tag cnr-openaire-exporter-5.0.1
[maven-release-plugin] prepare release cnr-openaire-exporter-5.0.1
TSV query updated to use the fundingpaths table, assuming there is the column "description"
[maven-release-plugin] copy for tag cnr-openaire-exporter-5.0.0
[maven-release-plugin] prepare release cnr-openaire-exporter-5.0.0
Fixed xpath to get the funding program
The funding programme is inside the fundingpath and must be extracted.
Test updated for the new fundingpath management
When generating the fundingPrefix, the final '%' is not to be added, as it is already in the query template.
Changed again the regex, as the FP7::SP1::HEALTH wasn't matched
More logs
Changed regular expression to check params, as now :: and % must pass
[maven-release-plugin] copy for tag cnr-openaire-exporter-4.1.4
[maven-release-plugin] prepare release cnr-openaire-exporter-4.1.4
exploit projects.code column rather than doing regex replace.
[maven-release-plugin] copy for tag cnr-openaire-exporter-4.1.3
deleting tag
[maven-release-plugin] prepare release cnr-openaire-exporter-4.1.3
having problem with release...switch back to prev version to retry
fixed scm and deploy.info
updated query for WT in tests
Fix for WT updated prefix. Now assuming is wt__________::WT
Updated implementation to use the new fundingpaths table of the db
branching version that works with the funding tables of the db. trunk will use the new tables with fundingpaths
Added test for query with date parameters
[maven-release-plugin] copy for tag cnr-openaire-exporter-4.1.2
[maven-release-plugin] prepare release cnr-openaire-exporter-4.1.2
handling urisdiction (see #1037)
[maven-release-plugin] copy for tag cnr-openaire-exporter-4.1.1
[maven-release-plugin] prepare release cnr-openaire-exporter-4.1.1
export tsv with funding param
[maven-release-plugin] copy for tag cnr-openaire-exporter-4.1.0
[maven-release-plugin] prepare release cnr-openaire-exporter-4.1.0
exporter for projects in tsv format
[maven-release-plugin] copy for tag cnr-openaire-exporter-4.0.1
[maven-release-plugin] prepare release cnr-openaire-exporter-4.0.1
Updated queries to return the funder name. Refactored xslts. More comprehensive tests.
project id must be compliant to the guidelines, as reported by Pedro in #1037: this is just a tmp workaround, waiting for some more details from Pedro.
[maven-release-plugin] copy for tag cnr-openaire-exporter-4.0.0
[maven-release-plugin] prepare release cnr-openaire-exporter-4.0.0
added missing final '/' for FCT grant ids for dspace
no parallel execution request
Fixed regex to generate the grant id for FCT projects.
Fixed tests
Added support for FCT projects.
[maven-release-plugin] copy for tag cnr-openaire-exporter-3.0.0
[maven-release-plugin] prepare release cnr-openaire-exporter-3.0.0
new locators, increased major version
[maven-release-plugin] copy for tag cnr-openaire-exporter-2.0.0
[maven-release-plugin] prepare release cnr-openaire-exporter-2.0.0
reverted version to snapshot
removed wrong scm url
added scm url
preparing for release 2.0.0
created tag folder for release
Fixed xslt to handle WT case. Added tests.
Fixed query for WT
Updated MVC controller accroding to spring4 capabilities
added relativePath to avoid mvn warning
Selection via property between static or dynamic DB service locator
Added deploy.info
Bulk project export for Wellcome Trust projects.
changed attribute of xsl:output to fix the incompatibility issue: "SEPM0009: Values of 'standalone' and 'omit-xml-declaration' conflict" (see also http://www.w3.org/TR/2005/WD-xslt-xquery-serialization-20050211/#N109D1)
Updated to new parent and added needed dependencies