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-04-08T10:48:17+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@2af6faf

More INavigationRoot fixes via get_top_site_from_url
Folder contents: Acquire the top most visible portal object to operate on.
Fixes some issues in INavigationRoot or ISite based subsites and virtual hosting environments pointing to subsites.
Fixes include: show correct breadcrumb paths, paste to correct location.

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
M plone/app/content/browser/contents/paste.py
M plone/app/content/browser/contents/properties.py
M plone/app/content/browser/contents/tags.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-08T11:36:15+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@5c094ea

FC: handle "disallowed subobject type"
Folder contents: When pasting, handle "Disallowed subobject type" ValueError and present a helpful error message.
Fixes: plone/mockup#657

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/paste.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-08T14:31:48+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@1b0f671

move doctest to rst and use syntax highlighting

Files changed:
A plone/app/content/basecontent.rst
M plone/app/content/tests/test_basecontent.py
D plone/app/content/basecontent.txt
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-10T00:37:05+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@6c23c61

add unittest for get_top_site_from_url

Files changed:
A plone/app/content/tests/test_contents.py
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-10T02:10:07+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@dd11bf0

add tests for _unsafe_metadata

Files changed:
M plone/app/content/browser/vocabulary.py
M plone/app/content/tests/test_widgets.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-11T11:33:33+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@ae99abb

Add test for bbb529a3 - translating result values from the ``@@getVocabulary`` view

Files changed:
M plone/app/content/tests/test_widgets.py
M setup.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-11T15:27:52+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@88b484d

use warning status if errors are present

Files changed:
M plone/app/content/browser/contents/__init__.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-11T15:28:16+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@b7a9a14

make the error look a bit nicer. has to be translated!

Files changed:
M plone/app/content/browser/contents/paste.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-11T15:28:32+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@2203918

tests for folder contents pasting

Files changed:
M plone/app/content/tests/test_contents.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-11T16:51:25+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.content@fcaa054

Merge pull request #87 from plone/thet-fcfixes

More folder contents fixes

Files changed:
A plone/app/content/basecontent.rst
A plone/app/content/tests/test_contents.py
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
M plone/app/content/browser/contents/paste.py
M plone/app/content/browser/contents/properties.py
M plone/app/content/browser/contents/tags.py
M plone/app/content/browser/vocabulary.py
M plone/app/content/tests/test_basecontent.py
M plone/app/content/tests/test_widgets.py
M setup.py
D plone/app/content/basecontent.txt
  • Loading branch information
jensens committed Apr 11, 2016
1 parent 4d3c59c commit ddabe44
Showing 1 changed file with 1,858 additions and 332 deletions.
Loading

0 comments on commit ddabe44

Please sign in to comment.