.. |
proceedings
|
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 |
.gitignore
|
Merged from log:branch/2.00@2363: Current release branch head to trunk.
|
2010-07-21 12:48:05 +00:00 |
add_session_drafts.html
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
agenda.html
|
feat: cypress JS testing for agenda meetings + weekview swimlane (WIP)
|
2021-11-18 23:48:23 +00:00 |
agenda.ics
|
Update links in iCal description to be more useful. Fixes #3349. Commit ready for merge.
|
2021-09-22 21:52:21 +00:00 |
agenda.txt
|
Snapshot of dev work to add session purpose annotation
|
2021-10-12 17:08:58 +00:00 |
agenda_by_room.html
|
Snapshot of dev work to add session purpose annotation
|
2021-10-12 17:08:58 +00:00 |
agenda_by_type.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
agenda_filter.html
|
feat: cypress JS testing for agenda meetings + weekview swimlane (WIP)
|
2021-11-18 23:48:23 +00:00 |
agenda_personalize.html
|
Update internal references to trac.tools.ietf.org to point to trac.ietf.org. Remove several links into tools.ietf.org. Commit ready for merge.
|
2021-10-13 21:43:44 +00:00 |
agenda_personalize_buttonlist.html
|
Add 'Select Sessions" tab to agenda pages. Commit ready for merge.
|
2021-07-01 23:45:25 +00:00 |
approve_proposed_slides.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
bluesheet.txt
|
Changed to using a template to generate bluesheets and added a count of participants at the top.
|
2020-08-07 09:58:46 +00:00 |
create_timeslot.html
|
Improvements to the timeslot and schedule editors (move new toggles to modals, handle overflowing session names, fix timeslot editor scrolling, add buttons to quickly create single timeslot, accept trailing slash on edit URL)
|
2021-10-21 14:59:02 +00:00 |
delete_schedule.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
diff_schedules.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
edit_materials_button.html
|
Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge.
|
2020-07-28 18:54:44 +00:00 |
edit_meeting_schedule.html
|
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 |
edit_meeting_schedule_session.html
|
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 |
edit_meeting_timeslots_and_misc_sessions.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
edit_session.html
|
Update purpose/types after discussions, add on_agenda Session field, prevent session requests for groups with no allowed purpose, handle addition fields in session request, fix editing session requests, add session edit form/access from schedule editor, eliminate TimeSlotTypeName "private" field, add server-side timeslot type filtering to schedule editor
|
2021-11-04 17:01:32 +00:00 |
edit_timeslot.html
|
Snapshot of dev work to add session purpose annotation
|
2021-10-12 17:08:58 +00:00 |
edit_timeslot_form.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
edit_timeslot_type.html
|
Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313. Commit ready for merge.
|
2018-02-09 17:05:11 +00:00 |
finalize.html
|
Moved the materials start, cutoff, and revision dates into the Meeting object
|
2016-08-08 20:34:37 +00:00 |
floor-plan.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
group_materials.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
group_proceedings.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
import_minutes.html
|
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 |
important-dates.html
|
Use BOF consistently.
|
2021-07-14 17:33:14 +00:00 |
important_dates.ics
|
Make the upcoming meetings iCal group the IETF meetings into one
|
2020-08-28 12:28:29 +00:00 |
important_dates_for_meeting.ics
|
Use BOF consistently.
|
2021-07-14 17:33:14 +00:00 |
interim_announce.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
interim_announcement.txt
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
interim_announcement_request.txt
|
Merged in [11792] from rcross@amsl.com:
|
2016-08-18 15:03:55 +00:00 |
interim_approval.txt
|
Email requesters when an interim moves into the announcement queue. Partially addresses #3016 and #3099. Commit ready for merge.
|
2020-10-13 22:45:31 +00:00 |
interim_approval_request.txt
|
email confirming interim meeting request now says 'the Area Director of the <area>' instead of '<area> Area Director'. Fixes issue #2522. Commit ready to merge.
|
2018-07-14 18:52:38 +00:00 |
interim_info.txt
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
interim_meeting_cancellation_notice.txt
|
Allow cancellation of individual sessions of multi-session interim meeting. Fixes #2959. Commit ready for merge.
|
2020-12-01 17:37:09 +00:00 |
interim_minutes_reminder.txt
|
Add utility script to send interim meeting minutes reminder. Add ability to include comments with meeting cancellation
|
2016-05-17 22:55:47 +00:00 |
interim_pending.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
interim_request.html
|
Merged in [19917] and [19930] from jennifer@painless-security.com:
|
2022-02-14 19:08:10 +00:00 |
interim_request_cancel.html
|
Allow cancellation of individual sessions of multi-session interim meeting. Fixes #2959. Commit ready for merge.
|
2020-12-01 17:37:09 +00:00 |
interim_request_details.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
interim_request_edit.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
interim_send_announcement.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
interim_session_buttons.html
|
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 |
interim_session_cancellation_notice.txt
|
Allow cancellation of individual sessions of multi-session interim meeting. Fixes #2959. Commit ready for merge.
|
2020-12-01 17:37:09 +00:00 |
interim_skip_announce.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
make_schedule_official.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
materials.html
|
Merged in [19316] from rjsparks@nostrum.com:
|
2021-09-04 15:01:38 +00:00 |
materials_editable_groups.html
|
Improve performance for a few pages
|
2019-07-20 22:59:26 +00:00 |
materials_upload_closed.html
|
Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate.
|
2015-04-24 20:40:01 +00:00 |
meeting_heading.html
|
Remove tools-style agenda link. Commit ready for merge.
|
2021-07-19 20:09:03 +00:00 |
new_meeting_schedule.html
|
Introduce support for setting a base schedule on a schedule. All
|
2020-08-11 17:34:32 +00:00 |
no-agenda.csv
|
Changed the logic for what is the 'current' ietf meeting to disregard whether there's an agenda for the meeting or not. This lets people see the correct session request page for the current meeting. However, it also makes the /meeting/agenda.html page fail because there's no schedule associated with the meeting; so alternative pages saying 'No agenda available' has been added, too.
|
2014-04-25 13:14:53 +00:00 |
no-agenda.html
|
Added consistent navigation tabs for agenda-related pages, and added a floor-plan tab. Tweaked the styling of by-room and by-type meeting tabs to be more consistent with the rest of the site. Factored out page header to the common header include file for some pages.
|
2016-07-07 12:29:19 +00:00 |
no-agenda.txt
|
Added meeting.agenda_info_note. Commit ready for merge.
|
2018-10-09 22:08:45 +00:00 |
past.html
|
Use querystring instead of URL hash for agenda filters
|
2020-08-11 13:45:41 +00:00 |
previously_approved_slides.html
|
Include an HTML template missed in the previous commit. Fixes #2835. Commit ready for merge.
|
2020-08-13 13:49:11 +00:00 |
private_schedule.html
|
Add new page for editing timeslots and misc session, accessible from
|
2020-08-18 13:24:30 +00:00 |
proceedings.html
|
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 |
proceedings_acknowledgements.html
|
Add new files for proceedings acknowledgemetns changes. Commit ready for merge.
|
2016-08-09 18:31:38 +00:00 |
proceedings_attendees.html
|
Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
|
2016-10-10 21:21:02 +00:00 |
proceedings_attendees_table.html
|
Add Country column to meeting/NN/proceedings/attendees. Fixes #2228. Commit ready for merge.
|
2017-03-25 19:20:34 +00:00 |
proceedings_overview.html
|
Merge forward Ryan's IETF Overview pages. Commit ready for merge.
|
2016-08-24 17:20:54 +00:00 |
proceedings_progress_report.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
properties_edit.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
propose_session_slides.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
remove_sessionpresentation.html
|
Added the ability to remove documents from a session to session_details. Made slide upload code more robust against removing a set of slides from a session and then revising them. Commit ready for merge.
|
2016-09-19 22:05:59 +00:00 |
request_minutes.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
request_minutes.txt
|
Use BOF consistently.
|
2021-07-14 17:33:14 +00:00 |
requests.html
|
Show the constraint names on the meeting session requests page. Fixes #3082. Commit ready for merge.
|
2021-08-27 19:45:19 +00:00 |
room-view.html
|
Snapshot of dev work to add session purpose annotation
|
2021-10-12 17:08:58 +00:00 |
room_edit.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
schedule_list.html
|
Tear out old meeting schedule editor and related code
|
2021-11-04 17:07:22 +00:00 |
session_agenda_include.html
|
Fix broken meeting materials button on upcoming meetings page. Fixes #3278. Commit ready for merge.
|
2021-06-28 18:57:20 +00:00 |
session_buttons_include.html
|
fix: change onsite tool icon to match the icons displayed at MeetEcho (#3574)
|
2022-03-07 12:57:40 -06:00 |
session_details.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
session_details_form.html
|
Merged in [19900] from jennifer@painless-security.com:
|
2022-01-31 21:42:31 +00:00 |
session_details_panel.html
|
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 |
session_materials.html
|
Retrieve session agenda materials by meeting/session instead of by assignment. Commit ready for merge.
|
2020-11-02 19:30:23 +00:00 |
slides_proposed.txt
|
Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403. Commit ready for merge.
|
2019-03-25 16:10:00 +00:00 |
timeslot_edit.html
|
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 |
timeslot_edit_timeslot.html
|
Snapshot of dev work to add session purpose annotation
|
2021-10-12 17:08:58 +00:00 |
timeslot_start_end.html
|
<span> can't have <div> in it. Fix that.
|
2021-10-27 10:56:05 +00:00 |
upcoming.html
|
Add 'Select Sessions" tab to agenda pages. Commit ready for merge.
|
2021-07-01 23:45:25 +00:00 |
upcoming.ics
|
Add proper folding for static content in the DESCRIPTION in the important-dates ics feed. Remove important-dates from the upcoming meetings ics.
|
2021-02-04 18:14:01 +00:00 |
upload_session_agenda.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
upload_session_bluesheets.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
upload_session_minutes.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
upload_session_slides.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
week-view.html
|
feat: cypress JS testing for agenda meetings + weekview swimlane (WIP)
|
2021-11-18 23:48:23 +00:00 |