Skip to content

Commit

Permalink
[fc] Repository: plone.app.event
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2024-09-06T12:41:14+02:00
Author: Yuri (yurj) <yurj@alfa.it>
Commit: plone/plone.app.event@c87af95

Update event_summary.pt

If the name is None, display the mail. Otherwise, a person icon with no useful info is displayed.

Files changed:
M plone/app/event/browser/event_summary.pt
Repository: plone.app.event

Branch: refs/heads/master
Date: 2024-09-06T12:44:58+02:00
Author: Yuri (yurj) <yurj@alfa.it>
Commit: plone/plone.app.event@af7374e

Create 407.bugfix

Files changed:
A news/407.bugfix
Repository: plone.app.event

Branch: refs/heads/master
Date: 2024-09-09T09:18:19+02:00
Author: Yuri (yurj) <yurj@alfa.it>
Commit: plone/plone.app.event@bc1bb12

Merge pull request #407 from plone/yurj-link-to-mail-if-name-none

Yurj link to mail if name none

Files changed:
A news/407.bugfix
M plone/app/event/browser/event_summary.pt
  • Loading branch information
yurj committed Sep 9, 2024
1 parent 4216f34 commit 5817941
Showing 1 changed file with 42 additions and 8 deletions.
50 changes: 42 additions & 8 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,50 @@
Repository: Products.CMFPlone
Repository: plone.app.event


Branch: refs/heads/master
Date: 2024-09-06T10:56:33+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: https://github.com/plone/Products.CMFPlone/commit/3fe7f245ff080cba43e1eb524d3a285cc107d278
Date: 2024-09-06T12:41:14+02:00
Author: Yuri (yurj) <yurj@alfa.it>
Commit: https://github.com/plone/plone.app.event/commit/c87af95b3b19da9625e2d526ae2b5f8e65de9f31

Updated metadata version to 6105.
Update event_summary.pt

If the name is None, display the mail. Otherwise, a person icon with no useful info is displayed.

Files changed:
M plone/app/event/browser/event_summary.pt

b'diff --git a/plone/app/event/browser/event_summary.pt b/plone/app/event/browser/event_summary.pt\nindex ffc11d49..b715c119 100644\n--- a/plone/app/event/browser/event_summary.pt\n+++ b/plone/app/event/browser/event_summary.pt\n@@ -140,7 +140,7 @@\n <p class="card-text"\n tal:condition="mail"\n ><a class="email"\n- tal:content="name"\n+ tal:content="python: name if name is not None else mail"\n tal:attributes="\n href string:mailto:${mail};\n "\n'

Repository: plone.app.event


Branch: refs/heads/master
Date: 2024-09-06T12:44:58+02:00
Author: Yuri (yurj) <yurj@alfa.it>
Commit: https://github.com/plone/plone.app.event/commit/af7374ea0c19d6f7cc4e5d932fc7d2cc688001fb

Create 407.bugfix

Files changed:
A news/407.bugfix

b'diff --git a/news/407.bugfix b/news/407.bugfix\nnew file mode 100644\nindex 000000000..1b59deb73\n--- /dev/null\n+++ b/news/407.bugfix\n@@ -0,0 +1,2 @@\n+[yurj]\n+If the name is None, display the mail. Otherwise, a person icon with no useful info is displayed.\n'

Repository: plone.app.event


Branch: refs/heads/master
Date: 2024-09-09T09:18:19+02:00
Author: Yuri (yurj) <yurj@alfa.it>
Commit: https://github.com/plone/plone.app.event/commit/bc1bb1228098894fb5697365dd5e6c7fa6d732b3

Merge pull request #407 from plone/yurj-link-to-mail-if-name-none

Yurj link to mail if name none

Files changed:
A news/6105.internal
M Products/CMFPlone/profiles/default/metadata.xml
A news/407.bugfix
M plone/app/event/browser/event_summary.pt

b'diff --git a/Products/CMFPlone/profiles/default/metadata.xml b/Products/CMFPlone/profiles/default/metadata.xml\nindex 74dbe99aa0..4f6c87a9ed 100644\n--- a/Products/CMFPlone/profiles/default/metadata.xml\n+++ b/Products/CMFPlone/profiles/default/metadata.xml\n@@ -1,4 +1,4 @@\n <?xml version="1.0" encoding="utf-8"?>\n <metadata>\n- <version>6104</version>\n+ <version>6105</version>\n </metadata>\ndiff --git a/news/6105.internal b/news/6105.internal\nnew file mode 100644\nindex 0000000000..4b8bcb2c84\n--- /dev/null\n+++ b/news/6105.internal\n@@ -0,0 +1,2 @@\n+Updated metadata version to 6105.\n+[maurits]\n'
b'diff --git a/news/407.bugfix b/news/407.bugfix\nnew file mode 100644\nindex 000000000..1b59deb73\n--- /dev/null\n+++ b/news/407.bugfix\n@@ -0,0 +1,2 @@\n+[yurj]\n+If the name is None, display the mail. Otherwise, a person icon with no useful info is displayed.\ndiff --git a/plone/app/event/browser/event_summary.pt b/plone/app/event/browser/event_summary.pt\nindex ffc11d499..b715c1197 100644\n--- a/plone/app/event/browser/event_summary.pt\n+++ b/plone/app/event/browser/event_summary.pt\n@@ -140,7 +140,7 @@\n <p class="card-text"\n tal:condition="mail"\n ><a class="email"\n- tal:content="name"\n+ tal:content="python: name if name is not None else mail"\n tal:attributes="\n href string:mailto:${mail};\n "\n'

0 comments on commit 5817941

Please sign in to comment.