Mercurial > dive4elements > framework
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 02 18:18:16 2011 +0000 +++ b/ChangeLog Thu Mar 03 06:53:51 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 createUser() interface method. Calling this method will + trigger the backend to create a new user described in the document given + in the POST request. + 2011-03-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: