Skip to content

Commit

Permalink
[fc] Repository: plone.app.content
Browse files Browse the repository at this point in the history
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
jensens committed Aug 2, 2016
1 parent 7fc1c60 commit 42a3824
Showing 1 changed file with 780 additions and 7,797 deletions.
Loading

0 comments on commit 42a3824

Please sign in to comment.