Removed resources field from secr/meetings/../rooms.
Tweaked CSS for this page to eliminate horizontal scrolling.
Includes new base templates to facilitate transition to bootstrap.
Fixes#2628.
- Legacy-Id: 15759
Note: SVN reference [15719] has been migrated to Git commit afbcc4e0ad
Fix issue where new non-session location field value isn't saved. Fixes#2625.
- Legacy-Id: 15756
Note: SVN reference [15715] has been migrated to Git commit a47fba833f
Tweaked CSS for this page to eliminate horizontal scrolling.
Includes new base templates to facilitate transition to bootstrap.
Fixes#2628. Commit ready for merge.
- Legacy-Id: 15719
Change some text and button labels to make the workflow for commiting group schedules more self-documenting.
- Legacy-Id: 15617
Note: SVN reference [15603] has been migrated to Git commit 2abc51ae8356f1ee76642578f5d24d00dc641fc1
Give secretariat the ability to cancel non-working group sessions. Fixes#2537.
- Legacy-Id: 15363
Note: SVN reference [15328] has been migrated to Git commit ec279682d2
Refactor session edit page. Add button to cancel a session, which sets the status. Fixes#2296.
- Legacy-Id: 13776
Note: SVN reference [13775] has been migrated to Git commit 9ac9493a70
Remove all use of request.session from secretariat apps. Add tests for affected views. Fixes#1455.
- Legacy-Id: 13724
Note: SVN reference [13712] has been migrated to Git commit 915b445bcffcd4687fb1677230b98282d22dd9a0
Note: SVN reference [13722] has been migrated to Git commit 3a2cb9d3d846168f75d9796b4e5383bdf10b1f60
Changed views that use GET requests to delete objects to use POST.
Fixes#1796.
- Legacy-Id: 13654
Note: SVN reference [13615] has been migrated to Git commit 3ccb550888
Note: SVN reference [13627] has been migrated to Git commit b908caf95c
Several widgets in session request form require javascript. Prevent usage of page without javascript. Fixes#1767.
- Legacy-Id: 13578
Note: SVN reference [13554] has been migrated to Git commit 5188bdff6c
in order to autogenerate dotted path url pattern names. Updated a number
of url reverses to use dotted path, and removed explicit url pattern names
as needed.
Changed some imports to prevent import of ietf.urls before django
initialization was complete.
Changed 3 cases of form classes being curried to functions; django 1.10
didn't accept that.
Started converting old-style middleware classes to new-style middleware
functions (incomplete).
Tweaked a nomcom decorator to preserve function names and attributes, like
a good decorator should.
Replaced the removed django templatetag 'removetags' with our own version
which uses bleach, and does sanitizing in addition to removing explicitly
mentionied html tags.
Rewrote the filename argument handling in a management command which had
broken with the upgrade.
- Legacy-Id: 12818