.. |
.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
|
Fix spelling mistake in class name
|
2016-10-14 09:29:52 +00:00 |
agenda.html
|
Refactored ical_agenda() to be more general. Added parameters and code to permit generation of per-group and per-session ical pages. Added url entries for per-group and per-session ical pages. Changed some parameter names to better reflect their semantics ('session'->'acronym').
|
2018-03-02 16:37:58 +00:00 |
agenda.ics
|
Replaced some group-specific agenda and minutes urls with session-specific urls, and more consistently pointed at explicitly named meeting materilas. Related to [13964].
|
2017-07-24 17:41:49 +00:00 |
agenda.txt
|
Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews.
|
2017-06-02 23:13:22 +00:00 |
agenda_by_room.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 |
agenda_by_type.html
|
Add links to session materials pages to the rows on the by-type view of the agenda. Commit ready for merge.
|
2016-11-15 06:58:37 +00:00 |
agenda_list.html
|
Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes #1921. Commit ready for merge.
|
2016-04-27 20:46:02 +00:00 |
delete_schedule.html
|
Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes #1921. Commit ready for merge.
|
2016-04-27 20:46:02 +00:00 |
edit_materials_button.html
|
Change the edit buttons on the materials page to be links. Move where the link appears. Commit ready for merge.
|
2016-11-12 03:07:46 +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
|
Improved handling of a case where a meeting floor have been defined, but no floor image uploaded yet.
|
2017-03-03 18:00:16 +00:00 |
group_materials.html
|
Fixed typo in the meeting materials template that was causing minutes for groups that met more than once to not show. Commit ready for merge.
|
2017-08-13 20:42:45 +00:00 |
group_proceedings.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
important-dates.html
|
Added some text to the important dates page for 'opensched', on request from the IESG via Stephanie.
|
2018-05-24 08:55:14 +00:00 |
interim_announce.html
|
Language tweaks
|
2016-06-24 11:58:20 +00:00 |
interim_announcement.txt
|
Fixes #2202. Interim sessions appear unordered. Switch templates to use ordered assignments() related object manager. Also removed now unused template filters. Commit ready for merge.
|
2017-02-13 22:30:21 +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
|
Fixed various issues with the interim approval request email text when used for non-WG groups (RGs, for instance). Added supporting template filter functions. Related to issues #1979 and #1980.
|
2016-07-09 20:02:28 +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
|
Language tweaks
|
2016-06-24 11:58:20 +00:00 |
interim_request.html
|
Merged in [13324] from rcross@amsl.com:
|
2017-05-11 20:15:49 +00:00 |
interim_request_cancel.html
|
refactor code dealing with interim materials path
|
2016-05-23 22:58:45 +00:00 |
interim_request_details.html
|
Add ability for secretariat to skip announcement of regular interim meetings. Fixes #2210. Commit ready for merge.
|
2017-05-10 21:06:15 +00:00 |
interim_request_edit.html
|
Added missing right-angle for a div. Made some form elements initially display: none in order to avoid elements jumping around on initial form rendering. Fixed alignment of Submit and Back buttons, by proper nesting and col-md- class.
|
2016-06-24 12:08:15 +00:00 |
interim_send_announcement.html
|
refactor code dealing with interim materials path
|
2016-05-23 22:58:45 +00:00 |
interim_skip_announce.html
|
Add missing template for previous commit. Commit ready for merge.
|
2016-11-12 07:12:54 +00:00 |
landscape_edit.html
|
Update spin.js to v2.3.2 and use it for the agenda scheduling page. Remove the
|
2017-03-25 16:56:13 +00:00 |
make_schedule_official.html
|
Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes #1921. Commit ready for merge.
|
2016-04-27 20:46:02 +00:00 |
materials.html
|
Added a view that generates the "send minutes" email for the secretariat. Fixes #2493. Commit ready for merge.
|
2018-05-04 21:44:46 +00:00 |
materials_editable_groups.html
|
Renamed groupfilters to group_filters
|
2017-10-13 11:58:42 +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
|
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.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 a test for no-agenda templates being used for future meetings without agenda. Aligned the wording in the txt and html templates.
|
2017-06-03 21:46:13 +00:00 |
past.html
|
Added group links to the past meetings page, and also important dates links to IETF meetings with important-date pages.
|
2018-04-18 13:15:30 +00:00 |
private_agenda.html
|
Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes #1921. Commit ready for merge.
|
2016-04-27 20:46:02 +00:00 |
proceedings.html
|
Removed an inadvertently duplicated template for loop. Fixes issue #2136.
|
2017-01-11 15:27:26 +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
|
Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes #1921. Commit ready for merge.
|
2016-04-27 20:46:02 +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
|
Added a view that generates the "send minutes" email for the secretariat. Fixes #2493. Commit ready for merge.
|
2018-05-04 21:44:46 +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
|
Merged in [10621] from lars@netapp.com:
|
2016-01-12 16:47:18 +00:00 |
room-view.html
|
Replaced some group-specific agenda and minutes urls with session-specific urls, and more consistently pointed at explicitly named meeting materilas. Related to [13964].
|
2017-07-24 17:41:49 +00:00 |
room_edit.html
|
Merged in [13126] from lars@netapp.com:
|
2017-03-25 22:30:18 +00:00 |
session_details.html
|
Made some per-group and per-session iCalendar links show only if occurring in the future.
|
2018-03-08 22:47:00 +00:00 |
session_details_panel.html
|
Made some per-group and per-session iCalendar links show only if occurring in the future.
|
2018-03-08 22:47: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
|
Update vnu.jar and fix various HTML5 nits it found during a test crawl.
|
2017-03-25 20:21:14 +00:00 |
upcoming.ics
|
Replaced some group-specific agenda and minutes urls with session-specific urls, and more consistently pointed at explicitly named meeting materilas. Related to [13964].
|
2017-07-24 17:41:49 +00:00 |
upload_session_agenda.html
|
Added an order field to SessionPresentation.
|
2016-09-14 19:11:31 +00:00 |
upload_session_bluesheets.html
|
Added an order field to SessionPresentation.
|
2016-09-14 19:11:31 +00:00 |
upload_session_minutes.html
|
Added an order field to SessionPresentation.
|
2016-09-14 19:11:31 +00:00 |
upload_session_slides.html
|
Added an order field to SessionPresentation.
|
2016-09-14 19:11:31 +00:00 |
week-view.html
|
Branch ready to merge
|
2016-11-13 04:58:03 +00:00 |