- **status**: review --> in-progress
- **Comment**:
Looking good — just a few quick questions:
What about the scenario where the “Discussion Disabled” flag is set? Maybe
that should take precedent when determining the footer message?
I also noticed we added the following lines:
~~~~~
Allura/Allura/allura/model/repository.py
571: reversed(self.app.url[1:-1].split('/'))).replace('_', '-')
Allura/ForgeBlog/forgeblog/model/blog.py
190: reversed(self.app.url[1:-1].split('/'))).replace('_', '-')
Allura/ForgeDiscussion/forgediscussion/model/forum.py
84: reversed(self.app.url[1:-1].split('/'))).replace('_', '-')
Allura/ForgeTracker/forgetracker/model/ticket.py
767: reversed(self.app.url[1:-1].split('/'))).replace('_', '-')
Allura/ForgeWiki/forgewiki/model/wiki.py
165: reversed(self.app.url[1:-1].split('/'))).replace('_', '-‘)
~~~~~
Maybe this could get put on the artifact model or just a function? That might
make it simpler when testing as well. What do you think?
---
** [tickets:#6107] Disable email posting for the forum? [ss3579]**
**Status:** in-progress
**Milestone:** unreleased
**Labels:** sf-4 p3 support 42cc sf-current
**Created:** Mon Apr 15, 2013 03:53 PM UTC by Chris Tsai
**Last Updated:** Wed May 13, 2015 05:40 PM UTC
**Owner:** Igor Bondarenko
[forge:site-support:#3579]
>Is that possible we can disable the email posting for the forum?
Some users use auto response about the email system. However, it's really
annoying to see all the forums are covered with those auto response mails/posts.
I'd like the users could only use web interface to post. Not via email.
Please allow the admin to choose if he/she wants email posting on the forum or
not? This function should be an option for an admin on the forum admin
interface, e.g.
https://sourceforge.net/p/$PROJECT/admin/discussion/forums
Sounds reasonable to me. Though perhaps we want to put the setting somewhere
that makes for easier reuse on other tools.
---
Sent from forge-allura.apache.org because [email protected] is subscribed
to https://forge-allura.apache.org/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.