Add an action to import zip files.
Project description
================================
atreal.massloader Package Readme
================================
Overview
--------
MassLoader allows to do massive uploads via Zip or 7Zip files. When an archive
is uploaded via MassLoader, its contents are created in the current folder.
Description
-----------
* MassLoader creates Files and Images or only Files with files in archive.
* MassLoader add an action on Folder, Large Plone Folder and Plone Site. You can
change theses portal types in the control panel.
* MassLoader has a content size limit, and is able to protect your server from
logic bombs.
* MassLoader can handle any size of archive file, without overload of your server.
Important
---------
* The permission is only set by default to the role 'Manager' and 'Owner'.
* From the version 3.0.0beta1, the portal type of new object can be managed via
2 mechanisms, selectable in the control panel :
* If content type registry detects an Image, MassLoader creates an Image, if
it's not an image MassLoader creates a file with the portal type selected
in Control Panel
* Or the checkbox is checked in Control Panel and Massloader creates only
files with the portal type selected in Control Panel
* Default max size for each file to be uncompressed is set to 20 Mb. You can
modify this size limit in the control panel.
* If a folder with a same id already exists, it is conserved. If a same file
exists whith the same id, just the datas are updated.
Issues
------
* 7zip archives are not valid when they contain only empty folders (problem with
python library pylzma)
* 7zip archives with empty folders : the empty folders are not created
Authors
-------
:atReal Team - contac@atreal.net :
Matthias Broquet <tiazma>
Florent Michon <f10w>
Credits
-------
* Sponsorised by ML-COM - www.ml-com.com (and some international research labs)
* Sponsorised by City of Albi (Fr), www.mairie-albi.fr
===============================
Changelog for atreal.massloader
===============================
(name of developer listed in brackets)
Version 3.0.0rc1 - 2009-12-23
-----------------------------
- Added german translation
[Tom Gross]
- Set css-id of 'rules'-div to 'massloader_rules'
[Tom Gross]
Version 3.0.0beta2 - 2009-09-16
-------------------------------
- Bug fix : test if getField exists before use it
[Florent Michon]
- Bug fix : test value of additionalfield before use it
[Florent Michon]
Version 3.0.0beta1 - 2009-09-03
-------------------------------
- Option to transfer fields content names in controlpanel if exists
in container and in object created
[Florent Michon]
- Two ways to create contents : "Image and Files" or "only Files"
[Florent Michon]
- Compatibility with .7z archives
[Florent Michon]
- Change the structure of the package with adapter and utility creation
Cleanup of the package
[Florent Michon]
Version 2.1.0-beta1 - 2009-04-22
--------------------------------
- Portal type can be based on content_type_registry
[Matthias Broquet]
- Eggification
[Matthias Broquet]
Version 2.0.0 - 2008-12-25
--------------------------
- Option to create objects with description and keywords of the folder.
[Florent Michon]
- Change the action provider with interface IMassLoaderAware
to a configlet who permit to choose portal types where you can import
a zip file.
[Florent Michon]
Version 1.1rc1 - 2008-10-27
---------------------------
- Configlet for max file size, portal type for images and files.
[Florent Michon]
- Transform the products MassLoader in an egg.
[Florent Michon]
- Initial package structure.
[zopeskel]
Version 1.0.0 - 2008-03-14
--------------------------
- Last version as a Product.
[Matthias Broquet]
atreal.massloader Package Readme
================================
Overview
--------
MassLoader allows to do massive uploads via Zip or 7Zip files. When an archive
is uploaded via MassLoader, its contents are created in the current folder.
Description
-----------
* MassLoader creates Files and Images or only Files with files in archive.
* MassLoader add an action on Folder, Large Plone Folder and Plone Site. You can
change theses portal types in the control panel.
* MassLoader has a content size limit, and is able to protect your server from
logic bombs.
* MassLoader can handle any size of archive file, without overload of your server.
Important
---------
* The permission is only set by default to the role 'Manager' and 'Owner'.
* From the version 3.0.0beta1, the portal type of new object can be managed via
2 mechanisms, selectable in the control panel :
* If content type registry detects an Image, MassLoader creates an Image, if
it's not an image MassLoader creates a file with the portal type selected
in Control Panel
* Or the checkbox is checked in Control Panel and Massloader creates only
files with the portal type selected in Control Panel
* Default max size for each file to be uncompressed is set to 20 Mb. You can
modify this size limit in the control panel.
* If a folder with a same id already exists, it is conserved. If a same file
exists whith the same id, just the datas are updated.
Issues
------
* 7zip archives are not valid when they contain only empty folders (problem with
python library pylzma)
* 7zip archives with empty folders : the empty folders are not created
Authors
-------
:atReal Team - contac@atreal.net :
Matthias Broquet <tiazma>
Florent Michon <f10w>
Credits
-------
* Sponsorised by ML-COM - www.ml-com.com (and some international research labs)
* Sponsorised by City of Albi (Fr), www.mairie-albi.fr
===============================
Changelog for atreal.massloader
===============================
(name of developer listed in brackets)
Version 3.0.0rc1 - 2009-12-23
-----------------------------
- Added german translation
[Tom Gross]
- Set css-id of 'rules'-div to 'massloader_rules'
[Tom Gross]
Version 3.0.0beta2 - 2009-09-16
-------------------------------
- Bug fix : test if getField exists before use it
[Florent Michon]
- Bug fix : test value of additionalfield before use it
[Florent Michon]
Version 3.0.0beta1 - 2009-09-03
-------------------------------
- Option to transfer fields content names in controlpanel if exists
in container and in object created
[Florent Michon]
- Two ways to create contents : "Image and Files" or "only Files"
[Florent Michon]
- Compatibility with .7z archives
[Florent Michon]
- Change the structure of the package with adapter and utility creation
Cleanup of the package
[Florent Michon]
Version 2.1.0-beta1 - 2009-04-22
--------------------------------
- Portal type can be based on content_type_registry
[Matthias Broquet]
- Eggification
[Matthias Broquet]
Version 2.0.0 - 2008-12-25
--------------------------
- Option to create objects with description and keywords of the folder.
[Florent Michon]
- Change the action provider with interface IMassLoaderAware
to a configlet who permit to choose portal types where you can import
a zip file.
[Florent Michon]
Version 1.1rc1 - 2008-10-27
---------------------------
- Configlet for max file size, portal type for images and files.
[Florent Michon]
- Transform the products MassLoader in an egg.
[Florent Michon]
- Initial package structure.
[zopeskel]
Version 1.0.0 - 2008-03-14
--------------------------
- Last version as a Product.
[Matthias Broquet]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atreal.massloader-3.0.0rc1.tar.gz
(20.2 kB
view hashes)
Built Distribution
Close
Hashes for atreal.massloader-3.0.0rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6de7dfb6bf391c9f060d486079d9da6fdc7f373b08d8f9895d22652fad57ff3c |
|
MD5 | 6c64b3e4754febb7c6141ecaace1704f |
|
BLAKE2b-256 | f1ead7475a56572d205868de5968ca02d37fa169a628acab3af5356c1281e56e |
Close
Hashes for atreal.massloader-3.0.0rc1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc07c1b93cee7169309f7d2e5bcca6872d8e71ca7f0984771f6cd24c70050f7f |
|
MD5 | cbbaf93ef077b96306c8b2fe1139c539 |
|
BLAKE2b-256 | 387e153d799854c3310c8654b0788b72eb1478b0805d095cc73cfafe272ece8d |