The cookie tests were all calling make_test_data, but not using anything it created. Removed the calls.
- Legacy-Id: 15348
Note: SVN reference [15320] has been migrated to Git commit 151b5bc39a
in a database table:
- Added a GroupFeatures model to the group models, and removed the old
features.py
- Added a agenda type for future use in showing different group types on
different agendas.
- Renamed the group feature has_materials to has_nonsession_materials.
- Added API resources and admin support for the new tables.
- Added a Directorate (with reviews) group type as complement to
Directorate, to distinguish between directorates with and without reviews.
- Adjusted tests as needed.
- Updated the fixtures, and fixed the generate_fixtures script to include
the new AgendaTypeName objects.
There still exists about 70 instances of code comparing the group type
with a list of types; most of these should probably be replaced with new
features, instead, to make it possible to add new group types through the
database table, rather than having to edit the code. That was the purpose
of this refactoring from the start, but the presence of this large number
of comparisons of group type against lists of types defeats the goal until
we add appropriate features and replace the group type list comparisons.
- Legacy-Id: 15316
Set reply-to for I-D Announcements that include a CC to a mail list. Fixes#2530.
- Legacy-Id: 15289
Note: SVN reference [15282] has been migrated to Git commit 733c304e3d
Update blue sheet template. Replace start time / end time with date.
- Legacy-Id: 15271
Note: SVN reference [15266] has been migrated to Git commit e65748103b705e5dddea75bc550884498f42e75e
Fix issue with decorator on utils.html.remove_tags().
- Legacy-Id: 15270
Note: SVN reference [15267] has been migrated to Git commit 0d255f7d0874f01163f292568e76fa9d830a54e2
Improvements to tests after converting to factories suggested by studying coverage_changes.
- Legacy-Id: 15255
Note: SVN reference [15248] has been migrated to Git commit b86bd84278
Use factories for ietf.doc.tests_status_change. Repair previous commit errors in ietf.doc.tests_material.
- Legacy-Id: 15243
Note: SVN reference [15238] has been migrated to Git commit 340b6591b2
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.
- Legacy-Id: 15224
Note: SVN reference [15219] has been migrated to Git commit dcf9e6b40f
Factoryalized the rest of ietf.doc.tests. Created draft type specific factories.
- Legacy-Id: 15223
Note: SVN reference [15217] has been migrated to Git commit a064e28926