.. |
migrations
|
Got rid of old migrations and created new initial migrations.
|
2018-02-21 23:46:22 +00:00 |
templatetags
|
Add navigation to nomcom pages for nomcom members. Put the RFC Status change link in a saner place in the navigation. Fixes #1411 and #2433. Commit ready for merge.
|
2018-01-09 22:10:10 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Added a test to check for missing admin models, and added the admin models that were currently missing.
|
2017-08-01 14:00:29 +00:00 |
colors.py
|
Tweaked the color palatte for the agenda editor. Commit ready for merge.
|
2018-06-13 19:58:08 +00:00 |
dot.py
|
Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes.
|
2017-06-22 15:18:08 +00:00 |
factories.py
|
Use factories for ietf.doc.tests_ballots. Fixed a long-hidden bug in test_edit_verify_permissions where non-existing usernames were used and passed the tests accidently. Added list_email to the GroupFactory. Commit ready for merge.
|
2018-06-06 17:59:40 +00:00 |
features.py
|
Treat Area Groups similar to Working Groups and Research Groups where it makes sense to do so. Commit ready for merge.
|
2017-07-11 19:12:21 +00:00 |
feeds.py
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |
forms.py
|
Take a different approach to avoiding the crash when a team secretary uses the bulk assignment form to unassign a request. Reverts r14570. Fixes #2443. Commit ready for merge.
|
2018-02-07 17:58:27 +00:00 |
mails.py
|
Add the ability to add a comment to a group's history. Fixes #1483. Commit ready for merge.
|
2017-12-28 20:48:58 +00:00 |
milestones.py
|
Fixed an issue with the milestone edit changes.
|
2018-03-09 21:27:58 +00:00 |
models.py
|
Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models.
|
2018-02-20 15:36:05 +00:00 |
resources.py
|
Modified the REST API to provide group descriptions taken from the group charters if group.description is blank.
|
2017-03-11 13:46:19 +00:00 |
tests.py
|
Converted ietf.group.tests to factories. Commit ready for merge.
|
2018-07-12 21:23:50 +00:00 |
tests_info.py
|
Used factories for ietf.group.tests_info. Commit ready for merge.
|
2018-07-14 22:03:11 +00:00 |
tests_review.py
|
Take a different approach to avoiding the crash when a team secretary uses the bulk assignment form to unassign a request. Reverts r14570. Fixes #2443. Commit ready for merge.
|
2018-02-07 17:58:27 +00:00 |
urls.py
|
Add the ability to add a comment to a group's history. Fixes #1483. Commit ready for merge.
|
2017-12-28 20:48:58 +00:00 |
utils.py
|
Moved email open assignment summary from subpage to the main review request page. Fixes #2091. Commit ready for merge
|
2017-11-11 06:29:05 +00:00 |
views.py
|
Added Email origin to Email record creation throughout the codebase.
|
2018-05-17 16:56:26 +00:00 |