**To do list:**

===== Done =====

===== Check for compatibility with Coppermine 1.5 =====

  * Plugin management: The configuration button disappeared.
  * Upload page:
    * Change category doesn't work (no response from ajax part)
    * Album creation: doesn't work.


===== Short term =====
  
  * On my family site, default debug level is 0 or 99, I get the 'No file Uploaded'. Works with debugLevel to 100.
  D:\temp2\jupload\bug\Galeries des Gauthier - Afficher le phpinfo.html
  (safe mode is on, the albums directory was correctly created, some picture files were written).

  * UPDATE THE WIKI !
  
  * 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 temporary NullPointerException: Unable to access to the postURL
  Due to a 301 return ??
  Response to http://forum.coppermine-gallery.net/index.php/topic,54149.msg274225.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
  
  * Re-test with safe mode on. See message:   
  http://forum.coppermine-gallery.net/index.php/topic,54336.new.html#new
  works under Windows, but it may not be a very good test...

  * 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.

