..
fixtures
Reverted merge of timezone-aware migration efforts.
2021-01-12 16:54:20 +00:00
management
Merged in [19917] and [19930] from jennifer@painless-security.com:
2022-02-14 19:08:10 +00:00
migrations
Remove "before" versions of migrations that were renumbered during merge
2021-11-09 18:03:06 +00:00
templatetags
Add tests of meeting forms for the new session purpose work and a few other untested parts. Fix a few bugs uncovered. Commit ready for merge.
2021-11-17 01:43:15 +00:00
.gitignore
not sure why svn is being stupid here..this commit is worthless, and probably will fail
2007-05-09 22:04:05 +00:00
__init__.py
Adding copyright notices to all python files
2007-06-27 21:16:34 +00:00
admin.py
Merged in [19920] from rjsparks@nostrum.com:
2022-02-14 18:14:26 +00:00
factories.py
Guard against null timeslot location in agenda.html and add test of location_anchor tag
2021-11-15 21:01:19 +00:00
feeds.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
fields.py
Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging
2021-11-04 17:06:06 +00:00
forms.py
Merged in [19917] and [19930] from jennifer@painless-security.com:
2022-02-14 19:08:10 +00:00
helpers.py
Use correct UTC time when creating Meetecho conferences. Fixes #3565 . Commit ready for merge.
2022-02-23 20:51:18 +00:00
models.py
Add link to onsite tool to agenda. Fixes #3550 . Commit ready for merge.
2022-02-18 15:12:21 +00:00
resources.py
Merged in [19920] from rjsparks@nostrum.com:
2022-02-14 18:14:26 +00:00
test_data.py
Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging
2021-11-04 17:06:06 +00:00
test_procmat.pdf
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
tests_forms.py
Merged in [19917] and [19930] from jennifer@painless-security.com:
2022-02-14 19:08:10 +00:00
tests_helpers.py
Use correct UTC time when creating Meetecho conferences. Fixes #3565 . Commit ready for merge.
2022-02-23 20:51:18 +00:00
tests_js.py
Hide timeslots type is disabled plus other schedule editor debugging/improvements. Fixes #3510 . Fixes #3430 . Commit ready for merge.
2022-01-27 00:41:27 +00:00
tests_models.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
tests_schedule_forms.py
Merged in [19744] from jennifer@painless-security.com:
2021-12-02 21:31:06 +00:00
tests_schedule_generator.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_views.py
Merged in [19917] and [19930] from jennifer@painless-security.com:
2022-02-14 19:08:10 +00:00
urls.py
Add ability to import session minutes from notes.ietf.org. Mock out calls to the requests library in tests. Call markdown library through a util method. Fixes #3489 . Commit ready for merge.
2021-12-09 17:16:19 +00:00
utils.py
Add timeouts to requests library calls. Fixes #3498 . Commit ready for merge.
2022-01-13 15:06:28 +00:00
views.py
Merged in [19917] and [19930] from jennifer@painless-security.com:
2022-02-14 19:08:10 +00:00
views_proceedings.py
Add ability to import session minutes from notes.ietf.org. Mock out calls to the requests library in tests. Call markdown library through a util method. Fixes #3489 . Commit ready for merge.
2021-12-09 17:16:19 +00:00