Mercurial > dive4elements > framework
diff ChangeLog @ 152:7e5619115d5b
Implemented the deleteUser() method in the artifact server.
artifacts/trunk@1377 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Mar 2011 08:07:28 +0000 |
parents | 3d70de111af1 |
children | bf596b83d984 |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 03 08:04:57 2011 +0000 +++ b/ChangeLog Thu Mar 03 08:07:28 2011 +0000 @@ -1,3 +1,10 @@ +2011-03-03 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: + Implemented the deleteUser() interface method. This operation will now + remove the specified user, its collections and the artifacts stored in + these collections. + 2011-03-03 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: