You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2019/11/07 17:10:11 UTC

[allura] branch master updated (c21e8fe -> f4b22d1)

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

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


    from c21e8fe  [#8337] show more helpful messages when username is wrong format
     add 59660aa  [#8339] scope form CSS rules better on various pages, so it doesn't interfere with a form that may be in a custom theme header
     add f4b22d1  [#8339] allow multiple site notifications to be active at once

No new revisions were added by this update.

Summary of changes:
 Allura/allura/lib/plugin.py                        |  70 ++++++---
 Allura/allura/model/notification.py                |   5 +-
 Allura/allura/public/nf/js/allura-base.js          |  10 +-
 ...ite_admin_site_notifications_create_update.html |  22 +--
 .../site_admin_site_notifications_list.html        |   4 +
 Allura/allura/templates/site_admin_task_new.html   |  20 +--
 Allura/allura/templates/webhooks/create_form.html  |  12 +-
 Allura/allura/tests/functional/test_site_admin.py  |   3 +
 Allura/allura/tests/model/test_notification.py     |   4 +-
 Allura/allura/tests/test_plugin.py                 | 166 ++++++++++++++-------
 Allura/docs/getting_started/administration.rst     |   4 +-
 .../forgeimporters/templates/importer_base.html    |  12 +-
 12 files changed, 206 insertions(+), 126 deletions(-)