-
-
Notifications
You must be signed in to change notification settings - Fork 75
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: 2018-12-24T11:38:51+01:00 Author: nzambello (nzambello) <[email protected]> Commit: plone/plone.app.z3cform@c9a9d3f a11y: added role attr for portalMessage Files changed: M CHANGES.rst M plone/app/z3cform/templates/macros.pt Repository: plone.app.z3cform Branch: refs/heads/master Date: 2019-01-05T22:30:19+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.z3cform@5f647ad Merge pull request #101 from nzambello/nzambello_a11y_portalMessage a11y: added role attribute for portalMessage Files changed: M CHANGES.rst M plone/app/z3cform/templates/macros.pt
- Loading branch information
Showing
1 changed file
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,34 @@ | ||
Repository: plone.app.upgrade | ||
Repository: plone.app.z3cform | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2018-12-28T20:37:44-05:00 | ||
Author: esteele (esteele) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.upgrade/commit/09929a60188614c916c153b62f5f5512ccd6a8e9 | ||
Date: 2018-12-24T11:38:51+01:00 | ||
Author: nzambello (nzambello) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.z3cform/commit/c9a9d3f5da42a00b6ae5184f65b20a24b992df38 | ||
|
||
Add empty profile for 5.2a2 | ||
a11y: added role attr for portalMessage | ||
|
||
Files changed: | ||
M plone/app/upgrade/v52/configure.zcml | ||
M CHANGES.rst | ||
M plone/app/z3cform/templates/macros.pt | ||
|
||
b'diff --git a/plone/app/upgrade/v52/configure.zcml b/plone/app/upgrade/v52/configure.zcml\nindex 58f4281e..29ac7245 100644\n--- a/plone/app/upgrade/v52/configure.zcml\n+++ b/plone/app/upgrade/v52/configure.zcml\n@@ -20,4 +20,17 @@\n </gs:upgradeSteps>\n \n \n+ <gs:upgradeSteps\n+ source="5200"\n+ destination="5201"\n+ profile="Products.CMFPlone:plone">\n+\n+ <gs:upgradeStep\n+ title="Miscellaneous"\n+ description=""\n+ handler="..utils.null_upgrade_step"\n+ />\n+\n+ </gs:upgradeSteps>\n+\n </configure>\n' | ||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex fdd11f2..7c683d4 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -14,7 +14,8 @@ New features:\n \n Bug fixes:\n \n-- *add item here*\n+- a11y: added role attribute for portalMessage\n+ [nzambello]\n \n \n 3.0.8 (2018-11-29)\ndiff --git a/plone/app/z3cform/templates/macros.pt b/plone/app/z3cform/templates/macros.pt\nindex b5d36f1..27a8603 100644\n--- a/plone/app/z3cform/templates/macros.pt\n+++ b/plone/app/z3cform/templates/macros.pt\n@@ -16,13 +16,13 @@\n \n <tal:status define="status view/status;\n has_error python:view.widgets.errors or status == getattr(view, \'formErrorsMessage\', None)" condition="status">\n- <dl class="portalMessage error" tal:condition="has_error">\n+ <dl class="portalMessage error" tal:condition="has_error" role="alert">\n <dt i18n:translate="">\n Error\n </dt>\n <dd tal:content="status" />\n </dl>\n- <dl class="portalMessage info" tal:condition="not:has_error">\n+ <dl class="portalMessage info" tal:condition="not:has_error" role="status">\n <dt i18n:translate="">\n Info\n </dt>\n' | ||
|
||
Repository: plone.app.z3cform | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2019-01-05T22:30:19+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.z3cform/commit/5f647adc1ddb3e903667ef9652d72c7a0372e047 | ||
|
||
Merge pull request #101 from nzambello/nzambello_a11y_portalMessage | ||
|
||
a11y: added role attribute for portalMessage | ||
|
||
Files changed: | ||
M CHANGES.rst | ||
M plone/app/z3cform/templates/macros.pt | ||
|
||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex fdd11f2..7c683d4 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -14,7 +14,8 @@ New features:\n \n Bug fixes:\n \n-- *add item here*\n+- a11y: added role attribute for portalMessage\n+ [nzambello]\n \n \n 3.0.8 (2018-11-29)\ndiff --git a/plone/app/z3cform/templates/macros.pt b/plone/app/z3cform/templates/macros.pt\nindex b5d36f1..27a8603 100644\n--- a/plone/app/z3cform/templates/macros.pt\n+++ b/plone/app/z3cform/templates/macros.pt\n@@ -16,13 +16,13 @@\n \n <tal:status define="status view/status;\n has_error python:view.widgets.errors or status == getattr(view, \'formErrorsMessage\', None)" condition="status">\n- <dl class="portalMessage error" tal:condition="has_error">\n+ <dl class="portalMessage error" tal:condition="has_error" role="alert">\n <dt i18n:translate="">\n Error\n </dt>\n <dd tal:content="status" />\n </dl>\n- <dl class="portalMessage info" tal:condition="not:has_error">\n+ <dl class="portalMessage info" tal:condition="not:has_error" role="status">\n <dt i18n:translate="">\n Info\n </dt>\n' | ||
|