datatracker/ietf/secr
Rich Salz 8a5826a941
fix: redundant word in banner for Legacy stream documents (#7207)
* fix: Remove redundant "stream stream" output

fix: Change "Legacy stream" to "Legacy"

chore: Add "stream" to stream.desc as needed

Fixes: #6902

* chore: Remove unused stream_desc parameter

The stream_desc key isn't used in template/doc/docuemnt_draft.html to
don't pass it in nor compute it

Fixes: #6902

* fix: migrate the legacy StreamName

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-08-05 09:48:48 -05:00
..
announcement fix: force choice of From address in Announcement form. Fixes #7679. (#7720) 2024-07-20 15:24:14 -07: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: mypy/flakes lint 2024-05-13 21:41:36 -04:00
middleware chore: Remove unused ietf/secr/middleware/dbquery.py (#5109) 2023-02-08 09:57:03 -06:00
rolodex feat: replace references to User with references to Person (#6024) 2024-01-24 11:00:19 -06:00
sreq feat: better reject null characters in forms (#7472) 2024-05-28 10:34:55 -05:00
static chore: import jquery so dynamic_inlines.js source map works (#4482) 2022-09-21 12:04:39 -05:00
telechat fix: prune away unsused model and view (#7585) 2024-06-24 10:25:19 -05:00
templates fix: redundant word in banner for Legacy stream documents (#7207) 2024-08-05 09:48:48 -05:00
utils chore: checkpoint: docalias mostly removed 2023-08-15 16:49:17 -05: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 refactor: remove unused secr/areas app (#6509) 2023-10-23 09:55:54 -05:00