**To do list:**

===== Short term =====

  * A javascript error in IE8 ?
  
  * Essayer d'utiliser l'applet sous Linux

  * Test compatibility with Coppermine Picture-of-the-Day/Week Plugin

  * File debugOut should be on, only if debugLevel is 1 or more (better: add a new applet parameter)

  
  * Major: check where files are stored
  Answer to: http://forum.coppermine-gallery.net/index.php/topic,60153.new.html#new
  
  * Make the Wiki work again!
  
  * When a user whose upload must be validated, an alert box is displayed for each file: 
  'your picture needs to be validated by the admin'. Tiring.

  * Answer to: E:\temp2\jupload\bug\Error during upload\index.php.htm

  * java.lang.NullPointerException
  http://forum.coppermine-gallery.net/index.php?topic=58543.msg287996#new
  
  * Integration with Stramm's modpack.
  http://forum.coppermine-gallery.net/index.php?topic=58540.msg287991#new
  
  * Problem with ImageMagick
  http://forum.coppermine-gallery.net/index.php/topic,58155.msg287782.html#new

  * Check the standard upload link, and the linkKeepStandardUpload parameter
  Response to: http://forum.coppermine-gallery.net/index.php/topic,55817.new.html#new
  
  * I'll update the meaning of maxNonTransformedPictureSize. 0 will mean: no transformation at all.
  http://forum.coppermine-gallery.net/index.php/topic,54483.new.html#new
  
  * Reply to DFF
  http://danskfjerkraeforum.dk/test/index.php?action=gallery
  http://forum.coppermine-gallery.net/index.php/topic,53710.0.html

  * First level category should be in bold.
  http://forum.coppermine-gallery.net/index.php/topic,54058.0.html
  * Correct the URL to download a up-to-date java.
  * Precise that JUpload uses Coppermine resizing and quality parameters or specific parameters (quality)
  * Add a width and a height (movie_wd and movie_ht) fields to the upload form, to allow the user to control 
  animation width and height, instead of the default ones, as currently used by the plugin. 
  * Add a postUrl parameter, to be able to override the standard calculated uploaded URL: will be useful when
  someone use frame to redirect to another URL: the real postURL is then 'hidden' to the plugin.
  * Ajax for modification and creation of albums.

===== Longer term =====

  * Use the Coppermine jpeg_qual config parameters in JUpload, instead of the specific JUpload config parameter. Not
  that simple, as Java and GD doesn't compress equaly. Current behaviour is correct.
  * When an upload error occurs, but some pictures are correctly uploaded, the edit_uploaded_pics page should be
  opened (in another page, to avoid loosing the list of non uploaded pictures, that are still in the applet file list)
  * Coppermine 1.5 compatibility check
  * Stramm's modpack compatibility.

