datatracker/ietf/doc
Robert Sparks 9457e2b1e1
feat: better htmlization views (#4825)
* feat: Use bs5 for htmlized doc (#4082)

Co-authored-by: Martin Thomson <mt@lowentropy.net>

* fix: Various fixes to HTMLized document view (#4501)

* fix: Pref labels were switched

* fix: Fix ToC for htmlized docs

* Replace datatracker button with document name link to datatracker

* ui: Make fonts even larger on larger window widths

* fix: Document format buttons open new tabs

* fix: Various suggestions from Jay

* fix: Don't show "htmlized" self-link under formats

* ui: Font size fix for iOS

* ui: More little tweaks

* feat/htmlize fixes and improvements (#4506)

* fix: Don't open htmlized view in new tab

* fix: Tests were failing

* feat: Add pref settings to cap max font size

* feat: Add ability to hide side panel

* fix: And more `feat/htmlize` fixes (#4511)

* fix: Remove superfluous scrollbars

* fix: Show email links for authors

* fix: Only show "email authors" button for latest reversion

* fix: Remove duplicate code, fix nav scrolling

* feat: Add RFCs to revision lists

* feat: Add pref option to control dependency inlining

* fix: Add analytical tags

* feat: Notify user of rendering inconsistencies

* feat: Split out bootstrap-icons when not inlining dependencies

* fix: Revision list and minor other fixes

* feat: Show stream logo when possible (#4516)

* fix: Remove superfluous scrollbars

* fix: Show email links for authors

* fix: Only show "email authors" button for latest reversion

* fix: Remove duplicate code, fix nav scrolling

* feat: Add RFCs to revision lists

* feat: Add pref option to control dependency inlining

* fix: Add analytical tags

* feat: Notify user of rendering inconsistencies

* feat: Split out bootstrap-icons when not inlining dependencies

* fix: Revision list and minor other fixes

* feat: Show stream logos when possible

* fix: Pick up CSS changes from https://github.com/martinthomson/rfc-txt-html (#4520)

* fix: Remove superfluous scrollbars

* fix: Show email links for authors

* fix: Only show "email authors" button for latest reversion

* fix: Remove duplicate code, fix nav scrolling

* feat: Add RFCs to revision lists

* feat: Add pref option to control dependency inlining

* fix: Add analytical tags

* feat: Notify user of rendering inconsistencies

* feat: Split out bootstrap-icons when not inlining dependencies

* fix: Revision list and minor other fixes

* feat: Show stream logos when possible

* fix: Pick up CSS changes from https://github.com/martinthomson/rfc-txt-html

* chore: add debug script to replicate GitHub Actions test environment

* chore: cleanup from merge of main

* fix: Fix PDFixation crash due to referencing renamed CSS asset (#4665)

* fix: Rename some CSS classes to handle recent xml2rfc changes (#4791)

* Merge main

* fix: Rename some CSS classes to handle recent xml2rfc changes

Fixes #4784.

* chore: repair merge damage

* chore: more merge corrections

* chore: one more merge correction

* fix: npm dependencies

* fix: Change default font size (#4817)

* Fix dependency issues

* Cap fontsize at 12pt by default

Co-authored-by: Nicolas Giard <github@ngpixel.com>

Co-authored-by: Lars Eggert <lars@eggert.org>
Co-authored-by: Martin Thomson <mt@lowentropy.net>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-12-02 15:17:14 -06:00
..
management Merge branch 'feat/tzaware' into dev/jennifer/main-merge 2022-09-20 10:19:31 -03:00
migrations chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
templatetags feat: better htmlization views (#4825) 2022-12-02 15:17:14 -06: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 fix: make a few datetime manipulations timezone-aware (#4755) 2022-11-15 07:55:13 -06:00
factories.py chore: replace last few datetime.date.today() calls with date_today() 2022-10-18 12:45:47 -03:00
feeds.py fix: record and interpret RFC pub dates in correct timezone (#4421) 2022-09-08 14:51:19 -03:00
fields.py Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
forms.py fix: handle timezones in a bunch of places 2022-09-23 16:11:49 -03:00
lastcall.py fix: convert LastCallDocEvent.expires to DEADLINE_TZINFO to get date 2022-10-25 10:03:18 -03:00
mails.py fix: handle timezones in a bunch of places 2022-09-23 16:11:49 -03:00
models.py feat: better htmlization views (#4825) 2022-12-02 15:17:14 -06: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 feat: better htmlization views (#4825) 2022-12-02 15:17:14 -06:00
tests_ballot.py chore: replace last few datetime.date.today() calls with date_today() 2022-10-18 12:45:47 -03:00
tests_bofreq.py refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
tests_charter.py fix: fix failing tests and eliminate naive datetime warnings (#4402) 2022-09-01 13:07:28 -03: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 chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
tests_irsg_ballot.py test: use date_today() instead of datetime_today() 2022-10-18 11:54:09 -03:00
tests_js.py Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
tests_material.py refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
tests_review.py test: fix date-related timezone errors in tests (#4717) 2022-11-07 09:54:35 +00:00
tests_status_change.py test: align tests with code changes from #4297. (#4307) 2022-08-02 16:08:30 -05:00
tests_utils.py test: fix date-related timezone errors in tests (#4717) 2022-11-07 09:54:35 +00:00
urls.py feat: Area director workload summary view (#4315) 2022-08-11 15:24:29 -05: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 feat: better htmlization views (#4825) 2022-12-02 15:17:14 -06:00
utils_bofreq.py Added the notion of responsible leadership. 2021-07-07 17:49:35 +00:00
utils_charter.py fix: handle timezones in a bunch of places 2022-09-23 16:11:49 -03:00
utils_search.py chore: replace last few datetime.date.today() calls with date_today() 2022-10-18 12:45:47 -03:00
views_ballot.py fix: handle timezones in a bunch of places 2022-09-23 16:11:49 -03:00
views_bofreq.py feat: only offer IAB/IESG members for bofreq responsible leadership (#4276) 2022-07-26 11:23:00 -05:00
views_charter.py chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06: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 feat: better htmlization views (#4825) 2022-12-02 15:17:14 -06:00
views_downref.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
views_draft.py Merge pull request #4638 from ietf-tools/main 2022-10-24 12:57:11 -03: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 chore: replace last few datetime.date.today() calls with date_today() 2022-10-18 12:45:47 -03:00
views_search.py chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
views_stats.py fix: use UTC for model_to_timeline_data() (#4763) 2022-11-15 13:02:09 -06:00
views_status_change.py fix: handle timezones in a bunch of places 2022-09-23 16:11:49 -03:00