===== List of JUpload for Coppermine releases 1.x ===== At this time, JUpload is a mod, and not integrated as a plugin. This page is stored as a memory of the project. Using it is not really a good idea ... :-) Up to date versions can be found here: [[jupload_coppermine_download_gb]] ===== Version 1.4.1 ===== Packaged with the JUpload applet 2.4.0. **The package**: {{:jupload-1.4.1.zip|:jupload-1.4.1.zip}} Bug corrected: * __No more 'unexpected HTTP response'__. If the 'SUCCESS' is not found in the HTTP response, the process is not blocked. Only a warning is displayed. I'd like to correct it, and have a real test: the SUCCESS string means that the upload was Ok for Coppermine (correctl added into the database, vignette calculated...). **Please**, if you get this warning, put the debugLevel applet parameter to 100, upload a picture, and send me the resulting debug, so that I can check why this warning occurs. Changes: * The 'stop' button now works: you can stop a download. ===== Version 1.4 ===== Packaged with the JUpload applet 2.3.1. **The package**: {{:jupload-1.4.0.zip|:jupload-1.4.0.zip}} Changes: * Spanish translation, thanks to jesusangelwork: jesusangelwork[at]users.sourceforge[dot]net. * The strUploadSuccess private upload policy variables, enables a 'functional' test that the upload was a success. For Coppermine, the output server contains a line within only 'SUCCESS' on it. The applet now checks for that. ===== Version 1.3.2 ===== **Unofficial release (currently):** (another test to correct a problem for Farnsi) {{:jupload-1.3.2.zip|:jupload-1.3.2.zip}} ===== Version 1.3.1 ===== **Unofficial release (currently):** (a test to correct a problem for Farnsi) {{:jupload-1.3.1.zip|:jupload-1.3.1.zip}} ===== Version 1.3.0 ===== Packaged with the JUpload applet 2.3.0. **The package**: {{:jupload-1.3.0.zip|:jupload-1.3.0.zip}} Beta versions: {{:jupload-1.3.0_beta2.zip|:jupload-1.3.0_beta2.zip}}\\ {{:jupload-1.3.0_beta.zip|:jupload-1.3.0_beta.zip}} Changes: * German transation is now available, thanks to Farnsi (doctor-zoidberg[at]web[dot]de) ===== Version 1.2 ===== Packaged with the JUpload applet 2.2.3. **The package**: {{:jupload-1.2.zip|:jupload-1.2.zip}} Changes: * The strUploadSuccess private upload policy variables, enables a 'functional' test that the upload was a success. For Coppermine, the output server contains a line within only 'SUCCESS' on it. The applet now checks for that. ===== Version 1.1.4.1 ===== Packaged with the JUpload applet 2.2.0 (named 2.2.2 by error in sourceforge file) **The package**: {{:jupload-1.1.4.1.zip|:jupload-1.1.4.1.zip}} ==== Changes ==== The jupload.php file was the old in jupload-1.1.4. The 1.1.4.1 contains the correct version. ===== Version 1.1.4 ===== packaged with JUpload applet 2.2.0 (named 2.2.2 in sourceforge) **The package**: {{:jupload-1.1.4.zip|:jupload-1.1.4.zip}} ==== 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 applet version is now an **official release** in http://jupload.sourceforge.net * 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 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 **The package**: {{:jupload-1.1.2.zip|:jupload-1.1.2.zip}} ==== 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 ===== **The package**: {{:jupload-1.1.1.zip|:jupload-1.1.1.zip}} ==== 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. ==== Modifications ==== * 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 ===== **The package**: {{:jupload-1.0.0.zip|:jupload-1.0.0.zip}} Creation