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 b6f3dcbae [#8555] debugging option within has_access
new e0ee0fd97 [#8556] avoid recursive TruthyCallable
new 74e83f206 [#8556] remove unnecessary extra () on has_access calls
new 1edc56632 [#8556] simplify more calls
The 3 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 | 10 ++--
Allura/allura/controllers/auth.py | 6 +--
Allura/allura/controllers/project.py | 2 +-
Allura/allura/controllers/rest.py | 4 +-
Allura/allura/ext/admin/admin_main.py | 6 +--
.../ext/admin/templates/project_screenshots.html | 4 +-
Allura/allura/lib/macro.py | 14 +++---
Allura/allura/lib/plugin.py | 4 +-
Allura/allura/lib/security.py | 9 ++--
Allura/allura/model/neighborhood.py | 2 +-
Allura/allura/model/notification.py | 4 +-
Allura/allura/templates/jinja_master/master.html | 2 +-
.../templates/jinja_master/sidebar_menu.html | 2 +-
Allura/allura/templates/jinja_master/top_nav.html | 4 +-
.../templates/neighborhood_project_list.html | 2 +-
Allura/allura/templates/project_list.html | 4 +-
Allura/allura/templates/repo/merge_request.html | 6 +--
Allura/allura/templates/repo/repo_master.html | 2 +-
Allura/allura/templates/widgets/post_widget.html | 8 +--
.../templates/widgets/project_list_widget.html | 2 +-
Allura/allura/templates/widgets/thread_header.html | 2 +-
Allura/allura/templates/widgets/thread_widget.html | 4 +-
Allura/allura/templates/widgets/vote.html | 2 +-
.../templates_responsive/jinja_master/master.html | 2 +-
.../jinja_master/sidebar_menu.html | 2 +-
.../templates_responsive/jinja_master/top_nav.html | 4 +-
Allura/allura/tests/model/test_artifact.py | 6 +--
Allura/allura/tests/model/test_notification.py | 13 ++---
Allura/allura/tests/test_helpers.py | 24 ++++-----
Allura/allura/tests/test_plugin.py | 8 +--
Allura/allura/tests/test_security.py | 38 +++++++-------
ForgeBlog/forgeblog/main.py | 10 ++--
ForgeBlog/forgeblog/templates/blog/post.html | 4 +-
.../forgeblog/templates/blog/post_history.html | 2 +-
.../templates/blog_widgets/preview_post.html | 2 +-
.../templates/blog_widgets/view_post.html | 2 +-
ForgeBlog/forgeblog/tests/test_roles.py | 8 ++-
ForgeChat/forgechat/command.py | 2 +-
.../forgediscussion/controllers/forum.py | 8 +--
.../forgediscussion/controllers/root.py | 6 +--
ForgeDiscussion/forgediscussion/forum_main.py | 12 ++---
.../discussion_widgets/thread_header.html | 4 +-
.../templates/discussionforums/index.html | 4 +-
.../templates/discussionforums/thread.html | 2 +-
.../forgediscussion/tests/test_forum_roles.py | 8 ++-
.../forgefeedback/tests/test_feedback_roles.py | 8 ++-
ForgeFiles/forgefiles/templates/files.html | 10 ++--
ForgeFiles/forgefiles/tests/test_files_roles.py | 8 ++-
ForgeGit/forgegit/templates/git/index.html | 4 +-
ForgeSVN/forgesvn/templates/svn/index.html | 4 +-
ForgeShortUrl/forgeshorturl/main.py | 2 +-
.../forgetracker/templates/tracker/search.html | 6 +--
.../forgetracker/templates/tracker/ticket.html | 2 +-
.../forgetracker/tests/test_tracker_roles.py | 8 ++-
.../forgetracker/tests/unit/test_ticket_model.py | 58 +++++++++++-----------
ForgeTracker/forgetracker/tracker_main.py | 30 +++++------
ForgeWiki/forgewiki/templates/wiki/page_edit.html | 6 +--
.../forgewiki/templates/wiki/page_history.html | 2 +-
ForgeWiki/forgewiki/templates/wiki/page_view.html | 4 +-
ForgeWiki/forgewiki/tests/test_wiki_roles.py | 8 ++-
ForgeWiki/forgewiki/wiki_main.py | 12 ++---
61 files changed, 233 insertions(+), 215 deletions(-)