Internal:
- Update configuration files. [plone devs] (cfffba8c)
Breaking changes:
- Drop python 2.7 compatibility. [gforcada] (#1)
Internal:
- Update configuration files. [plone devs] (2a4ba395)
Bug fixes:
- Fix unclosed file warnings [petschki] (#29)
Bug fixes:
- Fixed invalid escape sequences. [maurits] (#3130)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- Do not call
processInputs
. It is not needed since Zope 4, and not existing in Zope 5. [maurits] (#26)
Breaking changes:
- Move all resources for plone.staticresources. See: PLIP 1653. [thet] (#22)
Bug fixes:
- fix UnicodeDecodeError while using Build CSS in Theme Editor #2698 [MrTango] (#2698)
Bug fixes:
- Fix UnicodeDecodeError when saving files TTW. [tmassman]
Bug fixes:
- Fix functionality and tests in py3 [pbauer]
Bug fixes:
- Add Python 2 / 3 compatibility [pbauer]
New features:
- Add the download and move endpoint to the FileManagerActions class [b4oshany]
- Add test cases for FileManagerAction [b4oshany]
Fixes:
- Remove unittest2 dependency [kakshay21]
- Split the error message for the move API endpoint into two. One is for the parent folder and the other is for the destination folder [b4oshany]
- Fix Jenkins flake8 errors
[b4oshany]: https://github.com/b4oshany
Fixes:
- Cleanup code according to Plone style guide. [gforcada]
- Do not crash on saving in FilesystemResourceDirectory, and return the file content as 'tmp'. [ebrehault]
Fixes:
- No longer rely on deprecated
bobobase_modification_time
fromPersistence.Persistent
. [thet] - Minor cleanup: pep8, readability, ReST. [jensens]
- Fixed problem causing file timestamps to show up incorrectly. [obct537]
- Fixed error preventing file saving in the filemanager. [obct537]
- handle NotFound errors while generating file/folder listings [vangheem]
- Added check to prevent overwriting folders when saving [obct537]
- Added ability to convert absolute to relative urls [obct537]
- Fixed issue with ascii encoding [obct537]
- now properly serves filesystem files to the thememapper [obct537]
- resourceeditor will now register non-standard mimetypes in the python mimetype module [obct537]
- move to mockup based file manager. Plone 5 only here. [vangheem]
- make sure theme is disable [vangheem]
- do not set value inside of pre tag since it can go crazy on some markup [vangheem]
- Fixed a bug with saving files containing non-ASCII characters. [optilude]
- Fix right click menu bug [optilude]
- Upgrade to latest version of ACE [optilude]
- Upgrade to version 1.0 of the ACE editor [optilude]
- Initial release [optilude]