Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
151:3d70de111af1 | 152:7e5619115d5b |
---|---|
1 2011-03-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
4 Implemented the deleteUser() interface method. This operation will now | |
5 remove the specified user, its collections and the artifacts stored in | |
6 these collections. | |
7 | |
1 2011-03-03 Ingo Weinzierl <ingo@intevation.de> | 8 2011-03-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | 10 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: |
4 Bugfix: Replaced wrong SQL statements with the correct ones. | 11 Bugfix: Replaced wrong SQL statements with the correct ones. |
5 | 12 |