====== Release Notes for the Jupload plugin for Coppermine ====== To do list : - Correct the wrong writing : lenght to length, everywhere in the code, and, most important, the applet parameters should be correctly written (as thay can be used by external scripts) - Control of the server output, to check that the upload is ready. Currently, the applet only check that there is no error during uploading. ===== Version 1.2 ===== Packaged with the JUpload applet 2.2.3. **The package:** ===== Version 1.1.4 ====== packaged with JUpload applet 2.2.0 Changes: - The new urlToSendErrorTo parameter allows to send the debug information to the server, after an upload error. In Coppermine, a mail will be sent to the administrator - The applet version is now an official release in http://jupload.sourceforge.net ===== Version 1.1.3 ===== (packaged with JUpload applet 2.1.3) Bugs corrected: - The applet no longer wait 'for nothing' after a succeful upload in http 1.1. The switch to the property page is proposed immediately after the upload of the last file. - The applet is now correctly loaded on mac computers: the code uses a 'simple' applet tag, instead of several tags depending on the actual navigator. This also means the sun java plugin must be installed. Changes: - The CustomizedNbFilesPerRequestUploadPolicy class is now deprecated: it added quite nothing to the DefaultUploadPolicy. - Default value for nbFilesPerRequest is now -1, wich means: no maximum number of files for one HTTP upload. ===== Version 1.1.2 ===== (packaged with JUpload applet 2.1.2) Bugs corrected: - The applet no longer wait 'for nothing' after a succeful upload in http 1.1. The switch to the property page is proposed immediately after the upload of the last file. - The applet is now correctly loaded on mac computers: the code uses a 'simple' applet tag, instead of several tags depending on the actual navigator. This also means the sun java plugin must be installed. ===== Version 1.1.1 ===== Bugs corrected: - Creation of album with an empty name is now prohibited. - Creation of an album with the same title as an existing album name for the current category is now prohibited. - Corrected a bug in the applet, while rotating picture: it used to add black margins when rotating and rescaling where both selected. Modification: - Default language is no more english, but the current default.Locale (method: Locale.getDefault()) - The applet now displays the current version in the status bar. - The jupload.php design has changed (a little). It should be easier to use : + Add of 'add picture' button : the navigator window is then scrolled so that the applet is entirely visible. + More explanation in the HTML page, on how to use the applet. ===== Version 1.0 ===== Creation