Mercurial > dive4elements > framework
comparison ChangeLog @ 149:c69abd07bdd0
Implemented the createUser() method in the artifact database.
artifacts/trunk@1374 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Mar 2011 06:53:51 +0000 |
parents | 101a52d3ad08 |
children | 78a27a6b3f1f |
comparison
equal
deleted
inserted
replaced
148:101a52d3ad08 | 149:c69abd07bdd0 |
---|---|
1 2011-03-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
4 Implemented the createUser() interface method. Calling this method will | |
5 trigger the backend to create a new user described in the document given | |
6 in the POST request. | |
7 | |
1 2011-03-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2011-03-02 Sascha L. Teichmann <sascha.teichmann@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 Added code to load all users from database. | 11 Added code to load all users from database. |
5 | 12 |