datatracker/ietf/templates/meeting
2020-07-01 14:17:01 +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 Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
agenda.html Reworked the support for remote access urls in the agenda_note and remote_instructions fields of Session objects so as to accept any of a list of conference service domains as remote call-in URLs -- not only webex. 2020-07-01 14:17:01 +00:00
agenda.ics Added webex URL to agenda.ics if Room.webex_url is non-empty. Fixes issue #2926. 2020-03-20 18:27:44 +00:00
agenda.txt Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
agenda_by_room.html Django 2.0 conversion. Test suite passes, except for javascript tests. 2020-05-08 13:07:07 +00:00
agenda_by_type.html Django 2.0 conversion. Test suite passes, except for javascript tests. 2020-05-08 13:07:07 +00:00
approve_proposed_slides.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
copy_meeting_schedule.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
delete_schedule.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
edit_materials_button.html Refactored some templates to reduce materials page permission lookups from ~2*#sessions to just a few. 2019-03-07 23:25:02 +00:00
edit_meeting_schedule.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
edit_meeting_schedule_session.html Swap the axes in the meeting schedule editor and rework it to allow 2020-04-09 18:16:56 +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 Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +00:00
group_proceedings.html Merged in [16604] from rjsparks@nostrum.com: 2019-09-03 11:08:59 +00:00
important-dates.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
interim_announce.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
interim_announcement.txt Better use of group type in interim announcement tools. Fixes #2989. Commit ready for merge. 2020-05-14 22:38:02 +00:00
interim_announcement_request.txt Merged in [11792] from rcross@amsl.com: 2016-08-18 15:03:55 +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_cancellation_notice.txt various bug fixes and tweaks 2016-05-18 23:55:44 +00:00
interim_info.txt Fixes #1995. Show timezone with interim meeting request information. Commit ready for merge. 2016-08-15 17:23:28 +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 Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
interim_request_cancel.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
interim_request_details.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +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 Reworked the support for remote access urls in the agenda_note and remote_instructions fields of Session objects so as to accept any of a list of conference service domains as remote call-in URLs -- not only webex. 2020-07-01 14:17:01 +00:00
interim_skip_announce.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
landscape_edit.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 Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +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 Django 2.0 conversion. Test suite passes, except for javascript tests. 2020-05-08 13:07:07 +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 Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
private_schedule.html Rename Meeting.agenda to Meeting.schedule together with a bunch of 2019-11-18 17:22:19 +00:00
proceedings.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +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 Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge. 2016-10-10 21:21:02 +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 Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +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 Secretariat requested tweak to the request for minutes template. Commit ready for merge. 2018-05-14 18:56:55 +00:00
requests.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
room-view.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
room_edit.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
schedule_list.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
session_agenda_include.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
session_buttons_include.html Reworked the support for remote access urls in the agenda_note and remote_instructions fields of Session objects so as to accept any of a list of conference service domains as remote call-in URLs -- not only webex. 2020-07-01 14:17:01 +00:00
session_details.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
session_details_panel.html Reworked the support for remote access urls in the agenda_note and remote_instructions fields of Session objects so as to accept any of a list of conference service domains as remote call-in URLs -- not only webex. 2020-07-01 14:17:01 +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 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
upcoming.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
upcoming.ics Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +00:00
upload_session_agenda.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
upload_session_bluesheets.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
upload_session_minutes.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
upload_session_slides.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
week-view.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00