datatracker/ietf/community
Ole Laursen 0144ef366b Add description field on group, enable most group info page views to
work without a group type to pave the way for /group/<acronym>/ URLs,
make charter page more generic, enable it to handle descriptions and
walk over all personnel instead of picking out specific types
of roles, add a redirect view on /group/<acronym>/ to lead to either
documents/ or charter/, add simple group.features() class to be able
to condition on group features rather than specific group types,
adjust group pages menu accordingly
 - Legacy-Id: 7758
2014-05-20 10:19:26 +00:00
..
management Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
migrations A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code. 2014-03-16 22:15:46 +00:00
templatetags Fix bug in community list, the show_field templatetag is now getting 2014-01-10 14:50:17 +00:00
__init__.py Added in the community app, which wasn't included properly in the previous commit. 2012-06-27 08:26:18 +00:00
constants.py Added in the community app, which wasn't included properly in the previous commit. 2012-06-27 08:26:18 +00:00
display.py Add description field on group, enable most group info page views to 2014-05-20 10:19:26 +00:00
forms.py Fix problem with missing label= in community form field declation 2013-12-12 12:17:26 +00:00
models.py Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
rules.py Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
urls.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
views.py Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00