#1427 Enable forum-level subscriptions

v1.0.0
closed
General
nobody
2015-08-20
2011-02-01
No

Currently only thread-level subscriptions are available. Forum-level would be very useful.

In ForgeDiscussion/forgediscussion/controllers/root.py def discuss() there is code to do it, but that code is never used. The thread-level form submits to discuss() from Allura/allura/controllers/discuss.py

Related

Tickets: #2265

Discussion

  • Rick Copeland - 2011-03-07
    • labels: --> pycon
     
  • Dave Brondsema

    Dave Brondsema - 2011-09-13
    • labels: pycon --> migration
     
  • Dave Brondsema

    Dave Brondsema - 2011-09-13

    This would be useful so that classic forums that are migrated can have their subscriptions migrated.

     
  • Dave Brondsema

    Dave Brondsema - 2011-09-13
    • labels: migration --> migration, feature-parity
     
  • Dave Brondsema

    Dave Brondsema - 2011-09-30
    • size: --> 4
     
  • Jenny Steele - 2011-10-04
    • status: open --> in-progress
    • assigned_to: Jenny Steele
     
  • Jenny Steele - 2011-10-10

    On allura js/1427. To test, click on the subscribe button on a forum. Confirm that the discussion shows up in the user's subscription list. Make sure clicking the button agan to unsubscribe also works. While subscribed, make a post on a thread in the forum and make sure you get a notification.

     
  • Jenny Steele - 2011-10-10
    • status: in-progress --> code-review
    • assigned_to: Jenny Steele --> Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2011-10-13

    works great, but there are a few "print" statements in Allura/allura/model/notification.py and we should have a test

     
  • Dave Brondsema

    Dave Brondsema - 2011-10-13
    • status: code-review --> in-progress
    • assigned_to: Dave Brondsema --> Jenny Steele
     
  • Jenny Steele - 2011-10-17
    • status: in-progress --> code-review
    • assigned_to: Jenny Steele --> Dave Brondsema
     
  • Jenny Steele - 2011-10-17

    I took out the prints and added a test.

     
  • Dave Brondsema

    Dave Brondsema - 2011-10-18
    • status: code-review --> closed
    • assigned_to: Dave Brondsema --> Jenny Steele
     

Log in to post a comment.