Closed Bug 920549 Opened 11 years ago Closed 5 years ago

Make adding new discussion forum less archaic

Categories

(support.mozilla.org :: General, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: atopal, Unassigned)

Details

(Whiteboard: u=sumo-team c=general p= s=2013.backlog)

Currently adding a discussion forum is easy, but adding the permissions requires magic incantations, knowledge about code names, content types and object IDs. While the flexibility is good, it should be reserved for special cases. Most forums have similar requirements

* Let everybody see articles
* Let signed in users write articles
* Let signed in users reply to articles.

Adding a forum should assign those permissions by default. Adding new permissions should be as easy as selecting them from a list and clicking a button to assign them instead of needing to know about code names.
We should probably replace our object-level permissions app (django-authority) with something more modern and maintained.
Mike Kelly used django-guardian on Captain (https://pypi.python.org/pypi/django-guardian). The byline suggests that's similar to django-authority, but I don't have much experience with either.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.