merge in doc from MIR_1_0
[mir.git] / doc / KNOWN_BUGS
1 last changed: $Date: 2002/12/08 07:05:56 $ 2002 mir-coders
2 -------------------------------------------------------------------
3
4 In all versions
5 ===============
6
7 * the JAI library used for creating thumnails of images will often make the
8   thumbnail for a GIF or PNG image look like it has some television set snow in
9   it. The workaround would be to upload Jpeg images if you can. We are looking
10   into replacing JAI with another library.
11 * when deleting an item, be it an article or an uploaded media file, the action
12   will remove the data/meta-data from the DB and prevent it from show up in
13   lists, but it will not delete the file from the filesystem. hopefully this
14   will be fixed before 1.1.0 is released and in 1.0.1. (FIXME: is this still a
15   problem in the HEAD branch?)
16 * single quotes in text get convert to an HTML encoding when stored in the DB..
17   it is a quickhack that we have to do cause are persistance layer can't handle
18   them when doing prepared statements.. (FIXME: is this still in HEAD?)
19 * some obscure "under certain conditions" corner cases listed in our bug tracker
20   at https://prod.indymedia.nl/mantis
21 * some others that I'm forgetting now.