datatracker/ietf/secr
Robert Sparks afac1f8f19
feat: enable editorial stream adoption and balloting (#5011)
* feat: enable editorial stream adoption and balloting

* fix: bring tests into line with refactor

* feat: force intended_std_level to Informational when adopting into a non-ietf stream.

* fix: improve blocking position labels and email content

* fix: simplify pointer to group on doc main page for rswg docs

* fix: recover from merge typos

* fix: correct defer and clear ballot behavior

* fix: improve publication request access logic

* fix: clean up broken editorial state

* fix: adjust test to match migrations
2023-01-31 13:50:51 -06:00
..
announcement Many more HTML fixes. 2022-02-03 07:49:34 +00:00
areas fix: Fix broken add/modify ADs in the secr app (#5040) 2023-01-27 12:01:22 -06:00
console Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
groups chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
lib The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00
meetings fix: timezone fixes from last few comparisons with tzaware-obe 2022-09-28 13:21:50 -03:00
middleware Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
proceedings chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
roles Use temporary directories instead of "real" filesystem for tests. Fixes #3414. Commit ready for merge. 2021-11-05 19:45:57 +00:00
rolodex Fixed a place where data provider for a POST in contained None, which cannot be serialized into POST data. Found by Django 2.2 checks. 2020-06-27 17:23:47 +00:00
sreq feat: enable editorial stream adoption and balloting (#5011) 2023-01-31 13:50:51 -06:00
static chore: import jquery so dynamic_inlines.js source map works (#4482) 2022-09-21 12:04:39 -05:00
telechat fix: timezone fixes from last few comparisons with tzaware-obe 2022-09-28 13:21:50 -03:00
templates fix: Fix broken add/modify ADs in the secr app (#5040) 2023-01-27 12:01:22 -06:00
utils chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
__init__.py Merged in branch/amsl/1.50@6388 from rcross@amsl.com, with secretariat tool 2013-10-21 20:29:15 +00:00
context_processors.py Removed dead code. 2015-08-01 14:58:08 +00:00
urls.py Remove drafts secretariat tool because this functionality is now provided by the core Datatracker. Moved ID reports to proceedings tool. Fixes #1655. Commit ready for merge. 2020-03-21 19:52:12 +00:00