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/05/06 17:57:42 UTC

[allura] branch master updated (a80b15a -> 3826eb2)

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 a80b15a  [#8278] track IP/UA of past logins, backfill from certain audit log entries.  Customizable with auth provider methods
     add 7f26735  [#8280] move post JS from a .py file to .js file
     add 3826eb2  [#8280] add mechanism to block user and spam all their posts

No new revisions were added by this update.

Summary of changes:
 Allura/allura/controllers/discuss.py               |  76 +++++++---
 Allura/allura/lib/widgets/discuss.py               | 114 +--------------
 Allura/allura/lib/widgets/resources/js/post.js     | 159 +++++++++++++++++++++
 Allura/allura/templates/widgets/post_widget.html   |   9 +-
 .../test_discussion_moderation_controller.py       |   7 +-
 .../forgediscussion/tests/functional/test_forum.py |  24 ++++
 6 files changed, 250 insertions(+), 139 deletions(-)
 create mode 100644 Allura/allura/lib/widgets/resources/js/post.js