First time here? Check out the FAQ!

Revision history  [back]

Turns out that there is a couple of problems in the model/content.py file

  • selective_subscribers list is tag filtered. I don't think that's right. If I select a specific question, it should be emailed regardless of the tags. (Line 142)
  • Move the logic that was in selective_subscribers and apply it to whole forum subscribers. There's a nice #todo tag there :)
  • passes_tag_filter_for_user(self,user) should modify the two .count() > 1 to > 0. This returns a match if at least 1 tag matches. Previously you needed two tag match. (~ line 250)