Resolved bugs

C1 Version:Not yet released (N/A)...
DescriptionThe media archive contains a "Download" command for all media files which should yield a download dialog and enable C1 users to easily fetch media files to the local machine. In Composite C1 1.3 the default behaviour for image requests have been changed from a "show download dialog" behaviour to "show images inline in browser" behaviour, unless the URL requesting the media is explicitly requesting a download (which is done by appending &download=true in the media file URL). This change has broken the download feature from within the console in respect to image files.
Known work around:You can edit the file ~/Renderers/ShowMedia.ashx - locate the text "IsWebFormatImage(file) == false" (without the quotes) on line 92 and replace it with the text "true". Note that this will revert the behaviour of media serving to the style used in 1.2, i.e. it affect actions like 'View image' on your webpage.