Commit graph

6772 commits

Author SHA1 Message Date
Henrik Levkowetz a46289c6d4 Added a bunch of commits ready for merge but not marked as such.
- Legacy-Id: 10637
2016-01-11 22:39:50 +00:00
Robert Sparks 67f0234cac Refactored counting telechat pages to do it only in one place. Count more accurately and make it possible to report more granularly. Added page counts to agenda.json. Commit ready to merge.
- Legacy-Id: 10636
2016-01-07 23:31:05 +00:00
Henrik Levkowetz 7960f83615 Updated plan with reference extraction from xml.
- Legacy-Id: 10635
2016-01-07 01:29:29 +00:00
Robert Sparks 2c75e954ad Change the text used in conflict review approval messages. Fixes #1877. Commit ready for merge.
- Legacy-Id: 10634
2016-01-06 15:44:29 +00:00
Russ Housley 8ae439ae0f If the Internet-Draft is not the current revision, set the URLs to settings.IETF_ID_ARCHIVE_URL. Fixes #1876.
- Legacy-Id: 10633
2016-01-05 20:33:48 +00:00
Russ Housley 23151352c3 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: 10632
2016-01-05 17:18:43 +00:00
Robert Sparks 8f5a692338 Add page counts to iesg/agenda/documents and to the edit telechat date form. Fixes #1772. Commit ready for merge.
- Legacy-Id: 10631
2016-01-04 22:49:17 +00:00
Russ Housley 884291fd91 Better handling of consensus for BCPs and standards track documents. Partial fix for ticket 1560.
- Legacy-Id: 10630
2015-12-30 23:29:29 +00:00
Robert Sparks c8bbfbad78 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 #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
2015-12-23 21:00:15 +00:00
Robert Sparks 17f7b63603 cleaned some cruft of the unrelated feedback template
- Legacy-Id: 10626
2015-12-23 15:03:14 +00:00
Robert Sparks dc5ae398f2 Improved SearchablePersonField to show the primary email address for any search results where a name appears more than once.
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
2015-12-22 21:42:55 +00:00
Ryan Cross 57f3acb69c Fixes #1873. ValueError at /ipr/new-specific. Commit ready for merge
- Legacy-Id: 10624
2015-12-22 21:00:28 +00:00
Lars Eggert f1dcfcafb6 Simplify the dependency graph generation, by relying on dot to generate PDF (and
now also SVG) directly. Default to showing SVG from the link on a group's page.
Commit ready for merge.
 - Legacy-Id: 10623
2015-12-22 16:07:11 +00:00
Lars Eggert b23952c615 The previous fix for the search result table width was incorrect.
Commit ready for merge.
 - Legacy-Id: 10622
2015-12-22 16:03:35 +00:00
Lars Eggert 7d3c2681e2 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 ready for merge.
 - Legacy-Id: 10621
2015-12-22 10:39:44 +00:00
Robert Sparks aadcf2d056 Added selecting existing people to the workflow for chair classification of nominations. Renamed some utility functions to be slightly more self-documenting.
- Legacy-Id: 10620
2015-12-22 04:32:48 +00:00
Robert Sparks fa53de03e3 Guide the workflow back to normal nominations after nominating a new person.
- Legacy-Id: 10619
2015-12-21 21:01:23 +00:00
Robert Sparks 85c13d65b4 Replaced the custom message infrastructure in the nomcom app with django.contrib.messages
- Legacy-Id: 10618
2015-12-21 20:46:56 +00:00
Robert Sparks 2120b79d6b collapse some duplicated code
- Legacy-Id: 10617
2015-12-21 16:50:46 +00:00
Lars Eggert 180a08c2c9 Disable the js tablesort stuff for a truncate result, per Henrik.
- Legacy-Id: 10616
2015-12-21 14:37:36 +00:00
Lars Eggert b90208ec6d Disable the URL-based sorting stuff that uses the django backend if we use
js-based sorting.
 - Legacy-Id: 10615
2015-12-21 13:42:55 +00:00
Lars Eggert e920d0bbd9 Use jquery tablesorter to change the ordering of document search tables
- Legacy-Id: 10614
2015-12-21 12:34:52 +00:00
Henrik Levkowetz 363b451d28 Merged in [10586] from housley@vigilsec.com:
Added automated tests for the fix for ticket #1751.
 - Legacy-Id: 10613
Note: SVN reference [10586] has been migrated to Git commit 014e79f716
2015-12-20 17:49:36 +00:00
Henrik Levkowetz 8b0e6d1311 Merged in [10569] from housley@vigilsec.com:
For manual posting of an I-D by the Secretariat, include the RFC Editor on the email message if the I-D is in the RFC Editor Queue. Fixes #1751.
 - Legacy-Id: 10612
Note: SVN reference [10569] has been migrated to Git commit a380a7ff27
2015-12-20 17:38:21 +00:00
Henrik Levkowetz d8413d5d28 Changed a helper function meeting_updated() to a method on Meeting, and provided it as a synthetic attribute on the /api/v1/meeting/meeting/ endpoints of the JSON API.
- Legacy-Id: 10611
2015-12-19 01:52:13 +00:00
Robert Sparks 8261507e80 Added forms for the exceptional "create a new person for this nomination" workflow. Checkpointing before a round of simplification refactors.
- Legacy-Id: 10610
2015-12-18 23:11:24 +00:00
Robert Sparks 6bf4227974 Checkpoint: main nomination forms use SearchableEmailField
- Legacy-Id: 10609
2015-12-18 20:38:17 +00:00
Robert Sparks a2af7cfa25 Removed BaseNomcomForm and the notion of custom fieldsets
- Legacy-Id: 10608
2015-12-17 22:31:29 +00:00
Robert Sparks ebb6884b70 Beginning to rework Nominee and Nomination
- Legacy-Id: 10607
2015-12-17 21:53:39 +00:00
Robert Sparks de0b7c9a37 Checkpoint: views tests at 96%
- Legacy-Id: 10606
2015-12-16 23:12:40 +00:00
Lars Eggert 5cd86a5d40 Show IDs that expired with a fading gradient and don't extend their box after
185 days. Plus a bunch of cosmetic changes.
 - Legacy-Id: 10605
2015-12-16 16:49:57 +00:00
Lars Eggert 3763c4980c Some draft revisions can exist multiple times in the crawl history? Filter them.
- Legacy-Id: 10604
2015-12-16 15:42:11 +00:00
Robert Sparks f68d546233 removed move_to_default
- Legacy-Id: 10603
2015-12-16 12:07:32 +00:00
Robert Sparks df571c2fcc Improved test coverage (from 66 to 87%) - checkpointing before removing move_to_default
- Legacy-Id: 10602
2015-12-16 11:51:32 +00:00
Henrik Levkowetz d1e245f042 Merged in [10567] from housley@vigilsec.com:
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
2015-12-15 20:37:22 +00:00
Henrik Levkowetz 22c7faef05 Colour tweak.
- Legacy-Id: 10600
2015-12-15 19:43:33 +00:00
Henrik Levkowetz bc3ea0d484 Regenerated bootstrap files.
- Legacy-Id: 10599
2015-12-15 19:41:35 +00:00
Henrik Levkowetz 668e88a3aa Moved the timeline colouring css to ietf.less, to pick up the brand colours directly.
- Legacy-Id: 10598
2015-12-15 19:41:12 +00:00
Henrik Levkowetz 213ae4921b Merged in /personal/lars/6.11.1.dev0@10590 from lars@netapp.com, which brings in a timeline view at the top of document pages.
- Legacy-Id: 10597
2015-12-15 19:17:36 +00:00
Henrik Levkowetz a791d0202d Updated the PLAN with htmlization glue work.
- Legacy-Id: 10596
2015-12-15 19:14:26 +00:00
Henrik Levkowetz 8ad359627f Merged in [10551] and [10553] from lars@netapp.com:
Add an .editorconfig file, so we can have some consistency in the project. (I
don't care what settings we use, as long as we all use the same.)
Use four spaces as default (Python default, as suggested by Henrik).
 - Legacy-Id: 10595
Note: SVN reference [10551] has been migrated to Git commit 769d443581

Note: SVN reference [10553] has been migrated to Git commit 82ad203627
2015-12-15 19:12:46 +00:00
Henrik Levkowetz a60624a731 Updated mergeinfo
- Legacy-Id: 10594
2015-12-15 07:59:34 +00:00
Robert Sparks bf54e2b3f5 Regroup multiselect options to make classifying pending feedback simpler. Make the control larger and resizable. Fixes #1854.
- Legacy-Id: 10593
2015-12-14 23:14:44 +00:00
Robert Sparks 5e0632e8eb Regroup the view-feedback view to make it easier to see where to spend review effort. Fixes #1866.
- Legacy-Id: 10592
2015-12-14 21:05:52 +00:00
Russ Housley 4a2868cef5 Added a negative test to ensure the RFC Editor is not included on notifications of manual posts by the Secretariat unless the document is in the RFC Editor Queue.
- Legacy-Id: 10591
2015-12-14 21:05:49 +00:00
Lars Eggert cf4964059f Fix some issues Henrik found, and implement some of his suggestions:
* Fix ancestor stacking
* Suppress x-axis labels that overlap with others
* Make bars clickable links
 - Legacy-Id: 10590
2015-12-14 13:04:34 +00:00
Robert Sparks 9ddcd62c44 Allow nominees to add a comment when accepting or declining. Fixes #1845.
- Legacy-Id: 10589
2015-12-14 03:26:43 +00:00
Henrik Levkowetz b55f76409d Added tolerance for space changes after code changes at the end of a file. This is only a partial fix for space changes next to code changes in general.
- Legacy-Id: 10588
2015-12-13 16:26:39 +00:00
Robert Sparks 7d120da9ef Removed the type from the template pathname for the requirements templates. Made the requiremetns view work for both template types plain and rst. Changed the default for the requirements template for new nomcoms to rst. Migrated 2015 requirements to rst (except for the IAB position, which would require a significant edit)
- Legacy-Id: 10587
2015-12-12 03:49:23 +00:00
Russ Housley 014e79f716 Added automated tests for the fix for ticket #1751.
- Legacy-Id: 10586
2015-12-11 22:56:34 +00:00