Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#1639 closed task (fixed)

Add support for unpacking *.gz and *.bz2 files that are not tar-ed during file upload

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 3.2
Component: coreplugins Version:
Keywords: Cc:

Description

This should now be possible to implement since #978 has been fixed and we can get information about the source file inside the unpacking implementation.

Change History (3)

comment:1 by Nicklas Nordborg, 12 years ago

Milestone: BASE Future ReleaseBASE 3.2
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned
Summary: Add support for unpacking *.gz and *.bz files that are not tar-ed during file uploadAdd support for unpacking *.gz and *.bz2 files that are not tar-ed during file upload

comment:2 by Nicklas Nordborg, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [6049]) Fixes #1639: Add support for unpacking *.gz and *.bz2 files that are not tar-ed during file upload

comment:3 by Nicklas Nordborg, 12 years ago

(In [6108]) References #1639: Add support for unpacking *.gz and *.bz2 files that are not tar-ed during file upload

The file upload dialog now matches against the implementation with the longest file ending. Eg. foo.tar.gz is matched with 'tar.gz' and not with 'gz'.

Note: See TracTickets for help on using tickets.