datatracker/ietf/group
Henrik Levkowetz 8ca48aac42 Make group acronym regex patterns consistent.
There were multiple different regex patterns in different urlpattern
declarations, with some of them permitting characters which should not
occur in group acronym.  Changed them to consistently use [-a-z0-9]+ .
 - Legacy-Id: 11651
2016-07-13 19:19:15 +00:00
..
migrations Added a migration to match the changed GROUP_EVENT_CHOICES. 2016-05-05 12:26:54 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Fix a "RemovedInDjango19Warning" warning. Commit ready for merge. 2016-01-13 12:17:36 +00:00
colors.py Merged in [9652] from rjsparks@nostrum.com: 2015-06-22 19:41:47 +00:00
factories.py Make the group factory produce groups with valid acronyms 2016-07-13 18:48:53 +00:00
features.py Adds views of active areas, area groups, teams, and directorates. 2015-07-30 21:51:38 +00:00
feeds.py Fix a bunch of mistakes found by PyFlakes in the new materials code 2014-06-03 11:28:27 +00:00
mails.py Merged in [10430] from rjsparks@nostrum.com: 2015-11-07 22:31:18 +00:00
milestones.py Cleaned up the checking permission for a user to manage a group. Also, cleanly handle a set of group parent links did for a loop. 2016-04-02 21:06:33 +00:00
models.py Replaced the hardcoded 'Area Director' approval role with a group-dependent list of approval roles. Fixes issue #1980. 2016-07-09 16:59:50 +00:00
resources.py Fixed a typo. 2016-03-15 23:15:44 +00:00
tests.py Refactored the code to skip coverage testing a bit, and added skipping of template and url coverage. 2016-06-24 15:39:59 +00:00
tests_info.py Added a score of setting save/restores to test setup/teardown actions. 2016-06-21 07:51:02 +00:00
urls.py Make group acronym regex patterns consistent. 2016-07-13 19:19:15 +00:00
urls_info.py Reverted a bad to group/urls_info.py 2016-06-14 04:56:50 +00:00
urls_info_details.py Added photo page support for individual groups, and tweaked some names. This provides a photo page for the IAB, but also as a benefit photo pages for other groups. 2016-06-06 16:33:24 +00:00
urls_stream.py Move chartering groups to /group/chartering/ (with a redirect from the old location), list RGs there too, and amend the previous fix to the chartering process for non-WGs so they have internal and external review states instead of just approved. Also move the code in wginfo/ to group/ as it is no longer just about info for WGs. 2014-04-01 11:59:08 +00:00
utils.py Merged community list branch with trunk 2016-05-06 17:36:04 +00:00
views.py Brought back, by popular demand, a tab with the link to a group's tools pages (which was removed in release 6.25.0). 2016-07-08 11:17:58 +00:00
views_ajax.py Renamed some files under ietf/group/ which contained views but didn't have 'views' in the name. 2016-05-13 15:59:10 +00:00
views_edit.py Only check state.slug in GroupForm.clean() if state is set. 2016-06-15 20:02:51 +00:00
views_stream.py Refactor search-related utilities slightly to make them more 2016-01-25 18:11:49 +00:00