This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


    from e47ddb85c bump cryptography 42.0.2 -> 42.0.4
     new e80a4cae6 [#8536] use Markup's own interpolation
     new 0b90f747e [#8536] remove old unused oembed templates
     new 5fb7c3eca [#8536] move/improve |safe usage
     new f0226ee0d [#8536] remove unnecessary |safe usages
     new 0917b82b7 [#8536] improve safety
     new cc9a338fc [#8536] more move/improve |safe
     new 63f12b9a7 [#8536] don't use jinja for site notifications; add 
autoescape
     new b5333e288 [#8536] use h.clean_html and |safe_html

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Allura/allura/app.py                               |  7 ++---
 Allura/allura/config/app_cfg.py                    |  1 +
 Allura/allura/controllers/search.py                |  2 +-
 .../allura/ext/admin/templates/project_groups.html |  2 +-
 .../allura/ext/admin/templates/project_trove.html  |  2 +-
 .../templates/sections/projects.html               |  4 +--
 .../user_profile/templates/sections/projects.html  |  2 +-
 Allura/allura/lib/app_globals.py                   | 19 +++++--------
 Allura/allura/lib/diff.py                          |  3 ++-
 Allura/allura/lib/helpers.py                       | 31 +++++++++++++++++++---
 Allura/allura/lib/search.py                        |  2 +-
 Allura/allura/lib/utils.py                         | 10 +++----
 Allura/allura/lib/widgets/forms.py                 | 30 ++++++++++-----------
 Allura/allura/lib/widgets/search.py                |  6 +++--
 Allura/allura/public/nf/js/allura-base.js          |  2 +-
 Allura/allura/tasks/mail_tasks.py                  |  2 +-
 Allura/allura/templates/jinja_master/master.html   |  6 ++---
 .../templates/jinja_master/sidebar_menu.html       |  2 +-
 .../templates/jinja_master/theme_macros.html       |  2 +-
 .../templates/neighborhood_project_list.html       |  2 +-
 Allura/allura/templates/oauth_applications.html    |  4 +--
 Allura/allura/templates/oauth_authorize.html       |  2 +-
 Allura/allura/templates/oembed/__init__.py         | 16 -----------
 Allura/allura/templates/oembed/generic.html        | 23 ----------------
 Allura/allura/templates/oembed/html_tpl.html       | 25 -----------------
 Allura/allura/templates/oembed/link.html           | 26 ------------------
 Allura/allura/templates/oembed/link_opera.html     | 27 -------------------
 Allura/allura/templates/oembed/link_twitter.html   | 29 --------------------
 Allura/allura/templates/oembed/photo.html          | 25 -----------------
 Allura/allura/templates/project_list.html          |  4 ---
 Allura/allura/templates/repo/barediff.html         |  2 +-
 Allura/allura/templates/repo/diff.html             |  2 +-
 Allura/allura/templates/repo/merge_request.html    |  2 +-
 Allura/allura/templates/user_prefs.html            |  2 +-
 Allura/allura/templates/widgets/include.html       |  2 +-
 Allura/allura/templates/widgets/lightbox.html      |  2 +-
 Allura/allura/templates/widgets/post_widget.html   |  4 +--
 .../templates_responsive/jinja_master/master.html  |  6 ++---
 .../jinja_master/sidebar_menu.html                 |  2 +-
 .../jinja_master/theme_macros.html                 |  2 +-
 Allura/allura/tests/test_globals.py                |  1 +
 Allura/allura/tests/test_helpers.py                | 24 +++++++++++++++++
 ForgeActivity/forgeactivity/templates/macros.html  |  2 +-
 .../templates/blog_widgets/preview_post.html       |  2 +-
 .../templates/blog_widgets/view_post.html          |  2 +-
 ForgeChat/forgechat/templates/chat/day.html        |  2 +-
 .../templates/discussion_widgets/forum_header.html |  2 +-
 .../templates/discussionforums/admin_forums.html   |  2 +-
 ForgeTracker/forgetracker/model/ticket.py          |  2 +-
 .../forgetracker/templates/tracker/ticket.html     |  2 +-
 .../templates/tracker_widgets/ticket_form.html     | 20 +++++++-------
 ForgeTracker/forgetracker/tracker_main.py          |  6 +++--
 ForgeTracker/forgetracker/widgets/ticket_form.py   |  2 +-
 ForgeWiki/forgewiki/templates/wiki/browse.html     |  2 +-
 ForgeWiki/forgewiki/wiki_main.py                   |  5 ++--
 55 files changed, 147 insertions(+), 273 deletions(-)
 delete mode 100644 Allura/allura/templates/oembed/__init__.py
 delete mode 100644 Allura/allura/templates/oembed/generic.html
 delete mode 100644 Allura/allura/templates/oembed/html_tpl.html
 delete mode 100644 Allura/allura/templates/oembed/link.html
 delete mode 100644 Allura/allura/templates/oembed/link_opera.html
 delete mode 100644 Allura/allura/templates/oembed/link_twitter.html
 delete mode 100644 Allura/allura/templates/oembed/photo.html

Reply via email to