List of JUpload for Coppermine releases 2.x

At this time, JUpload began to be 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 2.6.4

Avoid this version: A regression has been discovered, from 2.6.4 to 3.0.0rc3 releases: uploaded pictures, resized by the applet, had a bad quality (basic resizing, instead of smooth resizing)

The package: :jupload-2.6.4.zip

Packaged with applet v3.2.0

Fixes:

  • [Major] The applet is now (again) compiled for JRE 1.5 (compatible with 1.6, wich is the current last version).
  • [Major] When manually deploying the applet by FTP, there may be problems with carriage return, which would prevent the upload to work properly.
  • [Minor] Non ASCII characters (accents) are now correctly displayed in error messages, due to upload.
  • [Minor] Removal of the extra number (debug info) was display in the category list, after 2.6.3.
  • [Minor] The whole applet is now a target where you can drop files to.
  • [Minor] When an error occurs, the error message was displayed three times (including useless technical info)

Version 2.6.3

The package: :jupload-2.6.3.zip

Packaged with applet v3.2.0b3

Changes:

  • [Minor] The non-admin user now view only category containing albums where he may upload files (whether the album

is in this category or one of its sub-categories).

Fixes:

  • [Minor] Corrected direct access of the admin to the upload page, when he has a personal album: the category is now correct.
  • [Minor] Add of the pictureTransmitMetadata parameter. A way to avoid problems, when transmitting pictures shooted from a Canon EOS 30D, in portrait mode (!!!).

Version 2.6.2

The package: :jupload-2.6.2.zip

Packaged with applet v3.1.1b1

Bug fixed:

  • JUpload can now manage admin personal album (this include: create album an update to album in his/her personal galery).

Known bug:

  • * Admin personal galery: doesn't work at first. The admin must change to a category, then back to his personal galery, to be able to upload to it.

Version 2.6.1

The package: :jupload-2.6.1.zip

Packaged with applet v3.1.1b1

Changes:

  • The applet now transmit metadata (IPTC and EXIF).

Bug fixed:

  • The applet now manages correctly files that can't be read (no read access on the file system).

Version 2.6.0

The package: :jupload-2.6.0.zip

Take care of this point:

  1. Configuration migration (first point below): if you get back to 2.5.x, you'll have to enter your

configuration back into the configuration page.

Changes:

  • Add of the appletWidth and appletHeight parameters, which allows to easy control the height and width of the applet. Especially useful for themes that have small area for the applet, like i-feel-dirty.

Bug fixes:

  • [Major] The update and create album buttons now raises an error, when the user has no right to update/create an album in the choosen category. This error is raised in javascript, and controled again in the PHP script (to prevent 'attack' from the web).
  • [Minor] clicking on 'Create album', when no category is selected, JUpload now displays a proper message.
  • [Major] Drag'n Drop: the applet now controls whether the dropped files correspond to the current file filter (list of allowed file extensions).
  • [Minor] The picture preview in the file chooser displays bigger pictures.

Version 2.6.0 beta

The package: :jupload-2.6.0b.zip

Caution:

  1. Configuration migration (first point below): if you get back to 2.5.x, you'll have to enter your

configuration back into the configuration page.

  1. I'll be off until the 27 august. No support during this time.

Changes:

  • [Major] The JUpload configuration is now stored in the database. No more configuration in php files: saving the database also saves the JUpload configuration. An automatic migration will copy the JUpload configuration to the database during the plugin installation (or update).
  • [Major] Standard user can now see the categories, select one, then see the albums contained in the selected category. Allows easy and fast access to the public albums. Default category selection is the user's gallery (if any).
  • [Minor] May be major for big galleries: uploaded files are now separated in distinct directories. In non safe_mode, uploaded pictures (and nomral and thum ones) are stored in the albums/userpictures/10000+USERID/AlbumID/
  • [Minor] New fileChooserIconFromFileContent config parameter, to control whether the file icons on the file chooser are calculated from the image (tkind of picture preview) or are the default system icons.
  • [Minor] New fileChooserIconSize config parameter, to control the icon size. Used only if

fileChooserIconFromFileContent is true.

Version 2.5.8

The package: :jupload-2.5.8.zip

Fix:

  • [Major] Fixed incompatibility with Coppermine 1.4.12 (the JUpload link was no more displayed).

Version 2.5.7

The package: :jupload-2.5.7.zip

Fix:

  • [Major] Admin mode fixed with IE.

Version 2.5.6

Known bug: admin mode is broken with IE (works Ok with Firefox)

The package: :jupload-2.5.6.zip

Changes:

  • [Minor] Put some Ajax in the upload_page, in admin mode: the page is no more reloaded when the admin selects another category. Then, the applet is not reloaded, and the selected pictures are not lost.
  • [Minor] When a file filter list is provided (see allowedFileExtensions), the user may not select other files. That is: he can not change the current filter by 'All files'.
  • [Minor] It's now possible to remove the standard upload link. See the new linkKeepStandardUpload config parameter.
  • [Minor] After upload: a message now explains to the user when uploaded picture properties (title, description…) have been saved.
  • [Minor] The JUpload link is now display after or in place of the standard upload button. No more problems when the FAQ link has been removed.

Version 2.5.5

The package: Not available Changes:

  • [Comfort] The JUpload link in the top menu is now 'contextual': when you're browsing a category (for an admin only) or an album, a click on the JUpload link will put this category and/or album as the current one for upload. Thanks to garbs for this good idea!
  • [Config param] Add of linkTitle and linkComment configuration parameter. These parameters allows the admin to override the text that will be displayed on the JUpload link button (and on its mouseover comment).

Version 2.5.4

The package: :jupload-2.5.4.zip

Changes:

  • [Comfort] The JUpload link in the top menu is now 'contextual': when you're browising a category (for an admin only) or an album, a click on the JUpload link will put this category and/or album as the current one for upload. Thanks to garbs for this good idea!
  • [Config param] Add of linkTitle and linkComment configuration parameter. These parameters allows the admin to override the text that will be displayed on the JUpload link button (and on its mouseover comment).

Version 2.5.3

The package: :jupload-2.5.3.zip

Changes:

  • Support of Basic HTTP Authentication. See the new basicHttpAuthentication config parameter.

Version 2.5.2

The package: :jupload-2.5.2.zip

Changes:

  • [Major] The user is now allowed to update the pictures title and description of pictures he uploaded, whether or not he may have personal galleries. This is conform to the standard upload behaviour (and different from my previous proposal).
  • [Minor] The 'update album' button is only visible if the user may have its own gallery. Like before, the current user can _not_ update public album's title or description if he is not administrator.
  • [Minor] The album list is now better sorted: it doesn't care about upper or lower case. But title beginning with an accent are sorted according to the current mysql charset, which seems to be wrong by default.

Version 2.5.1

The package: :jupload-2.5.1.zip

Changes:

  • [Minor] Add of the generateDefaultPictureTitle config parameter. Default value will create a picture title from the picture filename. If you put 0 in this parameter, the plugin will let the picture title empty: nice when uploading a lot of pictures at once.
  • [Minor] Now, the plugin will ask Java from 1.5 and above. Previously, the plugin would ask for a 1.6 or higher JVM, which was unnecessary.
  • [Checked] All files check correctly that they are called from internal calls from other Coppermine PHP scripts.
  • [Minor] Corrected a typo in French translation.

Translation

  • [Minor] The following status bar texts can now be translated: done, transfer rate, ETA. Translation is currently

available in French and English. See my wiki for all details.

Version 2.5.0

Packaged with applet v3.0.2b3

The package: :jupload-2.5.0.zip

Change:

  • [Major change] Control of picture compression rate. By default, the applet now uses 0.8, which produces pictures

of the same size as native Coppermine code.

  • [Parameter] pictureCompressionQuality allows the administrator to create file of better quality (and bigger),

or lower quality (and smaller).

As a result: preparing picture and uploading are now quicker!

Version 2.4.4

Packaged with applet v3.0.2b2

The package: :jupload-2.4.4.zip

Change:

  • [Major fix] v2.4.3 broke configuration saving, unless putting a correct jarPath config parameter.
  • [PNG] Resizing (and pre-viewing) of png files, bigger than the max widhth/height of the gallery doesn't work. It probably never worked.
  • [Major change] Resized pictures files are now of same size as if they were resized by Coppermine. They were 8 times bigger in previous versions. Now: much better for the web!
  • [Change] showStatusBar renamed to showLogWindow (see below)
  • [Fix] Uploading and viewing PNG file now works.

Translation:

  • [Turkish] Add of the Turquish translation, thanks to Gunay Mazmanoglu.

Version 2.4.3

Packaged with applet v3.0.0

The package: :jupload-2.4.3.zip

Changes:

  • [Major] New jarPath config parameter. This parameter should allow this plugin to be used when Coppermine is itself a plugin in another tool.

Version 2.4.2

Packaged with applet v3.0.0a2

The package: :jupload-2.4.2.zip

Changes:

  • [Major] When the server chunks the response body, there was a bug that would block upload.
  • [Minor] The look of the applet is now nicer.
  • [Minor] Corrected a regression from the 2.4.1 version: the test of the installation of Java may not work properly.

Translations:

  • [Russian] Russian translation has been given by Max Turanskiy.

Version 2.4.1

Packaged with applet v2.9.2rc4

The package: :jupload-2.4.1.zip

Known bug:

  • After upload, when picture upload need to be approved by the admin, preview of picture doesn't work(if you click on the small picture, you'll see an a page containing an empty picture). The user can still update the picture properties.

Changes:

  • [Minor/pictureMode] Temporary files are now created in the default temporary directory of the local computer. They are removed by the end of Java (that is: when the navigator is closed), even if debugLevel>=100. No more pollution of the picture directory.
  • [Major] If the admin is not allowed to upload pictures (?), he still can go to the JUpload configuration page.
  • [Minor] Underscores in the filename are removed, when copied to the picture title. For instance, after uploading a file named my_file.jpg, the plugin will propose a name 'my file' (idea coming from Will).
  • [Minor] The configuration values for alwaysVisible has slightly changed: 0 means that the JUpload link is visible only if the use is connected and my upload pictures, 1: the link is always visible, 2: the link is visible only if the user is connected and is an administrator. Go to the plugin configuration page, then plugin configuration, then 'JUpload configuration'.
  • [Minor] (to be improved) The icon files now represents the picture. But it's actually to small to really identify a picture.
  • [Major] When an error occurs, the error text is displayed to the user in a message box. He/she has no more to look at the 'ugly' status area. Nice, especially when the error is not technical, like when upload is refused because the user has exceeded his disk quota.
  • [Major] The applet now resizes properly the picture, instead of saying that the file is too big. If the resized is still too big, the upload still generates a 'too big' error.

Translation:

  • [Danish] Add of the Danish translation, thanks to Jeppe Bundsgaard.
  • [French] Correction of syntax errors in the French translation (thanks to Choupette549)

Version 2.4.1a2

The package: :jupload-2.4.a2.zip

Known Bug:

  • [Major] Seems like the applet is no more resizing pictures that are bigger than the max picture size.

Translation:

  • [Danish] Thanks to Jeppe Bundsgaard
  • [French] I corrected one error in French translation, but, Choupette549, I didn't find the other mistake you were talking about.

Version 2.4.1a1

The package: :jupload-2.4.1a1.zip

Unofficial release, to try to correct a problem for Admin-Leo.

Version 2.4.0

The package: :jupload-2.4.0.zip

Translation:

  • [Polish] Add of the Polish translation, thanks to Wojtek Semik: wojteks@pvd.pl
  • [Slovenian] Add of the Slovenian translation, thanks to Damjan Leban: damjan.leban@siol.net

Bug corrected:

  • [Major] Upload would not work when Coppermine is configured to use the IPTC data (thanks to Olivier for this correction).

Version 2.4.0rc2

The package: :jupload-2.4.0rc2.zip

Bug Corrected:

  • [Major] Pictures that have been previewed within the applet would not be uploaded, if their size was bigger than the maximum authorized size.

Version 2.4.0rc1

Packaged with the V2.9.0 JUpload applet

The package: :jupload-2.4.0rc1.zip

Hum, it looks like pictures are not uploaded, when they have been previewed from the applet. To be confirmed, for instance from my demo site

Changes:

  • [Major] The JUpload plugin now allows any file whose extension is accepted by the current Coppermine configuration.
  • [Minor] Only valid files for upload are displayed on the file list. A file is valid for upload if its extension

is one of the allowed file extension defined in your current Coppermine configuration.

  • [Minor] The status bar is now hidden, by default. It will appear only when an error occurs during upload, or when

the debug is switched on (CTRL+RighClick works also on the filelist, now).

  • [Minor] You can now select multiple files in the file list. Useful only to remove several files at once.

Languages: - [Chinese] A chinese translation is now available, thanks to Liu (Fbo ?). Only the applet is currently translated (not the PHP pages) - [Bresilian - Portugese] A Bresilian translation, is available, thanks to Frederico Ronfaut Klein. I copied this file to also give a first Portugese translation. I don't know the differences between Portugese and Bresilian… - [Norwegian] Updated translation, thanks to Pal Knudsen.

Bug Corrected:

  • [Blocking] The chunk management no more blocks upload, when the maxChunkSize parameter was not updated

in the local configuration. (was corrected in the 2.3.1 by removing chunk management).

Version 2.3.1

Blind correction for upload errors 400: :jupload-2.3.1.zip

From the 'choupette549' test result, the problem is within the chunk management. I've removed it in this patch. I'll remove the patch from here (with an explanation note) if it doesn't correct the error.

Note: The version number (2.3.1) is correctly displayed in the plugin management page, but not in the applet output, due to a 'fast' packaging.

Version 2.3.0

Use this plugin for batch upload !

The package: :jupload-2.3.0.zip

Changes:

  • [Major] Speed up your upload, by using the new configuration parameters. Go to the plugin management page, then click on 'Jupload Configuration'. Everything is (should be) clearly explained here.
  • [Major] The album management functions functions are back in admin mode! Now, when connected as an admin, you can again create and modify albums. You'll then have the ability to first select a category, then select an album in this category. Take care that changing category will reload the page, erasing any selection in the applet.
  • [Major] The applet now alerts the user that he/she needs java. It will redirect the user to the java download page.
  • [Major] The applet can now override the maximum upload size of your webserver (or ISP) by splitting the file to upload in chunks. The Coppermine plugin will concatenate the file. The default maximum size of uploaded file is the one defined in the gallery. You can change it, as a specific value for the JUpload plugin, by accessing on the JUpload configuration page. To go to the Jupload configuration page, go to the plugin configuration page, and check that JUpload is configured.
  • [Minor] The file name, without the extension, is now put as a default title for the picture.
  • [Minor] Thanks to the sample plugin, a 'support' button has been added on the plugin configuration page: a click on it will redirect you to the Coppermine Forum board. I also add a link to my JUpload page.

Bug corrected:

  • [Minor] When the plugins/jupload/user/config.inc.php doesn't exist (i.e.: when you never save configuration parameters), a warning was logged in the main PHP log file.

Version 2.2.0

The package: :jupload-2.2.0.zip

Change log since 2.1.0 (replace all change logs for 2.2.0 release candidates).

Packaged with JUpload Applet 2.7.1 (available on jupload.sourceforge.net).

Known bugs:

  • Japanese filenames are badly encoded once uploaded in Coppermine.
  • It happens (rarely) that the applet receives a 'no file uploaded' error. I could not repeat it. Just reload the page removes the error: upload works again. Perhaps it's linked with simultaneous access to multiple Coppermine (ex: test and prod server). If someone can repeat, I'll be glad to know how…

Bugs Corrected:

  • [Major] Non admin user can modify category names and descriptions.
  • [Major] Album management didn't work since 2.1.0
  • [Medium] In admin mod, the js description array was not filled: it was not possible to properly update an album name without erasing the previous album description.
  • [Minor] Charaters are badly encoded in other language than French, in the javascript alert box (for instance, click on the 'Add picture' button without having an album selected).
  • [Minor] After an upload of several pictures, remove one picture, then another. A picture that doesn't come fromthis upload is displayed. Remove picture from the edit page that opens uploaded pictures is now impossible.
  • [Minor] In bridge mode, the 'make my icon' button should be unavailable.
  • [Minor] It's now possible to update an album name to a name which exists in another category.
  • [Minor] The version of the JUpload package is now correctly displayed on the plugin management page.
  • [Minor] When updating an album, if the new name corresponds to the name of an already existing album of the same category (for instance the user's gallery.
  • [Minor] You can no more update an album name toward an already existing album name (check is Ok when creating a new album).

Changes:

  • [Translation] Add of the Japanese, thanks to Takashi Yukawa. Note that Japanese characters needs a specific extension to properly display Japanese characters.
  • [Translation] Add of the Norwegian
  • [Major] The upload error are correctly managed, and displayed in the status area, even when the

applet is not in debug mode. This was rather complex, as Coppermine internal code is not reusable (need copy/paste, instead of just calling a coppermine function), and mixes internal treatement and HTML (there are calls to cpg_die everywhere!).

  • [Change] The 'update album name' is now only displayed .. if the user is allowed to. Before, a click on this button would display an error if the user was not allowed to update the album name.
  • [Minor] The check box 'make my icon', remove picture, reset votes have been removed. The 'make my icon' could be kept. But it must then be unvalidated, if in bridge mode.
  • [Minor] The JUpload plugin version number is now displayed in the status area of the applet. Useful .. especially for me, to provide relevant support!
  • [Major] Add of a configuration management page. You can now choose:
    • alwaysVisible to 0 (false, default) or 1 (true). Setting it to 0 will make the JUpload link appear only for people allowed to upload pictures. Nice for most existing galleries. 0 is best for collaborative (my family web site, for instance ;-) )
    • highQualityPreview to 0 (false) or 1 (true, default). If set to 0, the picture display on the screen is quicker, but the preview is 'sharp' (basic picture resizing). This parameter has no effect on the pictures uploaded to the gallery.
    • More to come… ;-)

Version 2.2.0rc2

The package: :jupload-2.2.0rc2a.zip, :jupload-2.2.0rc2b.zip or :jupload-2.2.0rc2c.zip

These packages differ only for the Japanese encoding translation in the applet. The jupload-2.2.0rc2b.zip seems the best one to me, but none is displayed correctly on my firefox…

Known bug:

  • [Minor] When updating an album name to an already existing album name in the same category, a (correct) error message is displayed. Click on back. The album is still selected. But the applet has lost the album number. The user has to select another album, then back to the one he wants. A simple javascript doesn't help: it is not executed in this case.

Bugs Corrected:

  • [Minor] The version of the JUpload package is now correctly displayed on the plugin management page.
  • [Minor] When updating an album, if the new name corresponds to the name of an already existing album of the same category (for instance the user's gallery.

Changes:

  • [Translation] Add of the Japanese, tanks to Takashi Yukawa. But I don't think that my encoding in the applet is correct. The php translation part seems nice to me.
  • [Minor] The JUpload plugin version number is now displayed in the status area of the applet. Useful .. especially for me, to provide relevant support!

Version 2.2.0rc1

Packaged with the applet 2.6.2

The package: :jupload-2.2.0rc1.zip

Changes:

  • [Major] Add of a configuration management page. You can now choose:
    • alwaysVisible to 0 (false, default) or 1 (true). Setting it to 0 will make the JUpload link appear only for people allowed to upload pictures. Nice for most existing galleries. 0 is best for collaborative (my family web site, for instance ;-) )
    • highQualityPreview to 0 (false) or 1 (true, default). If set to 0, the picture display on the screen is quicker, but the preview is 'sharp' (basic picture resizing). This parameter has no effect on the pictures uploaded to the gallery.
    • More to come… ;-)

Bugs Corrected:

  • [Major] Album management didn't work since 2.1.0
  • [Minor] You can no more update an album name toward an already existing album name (check is Ok when creating a new album).

Known bugs:

  • The applet Italian translation is momentaneously broken.
  • [Minor] When updating an album toward an existing album name, the error message is empty.

Version 2.1.1

Packaged with the applet 2.6.1

The package: :jupload-2.1.1.zip

bug corrected:

  • Corrected a bug on Linux (worked Ok if the server was windows!): it was not possible to upload more than one picture at a time.

Note: The 'JUpload Configuration' button, in the plugin administration page doesn't work in this patch. It's a work in progress. But there is no harm to go there. It's just won't store anything.

Version 2.1.0

The package: :jupload-2.1.0.zip

Bug corrected:

  • [Minor] When language is english_gb, the upload page would say that the applet is not translated!
  • [Minor] Corrected a bug in the 2.1.0rc1: if a non connected user clicked on the Jupload button, he would ask for a login and a password. But, after redirection, he would not be redirected to the jupload page.

Version 2.1.0rc1

Packaged with the 2.7.0rc1 JUpload applet.

The package: :jupload-2.1.0rc1.zip

Changes:

  • [Installation] This package can now be installed from the 'upload' button of the plugin management page.
  • [Translation] JUpload is now available in Italian, thanks to Chuck Smith.
  • [Personalization] The plugin will try to include the plugins/jupload/user/user.inc.php. So you can create this file, and put whatever you want to personalize the plugin for your need, especially change the translation parameters. I will never put a php file in the user directory, so you can create any php file there. But it's a good idea to make a backup of these files before any jupload installation, in case of…. ;-)

Note: If you need any hook to add your something specific to you, tell me. I'll add it so that it's easy to update the jupload behaviour to your needs.

  • [Admin mode] When the user is the gallery administrator, the creation of a new album needs to know the target category. Currently, I've just hiden the 'create album' button, as it dosn't work (either in admin or user mode). I'll do better, later. Everything is Ok for a standard user.

Bug corrected:

  • When a picture smaller than the max picture size of the gallery, had to be rotated once (left or right) a black bar would appear.

Version 2.0.0

The package: :jupload-2.0.0.zip

Known bug:

  • The album creation doesn't work in admin mode.
  • Caution: this package can not install from the 'upload' link on the plugin management page

Changes:

  • [Major] NO MORE NEED FOR THE jupload_rainy_day THEME. The plugin is now managed through the plugin management interface. See the jupload.readme.txt file, for

all installation details (it's pretty standard). Thanks to Frantz, for the samples (his plugins) he gave me !

  • [Medium] After an upload, only the uploaded pictures are displayed. Note: if two users, connected with the same login, do an upload at exactly the same moment, the pictures display may mix pictures from these two uploads. This seem to be a theorical case, that will never happen, unless you give a login to a lot of different people. If it's the case, let me know. I'll try to find another way to do this.

Bugs corrected:

  • [Album management] The 'create album' and 'update album' buttons work again.
  • [Minor] When back from the 'create album' or the 'update album' success page, the album is now also selected in the applet (previously, the user has to select another another album, then select the new album to make the applet upload to this new album).

Version 2.0.0 rc2

The package: :jupload-2.0.0rc2.zip (I corrected the package name, that was 2.6.0rc2)

Bugs corrected:

  • [Property picture edit page] The links “Album properties” and “Thumbnail view” don't work (no album # after the =) (thanks to Zcubed).
  • [Property picture edit page] There is no Next Page link to view more the next 25 pictures (thanks to Frantz).

Version 2.0.0 rc1

The package: :jupload-2.0.0rc1.zip

Packaged with the JUpload applet 2.6.0rc1.

This version is an important rewriting of the PHP part of this plugin. The main work was:

  • Creation of include files :
    • gui.inc.php: The common GUI functions coming from Coppermine (on the contrary of

the Coppermine scripts, where these functions are duplicating between each main script)

  • j_picmgmt.inc.php: The common picture management functions, extracted from the main upload.php script. Using this plugin would allow to have common picture functions between all scripts. Currently, the management of incoming function is different from upload.php, db_input.php and xp_publish.php. Using this include would allow an easier maintenance of the whole Gallery.
  • The main jupload script now works like an 'index.php' script: it only contains intializations and calls to the scripts responsible of doing the job.
  • edit_uploaded_pic.php: A specific page, created from the main editpics.php script. It allows the user to edit title, description and key words for the pictures he owns, on the target album (the album where picture were uploaded).

Bugs corrected:

  • [Major] Corrected an important memory leak in the applet, when viewing a fullscreen picture (by clicking on the preview picture).

Changes:

  • [Major] A 'normal' user can now upload to an admin's album where the admin allowed him to.
  • [Major] Quality picture (thanks to David Gnedt): the quality of resized pictures is much better now. But it makes

computing somehow longer. The new applet parameter highQualityPreview allows to preview the pictures in high quality. If you prefer faster preview, you can set this parameter to false (or remove it) from the upload_page.php script. This won't change the quality of uploaded pictures (only preview).

  • Dutch: Duch translation, thanks to Rob van Kempen
  • Esperanto: Esperanto translation, thanks to Chuck Smith (whiz.at.users.sourceforge.net). Coppermine is not translated in Esperanto, but this plugin is!
  • SSL (thanks to David Gnedt): You can now publish your pictures with this plugin, even if your hosted in https.

Outils personnels