Ticket #914 (closed defect: wontfix)
Clearbricks does not recognize zip file with '\' as directory delimiter
Reported by: | volkmar | Owned by: | xave |
---|---|---|---|
Priority: | normal | Milestone: | 2.2 |
Component: | module:clearbricks | Version: | 2.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
How to reproduce:
- Archive a plugin into a zip file with IZArc from the top source dir.
- Try to upload it to your blog with Dotclear extension manager.
Result: Dotclear will complain the zip file is not a correct module.
Actually, Dotclear does not found _define.php even if it is present. If I remove the check, the plugin is uncompressed but with the dir name inside the file name like : locale\fr\main.po (as a filename).
I think the zip component from clearbricks should recognize these directories.
By the way, if I archive the plugin inside the top source dir, Dotclear does not complain (_define.php is directly available) but the files are still containing the directory names instead of being inside the directories.
Do you some examples ?
Change History
Note: See
TracTickets for help on using
tickets.
The extension format is strict and will stay strict. Use the packager plugin if needed.