Skip to content

Commit

Permalink
[fc] Repository: Products.CMFPlone
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2016-06-02T22:29:47+02:00
Author: hvelarde (hvelarde) <[email protected]>
Commit: plone/Products.CMFPlone@eba0fbc

Do not hide document byline viewlet by default

It is controled by the Allow anyone to view 'about' information option in the Security Settings of Site Setup.

Files changed:
M CHANGES.rst
M Products/CMFPlone/profiles/default/viewlets.xml
Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2016-06-03T01:05:46+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/Products.CMFPlone@5981f38

Merge pull request #1574 from plone/issue_1556

Do not hide document byline viewlet by default

Files changed:
M CHANGES.rst
M Products/CMFPlone/profiles/default/viewlets.xml
  • Loading branch information
jensens committed Jun 2, 2016
1 parent d453df6 commit 2acfc92
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,100 +1,100 @@
Repository: plone.namedfile
Repository: Products.CMFPlone


Branch: refs/heads/master
Date: 2016-06-01T22:44:11+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: https://github.com/plone/plone.namedfile/commit/c23af5c729471042e674abbc43330b3d75b8c8ec
Date: 2016-06-02T22:29:47+02:00
Author: hvelarde (hvelarde) <hector.velarde@gmail.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/eba0fbc62093309af5e3dff9f91b4a6bb6887fdb

Add i18n domain
Do not hide document byline viewlet by default

If not there's a warning like:

UserWarning: You did not specify an i18n translation domain for the 'title' field in plone.namedfile/plone/namedfile/testing.zcml

Files changed:
M plone/namedfile/testing.zcml

diff --git a/plone/namedfile/testing.zcml b/plone/namedfile/testing.zcml
index c8ac4f0..903a60a 100644
--- a/plone/namedfile/testing.zcml
+++ b/plone/namedfile/testing.zcml
@@ -1,4 +1,5 @@
-<configure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope"
+ i18n_domain="plone.namedfile.tests">

<include package="zope.security" file="meta.zcml" />
<include package="zope.component" file="meta.zcml" />


Repository: plone.namedfile


Branch: refs/heads/master
Date: 2016-06-01T22:46:57+02:00
Author: Gil Forcada Codinachs (gforcada) <[email protected]>
Commit: https://github.com/plone/plone.namedfile/commit/fa7b66797dd7ec3f1b3cc2f17f4b86959fcbb17a

Update CHANGES
It is controled by the Allow anyone to view 'about' information option in the Security Settings of Site Setup.

Files changed:
M CHANGES.rst
M Products/CMFPlone/profiles/default/viewlets.xml

diff --git a/CHANGES.rst b/CHANGES.rst
index 2a7b3ab..108eeaf 100644
index 7b9b6a4..3bed155 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,6 +30,8 @@ Fixes:
- Fixed test isolation problem in ``test_blobfile.py``.
[jensens]
@@ -44,6 +44,10 @@ Fixes:
- Fixed versioning for File and Image.
[iham]

+- Fix warning on testing.zcml missing an i18n:domain.
+ [gforcada]
+- Do not hide document byline viewlet by default;
+ it is controled by the `Allow anyone to view 'about' information` option in the `Security Settings` of `Site Setup` (closes `#1556`_).
+ [hvelarde]
+
- Removed docstrings from some methods to avoid publishing them. From
Products.PloneHotfix20160419. [maurits]

3.0.8 (2016-02-26)
------------------


Repository: plone.namedfile
@@ -1296,3 +1300,4 @@ Fixes:
.. _`#1053`: https://github.com/plone/Products.CMFPlone/issues/1053
.. _`#1232`: https://github.com/plone/Products.CMFPlone/issues/1232
.. _`#1255`: https://github.com/plone/Products.CMFPlone/issues/1255
+.. _`#1556`: https://github.com/plone/Products.CMFPlone/issues/1556
diff --git a/Products/CMFPlone/profiles/default/viewlets.xml b/Products/CMFPlone/profiles/default/viewlets.xml
index 4ea8369..77d0fb4 100644
--- a/Products/CMFPlone/profiles/default/viewlets.xml
+++ b/Products/CMFPlone/profiles/default/viewlets.xml
@@ -38,7 +38,4 @@
<hidden manager="plone.belowcontent" skinname="Plone Default">
<viewlet name="plone.manage_portlets_fallback"/>
</hidden>
- <hidden manager="plone.belowcontenttitle" skinname="Plone Default">
- <viewlet name="plone.belowcontenttitle.documentbyline" />
- </hidden>
</object>


Repository: Products.CMFPlone


Branch: refs/heads/master
Date: 2016-06-02T09:41:01+02:00
Author: Vincent Fretin (vincentfretin) <[email protected]>
Commit: https://github.com/plone/plone.namedfile/commit/281ac604e153ec81ffc09eb87994cf85724772b4
Date: 2016-06-03T01:05:46+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: https://github.com/plone/Products.CMFPlone/commit/5981f38e1622d1f25599a6474c488a4f2d3c7ed2

Merge pull request #26 from plone/gforcada-patch-1
Merge pull request #1574 from plone/issue_1556

Add i18n domain
Do not hide document byline viewlet by default

Files changed:
M CHANGES.rst
M plone/namedfile/testing.zcml
M Products/CMFPlone/profiles/default/viewlets.xml

diff --git a/CHANGES.rst b/CHANGES.rst
index 2a7b3ab..108eeaf 100644
index 7b9b6a4..3bed155 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,6 +30,8 @@ Fixes:
- Fixed test isolation problem in ``test_blobfile.py``.
[jensens]

+- Fix warning on testing.zcml missing an i18n:domain.
+ [gforcada]
@@ -44,6 +44,10 @@ Fixes:
- Fixed versioning for File and Image.
[iham]

3.0.8 (2016-02-26)
------------------
diff --git a/plone/namedfile/testing.zcml b/plone/namedfile/testing.zcml
index c8ac4f0..903a60a 100644
--- a/plone/namedfile/testing.zcml
+++ b/plone/namedfile/testing.zcml
@@ -1,4 +1,5 @@
-<configure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope"
+ i18n_domain="plone.namedfile.tests">
+- Do not hide document byline viewlet by default;
+ it is controled by the `Allow anyone to view 'about' information` option in the `Security Settings` of `Site Setup` (closes `#1556`_).
+ [hvelarde]
+
- Removed docstrings from some methods to avoid publishing them. From
Products.PloneHotfix20160419. [maurits]

<include package="zope.security" file="meta.zcml" />
<include package="zope.component" file="meta.zcml" />
@@ -1296,3 +1300,4 @@ Fixes:
.. _`#1053`: https://github.com/plone/Products.CMFPlone/issues/1053
.. _`#1232`: https://github.com/plone/Products.CMFPlone/issues/1232
.. _`#1255`: https://github.com/plone/Products.CMFPlone/issues/1255
+.. _`#1556`: https://github.com/plone/Products.CMFPlone/issues/1556
diff --git a/Products/CMFPlone/profiles/default/viewlets.xml b/Products/CMFPlone/profiles/default/viewlets.xml
index 4ea8369..77d0fb4 100644
--- a/Products/CMFPlone/profiles/default/viewlets.xml
+++ b/Products/CMFPlone/profiles/default/viewlets.xml
@@ -38,7 +38,4 @@
<hidden manager="plone.belowcontent" skinname="Plone Default">
<viewlet name="plone.manage_portlets_fallback"/>
</hidden>
- <hidden manager="plone.belowcontenttitle" skinname="Plone Default">
- <viewlet name="plone.belowcontenttitle.documentbyline" />
- </hidden>
</object>


0 comments on commit 2acfc92

Please sign in to comment.