# HG changeset patch # User Ingo Weinzierl # Date 1301051031 0 # Node ID 5a7662bb948c0d8be2139fbbb6cc62709b80e5c7 # Parent 2649ada6b05332fc0665a9d50cde0380ff571b4f Updated the TODO list. flys-artifacts/trunk@1569 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 2649ada6b053 -r 5a7662bb948c flys-artifacts/ChangeLog --- 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 + + * TODO: Removed 'i18n' and 'step-back' TODOs and added an issue to remove + the Backend reference from FLYSArtifactCollection. + 2011-03-25 Ingo Weinzierl * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: diff -r 2649ada6b053 -r 5a7662bb948c flys-artifacts/TODO --- 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.