Mercurial > dive4elements > river
changeset 149:5a7662bb948c
Updated the TODO list.
flys-artifacts/trunk@1569 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 25 Mar 2011 11:03:51 +0000 |
parents | 2649ada6b053 |
children | c904d52cdfd0 |
files | flys-artifacts/ChangeLog flys-artifacts/TODO |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Mar 25 10:23:59 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Mar 25 11:03:51 2011 +0000 @@ -1,3 +1,8 @@ +2011-03-25 Ingo Weinzierl <ingo@intevation.de> + + * TODO: Removed 'i18n' and 'step-back' TODOs and added an issue to remove + the Backend reference from FLYSArtifactCollection. + 2011-03-25 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java:
--- a/flys-artifacts/TODO Fri Mar 25 10:23:59 2011 +0000 +++ b/flys-artifacts/TODO Fri Mar 25 11:03:51 2011 +0000 @@ -1,3 +1,4 @@ - Validation of the input values of an incoming feed() call -- Introduction of i18n (at least error messages need this) -- Implement Step-Back +- Remove the reference to Backend from FLYSArtifactCollection. Use the + methods of ArtifactDatabase (context.getDatabase()) to do the + necessary work.