removed the hardly used adaptor stuff. improved config checking on servlet initialization
[mir.git] / doc / KNOWN_BUGS
index 05b5106..32ef729 100755 (executable)
@@ -1,4 +1,4 @@
-last changed: $Date: 2002/12/23 02:54:40 $ 2002 mir-coders
+last changed: $Date: 2003/06/27 02:43:42 $ 2002 mir-coders
 -------------------------------------------------------------------
 
 In all versions
@@ -8,11 +8,17 @@ In all versions
   thumbnail for a GIF or PNG image look like it has some television set snow in
   it. The workaround would be to upload Jpeg images if you can. We are looking
   into replacing JAI with another library.
+  Zapata: I fixed this (hopefully)
+
 * when deleting an item, be it an article or an uploaded media file, the action
   will remove the data/meta-data from the DB and prevent it from show up in
   lists, but it will not delete the file from the filesystem. hopefully this
   will be fixed before 1.1.0 is released and in 1.0.1. (FIXME: is this still a
   problem in the HEAD branch?)
+  Zapata: Deleting objects makes them untraceable and is thus generally a bad 
+  idea. It can be so configured (using producers.xml) that hidden stuff (articles, 
+  media) are deleted
+  
 * some obscure "under certain conditions" corner cases listed in our bug tracker
   at https://prod.indymedia.nl/mantis
 * some others that I'm forgetting now.