Mercurial > dive4elements > framework
diff ChangeLog @ 144:5369582d4fbf
Enable backend to delete users
artifacts/trunk@1369 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 02 Mar 2011 17:43:25 +0000 |
parents | 7e20702a90ed |
children | 9a64e0c1c737 |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 02 16:02:47 2011 +0000 +++ b/ChangeLog Wed Mar 02 17:43:25 2011 +0000 @@ -1,3 +1,15 @@ +2011-03-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: + Added code to delete a user, his/her collections and quarantee that + the artifacts exclusivly owner by the user are going to be deleted + from the artifact database. + + * artifact-database/src/main/resources/sql/org-h2-driver.properties, + artifact-database/src/main/resources/sql/org-postgresql-driver.properties: + Various SQL statements to cope with outdating artifacts and deleting + users and collections. + 2011-03-02 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/BaseOutResource.java: