Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
143:7e20702a90ed | 144:5369582d4fbf |
---|---|
1 2011-03-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
4 Added code to delete a user, his/her collections and quarantee that | |
5 the artifacts exclusivly owner by the user are going to be deleted | |
6 from the artifact database. | |
7 | |
8 * artifact-database/src/main/resources/sql/org-h2-driver.properties, | |
9 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | |
10 Various SQL statements to cope with outdating artifacts and deleting | |
11 users and collections. | |
12 | |
1 2011-03-02 Ingo Weinzierl <ingo@intevation.de> | 13 2011-03-02 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/BaseOutResource.java: | 15 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/BaseOutResource.java: |
4 New. Abstract class that should be used as the base class for the | 16 New. Abstract class that should be used as the base class for the |
5 artifact and collection out resource. The most stuff to handle the | 17 artifact and collection out resource. The most stuff to handle the |