Added License
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114187 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c3ad04b1fe
commit
15605dcaae
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" output="target/tabular-data-manager-2.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
<classpathentry kind="src" output="target/tabular-data-manager-2.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry excluding="**" kind="src" output="target/tabular-data-manager-2.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
<classpathentry excluding="**" kind="src" output="target/tabular-data-manager-2.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
@ -45,5 +45,5 @@
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA.jar" sourcepath="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA.jar" sourcepath="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||||
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||||
<classpathentry kind="output" path="target/tabular-data-manager-2.6.0-SNAPSHOT/WEB-INF/classes"/>
|
<classpathentry kind="output" path="target/tabular-data-manager-2.7.0-SNAPSHOT/WEB-INF/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Resource>
|
||||||
|
<ID></ID>
|
||||||
|
<Type>Service</Type>
|
||||||
|
<Profile>
|
||||||
|
<Description>tabular-data-manager manages tabular data</Description>
|
||||||
|
<Class>PortletsUser</Class>
|
||||||
|
<Name>tabular-data-manager</Name>
|
||||||
|
<Version>2.7.0-SNAPSHOT</Version>
|
||||||
|
<Packages>
|
||||||
|
<Software>
|
||||||
|
<Description>tabular-data-manager manages tabular data</Description>
|
||||||
|
<Name>tabular-data-manager</Name>
|
||||||
|
<Version>2.7.0-SNAPSHOT</Version>
|
||||||
|
<MavenCoordinates>
|
||||||
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
|
<artifactId>tabular-data-manager</artifactId>
|
||||||
|
<version>2.7.0-SNAPSHOT</version>
|
||||||
|
</MavenCoordinates>
|
||||||
|
<Type>webapplication</Type>
|
||||||
|
<Files>
|
||||||
|
<File>tabular-data-manager-2.7.0-SNAPSHOT.war</File>
|
||||||
|
</Files>
|
||||||
|
</Software>
|
||||||
|
</Packages>
|
||||||
|
</Profile>
|
||||||
|
</Resource>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
gCube System - License
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl).
|
||||||
|
The software and documentation is provided by its authors/distributors "as is" and no expressed or
|
||||||
|
implied warranty is given for its use, quality or fitness for a particular case.
|
|
@ -0,0 +1 @@
|
||||||
|
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
|
@ -0,0 +1,48 @@
|
||||||
|
The gCube System - tabular-data-manager
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2)
|
||||||
|
|
||||||
|
Authors
|
||||||
|
-------
|
||||||
|
|
||||||
|
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa,
|
||||||
|
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
||||||
|
|
||||||
|
|
||||||
|
Version and Release Date
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
v. 2.7.0-SNAPSHOT (2015-04-30)
|
||||||
|
|
||||||
|
|
||||||
|
Description
|
||||||
|
-----------
|
||||||
|
|
||||||
|
tabular-data-manager manages tabular data
|
||||||
|
|
||||||
|
|
||||||
|
Download information
|
||||||
|
--------------------
|
||||||
|
Source code is available from SVN:
|
||||||
|
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet
|
||||||
|
|
||||||
|
Binaries can be downloaded from:
|
||||||
|
http://software.d4science.research-infrastructures.eu/
|
||||||
|
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
-------------
|
||||||
|
|
||||||
|
tabular-data-manager manages tabular data
|
||||||
|
|
||||||
|
Documentation is available on-line from the Projects Documentation Wiki:
|
||||||
|
https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
|
||||||
|
|
||||||
|
|
||||||
|
Licensing
|
||||||
|
---------
|
||||||
|
|
||||||
|
This software is licensed under the terms you may find in the file named "LICENSE" in this directory.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,172 @@
|
||||||
|
<ReleaseNotes>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-7-0" date="2015-04-30">
|
||||||
|
<Change>Added column position</Change>
|
||||||
|
<Change>Added downscale C-Square</Change>
|
||||||
|
<Change>Added JobClassifier</Change>
|
||||||
|
<Change>Updated expression to support Soundex, Levenshtein,
|
||||||
|
Similarity, MD5, Upper and Lower</Change>
|
||||||
|
<Change>Updated replace panel to support template</Change>
|
||||||
|
<Change>Updated Inline Filter to support soundex, text begin and text
|
||||||
|
end
|
||||||
|
</Change>
|
||||||
|
<Change>Update operation for open from ribbon [issue #3154]</Change>
|
||||||
|
<Change>Updated Add Column now support expression</Change>
|
||||||
|
<Change>Updated Duplicate</Change>
|
||||||
|
<Change>Updated Monitor</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
<Change>Updated GwtService</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-6-0" date="2015-02-16">
|
||||||
|
<Change>Updated to GWT 2.6.1</Change>
|
||||||
|
<Change>Updated to GXT 3.1.1</Change>
|
||||||
|
<Change>Added creation of Geospatial C-Square and Ocean Area</Change>
|
||||||
|
<Change>Added creation of Geometry Point</Change>
|
||||||
|
<Change>Added support to formats on Change Column Type [issue #3233]
|
||||||
|
</Change>
|
||||||
|
<Change>Added Extract Codelist and automatically attach the codelist
|
||||||
|
extracted [issue #3235]
|
||||||
|
</Change>
|
||||||
|
<Change>R-Studio support [issue #3236]</Change>
|
||||||
|
<Change>Support Tabular Resource on Multi Scope [issue #3237]</Change>
|
||||||
|
<Change>Strengthen tabular-data-widgetx [issue #3238]</Change>
|
||||||
|
<Change>Strengthen on Replace By Expression [issue #3239]</Change>
|
||||||
|
<Change>Added Chart</Change>
|
||||||
|
<Change>Added editing on multiline [issue #3219]</Change>
|
||||||
|
<Change>Fixed open tabular resources on different scope</Change>
|
||||||
|
<Change>Updated monitor</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
<Change>Updated GwtService</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-5-0" date="2014-10-31">
|
||||||
|
<Change>Added Export JSON</Change>
|
||||||
|
<Change>Added multi tabular resources management</Change>
|
||||||
|
<Change>Added Main Box</Change>
|
||||||
|
<Change>Added flows support</Change>
|
||||||
|
<Change>Added template share</Change>
|
||||||
|
<Change>Added Resources management</Change>
|
||||||
|
<Change>Added Statistical Widget</Change>
|
||||||
|
<Change>Added Map creation</Change>
|
||||||
|
<Change>Added Resume UI state</Change>
|
||||||
|
<Change>Added Time Aggregation</Change>
|
||||||
|
<Change>Fixed Final and Lock errors</Change>
|
||||||
|
<Change>Fixed template diplay</Change>
|
||||||
|
<Change>Fixed JAXP jdk.xml.entityExpansionLimit error</Change>
|
||||||
|
<Change>Updated monitor</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
<Change>Updated GwtService</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-4-0" date="2014-09-12">
|
||||||
|
<Change>Added validation from and validation until to</Change>
|
||||||
|
<Change>Added licences</Change>
|
||||||
|
<Change>Added union</Change>
|
||||||
|
<Change>Added replace by expression</Change>
|
||||||
|
<Change>Added background tasks</Change>
|
||||||
|
<Change>Fixed edit row</Change>
|
||||||
|
<Change>Fixed add row</Change>
|
||||||
|
<Change>Updated clone</Change>
|
||||||
|
<Change>Updated expression</Change>
|
||||||
|
<Change>Updated validation tasks</Change>
|
||||||
|
<Change>Updated extract codelist</Change>
|
||||||
|
<Change>Updated split column</Change>
|
||||||
|
<Change>Updated merge column</Change>
|
||||||
|
<Change>Updated monitor</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
<Change>Updated GwtService</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-3-0" date="2014-07-04">
|
||||||
|
<Change>Added GroupBy</Change>
|
||||||
|
<Change>Added Column Mapping</Change>
|
||||||
|
<Change>Added context menu to Validations</Change>
|
||||||
|
<Change>Added Security Exception</Change>
|
||||||
|
<Change>Added Normalize</Change>
|
||||||
|
<Change>Added Denormalize</Change>
|
||||||
|
<Change>Added Share for groups</Change>
|
||||||
|
<Change>Updated Extract Codelist</Change>
|
||||||
|
<Change>Updated Codelist Mapping Import</Change>
|
||||||
|
<Change>Updated informations properties</Change>
|
||||||
|
<Change>Updated open tabular resource</Change>
|
||||||
|
<Change>Updated replace column</Change>
|
||||||
|
<Change>Updated grid, added error colored lines</Change>
|
||||||
|
<Change>Updated grid, now shows single view column</Change>
|
||||||
|
<Change>Updated Open Tabular Resource</Change>
|
||||||
|
<Change>Updated context menu of grid</Change>
|
||||||
|
<Change>Updated header column menu of grid</Change>
|
||||||
|
<Change>Updated TabularDataController</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
<Change>Updated GwtService</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-2-0" date="2014-06-05">
|
||||||
|
<Change>Added Replace Bacth</Change>
|
||||||
|
<Change>Added History</Change>
|
||||||
|
<Change>Added Validations</Change>
|
||||||
|
<Change>Added Inline Filter</Change>
|
||||||
|
<Change>Added Extract Codelist</Change>
|
||||||
|
<Change>Added Codelist Mapping Import</Change>
|
||||||
|
<Change>Added Add Column</Change>
|
||||||
|
<Change>Added Merge Column</Change>
|
||||||
|
<Change>Added Split Column</Change>
|
||||||
|
<Change>Added Add Row</Change>
|
||||||
|
<Change>Added Edit Row</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated CSV Export</Change>
|
||||||
|
<Change>Updated SDMX Export</Change>
|
||||||
|
<Change>Updated CSV Import</Change>
|
||||||
|
<Change>Updated SDMX Import</Change>
|
||||||
|
<Change>Updated Open Tabular Resource</Change>
|
||||||
|
<Change>Updated context menu of grid</Change>
|
||||||
|
<Change>Updated header column menu of grid</Change>
|
||||||
|
<Change>Updated TabularDataController</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-1-0" date="2014-04-04">
|
||||||
|
<Change>Added Clone</Change>
|
||||||
|
<Change>Added Share</Change>
|
||||||
|
<Change>Added New, Delete and Apply Template</Change>
|
||||||
|
<Change>Added HelpPanel</Change>
|
||||||
|
<Change>Added LabelColumnPanel</Change>
|
||||||
|
<Change>Added ChangeTableTypePanel</Change>
|
||||||
|
<Change>Added DuplicatesRowsPanel</Change>
|
||||||
|
<Change>Added Filter column</Change>
|
||||||
|
<Change>Added Replace Value</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated CSV Export</Change>
|
||||||
|
<Change>Updated SDMX Export</Change>
|
||||||
|
<Change>Updated CSV Import</Change>
|
||||||
|
<Change>Updated SDMX Import</Change>
|
||||||
|
<Change>Updated Open Tabular Resource</Change>
|
||||||
|
<Change>Updated context menu of grid</Change>
|
||||||
|
<Change>Updated header column menu of grid</Change>
|
||||||
|
<Change>Updated TabularDataController</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.2-0-0" date="2014-02-01">
|
||||||
|
<Change>Added Timeline</Change>
|
||||||
|
<Change>Added Menù to grid</Change>
|
||||||
|
<Change>Added Common Event</Change>
|
||||||
|
<Change>Added Toolbox</Change>
|
||||||
|
<Change>Added tooltip information to grid</Change>
|
||||||
|
<Change>Added column delete operation</Change>
|
||||||
|
<Change>Added column change type operation</Change>
|
||||||
|
<Change>Added CSV Export</Change>
|
||||||
|
<Change>Added SDMX Export</Change>
|
||||||
|
<Change>Updated CSV Import</Change>
|
||||||
|
<Change>Updated SDMX Import</Change>
|
||||||
|
<Change>Updated information on tabular resources</Change>
|
||||||
|
<Change>Fixed rows display on grid</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.portlets.user.tabular-data-manager.1-0-0" date="2013-10-18">
|
||||||
|
<Change>First Release</Change>
|
||||||
|
</Changeset>
|
||||||
|
</ReleaseNotes>
|
|
@ -0,0 +1 @@
|
||||||
|
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet
|
6
pom.xml
6
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>tabular-data-manager</artifactId>
|
<artifactId>tabular-data-manager</artifactId>
|
||||||
<version>2.6.0-SNAPSHOT</version>
|
<version>2.7.0-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@
|
||||||
<properties>
|
<properties>
|
||||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||||
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
||||||
<release.date>2015-02-16</release.date>
|
<release.date>2015-04-30</release.date>
|
||||||
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Service</wikiurl>
|
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
|
||||||
<templatesDirectory>templates</templatesDirectory>
|
<templatesDirectory>templates</templatesDirectory>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
<configDirectory>config</configDirectory>
|
<configDirectory>config</configDirectory>
|
||||||
|
|
|
@ -58,12 +58,12 @@ public class TabularDataRibbon {
|
||||||
con.add(modifyToolBar.getToolBar(), vldata);
|
con.add(modifyToolBar.getToolBar(), vldata);
|
||||||
ribbon.add(con, msgs.modify());
|
ribbon.add(con, msgs.modify());
|
||||||
|
|
||||||
|
/*
|
||||||
ruleToolBar = new RuleToolBar(eventBus);
|
ruleToolBar = new RuleToolBar(eventBus);
|
||||||
con = new VerticalLayoutContainer();
|
con = new VerticalLayoutContainer();
|
||||||
con.add(ruleToolBar.getToolBar(), vldata);
|
con.add(ruleToolBar.getToolBar(), vldata);
|
||||||
ribbon.add(con, msgs.rule());
|
ribbon.add(con, msgs.rule());
|
||||||
|
*/
|
||||||
|
|
||||||
templateToolBar = new TemplateToolBar(eventBus);
|
templateToolBar = new TemplateToolBar(eventBus);
|
||||||
con = new VerticalLayoutContainer();
|
con = new VerticalLayoutContainer();
|
||||||
|
|
|
@ -1,16 +1,37 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset component="${groupId}.${artifactId}.2-7-0" date="2015-04-30">
|
||||||
|
<Change>Added column position</Change>
|
||||||
|
<Change>Added downscale C-Square</Change>
|
||||||
|
<Change>Added JobClassifier</Change>
|
||||||
|
<Change>Updated expression to support Soundex, Levenshtein,
|
||||||
|
Similarity, MD5, Upper and Lower</Change>
|
||||||
|
<Change>Updated replace panel to support template</Change>
|
||||||
|
<Change>Updated Inline Filter to support soundex, text begin and text
|
||||||
|
end
|
||||||
|
</Change>
|
||||||
|
<Change>Update operation for open from ribbon [issue #3154]</Change>
|
||||||
|
<Change>Updated Add Column now support expression</Change>
|
||||||
|
<Change>Updated Duplicate</Change>
|
||||||
|
<Change>Updated Monitor</Change>
|
||||||
|
<Change>Updated Commons Event</Change>
|
||||||
|
<Change>Updated Toolbox</Change>
|
||||||
|
<Change>Updated Ribbon</Change>
|
||||||
|
<Change>Updated GwtService</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="${groupId}.${artifactId}.2-6-0" date="2015-02-16">
|
<Changeset component="${groupId}.${artifactId}.2-6-0" date="2015-02-16">
|
||||||
<Change>Updated to GWT 2.6.1</Change>
|
<Change>Updated to GWT 2.6.1</Change>
|
||||||
<Change>Updated to GXT 3.1.1</Change>
|
<Change>Updated to GXT 3.1.1</Change>
|
||||||
<Change>Added creation of Geospatial C-Square and Ocean Area</Change>
|
<Change>Added creation of Geospatial C-Square and Ocean Area</Change>
|
||||||
<Change>Added creation of Geometry Point</Change>
|
<Change>Added creation of Geometry Point</Change>
|
||||||
<change>Added support to formats on Change Column Type [issue #3233]</change>
|
<Change>Added support to formats on Change Column Type [issue #3233]
|
||||||
<change>Added Extract Codelist and automatically attach the codelist
|
</Change>
|
||||||
extracted [issue #3235]</change>
|
<Change>Added Extract Codelist and automatically attach the codelist
|
||||||
<change>R-Studio support [issue #3236]</change>
|
extracted [issue #3235]
|
||||||
<change>Support Tabular Resource on Multi Scope [issue #3237]</change>
|
</Change>
|
||||||
<change>Strengthen tabular-data-widgetx [issue #3238]</change>
|
<Change>R-Studio support [issue #3236]</Change>
|
||||||
<change>Strengthen on Replace By Expression [issue #3239]</change>
|
<Change>Support Tabular Resource on Multi Scope [issue #3237]</Change>
|
||||||
|
<Change>Strengthen tabular-data-widgetx [issue #3238]</Change>
|
||||||
|
<Change>Strengthen on Replace By Expression [issue #3239]</Change>
|
||||||
<Change>Added Chart</Change>
|
<Change>Added Chart</Change>
|
||||||
<Change>Added editing on multiline [issue #3219]</Change>
|
<Change>Added editing on multiline [issue #3219]</Change>
|
||||||
<Change>Fixed open tabular resources on different scope</Change>
|
<Change>Fixed open tabular resources on different scope</Change>
|
||||||
|
|
Loading…
Reference in New Issue