Henrik Levkowetz
681395ff8e
Added a column to the debug view of sql queries which indicate whether a query originated in view code or template rendering.
...
- Legacy-Id: 12217
2016-10-26 18:49:58 +00:00
Henrik Levkowetz
6a905897f8
Fixed a bad link to uploaded session agendas.
...
- Legacy-Id: 12214
2016-10-25 21:38:46 +00:00
Henrik Levkowetz
a2c8fa0178
Added a Document.pub_date() method which returns the RFC publication datetime or other documents' new-revision datetime. Changed the generated bibtex entries to use pub_date(). Added tests for bibtext entries. Added 'bibtexparser' to requirements.txt. Fixes issue #2032 .
...
- Legacy-Id: 12212
2016-10-25 18:07:48 +00:00
Henrik Levkowetz
0656d0daa5
Changed the agenda template to provide links to video recordings on youtube if available, instead of pointing at meetecho's archive.
...
- Legacy-Id: 12209
2016-10-25 00:13:03 +00:00
Henrik Levkowetz
38245c6323
Fixed the javascript code in the floor-plan template that adds room links. It didn't handle rooms without assinged floor-plans well.
...
- Legacy-Id: 12192
2016-10-20 21:44:47 +00:00
Henrik Levkowetz
ba5c17ecfd
Merged in a management command which provides glue code for creation and maintenance of Trac issue tracker and wiki installations per group. New groups of type wg, rg, and area will autmatically receive a Trac instance.
...
- Legacy-Id: 12182
2016-10-19 18:08:05 +00:00
Henrik Levkowetz
1a92efb77e
Merged in ^/branch/proceedings/6.33.1.dev0@12141 from rcross@amsl.com:
...
Added meeting proceedings introduction pages: Progress Report and Attendees. Added a data migration to provide proceedings introduction information for IETF 95 and 96.
- Legacy-Id: 12150
2016-10-14 15:48:10 +00:00
Henrik Levkowetz
ca59bdac77
Templates for ietf-specific wiki pages
...
- Legacy-Id: 12148
2016-10-14 14:59:49 +00:00
Henrik Levkowetz
c6a633885c
Changed another class name that might trigger adblock. Related to issues #2016 and #2027 .
...
- Legacy-Id: 12120
2016-10-12 15:39:19 +00:00
Henrik Levkowetz
679c5d3f5f
Changed an unfortunate html class name 'adname' (Area Director name) which triggered adblock. Fixes issues #2016 and #2027 .
...
- Legacy-Id: 12119
2016-10-12 15:31:11 +00:00
Ryan Cross
c3d4cc1aea
Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
...
- Legacy-Id: 12111
2016-10-10 21:21:02 +00:00
Henrik Levkowetz
c236357b4f
Ensure we're including the tablesorter css and js in debug mode, since we're using tablesorter for the sql_queries table.
...
- Legacy-Id: 12090
2016-10-05 15:50:51 +00:00
Henrik Levkowetz
e3a7d47fdc
Moved some code and tweaked settings to ignore sql debug functions when calculating code coverage.
...
- Legacy-Id: 12069
2016-09-30 21:29:32 +00:00
Henrik Levkowetz
9e18351a0b
Refined the sql debug info, making the table of queries sortable and adding duplication counts and accumulated query time.
...
- Legacy-Id: 12068
2016-09-30 20:38:18 +00:00
Henrik Levkowetz
8e11c7cb64
Fixed some invalid html, and tweaked the html validation settings in the test crawler.
...
- Legacy-Id: 12066
2016-09-30 18:47:56 +00:00
Henrik Levkowetz
cd2d8a597e
Merged in [12055] from rjsparks@nostrum.com:
...
Modified the rfc feed to better represent dois. Fixes #2014 .
- Legacy-Id: 12065
Note: SVN reference [12055] has been migrated to Git commit c34356db94
2016-09-30 18:17:30 +00:00
Henrik Levkowetz
88a1dda35d
Menu item text change.
...
- Legacy-Id: 12061
2016-09-30 10:46:16 +00:00
Henrik Levkowetz
f82399fe1c
Added interpolation of values from the session object when rendering audio_stream_url.
...
- Legacy-Id: 12042
2016-09-26 17:53:48 +00:00
Henrik Levkowetz
8c34e9d78d
Merged in ^/branch/proceedings/6.33.1.dev0 from rjsparks@nostrum.com and rcross@amsl.com. This provides new ietf meeting proceedings pages.
...
- Legacy-Id: 12028
2016-09-23 17:33:43 +00:00
Robert Sparks
c7b82bdf1d
Open the new proceedings page for anyone to see. Commit ready for merge.
...
- Legacy-Id: 12019
2016-09-22 21:09:09 +00:00
Robert Sparks
2042f981bd
Changed default for apply_to_all for Slide uploads to False.
...
Added redirect for non-secretariat users from ietf.secr.proceedings.views.select to ietf.meeting.views.materials.
Added a note to the secr upload_footer pointing to where material upload is now done.
Modified the links on the group meetings page to make it less likely to miss the link to the session materials.
Used class anchor target to clean up landing on the right session of multiple sessions on a group's session details page. Modified the materials page to only add a fragment asking for that anchor for non-ag/wg/rg groups.
Only show the link to the (now) secretariat-only proceedings manipulation page if the user is the secretariat. Relabelled the link to better reflect the page's remaining purpose.
Changed the session_details "Artifacts" panel header to "Agenda, Minutes, and Bluesheets". Added a footer to the "Slides" panel calling out drag-and-drop reordering.
Commit ready for merge.
- Legacy-Id: 12018
2016-09-22 20:15:57 +00:00
Henrik Levkowetz
26fcce9c28
Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task.
...
- Legacy-Id: 12017
2016-09-22 14:23:20 +00:00
Robert Sparks
efa3228314
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.
...
- Legacy-Id: 12004
2016-09-19 22:05:59 +00:00
Robert Sparks
6eda94db76
Use anchors on session_details to let the browser go directly to the particular session selected from meeting_materials. This is paricularly useful for the plenary. Commit ready for merge.
...
- Legacy-Id: 12002
2016-09-19 20:20:15 +00:00
Robert Sparks
e24281cfac
Split links on the session detail page so that the title goes straight to the document content for non-draft documents. Commit ready for merge.
...
- Legacy-Id: 12001
2016-09-19 20:02:40 +00:00
Robert Sparks
bcac1dfff8
Added slide sorting. Commit ready to merge.
...
- Legacy-Id: 11995
2016-09-16 20:36:59 +00:00
Henrik Levkowetz
f01327cba7
Fixed a merge error which replaced the group group state with a duplicate group charter line on the group_about page. Fixes issue #2009 .
...
- Legacy-Id: 11994
2016-09-15 19:18:06 +00:00
Robert Sparks
02ee5dc5d7
(somewhat bumpy) merge forward from proceedings/6.31.1.dev0
...
- Legacy-Id: 11992
2016-09-14 22:09:30 +00:00
Robert Sparks
53f41a6327
Added an order field to SessionPresentation.
...
Set up removing the order field from Document.
Modified the meeting materials, proceedings, and session details views to use the order field on SessionPresentation.
Added bootstrapped views to upload session materials (agendas, slides, minutes, and bluesheets).
Integrated upload into the session details view.
Commit ready for merge.
- Legacy-Id: 11989
2016-09-14 19:11:31 +00:00
Henrik Levkowetz
22b2953b18
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0, which provides secretariat support for managing draft submissions outside of the automated datatracker draft submission tool. In addition to making the secreatiat handling of draft submissions that come in by email or other paths easier, it also improves the datatracker submission and document history for these documents.
...
- Legacy-Id: 11959
2016-09-09 17:00:23 +00:00
Henrik Levkowetz
a1efbcad47
Fixed an issue where button badges would be positioned differently on firefox and webkit-based browsers.
...
- Legacy-Id: 11958
2016-09-09 16:52:36 +00:00
Henrik Levkowetz
a2ef156d36
Changed the export options and resources for charts so as to not involve a third-party server for image exports.
...
- Legacy-Id: 11947
2016-09-09 04:31:22 +00:00
Henrik Levkowetz
47d6bbbea3
Renamed the SubmissionEmail event class to SubmissionEmailEvent, and added an admin class for it.
...
- Legacy-Id: 11942
2016-09-08 15:04:53 +00:00
Henrik Levkowetz
f726f5c785
Moved default column chart settings to settings.py. Split chart config and data into separate ajax urls to permit drawing base chart details before having data. Added a 'Loading...' notification while loading chart data. Added more test cases. Changed chart settings to eliminate empty data points from data transfer.
...
- Legacy-Id: 11930
2016-09-07 13:06:30 +00:00
Henrik Levkowetz
03d5b07e51
Added document information and submission timeline to profile pages. Refactored the chart data generation.
...
- Legacy-Id: 11928
2016-09-06 19:25:51 +00:00
Henrik Levkowetz
74f7c5782b
Added some basic charting support, using highcharts, and charts showing new-revision timelines for document search results.
...
- Legacy-Id: 11927
2016-09-06 13:19:45 +00:00
Henrik Levkowetz
b0906f04af
Basic charting of new revision activity for document search results.
...
- Legacy-Id: 11922
2016-09-06 09:47:22 +00:00
Henrik Levkowetz
7a8c067d83
Changed a state name, and renamed some view functions for easier code reading. Removed extra name= parameters from the submit/ urlpatterns.
...
- Legacy-Id: 11917
2016-09-01 09:14:34 +00:00
Henrik Levkowetz
e2fccfb094
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0@11899, which provides better support for manual ID posting.
...
- Legacy-Id: 11914
2016-08-31 22:30:31 +00:00
Mike Douglass
fa3a34389e
Merge forward to 6.31.1.dev0
...
- Legacy-Id: 11899
2016-08-31 03:00:10 +00:00
Henrik Levkowetz
02e2f591bc
Merged in [11888] from rjsparks@nostrum.com:
...
Added an order field to sessionpresentation to allow ordering slides. Reworked the session details page to break slides and drafts into their own sections.
- Legacy-Id: 11892
Note: SVN reference [11888] has been migrated to Git commit 89a3afe025
2016-08-30 16:29:51 +00:00
Robert Sparks
89a3afe025
Added an order field to sessionpresentation to allow ordering slides. Reworked the session details page to break slides and drafts into their own sections. Commit ready for merge.
...
- Legacy-Id: 11888
2016-08-26 21:06:01 +00:00
Henrik Levkowetz
5a6c8c5fcf
Merged in [11877] from rjsparks@nostrum.com:
...
Copy group chairs on confirmation email when a new group document revision is submitted that changes the author set. Fixes #1998 .
- Legacy-Id: 11883
Note: SVN reference [11877] has been migrated to Git commit b988b86b1a
2016-08-26 10:50:01 +00:00
Henrik Levkowetz
16c9a2f65a
Style the textarea of the charter form to use a monospaced font.
...
- Legacy-Id: 11882
2016-08-26 10:32:26 +00:00
Henrik Levkowetz
7d0fd4cb29
Merged in [11859] from rjsparks@nostrum.com:
...
Put WG summary information on the rechartering page. Fixes #2000 .
- Legacy-Id: 11881
Note: SVN reference [11859] has been migrated to Git commit b6978debb6
2016-08-26 10:31:03 +00:00
Robert Sparks
89c128de63
merge forward from 6.30.1.dev0
...
- Legacy-Id: 11879
2016-08-25 19:36:08 +00:00
Robert Sparks
b988b86b1a
Copy group chairs on confirmation email when a new group document revision is submitted that changes the author set. Fixes #1998 . Commit ready for merge.
...
- Legacy-Id: 11877
2016-08-25 15:52:51 +00:00
Robert Sparks
2009afe7b8
preparing to merge forward to 6.31
...
- Legacy-Id: 11875
2016-08-25 15:21:57 +00:00
Henrik Levkowetz
7e6ed23f70
Merged in [11858] from rjsparks@nostrum.com:
...
Merge forward Ryan's IETF Overview pages.
- Legacy-Id: 11874
Note: SVN reference [11858] has been migrated to Git commit cb3af1a2d9
2016-08-25 13:36:48 +00:00
Henrik Levkowetz
6859ca90a9
Merged in [11855] from rjsparks@nostrum.com:
...
Update the instructions page for the submit tool to reflect what currently happens.
- Legacy-Id: 11873
Note: SVN reference [11855] has been migrated to Git commit 1160ea5ff1
2016-08-25 12:27:21 +00:00