Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2016-08-01T22:57:15+02:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.content@f21cf25 Explicitly set application/json content type for JSON responses and declare an utf-8 charset. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/contents/delete.py M plone/app/content/browser/file.py M plone/app/content/browser/i18n.py M plone/app/content/browser/query.py M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-08-01T23:46:02+02:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.content@100df27 sort imports. left over of prev attempt Files changed: M plone/app/content/browser/constraintypes.py M plone/app/content/browser/file.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-08-01T23:47:10+02:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.content@8f398f9 Add @@allowed_types_in_context JSON view in plone.app.content.browser.allowed_types_in_context, which returns a list of all FTI ids, which can be added in the current container. Files changed: M CHANGES.rst M plone/app/content/browser/__init__.py M plone/app/content/browser/configure.zcml M plone/app/content/tests/test_contents.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-08-02T05:05:41+02:00 Author: Johannes Raggam (thet) <[email protected]> Commit: plone/plone.app.content@cc68354 Add @@allow_upload view, which returns a JSON string to indicate if File or Image uploads are allowed in the current container. Files changed: M CHANGES.rst M plone/app/content/browser/__init__.py M plone/app/content/browser/configure.zcml M plone/app/content/browser/file.py M plone/app/content/tests/test_contents.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-08-02T17:13:15+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.content@02be455 Merge pull request #101 from plone/thet-allowedtypesjson allowUpload JSON view, content-type json for all Files changed: M CHANGES.rst M plone/app/content/browser/configure.zcml M plone/app/content/browser/constraintypes.py M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/contents/delete.py M plone/app/content/browser/file.py M plone/app/content/browser/i18n.py M plone/app/content/browser/query.py M plone/app/content/browser/vocabulary.py M plone/app/content/tests/test_contents.py
- Loading branch information