#2963 SF2.0: no emails sent when a new message is awaiting moderation [22096]

v1.0.0
closed
General
2015-08-20
2011-10-10
Chris Tsai
No

https://sourceforge.net/apps/trac/sourceforge/ticket/22096

SF2.0, project scipad.

When:

a user adds a comment on an existing ticket

or

a user adds a message in a discussion forum

these messages are sent to the moderation queue.

Issue is there is no message sent to the admin of the project.

New postings then go unnoticed for weeks, thus sending a very bad signal to the users who made an effort to post.

Happens for:

https://sourceforge.net/p/scipad/tickets/
https://sourceforge.net/p/scipad/discussion/general/

If I don't visit these pages manually often enough, then new contributions to my project are unnoticed.

Related

Tickets: #2913
Tickets: #2977

Discussion

  • Dave Brondsema

    Dave Brondsema - 2011-10-11

    Same as [#2913]

     

    Related

    Tickets: #2913

  • Dave Brondsema

    Dave Brondsema - 2011-12-09
    • milestone: limbo --> forge-dec-16
     
  • Dave Brondsema

    Dave Brondsema - 2011-12-09
    • size: --> 2
     
  • John Hoffman - 2011-12-12
    • status: open --> in-progress
    • assigned_to: John Hoffmann ☠
     
  • John Hoffman - 2011-12-14
    • status: in-progress --> code-review
    • qa: Tim Van Steenburgh
     
  • John Hoffman - 2011-12-14

    To ssh://engr.geek.net/forge
    e3fd1b8..97a39df HEAD -> jwh/2963

    • Add the Tickets tool to a project
    • Add *anonymous to POST/WRITE (should already have READ) in tool permissions
    • Add user01 to the Developers role, add user02 to the Member role
    • Login as user01 and visit the Tickets tool, click the subscribe icon
    • As an anon user, create a new ticket
    • admin1 and user01 should get emails
    • As the anon user, post a comment on the ticket, should be held awaiting moderation
    • admin1 and user01 should get emails, user02 won't
     
  • FAIL: forgetracker.tests.functional.test_root:TestFunctionalController.test_render_index
      vim +146 forgetracker/tests/functional/test_root.py  # test_render_index
        assert 'Create Ticket' not in r
    AssertionError:
    

    This test fails now b/c the anon user has been given the 'write' perm in Tracker (in bootstrap).

     
    • status: code-review --> in-progress
     
  • John Hoffman - 2011-12-15
    • status: in-progress --> code-review
     
  • John Hoffman - 2011-12-15
    To ssh://engr.geek.net/forge
     + 02bf674...0ede04b HEAD -> jwh/2963 (forced update)
    
    nosetests forgetracker/tests/functional/test_root.pyfoo                                                   100% 1729     1.7KB/s   00:00    
     Allura/allura/websetup/bootstrap.py                |    4 ++--
     .../forgetracker/tests/functional/test_root.py     |    4 ++--
     2 files changed, 4 insertions(+), 4 deletions(-)
    
    OK!  57 tests, 0 failures, 0 errors in 385.7s
    
     
  • Looks good, merged to dev.

     
    • status: code-review --> closed
     
  • Anonymous - 2012-01-03

    Originally by: kambi

    Is this fix already available in actual Allura instances on SourceForge? That is, is it merged to the "production" Allura on SourceForge?

    I'm asking because on the forum of my project castle-engine (https://sourceforge.net/p/castle-engine/discussion/) someone (anonymous) posted a message yesterday (it was "1 day ago" already when I saw it for the 1st time). It was a new message, in an existing thread. And I didn't get any notification about it through email.

    Yes, I checked spam folder :). I'm an admin of this project, and I have clicked everywhere to receive notification as far as I know. My email is filled as "Monitoring Email" for this forum in "Admin Forums", and I also see them I'm subscribed on my https://sourceforge.net/auth/prefs/ (I have there row saying I'm subscribed to "Castle Game Engine - discussion - direct - day - All artifacts").

     
  • Chris Tsai - 2012-01-03

    This was included in a push this morning, so it wouldn't have been in production when that post was made, but it should be now.

    Regards,
    Chris Tsai, SourceForge.net Support

     

Log in to post a comment.