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-07T00:24:27+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@115c8db

Format for easier readability.

Files changed:
M plone/app/content/browser/contents/__init__.py
M plone/app/content/browser/vocabulary.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-07T00:24:27+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@68abf18

More available columns in folder_contents.
Add ``Creator``, ``Description``, ``end``, ``start`` and ``location`` to the available columns and context attributes for folder_contents.
Exclude ``Creator`` from the list of ``_unsafe_metadata``.

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
M plone/app/content/browser/vocabulary.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-07T00:25:27+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@c7b07b8

Show attributes from ``_unsafe_metadata`` if user has "Modify Portal Content" permissions.

Files changed:
M CHANGES.rst
M plone/app/content/browser/vocabulary.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-07T00:25:27+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@cbb6938

Remove ``portal_type`` from available columns and use the translated ``Type`` instead.
``portal_type`` is now available on the attributes object.

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-07T00:26:35+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.content@3b529a3

Extend translation ignore list for metadata values in vocabulary
Added most notably `portal_type`, `review_state` and `Subject` but also `exclude_from_nav`, `is_folderish`, `last_comment_date`, `meta_type` and `total_comments` to ``BaseVocabularyView`` ``translate_ignored`` list.
Some of them are necessary for frontend logic and others cannot be translated.
Fixes plone/plone.app.content#77

Files changed:
M CHANGES.rst
M plone/app/content/browser/vocabulary.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-04-08T08:57:01+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.content@59f1b26

Merge pull request #83 from plone/thet-fcmorecolumns

 More available columns in folder_contents.

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
M plone/app/content/browser/vocabulary.py
  • Loading branch information
jensens committed Apr 8, 2016
1 parent 99b17b7 commit 97c614b
Showing 1 changed file with 739 additions and 146 deletions.

0 comments on commit 97c614b

Please sign in to comment.