..
management
Merged in [19987] from rjsparks@nostrum.com:
2022-02-24 19:59:09 +00:00
migrations
Reordered migrations. Updated name fixture.
2021-09-04 15:33:53 +00:00
templatetags
ci: Also check generated HTML with the "vnu" validator ( #3682 )
2022-03-21 12:50:23 -05:00
__init__.py
Move new schema models from redesign/ to ietf/
2012-01-24 17:17:24 +00:00
admin.py
Merged in [19921] from rjsparks@nostrum.com:
2022-02-14 18:16:40 +00:00
expire.py
Refactor expirable_drafts() and its usage to speed up doc.views_search.recent_drafts view (and discourage inefficient use of the method). Commit ready for merge.
2021-10-28 22:24:45 +00:00
factories.py
Update any_email_sent() to use balloters instead of old ad field. Add tests to catch the otherwise quiet failure. Fixes #3438 . Commit ready for merge.
2022-01-12 20:21:41 +00:00
feeds.py
Merged in [19786] from jennifer@painless-security.com:
2022-01-04 15:44:25 +00:00
fields.py
Hopefully the final check-ins.
2022-02-08 17:29:15 +00:00
forms.py
Allow secretariat to edit document author list. Fixes #3185 . Commit ready for merge.
2021-05-11 18:40:28 +00:00
lastcall.py
Allow assignment of Person as "action holder" for a Doc, plus rudimentary automation of assignment. Fixes #3146 . Commit ready for merge.
2021-02-12 20:31:00 +00:00
mails.py
Added the notion of responsible leadership.
2021-07-07 17:49:35 +00:00
models.py
fix: Include blocked charters in AD dashboard that are in external review ( #3689 )
2022-03-19 11:59:04 -05:00
redirect_drafts_urls.py
Use the id-archive wherever we had been using the id-repository. Fixes #3080 . Commit ready for merge.
2020-10-02 14:13:17 +00:00
redirect_idtracker_urls.py
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
2017-02-11 14:43:01 +00:00
resources.py
Added the notion of responsible leadership.
2021-07-07 17:49:35 +00:00
settings.py
Started moving app-specific settings into app settings.py files.
2016-09-09 05:42:41 +00:00
tests.py
fix: Include blocked charters in AD dashboard that are in external review ( #3689 )
2022-03-19 11:59:04 -05:00
tests_ballot.py
Fix failing tests
2022-02-24 16:47:55 +00:00
tests_bofreq.py
Fix failing tests
2022-02-24 16:47:55 +00:00
tests_charter.py
A bunch more cosmetic fixes.
2022-02-09 10:11:03 +00:00
tests_conflict_review.py
Fix more things
2021-12-09 06:41:00 +00:00
tests_downref.py
More test fixes
2022-01-05 11:25:25 +00:00
tests_draft.py
More fixes
2022-01-12 11:54:00 +00:00
tests_irsg_ballot.py
Use temporary directories instead of "real" filesystem for tests. Fixes #3414 . Commit ready for merge.
2021-11-05 19:45:57 +00:00
tests_js.py
Hopefully the final check-ins.
2022-02-08 17:29:15 +00:00
tests_material.py
Fix more things
2021-12-09 06:41:00 +00:00
tests_review.py
More nits fixed.
2022-02-01 08:29:55 +00:00
tests_status_change.py
More fixes.
2022-01-11 07:02:39 +00:00
tests_utils.py
Find references from submitted XML instead of rendering to text and parsing. Fixes #3342 . Commit ready for merge.
2022-01-07 17:53:23 +00:00
urls.py
Provide pdfs of htmlized (pdfized) documents to replace tools.ietf.org/pdf/ at /doc/pdf. Commit ready for merge.
2021-12-07 23:49:58 +00:00
urls_bofreq.py
Added Additional Resources. Simplified the bofreq urls file.
2021-07-07 22:28:05 +00:00
urls_charter.py
Added a new document tab for some documents, showing htmlized drafts and RFCs
2017-03-20 14:08:52 +00:00
urls_conflict_review.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
urls_material.py
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
urls_review.py
Merged in [16939] from sasha@dashcare.nl:
2019-11-11 14:22:54 +00:00
urls_status_change.py
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
utils.py
Merge 7.45.1.dev0 into Bootstrap 5 update branch. Made a first pass at reconciling differences.
2022-02-17 20:09:49 +00:00
utils_bofreq.py
Added the notion of responsible leadership.
2021-07-07 17:49:35 +00:00
utils_charter.py
Notify IRSG when an IRSG ballot is created. Fixes #2978 . Commit ready for merge.
2020-07-13 16:45:45 +00:00
utils_search.py
Merged in [19700] from lars@eggert.org:
2021-12-01 19:18:07 +00:00
views_ballot.py
Run tidy as part of tests, and fix HTML issues it finds.
2022-02-01 16:11:34 +00:00
views_bofreq.py
Merge 7.45.1.dev0 into Bootstrap 5 update branch. Made a first pass at reconciling differences.
2022-02-17 20:09:49 +00:00
views_charter.py
Run tidy as part of tests, and fix HTML issues it finds.
2022-02-01 16:11:34 +00:00
views_conflict_review.py
Run tidy as part of tests, and fix HTML issues it finds.
2022-02-01 16:11:34 +00:00
views_doc.py
Merge 7.45.1.dev0 into Bootstrap 5 update branch. Made a first pass at reconciling differences.
2022-02-17 20:09:49 +00:00
views_downref.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
views_draft.py
Allow pre-ADs to be assigned as responsible for document. Fixes #3229 . Commit ready for merge.
2021-09-22 18:42:00 +00:00
views_help.py
Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147 . Commit ready for merge.
2021-08-30 17:02:49 +00:00
views_material.py
Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147 . Commit ready for merge.
2021-08-30 17:02:49 +00:00
views_review.py
Merge 7.45.1.dev0 into Bootstrap 5 update branch. Made a first pass at reconciling differences.
2022-02-17 20:09:49 +00:00
views_search.py
fix: improfe draft name syntax checks ( #3703 )
2022-03-20 06:59:29 -05:00
views_stats.py
Removed a debug statement.
2020-05-04 20:59:44 +00:00
views_status_change.py
Run tidy as part of tests, and fix HTML issues it finds.
2022-02-01 16:11:34 +00:00