Mercurial > dive4elements > framework
diff ChangeLog @ 275:e92d5944fe4b
Enabled the artifact database to retrieve requests to change the name of a specific collection.
artifacts/trunk@2074 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 08 Jun 2011 07:36:43 +0000 |
parents | 92166f7c3842 |
children | 8b58259d3dd3 |
line wrap: on
line diff
--- a/ChangeLog Tue Jun 07 17:09:25 2011 +0000 +++ b/ChangeLog Wed Jun 08 07:36:43 2011 +0000 @@ -1,3 +1,18 @@ +2011-06-07 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java, + artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java, + artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: + New methods to set the name of a collection. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CollectionResource.java: + Dispatch the "setname" action. + + * artifact-database/src/main/resources/sql/org-h2-driver.properties, + artifact-database/src/main/resources/sql/org-postgresql-driver.properties: + Added sql statements to update the name of a collection specified by its + gid. + 2011-06-07 Ingo Weinzierl <ingo@intevation.de> flys/issue50 (Markierung von "Master-Artefakten" ermöglichen)