PloneExFile 3.1.1
(Nov 02, 2005)
Fixes a problem with unnecessary memory consumption. Tested under Plone 2.1 and Plone 2.0.5.
For additional information about this project, please visit the overview page
.
Available downloads
For
all platforms
(0 kB)
Release Notes
|
Tested with
|
Plone 2.1, Plone 2.0.5, Plone 2.0.4, Plone 2.0.3, Plone 2.0.2, Plone 2.0.1, Plone 2.0
|
|---|
| State |
Final release |
|---|
| License |
GPL
|
|---|
| Release Manager |
Ingeniweb
|
|---|
3.11 - 2005-11-04
* Added PloneSelenium functional tests
* Use checkPermission in ExFileLock.py
* ExFile_view : Modify code to get size of file to consume a mimimum of memory
3.10 - 2005-10-04
* ATContentType.py: copy BaseSchema in schema definition (#1249290) 2005/08/01 BM
* Removed the 'Edit PloneExFile' permission
* Fix AT update Schema bug with AttachmentField - ED
3.02 - 2005-07-29
* Removing some bogus code in isVisible of LockSupport, fixing a bug that
surfaced in the upcoming Plone 2.1. 2005/07/28 MR
3.01 - 2005-03-15
* Use AttachmentWidget from AttachmentField instead of using FileWidget
* Only owner (having edit permission) users can toggle lock
* Change ploneexfile view template. Use accessor to get filename.
3.0RC1 - 2004/12/23
* First fully integrated Archetypes version ! ;)
* Locking support improvement
2.03 - 2004/06/23
* Add discussable property to PloneExFile
2.02 - 2004/06/15
* Minor bugfix in ZAA instanciation
2.01 - 2004/03/16
* Added lock.gif and unlock.gif (16x16) for being standard with Plone, due to changes in document_actions after Plone 2.0 rc5.
2.0Beta - 2003/12/18
* Better Plone 2.0 support with still 1.0 compatibility
* Preview attachments (with latest ZAA & ZAAPlugins)
* Whole support for Plone 2.0 (CMFFormController and such)
* Support for preview of attachments
1.0 - 2003/11/06
* Fixed small bugs in text/description management
* Now the item's icon matches its content type, via the latest ZAA version
Change log
2005-11-02 16:58 roeder
* version.txt: Bumped version.
2005-11-02 16:57 roeder
* CHANGES, version.txt: Preparing 3.1.1 release
2005-11-02 16:56 roeder
* Log.py: update Log
2005-11-02 11:32 roeder
* README.txt: fix typo
2005-10-31 22:54 roeder
* ABOUT: [no log message]
2005-10-31 22:28 roeder
* CREDITS, ABOUT: [no log message]
2005-10-31 22:07 roeder
* Extensions/Install.py: Install ftest in Products category
2005-10-31 22:05 roeder
* skins/ExFile/get_ploneexfile_ftests.py: Add
2005-10-27 17:28 roeder
* Extensions/Install.py: Install ftests
2005-10-27 15:17 roeder
* LockMixin.py: Use checkPermission
2005-10-26 19:30 clebeaupin
* CHANGES, skins/ExFile/ExFile_view.pt: ExFile_view : Modify code
to get size of file to consume a minimum of memory
2005-10-04 16:11 pjgrizel
* CHANGES, version.txt: Preparing 3.10 release
2005-09-13 13:08 encolpe
* CHANGES: update CHANGES
2005-09-12 17:48 pjgrizel
* CHANGES, ExFile.py: Removed the former Ex