Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes#1921.
- Legacy-Id: 11154
Note: SVN reference [11137] has been migrated to Git commit f34ae9c612
Leave out the sentence about consensus when requesting publication as the ISE. Fixes#1952.
- Legacy-Id: 11149
Note: SVN reference [11128] has been migrated to Git commit 79a7eae0ba
Add a page to show the active status reports all in one place. Fixes#1951.
- Legacy-Id: 11143
Note: SVN reference [11112] has been migrated to Git commit 1f8cc9a4f1
Note: SVN reference [11113] has been migrated to Git commit 61082289fa
(reusing code previously written for the community lists) instead of
the a custom MD5 scheme, add tests of all views, rewrite custom form
handling code to use plain forms and ensure that the data is properly
validated and errors visible in the UI. Move help texts on the Person
form up to the model.
- Legacy-Id: 11136
Added validation for the dependency graph output type (one of 'dot', 'pdf', 'svg'). Added an area column to the directorate summary page.
Commit fixes bug #1887, fixes bug #1940.
- Legacy-Id: 11095
Note: SVN reference [11085] has been migrated to Git commit b46081f514
Show the link for editing what agendas a document appears on more liberally. Fixes#1935.
- Legacy-Id: 11093
Note: SVN reference [11080] has been migrated to Git commit 38b9c52d1d
Fixed ICS UIDs so they are unique, even if the timeslot is same. Fixes#1522.
- Legacy-Id: 11092
Note: SVN reference [11079] has been migrated to Git commit 180624c430
Added in support for displaying results from selected submission checks as symbols on draft pages and in draft lists. For now, that means that drafts with yang modules will show either a green or orange yang symbol, depending on the result of the submission yang validation check.
- Legacy-Id: 10996
Capture \'Status update\' summaries for groups that want to provide them. These updates show on the groups charter (or about) page, and in the group history. The most recent update provided before proceedings corrections closing date is included in the group's page in the meeting proceedings. This addresses the majority of #1773 (a ticket entered on behalf of the IESG).
- Legacy-Id: 10990
Note: SVN reference [10969] has been migrated to Git commit ca6512e4fa
Turn the shepherd management buttons back on for the ISE. Fixes#1925.
- Legacy-Id: 10977
Note: SVN reference [10974] has been migrated to Git commit 02af06c935
Show the drafts from all of a groups sessions on the materials page. Fixes#1933.
- Legacy-Id: 10976
Note: SVN reference [10973] has been migrated to Git commit 71166df5a2
Remove the stream from the \'howpublished\' component of the bibtex reference for an rfc. Fixes#1927.
- Legacy-Id: 10972
Note: SVN reference [10954] has been migrated to Git commit ebc777c7bf
page. Each WG/RG now gets a list with an initial set of rules to
populate the list.
Refine the community list management interface a bit to support the
group lists better - group lists aren't connected to the usual track
icons so need to be able to add/remove individual drafts.
Change the "name contains" rule to support regular expressions to
enable each group to have a default replacement for the previously
implemented "related documents" search. Maintain a materialized view
of the regexp-matched drafts with a call in the submit code to avoid
having to scan all drafts/~1000 group rules all the time.
- Legacy-Id: 10963
Remove a bit of template development debug material that had made it into production.
- Legacy-Id: 10933
Note: SVN reference [10895] has been migrated to Git commit bfe41021b4
From a user perspective: Use friendlier URLs for lists. Reuse the
search results table for displaying lists. Simplify the management
pages and improve the search rule UI to help fill in the values and
validating them, instead of just providing a text field. Fixes#1874.
Add an explicit button for adding individual documents. Include all
changes in the document change streams, not just some changes. Fix a
concurrency issue that allows changed documents to escape the search
rules. Don't create an empty list just be logging in.
From a code maintenance perspective: Clean up the models. Replace the
background caching scheme with direct queries. Get rid of a big chunk
of code. Speed up the code that adds track buttons to search results.
Add tests of all community views. Fixes#1422. Also fix some minor
bugs and oddities here and there.
There's still some work to do with respect to integrating the group
lists better.
- Legacy-Id: 10921
Added test for proper eneration of the approval message with and without an RFC Editor Note.
- Legacy-Id: 10901
Note: SVN reference [10839] has been migrated to Git commit b4b14112b8
Only show the \'Upload new revision\' button when the view will actually let you upload a new revision.
- Legacy-Id: 10882
Note: SVN reference [10880] has been migrated to Git commit 3471001b5c
Show all sessions associated with a document.
Remove the day/seq urls from the materials tree.
Allow sessionpresentation.rev to be None, meaning \'current version\'.
Streamlined workflows to focus on current versions of a draft as a default.
Allow adding and editing sessionpresentations when looking at a specific document.
Allow adding drafts when looking at a specific session.
Add the meeting tab to 'team' groups.
Refactored several utility classes and expanded on factories.
Fixes#1908 and #1910.
- Legacy-Id: 10865
Note: SVN reference [10856] has been migrated to Git commit e8d40c8402
Remove the day/seq urls from the materials tree.
Allow sessionpresentation.rev to be None, meaning "current version".
Streamlined workflows to focus on current versions of a draft as a default.
Allow adding and editing sessionpresentations when looking at a specific document.
Allow adding drafts when looking at a specific session.
Add the meeting tab to 'team' groups.
Refactored several utility classes and expanded on factories.
Fixes#1908 and #1910.
Commit ready for merge.
- Legacy-Id: 10856
Fill in the list archive tab, showing both mailarchive and mhonarc links when they exists. Preserve the immediate link-to-archive behavior for the group pages for lists that are not in mailarchive/mhonarc. Provides a url at the datatracker for the mailman listinfo pages to use that will show both types of archive.
- Legacy-Id: 10843
Note: SVN reference [10840] has been migrated to Git commit 4ed83dd7fc
Allow IAB, IRTF, and Independent streams to use new capability for RFC Editor Notes. Do not display of document shepherd and shepherd writeup for non-IETF stream documents. Do not display IESG information for IAB stream documents.
- Legacy-Id: 10837
Note: SVN reference [10834] has been migrated to Git commit 6cf8680a16
Removed a bunch of redundant displays of the django messages framework messages from forms.
- Legacy-Id: 10818
Note: SVN reference [10810] has been migrated to Git commit cdeef99dc1
Further tweaks to rendering messages from the messaging framework.
- Legacy-Id: 10817
Note: SVN reference [10809] has been migrated to Git commit 214b81991e
Some tweaks to handle rendering django messaging framework messages a little better.
- Legacy-Id: 10813
Note: SVN reference [10804] has been migrated to Git commit c3e81c179b
Added the ability to associate documents with sessions from the document main page.
Integrated the group meetings tab with the secretariat meeting request and meeting materials pages.
Made better use of bootstrap styling for the meetings tab and session details view.
- Legacy-Id: 10784
Note: SVN reference [10779] has been migrated to Git commit 776b95106f
The IESG Telechat Agenda now shows "(Has RFC Editor Note)" after the I-D
filename if there is an RFC Editor Note associated with the document. This
was added to the html and txt versions of the agenda. It was not added to the
Secretariat view or the Scribe view of the agenda.
For transition, when an AD edits the RFC Editor Note, they need to move the
text from the current writeup into the new field. Returning documents on the
telechat agenda seems to be the biggest opportunity for something to fall
between the cracks. If an event of type "changed_rfc_editor_note' exists, and
the string "RFC Editor Note" appears in the text of the most recent
'changed_ballot_writeup_text' event, then a message is shown that tells the AD
to remove the RFC Editor Note from the writeup.
- Legacy-Id: 10783
Note: SVN reference [10770] has been migrated to Git commit 4b5ac9e09e
Note: SVN reference [10771] has been migrated to Git commit 46589ee421
Note: SVN reference [10772] has been migrated to Git commit c73659e95c
Note: SVN reference [10773] has been migrated to Git commit 2e6633c016
Correctly identify group work items in announce_to_lists.txt. Fixes#1901.
- Legacy-Id: 10781
Note: SVN reference [10765] has been migrated to Git commit 183dc85347
Integrated the group meetings tab with the secretariat meeting request and meeting materials pages.
Made better use of bootstrap styling for the meetings tab and session details view.
Commit ready for merge.
- Legacy-Id: 10779
Provide help-text for the new-status field when editing status change document relations. Fixes#1898.
- Legacy-Id: 10774
Note: SVN reference [10758] has been migrated to Git commit 7f3a638489
Fix from Ole Laursen for the javascript managing status-change document relationships. Fixes#1899.
- Legacy-Id: 10769
Note: SVN reference [10757] has been migrated to Git commit 3b4ae894f4
Addresses issues uncovered by the test-crawler. Adds missing DocAlias records for several document types. Creates DocAlias objects when createing Document objects for those document types. Identifies places in code to touch when we are ready to expose the bluesheets and recording document types at /doc/. (The data rows and the content store need work before doing so).
- Legacy-Id: 10746
Note: SVN reference [10731] has been migrated to Git commit 757397330c
independent of the search form, to enable them to be reused in the
community lists.
Also clean up the related code a bit, use SearchForm to handle other
document types, and fix missing ids in the HTML so that one can click
the "by" labels to hit the corresponding radio button.
- Legacy-Id: 10729
This set of changes focuses on improvements to the nomcom portion of
the datatracker.
These changes:
- Simplify the nomcom form for comments. Make it more obvious who
receives mail when a comment is supplied. Fixes#1849.
- Simplify the nomcom form for nominations. Provide a primary workflow
where nominations choose an existing Person, and a secondary
workflow for nominating new people.
- Allow nominees to add a comment when accepting or declining a
nomination. Fixes#1845.
- Organize the list of nominees on the feedback page. Fixes#1786 and
#1809.
- Simplify the mechanisms used to display feedback message counts.
- Regroup the feedback view to make it easier to see where to spend
review effort. Fixes#1866.
- Capture when nomcom members last reviewed feedback for a given
nominee. Add badges when new feedback is avaliable. Improve the
layout of the feedback index page. Fixes#1850.
- Reorganize the tab navigation on the nomcom private pages. Made it
more obvious when the chair is doing something that only the chair
gets to see. Fixes#1788 and #1795.
- Regroup multiselect options to make classifying pending feedback
simpler. Make the control larger and resizable. Fixes#1495.
- Simplify the chair's views for editing nominee records. Replace the
merge nominee form with a request to the secretariat to merge Person
records. Fixes#1847.
- Added merging nominees to the secretariat's persson merging script.
- Show information for concluded nomcoms. Close feedback and
nomination for concluded nomcoms. Fixes#1856.
- Improve the questionnaire templates, reminding the nominee that
receiving the questionnaire does not imply they have accepted a
nomination. Fixes#1807.
- Remove the description field from Postion. Simplify the Position
list and the Position edit form. Make the nomcom pages more self
documenting. Add a page to help nomcom chiars through setting up a
new nomcom. Fixes#1867 and #1768.
- Remove the type from the template pathname for the requirements
templates. Make the requirements views work for both types plain and
rst. Changed the default type for new nomcom requirement templates
to rst.
- Remove 'incumbent' from the models. Fixes#1771.
- Adjust the models for Nominee and Nomination to better associate
Nominee objects with Person objects.
- Remove BaseNomcomForm and the implementation of custom fieldsets.
- Replace the custom message framework with the django provided
messages framework.
- Improve SearchablePersonField to show the primary email address for
any search result where a name appears more than once.
- Add the use of factory-boy for generating test data. Normalize
management of a test directory for test nomcom public keys.
Significantly improve test coverage of the nomcom related code.
- Legacy-Id: 10703
Note: SVN reference [10629] has been migrated to Git commit c8bbfbad78
Load the js for the timeline as part of the page header, in order to (hopefully)
avoid page re-render after the json loads. Only apply the gradient that
signifies document expiration to I-Ds. Suppress duplicate x-axis labels (same
month).
- Legacy-Id: 10691
Note: SVN reference [10686] has been migrated to Git commit 0762e0975f
Commit r10578 broke search result table display due to the added column. Fix
this. (Also update vnu.jar. Unrelated, but wasn't careful when committing.)
- Legacy-Id: 10689
Note: SVN reference [10685] has been migrated to Git commit 820d406e33
Add warning about the accuracy of bibliographic information for Legacy RFCs.
- Legacy-Id: 10688
Note: SVN reference [10684] has been migrated to Git commit 2ca2b92c24
avoid page re-render after the json loads. Only apply the gradient that
signifies document expiration to I-Ds. Suppress duplicate x-axis labels (same
month). Commit ready for merge.
- Legacy-Id: 10686
for RFC1786, the authors field is empty and the date wrong. Need to check
whether this is an error in the database or in the code. But still: Commit ready
for merge.
- Legacy-Id: 10676
focused on supporting the IRTF better, but also removing some redundancies
(i.e., including group_info.txt instead of duplicating something similar.)
Commit ready for merge.
- Legacy-Id: 10674
For documents in the IETF stream, display consensus in the IESG portion of the page. For documents in other streams, disply consensis in the Stream portion of the page. Fixes#1560.
- Legacy-Id: 10655
Note: SVN reference [10632] has been migrated to Git commit 23151352c3
Add page counts to iesg/agenda/documents and to the edit telechat date form. Fixes#1772.
- Legacy-Id: 10654
Note: SVN reference [10631] has been migrated to Git commit 8f5a692338
The previous fix for the search result table width was incorrect.
- Legacy-Id: 10649
Note: SVN reference [10622] has been migrated to Git commit b23952c615
Use js tablesort almost everywhere I thought it would make sense. While I
touched the pages, I also corrected a few minor HTML nits, capitalization
inconsistencies and some other minor things.
Range r10605:r10621
- Legacy-Id: 10647
Note: SVN reference [10621] has been migrated to Git commit 7d3c2681e2
Disable the js tablesort stuff for a truncate result, per Henrik.
- Legacy-Id: 10646
Note: SVN reference [10616] has been migrated to Git commit 180a08c2c9
Use jquery tablesorter to change the ordering of document search tables
- Legacy-Id: 10644
Note: SVN reference [10614] has been migrated to Git commit e920d0bbd9
These changes:
Simplify the nomcom form for comments. Make it more obvious who receives mail when a comment is supplied. Fixes # 1849.
Simplify the nomcom form for nominations. Provide a primary workflow where nominations choose an existing Person, and a secondary workflow for nominating new people.
Allow nominees to add a comment when accepting or declining a nomination. Fixes#1845.
Organize the list of nominees on the feedback page. Fixes#1786 and #1809.
Simplify the mechanisms used to display feedback message counts.
Regroup the feedback view to make it easier to see where to spend review effort. Fixes#1866.
Capture when nomcom members last reviewed feedback for a given nominee. Add badges when new feedback is avaliable. Improve the layout of the feedback index page. Fixes#1850.
Reorganize the tab navigation on the nomcom private pages. Made it more obvious when the chair is doing something that only the chair gets to see. Fixes#1788 and #1795.
Regroup multiselect options to make classifying pending feedback simpler. Make the control larger and resizable. Fixes#1854.
Simplify the chair's views for editing nominee records. Replace the merge nominee form with a request to the secretariat to merge Person records. Fixes#1847.
Added merging nominees to the secretariat's persson merging script.
Show information for concluded nomcoms. Close feedback and nomination for concluded nomcoms. Fixes#1856.
Improve the questionnaire templates, reminding the nominee that receiving the questionnaire does not imply they have accepted a nomination. Fixes#1807.
Remove the description field from Postion. Simplify the Position list and the Position edit form. Make the nomcom pages more self documenting. Add a page to help nomcom chiars through setting up a new nomcom. Fixes#1867 and #1768.
Remove the type from the template pathname for the requirements templates. Make the requirements views work for both types plain and rst. Changed the default type for new nomcom requirement templates to rst.
Remove 'incumbent' from the models. Fixes#1771.
Adjust the models for Nominee and Nomination to better associate Nominee objects with Person objects.
Remove BaseNomcomForm and the implementation of custom fieldsets.
Replace the custom message framework with the django provided messages framework.
Improve SearchablePersonField to show the primary email address for any search result where a name appears more than once.
Add the use of factory-boy for generating test data. Normalize management of a test directory for test nomcom public keys. Significantly improve test coverage of the nomcom related code.
Commit ready for merge.
- Legacy-Id: 10629
Simplified the edit nominee form.
Replaced the merge nominee form with a request to the secretariat to merge Person records. Fixes#1847.
Added merging nominees to the secretariat's person merging script.
Restructured the person merging script to make it testable.
Updated some tests to match changes to the mailtriggers that hadn't made it to the fixtures.
- Legacy-Id: 10625
For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes#1829.
- Legacy-Id: 10601
Note: SVN reference [10567] has been migrated to Git commit 0052a4f733
Fix CSS/js inclusion of select2 from new static location. (Looks like this file
was forgotten when we began to use bower.)
- Legacy-Id: 10562
Note: SVN reference [10539] has been migrated to Git commit 51dba4c5e5
Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.)
- Legacy-Id: 10561
Note: SVN reference [10538] has been migrated to Git commit 495ae645ed
Manage html5shiv and respond.js locally via bower, rather than relying on the
CDN.
- Legacy-Id: 10560
Note: SVN reference [10536] has been migrated to Git commit 73ad12560a