Commit graph

2254 commits

Author SHA1 Message Date
Henrik Levkowetz 2dc0745d9d Time to reduce the bug symbol to regular size.
- Legacy-Id: 10992
2016-03-28 17:21:09 +00:00
Henrik Levkowetz 6a40969855 Merged in [10969] from rjsparks@nostrum.com:
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
2016-03-28 16:51:41 +00:00
Ryan Cross b85df63a4f use formset for interim sessions
- Legacy-Id: 10978
2016-03-25 23:15:05 +00:00
Henrik Levkowetz 210188bf86 Merged in [10974] from rjsparks@nostrum.com:
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
2016-03-24 20:33:33 +00:00
Henrik Levkowetz 0bcc7f0f3f Merged in [10973] from rjsparks@nostrum.com:
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
2016-03-24 17:57:46 +00:00
Robert Sparks 02af06c935 Turn the shepherd management buttons back on for the ISE. Fixes #1925. Commit ready for merge.
- Legacy-Id: 10974
2016-03-24 15:56:27 +00:00
Robert Sparks 71166df5a2 Show the drafts from all of a groups sessions on the materials page. Fixes #1933. Commit ready for merge.
- Legacy-Id: 10973
2016-03-24 15:25:14 +00:00
Henrik Levkowetz 91562d9d0a Merged in [10954] from rjsparks@nostrum.com:
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
2016-03-24 14:29:55 +00:00
Robert Sparks ca6512e4fa 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). Commit ready for merge.
- Legacy-Id: 10969
2016-03-23 19:42:01 +00:00
Ole Laursen c061caaf04 Merge in changes from community-list-cleanup
- Legacy-Id: 10968
2016-03-23 13:31:24 +00:00
Ole Laursen c7589f9b6a Integrate community lists for groups with the existing group documents
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
2016-03-22 12:48:44 +00:00
Robert Sparks ebc777c7bf Remove the stream from the "howpublished" component of the bibtex reference for an rfc. Fixes #1927. Commit ready for merge.
- Legacy-Id: 10954
2016-03-18 06:05:22 +00:00
Ole Laursen cdcad43fc0 Simplify community lists further by letting email subscriptions reuse
the existing infrastructure for accounts and emails, instead of a
having a separate confirmation step
 - Legacy-Id: 10951
2016-03-17 12:02:45 +00:00
Henrik Levkowetz d856a500db Merged in [10895] from rjsparks@nostrum.com:
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
2016-03-16 07:56:39 +00:00
Ole Laursen 5f4082d595 Overhaul of the community list code.
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
2016-03-14 10:44:57 +00:00
Henrik Levkowetz fbbc094086 Added sort direction to truncated search result views, and aligned the sort direction arrow with that used for the client-side tablesorter for untruncated results.
- Legacy-Id: 10910
2016-03-06 17:27:17 +00:00
Henrik Levkowetz ccc653aed1 Merged in [10839] from housley@vigilsec.com:
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
2016-03-05 14:50:08 +00:00
Ryan Cross 2cdd073a6c tweaks to request form ui
- Legacy-Id: 10898
2016-03-04 23:28:28 +00:00
Robert Sparks bfe41021b4 Remove a bit of template development debug material that had made it into production. Commit ready for merge.
- Legacy-Id: 10895
2016-03-04 21:13:44 +00:00
Henrik Levkowetz 76bb233b70 Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check.
- Legacy-Id: 10894
2016-03-04 20:08:29 +00:00
Ryan Cross 3b609f6a8f add new javascript, request ui tweaks
- Legacy-Id: 10888
2016-03-04 17:46:42 +00:00
Ryan Cross 0ada59cd08 fix pyflakes error. work on interim request ui
- Legacy-Id: 10887
2016-03-03 18:50:37 +00:00
Ryan Cross 3a1af7dc83 add basic interim request form
- Legacy-Id: 10883
2016-03-01 21:51:59 +00:00
Henrik Levkowetz e80613d9be Merged in [10880] from rjsparks@nostrum.com:
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
2016-02-29 21:55:19 +00:00
Henrik Levkowetz 860a3f8e26 Merged in [10862] from rjsparks@nostrum.com:
Group concluded working groups by area. Fixes #1670.
 - Legacy-Id: 10881
Note: SVN reference [10862] has been migrated to Git commit c332e52cbe
2016-02-29 21:43:35 +00:00
Robert Sparks 3471001b5c Only show the "Upload new revision" button when the view will actually let you upload a new revision. Commit ready for merge.
- Legacy-Id: 10880
2016-02-29 19:56:06 +00:00
Henrik Levkowetz 36d01e0149 If there's no session name in the document sessions table, use the group acroynym instead.
- Legacy-Id: 10870
2016-02-28 21:07:27 +00:00
Henrik Levkowetz 58afa53260 Column text on the archives tab could overlap for some screen sizes. Tweaked the use of bootstrap cell width styles.
- Legacy-Id: 10868
2016-02-28 20:31:34 +00:00
Henrik Levkowetz 1fe0883767 Merged in [10856] from rjsparks@nostrum.com:
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
2016-02-28 19:23:44 +00:00
Henrik Levkowetz 92b4e98cee Merged in [10848] from rjsparks@nostrum.com:
Correct typo in template. Fixes #1914.
 - Legacy-Id: 10864
Note: SVN reference [10848] has been migrated to Git commit 8919f2250c
2016-02-28 18:57:05 +00:00
Robert Sparks c332e52cbe Group concluded working groups by area. Fixes #1670. Commit ready for merge.
- Legacy-Id: 10862
2016-02-28 18:23:25 +00:00
Ryan Cross bc8e744388 add view views.upcoming
- Legacy-Id: 10860
2016-02-26 17:41:09 +00:00
Robert Sparks e8d40c8402 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.
Commit ready for merge.
 - Legacy-Id: 10856
2016-02-23 16:51:44 +00:00
Robert Sparks bd0b166ca0 Show which session the user is adding drafts to when there was more than one sesison at a meeting.
- Legacy-Id: 10854
2016-02-23 16:30:54 +00:00
Robert Sparks 114ba0ad13 winding up: added ability to add drafts to a session while looking at the session.
- Legacy-Id: 10853
2016-02-23 04:00:16 +00:00
Robert Sparks 4a12225742 Found (manually) and fixed a place where a sessionpresentation object's rev=None was exploding a template. FactoryBoy starts to really shine.
- Legacy-Id: 10851
2016-02-22 19:56:14 +00:00
Robert Sparks 1a2b885864 checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
- Legacy-Id: 10850
2016-02-22 17:03:46 +00:00
Robert Sparks fe17f6d87b checkpoint: Allows adding a document to upcoming sessions
- Legacy-Id: 10849
2016-02-19 23:13:23 +00:00
Robert Sparks 8919f2250c Correct typo in template. Fixes #1914. Commit ready for merge.
- Legacy-Id: 10848
2016-02-19 19:20:41 +00:00
Robert Sparks 859f2ead3d checkpoint: purged the rest of the day/seq URLs. Streamlined workflows to focus on "current" versions as a default. Plumbed editing and deleting sessionpresentations from a document perspective. Started adding meat to document factories.
- Legacy-Id: 10847
2016-02-19 04:20:57 +00:00
Robert Sparks d709af6ca2 checkpoint: refined document/session view with test. Trivial start on Document factories.
- Legacy-Id: 10845
2016-02-18 04:07:17 +00:00
Robert Sparks 78ca39f237 checkpoint: start of a view showing all sessions associated with a document
- Legacy-Id: 10844
2016-02-17 16:38:33 +00:00
Henrik Levkowetz e4ce370e39 Merged in [10840] from rjsparks@nostrum.com:
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
2016-02-15 22:28:57 +00:00
Robert Sparks 13b46e80ca Added template missing from last commit. Commit ready for merge.
- Legacy-Id: 10841
2016-02-15 20:20:30 +00:00
Russ Housley b4b14112b8 Added test for proper eneration of the approval message with and without an RFC Editor Note.
- Legacy-Id: 10839
2016-02-12 22:09:13 +00:00
Henrik Levkowetz 71fee2ae08 Merged in [10834] from housley@vigilsec.com:
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
2016-02-11 23:57:12 +00:00
Russ Housley 6cf8680a16 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: 10834
2016-02-11 22:12:52 +00:00
Lars Eggert a4ef82a34b IRTF RGs do not have a review period, the email is generated as a courtesy to
the IAB and IESG. Commit ready for merge.
 - Legacy-Id: 10828
2016-02-11 17:19:01 +00:00
Henrik Levkowetz 775158461f Merged in [10810] from rjsparks@nostrum.com:
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
2016-02-10 18:14:52 +00:00
Henrik Levkowetz c9136286be Merged in [10809] from rjsparks@nostrum.com:
Further tweaks to rendering messages from the messaging framework.
 - Legacy-Id: 10817
Note: SVN reference [10809] has been migrated to Git commit 214b81991e
2016-02-10 17:54:59 +00:00
Henrik Levkowetz 7e1a9c288a Merged in [10804] from rjsparks@nostrum.com:
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
2016-02-10 17:12:59 +00:00
Robert Sparks cdeef99dc1 Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge.
- Legacy-Id: 10810
2016-02-09 20:15:49 +00:00
Robert Sparks 214b81991e Further tweaks to rendering messages from the messaging framework. Commit ready for merge.
- Legacy-Id: 10809
2016-02-09 19:56:26 +00:00
Robert Sparks c3e81c179b Some tweaks to handle rendering django messaging framework messages a little better. Commit ready to merge.
- Legacy-Id: 10804
2016-02-08 22:09:50 +00:00
Henrik Levkowetz 9c6ca73995 Consolidated multiple group contextmenu buttonlist elements into one. Changed button links into plain links for agenda/minutes/materials -- makes the bage less busy, takes up less room, and lessens the conflation between action buttons and links.
- Legacy-Id: 10788
2016-02-06 19:59:31 +00:00
Henrik Levkowetz 86868b9020 Merged in [10779] from rjsparks@nostrum.com:
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
2016-02-05 23:00:04 +00:00
Henrik Levkowetz 174cfeafa3 Merged in [10770], [10771], [10772], and [10773] from housley@vigilsec.com:
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
2016-02-05 22:18:14 +00:00
Henrik Levkowetz a8edaf02c2 Merged in [10765] from lars@netapp.com:
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
2016-02-05 14:02:12 +00:00
Robert Sparks 776b95106f 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.
Commit ready for merge.
 - Legacy-Id: 10779
2016-02-04 21:51:04 +00:00
Henrik Levkowetz 71cd3c49d3 Merged in [10758] from rjsparks@nostrum.com:
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
2016-02-04 14:23:52 +00:00
Russ Housley 2e6633c016 Error message if the RFC Editor Note is in the writeup and in the new place.
- Legacy-Id: 10773
2016-02-04 13:54:00 +00:00
Russ Housley c73659e95c - Legacy-Id: 10772 2016-02-04 13:42:48 +00:00
Russ Housley 46589ee421 - Legacy-Id: 10771 2016-02-04 13:39:55 +00:00
Russ Housley 4b5ac9e09e Indicate on the IESG Telechat Agenda if a document has an RFC Editor Note. To accomplish this, the RFC Editor Note needed to be separated from the rest of the ballot write up. Fixes #1230.
- Legacy-Id: 10770
2016-02-04 13:32:24 +00:00
Henrik Levkowetz 8fb9e80c0b Merged in [10757] from rjsparks@nostrum.com:
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
2016-02-03 21:18:21 +00:00
Lars Eggert 183dc85347 Correctly identify group work items in announce_to_lists.txt. Fixes #1901.
Commit ready for merge.
 - Legacy-Id: 10765
2016-02-03 15:03:32 +00:00
Robert Sparks a91ab77dbc Provided navigation for managing materials from the group meeting and meeting session views
- Legacy-Id: 10760
2016-02-01 19:39:10 +00:00
Robert Sparks 0db79011f2 Provide navigation for session requests from the meeting tab.
- Legacy-Id: 10759
2016-02-01 16:32:36 +00:00
Robert Sparks 7f3a638489 Provide help-text for the new-status field when editing status change document relations. Fixes #1898. Commit ready for merge.
- Legacy-Id: 10758
2016-01-29 19:29:29 +00:00
Robert Sparks 3b4ae894f4 Fix from Ole Laursen for the javascript managing status-change document relationships. Fixes #1899.
- Legacy-Id: 10757
2016-01-29 16:58:29 +00:00
Robert Sparks a1a518a4bc merged older materials work (specifically, that vetted in prague)
- Legacy-Id: 10750
2016-01-27 01:12:19 +00:00
Henrik Levkowetz 8cd4ca1fad Merged in [10733] from rjsparks@nostrum.com:
Show session details for interims as well as ietf meetings.
 - Legacy-Id: 10748
Note: SVN reference [10733] has been migrated to Git commit 2bae86397e
2016-01-26 23:01:39 +00:00
Henrik Levkowetz 31b5c1f535 Merged in [10731] from rjsparks@nostrum.com:
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
2016-01-26 22:15:45 +00:00
Henrik Levkowetz 8d565f5fb7 Merged in [10726] from rjsparks@nostrum.com:
Added listing all the area directors back. Related to #1889.
 - Legacy-Id: 10743
Note: SVN reference [10726] has been migrated to Git commit 87e2653f56
2016-01-26 21:55:32 +00:00
Henrik Levkowetz b76ea5d744 Merged in [10725] from rcross@amsl.com:
Modify merge notification text.
 - Legacy-Id: 10742
Note: SVN reference [10725] has been migrated to Git commit 52ec166459
2016-01-26 21:48:03 +00:00
Robert Sparks 2bae86397e Show session details for interims as well as ietf meetings. Commit ready for merge.
- Legacy-Id: 10733
2016-01-25 23:06:41 +00:00
Robert Sparks 757397330c 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: 10731
2016-01-25 19:40:35 +00:00
Ole Laursen 197bc07771 Refactor search-related utilities slightly to make them more
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
2016-01-25 18:11:49 +00:00
Robert Sparks 87e2653f56 Added listing all the area directors back. Related to #1889. Commit ready for merge.
- Legacy-Id: 10726
2016-01-22 21:17:44 +00:00
Ryan Cross 52ec166459 Modify merge notification text. Commit ready for merge
- Legacy-Id: 10725
2016-01-22 20:55:32 +00:00
Robert Sparks dc2593ebe5 Tweak the rendering of Area Directors in the charter text used in new-work, internal review, external review, and group action messages to display. Fixes #1889. Commit ready to merge.
- Legacy-Id: 10723
2016-01-22 20:47:45 +00:00
Ryan Cross e97cd64bbb Rewrite merge-person-records utility script to handle all related objects in a generic manner, remove old User records and handle email primary attribute. Fixes #1627. Commit ready for merge
- Legacy-Id: 10721
2016-01-22 20:37:29 +00:00
Robert Sparks 7d43d3ada4 Adds a meetings tab to the group information page. Links to minutes, agendas, and materials for each session at each meeting. Improves the UI for the session materials page. Commit ready for merge.
- Legacy-Id: 10719
2016-01-20 22:59:14 +00:00
Robert Sparks 1a9401a72f preparing to merge forward
- Legacy-Id: 10715
2016-01-19 22:41:21 +00:00
Ole Laursen 540ef748f7 Fix community list track/untrack on document page, also fix the
attached Javascript which had a split personality regarding how to
deal with a repeated click
 - Legacy-Id: 10714
2016-01-19 11:27:47 +00:00
Henrik Levkowetz 6c8629c4a9 Merged in [10629] from rjsparks@nostrum.com:
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
2016-01-15 21:59:49 +00:00
Robert Sparks 4a453281ea Simplified meeting.session_details. Shows all sessions for a meeting on one page instead of having a page per session. Removes the by-date, by-weekday, by-sequence mechanic.
- Legacy-Id: 10701
2016-01-15 17:09:08 +00:00
Henrik Levkowetz b05605308f Merged in some changes missed in 12.6.1 as they weren't marked as ready to merge.
- Legacy-Id: 10700
2016-01-15 16:45:18 +00:00
Henrik Levkowetz 6c917be9a6 Merged in [10686] from lars@netapp.com:
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
2016-01-14 18:07:41 +00:00
Ole Laursen b7232d0ab7 Revamp tracked/not tracked icons in search results to not do one query
per document, and make them work on all search result pages, move the
utility function to community/
 - Legacy-Id: 10690
2016-01-14 18:04:05 +00:00
Henrik Levkowetz 1f4f9cc25d Merged in [10685] from lars@netapp.com:
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
2016-01-14 17:47:27 +00:00
Henrik Levkowetz 41c47b30ad Merged in [10684] from lars@netapp.com:
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
2016-01-14 17:33:50 +00:00
Lars Eggert 0762e0975f 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). Commit ready for merge.
 - Legacy-Id: 10686
2016-01-14 13:00:18 +00:00
Lars Eggert 820d406e33 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.)
Commit ready for merge.
 - Legacy-Id: 10685
2016-01-14 10:55:03 +00:00
Lars Eggert 2ca2b92c24 Add warning about the accuracy of bibliographic information for Legacy RFCs.
Commit ready for merge.
 - Legacy-Id: 10684
2016-01-14 10:22:55 +00:00
Henrik Levkowetz 139cda9543 Added listing of Area Directors, and TBD indications, that was inadvertently dropped from some chartering related emails during refactoring. Also added testing code to verify the email body content of some chartering emails a bit more thoroughly.
- Legacy-Id: 10683
2016-01-13 18:32:02 +00:00
Ole Laursen cd5c60ccf1 Clean up permission checking in community lists, fix split in
track/untrack between personal/group lists, get rid of remove_document
 - Legacy-Id: 10680
2016-01-13 17:37:22 +00:00
Lars Eggert 733532e02e Fix internal server error when generating bibtex for legacy RFCs. But at least
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
2016-01-13 15:26:43 +00:00
Lars Eggert 7997b99f02 More fixes to charter-related emails and some related web templates. Mostly
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
2016-01-13 14:53:47 +00:00
Lars Eggert bcea97323f Fix the internal review email template and related code to handle IRTF RGs
better. Commit ready for merge.
 - Legacy-Id: 10673
2016-01-13 13:50:16 +00:00
Ole Laursen 1e75ee3d11 Do not create CommunityLists when rendering the side bar, only render
the links
 - Legacy-Id: 10668
2016-01-13 10:47:36 +00:00
Ole Laursen e807115e81 Fix community list track/untrack to use POST rather than GET
- Legacy-Id: 10660
2016-01-13 10:15:38 +00:00
Henrik Levkowetz 5040195214 Merged in [10632] from housley@vigilsec.com:
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
2016-01-12 20:43:37 +00:00
Henrik Levkowetz 382a4e7b2b Merged in [10631] from rjsparks@nostrum.com:
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
2016-01-12 18:20:28 +00:00
Henrik Levkowetz b010a9c7c0 Merged in [10622] from lars@netapp.com:
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
2016-01-12 17:00:44 +00:00
Henrik Levkowetz 9bf1ff01f1 Merged in [10621] from lars@netapp.com:
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
2016-01-12 16:47:18 +00:00
Henrik Levkowetz d9686bf1de Merged in [10616] from lars@netapp.com:
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
2016-01-12 15:54:16 +00:00
Henrik Levkowetz 79f49fe60c Merged in [10614] from lars@netapp.com:
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
2016-01-12 15:32:24 +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
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
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 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 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 f68d546233 removed move_to_default
- Legacy-Id: 10603
2015-12-16 12:07: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 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
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
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
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
Robert Sparks 015242da28 Improve guidance on when, and when not, to delete a Position
- Legacy-Id: 10584
2015-12-11 20:56:52 +00:00
Henrik Levkowetz 2bab09b6f4 Added a coloured bar at the right-hand side of the ADs' view of iesg/agenda/documents/, in order to make it easier to distinguish between the 'yes' and 'no-objection' colour codes.
- Legacy-Id: 10578
2015-12-11 11:34:23 +00:00
Russ Housley 0052a4f733 For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes #1829.
- Legacy-Id: 10567
2015-12-10 16:56:06 +00:00
Robert Sparks b653e8fe8a Removed the description field from Position. Simplified the Position list and the Position edit form. Tweaked several places to make the pages more self documenting. Added a page to help nomcom chairs through setting up a new nomcom. Fixes #1867 and #1768.
- Legacy-Id: 10565
2015-12-09 23:24:46 +00:00
Henrik Levkowetz d0b99b03b5 Merged in [10540] from lars@netapp.com:
Update vnu HTML5 validator, and fix an HTML nit it found.
 - Legacy-Id: 10563
Note: SVN reference [10540] has been migrated to Git commit 5866129176
2015-12-09 22:43:37 +00:00
Henrik Levkowetz 3e4c10bf00 Merged in [10539] from lars@netapp.com:
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
2015-12-09 22:17:51 +00:00
Henrik Levkowetz e6c418a672 Merged in [10538] from lars@netapp.com:
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
2015-12-09 22:00:43 +00:00
Henrik Levkowetz de94e7a991 Merged in [10536] from lars@netapp.com:
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
2015-12-09 21:51:39 +00:00
Lars Eggert 0f1c823a6e Now that the timeline stuff seems stable, show it for all document types.
- Legacy-Id: 10555
2015-12-09 16:54:53 +00:00
Lars Eggert b6e02b1c1f More tweaks to the graphical timeline. This is getting there.
- Legacy-Id: 10554
2015-12-09 15:38:33 +00:00
Henrik Levkowetz 063d92bfe7 Merged in [10530] from lars@netapp.com:
Update a number of web assets to their latest versions.
 - Legacy-Id: 10552
Note: SVN reference [10530] has been migrated to Git commit 808196bc0c
2015-12-08 21:43:46 +00:00
Lars Eggert d4d09a2f75 Refactor graphical timeline, by making the data available via doc.json. Also
refactor associated js/css/html. Finally, a lot of display tweaks.
 - Legacy-Id: 10550
2015-12-08 14:29:35 +00:00
Lars Eggert e1ff3a5782 Beginnings of graphical document timelines using d3.js
- Legacy-Id: 10546
2015-12-07 16:10:57 +00:00
Henrik Levkowetz 363630f389 Fixed a problem with wrapping of double-spaced text in author lists for 1id-abstracts.
- Legacy-Id: 10545
2015-12-05 14:33:35 +00:00
Lars Eggert 30f2e87f55 Fix bug in r10540. (I should really remember to run the test suite before
committing.) Commit ready for merge.
 - Legacy-Id: 10541
2015-12-03 12:15:55 +00:00
Lars Eggert 5866129176 Update vnu HTML5 validator, and fix an HTML nit it found.
Commit ready for merge.
 - Legacy-Id: 10540
2015-12-03 11:54:08 +00:00
Lars Eggert 51dba4c5e5 Fix CSS/js inclusion of select2 from new static location. (Looks like this file
was forgotten when we began to use bower.) Commit ready for merge.
 - Legacy-Id: 10539
2015-12-03 11:53:06 +00:00
Lars Eggert 495ae645ed Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.)
Commit ready for merge.
 - Legacy-Id: 10538
2015-12-03 10:59:05 +00:00
Lars Eggert 49ebd8e756 Manage the PT font family with bower, instead of relying on a static version.
Commit ready for merge.
 - Legacy-Id: 10537
2015-12-03 09:28:18 +00:00
Lars Eggert 73ad12560a Manage html5shiv and respond.js locally via bower, rather than relying on the
CDN. Commit ready for merge.
 - Legacy-Id: 10536
2015-12-03 08:57:52 +00:00
Robert Sparks f566a83d1d Captured when nomcom members reviewed feedback for a given nominee last. Added badges when new feedback is available. Improved layout of feedback index page. Fixes #1850.
- Legacy-Id: 10535
2015-12-02 23:25:42 +00:00
Robert Sparks 5de9343359 Removes the generation of the count badge from a templatetag into the template
- Legacy-Id: 10531
2015-12-02 15:45:40 +00:00
Lars Eggert 808196bc0c Update a number of web assets to their latest versions.
Commit ready for merge.
 - Legacy-Id: 10530
2015-12-02 15:05:51 +00:00
Lars Eggert 29f021d7f4 Add a button to I-D and RFC pages that provides a citation in bibtex format for
the document. Commit ready for merge.
 - Legacy-Id: 10529
2015-12-02 14:07:16 +00:00
Robert Sparks a4561f55f2 improvement that makes only one counting query
- Legacy-Id: 10526
2015-12-02 04:31:35 +00:00
Robert Sparks f4f67425bf fixes a type error in the feedback form. Starts to simplify construction of the feedback badges.
- Legacy-Id: 10525
2015-12-02 03:32:06 +00:00
Robert Sparks 121c4d2b2d Improve the list of nominees on the feedback page. Fixes #1786 and #1809.
- Legacy-Id: 10524
2015-11-29 21:12:19 +00:00
Robert Sparks a2b03420b7 Removed the notion of an incumbent. Fixes #1771.
- Legacy-Id: 10522
2015-11-29 04:00:02 +00:00
Robert Sparks 5bafd3d8fe Conditioned behavior of views for concluded nomcoms. Fixes #1856.
- Legacy-Id: 10521
2015-11-28 21:51:37 +00:00
Robert Sparks e81b473282 Expose views for concluded nomcoms. Close feedback and nomination. Initial work on factory-boy based testing. Partially addresses #1856
- Legacy-Id: 10520
2015-11-25 22:17:41 +00:00
Henrik Levkowetz 6ab5365296 Merged in^/personal/rcross/v6.7.3.dev0@10465, which included [10382],[10464],[10465], introducing a number of usability fixes to the liaison tool, including a new tab for action needed statements and the ability to add comments to liaison statements' history.
- Legacy-Id: 10506
Note: SVN reference [10382] has been migrated to Git commit b7bbfd8312

Note: SVN reference [10464] has been migrated to Git commit 1ea5dcf907

Note: SVN reference [10465] has been migrated to Git commit eed28dbb49
2015-11-19 19:53:12 +00:00
Robert Sparks 2197259102 Reorganized 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.
- Legacy-Id: 10505
2015-11-17 22:50:35 +00:00
Robert Sparks 00e5762e20 Simplify the nomcom feedback comment form. Make that more obvious who receives mail when that form is used. Fixes #1849.
- Legacy-Id: 10501
2015-11-16 21:46:29 +00:00
Ryan Cross 1ea5dcf907 Liaison changes from IETF 94 demo. Includes tab for Action Needed statements and ability to add comments to history. Commit ready for merge
- Legacy-Id: 10464
2015-11-12 00:26:52 +00:00
Henrik Levkowetz 0b1ca354fa Merged in [10429] from rjsparks@nostrum.com:
Display the To and (if it exists) Cc correctly on the publication request form. Fixes #1819.
 - Legacy-Id: 10442
Note: SVN reference [10429] has been migrated to Git commit e1469522dd
2015-11-07 22:12:46 +00:00
Henrik Levkowetz 84860d87f7 Merged in [10426] from rjsparks@nostrum.com:
Fix the links on the state help index page. Fixes #1775.
 - Legacy-Id: 10441
Note: SVN reference [10426] has been migrated to Git commit 7e39db81ea
2015-11-07 21:59:58 +00:00
Henrik Levkowetz 408d51c11f Merged in [10425] from bartosz.balazinski@interdigital.com:
Provide information about who has suggested document replaced-by information in the notification email.

    This commit fixes bug 1817,
 - Legacy-Id: 10440
Note: SVN reference [10425] has been migrated to Git commit ba39077180
2015-11-07 21:43:27 +00:00
Robert Sparks e1469522dd Display the To and (if it exists) Cc correctly on the publication request form. Fixes #1819. Commit ready for merge.
- Legacy-Id: 10429
2015-11-05 04:30:09 +00:00
Robert Sparks 7e39db81ea Fix the links on the state help index page. Fixes #1775. Commit ready for merge.
- Legacy-Id: 10426
2015-11-05 02:03:40 +00:00
Bartosz Balazinski ba39077180 This commit fixes bug 1817, commit ready to merge
- Legacy-Id: 10425
2015-11-04 23:25:51 +00:00
Henrik Levkowetz eb76e21aa8 Merged in [10414] from rjsparks@nostrum.com:
Put possibly replaces sections in the right columns. Fixes #1802.
 - Legacy-Id: 10417
Note: SVN reference [10414] has been migrated to Git commit d97c29fdcf
2015-11-04 05:22:16 +00:00
Robert Sparks d97c29fdcf Put possibly replaces sections in the right columns. Fixes #1802. Commit ready for merge.
- Legacy-Id: 10414
2015-11-04 02:04:24 +00:00
Henrik Levkowetz 7d692a8826 Merged in [10384] from rjsparks@nostrum.com:
When a group gives a document a new group state (particularly for the first time), send a message that says what happened instead of simply \'Adopted\'. Fixes #1830.
 - Legacy-Id: 10411
Note: SVN reference [10384] has been migrated to Git commit be377e5ac5
2015-11-03 15:02:47 +00:00
Henrik Levkowetz 693badfd94 Merged in [10379] from rjsparks@nostrum.com:
Change the acronym link on the html agenda page to go to the group's charter page rather than the charter's document page.
 - Legacy-Id: 10409
Note: SVN reference [10379] has been migrated to Git commit bf0a5e3da4
2015-11-03 14:16:44 +00:00
Henrik Levkowetz be491ac1a0 Merged in [10378] from rjsparks@nostrum.com:
Make the internal review message reflect whether this is a new chartering effort or a recharter. Fixes #1814.
 - Legacy-Id: 10406
Note: SVN reference [10378] has been migrated to Git commit ff93fe3599
2015-11-03 13:49:21 +00:00
Robert Sparks be377e5ac5 When a group gives a document a new group state (particularly for the first time), send a message that says what happened instead of simply "Adopted". Fixes #1830. Commit ready for merge.
- Legacy-Id: 10384
2015-11-03 09:22:15 +00:00
Ryan Cross b7bbfd8312 Various small bug fixes and tweaks to UI of Liaison Management Tool. Commit ready for merge
- Legacy-Id: 10382
2015-11-03 07:52:05 +00:00
Robert Sparks bf0a5e3da4 Change the acronym link on the html agenda page to go to the group's charter page rather than the charter's document page. Commit ready for merge.
- Legacy-Id: 10379
2015-11-03 06:18:32 +00:00
Robert Sparks ff93fe3599 Make the internal review message reflect whether this is a new chartering effort or a recharter. Fixes #1814. Commit ready to merge.
- Legacy-Id: 10378
2015-11-03 05:28:06 +00:00
Henrik Levkowetz a8bf767295 Added a direct menu link to tutorials under Other. Tweaked a divider visibility.
- Legacy-Id: 10369
2015-11-02 06:11:13 +00:00
Henrik Levkowetz f73193ee5b Merged in [10347] from rjsparks@nostrum.com:
Allow entering more than one email address in addtional cc on the send ballot comments form. Fixes #1811.
 - Legacy-Id: 10362
Note: SVN reference [10347] has been migrated to Git commit 88e7fa3adb
2015-11-01 23:51:57 +00:00
Robert Sparks 88e7fa3adb Allow entering more than one email address in addtional cc on the send ballot comments form. Fixes #1811. Commit ready for merge.
- Legacy-Id: 10347
2015-10-31 08:52:31 +00:00
Russ Housley 70890fb4c0 WG/RG chairs and secretaries can add comments to document history; get non-active I-Ds from www.ietf.org instead of tools.ietf.org; fixes 1702, 1801, 1831; Commit ready for merge
- Legacy-Id: 10341
2015-10-31 06:03:21 +00:00
Ole Laursen 5a6e68ebfc Remove non-existing tag - liaison search form doesn't have a sort field
- Legacy-Id: 10329
2015-10-28 10:47:01 +00:00
Ole Laursen 86c3a430d1 Merge in ^/branch/iola/event-saving-refactor-r10076, fixing a few problems
- Legacy-Id: 10298
2015-10-27 10:37:06 +00:00
Henrik Levkowetz 71dec7a692 Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
- Legacy-Id: 10297
2015-10-26 22:45:26 +00:00
Robert Sparks bb51fbe059 Preserve linefeeds (using class pasted) when viewing nomcom feedback messages. Commit ready for merge.
- Legacy-Id: 10220
2015-10-16 19:15:44 +00:00
Robert Sparks 1a277b00ec This release improves visibility into where and when the datatracker
sends email. It makes where the datatracker sends email for a given 
action data driven, and it shows where email will be sent for actions
on documents and groups.

Commit ready for merge.
 - Legacy-Id: 10186
2015-10-10 23:08:09 +00:00
Henrik Levkowetz 9c97d73a53 Fixed a html validation issue.
- Legacy-Id: 10163
2015-10-09 21:14:32 +00:00
Henrik Levkowetz a7667fb29e Merged in branch/amsl/liaisons/6.4.1@10160 from rcross@amsl.com, bringing in the new liaison tool.
- Legacy-Id: 10161
2015-10-09 19:48:21 +00:00
Robert Sparks f0f5a51eb6 (Rocky) merge forward.
- Legacy-Id: 10157
2015-10-09 03:16:24 +00:00
Henrik Levkowetz 59e9aeb2f1 Adjusted numerous document action button colours as requested by the secretariat. Fixes issue #1803
- Legacy-Id: 10143
2015-10-07 19:31:07 +00:00
Ole Laursen dfdd670c1a Summary: Fix bug in help text when submitting charters
- Legacy-Id: 10140
2015-10-07 09:16:17 +00:00
Ole Laursen 63d96e0354 Summary: Get rid of submit_initial_charter hack, only create a charter
when a first revision has actually been submitted.
 - Legacy-Id: 10136
2015-10-06 15:14:31 +00:00
Ole Laursen f496f4caeb Summary: Make sure edit IESG state link doesn't show up on expired drafts
- Legacy-Id: 10135
2015-10-05 10:03:07 +00:00
Ole Laursen a9dc82f09b Summary: Replace /liaison/managers/ link with a direct link to the
www.ietf.org page for the time being. It appears to have been handled
through a redirect outside the Django code since 2009, and it confuses
the crawler.

There should be enough information in the database to integrate this
inside the Django code, so in the future it might make sense to move
the link back.
 - Legacy-Id: 10134
2015-10-05 09:11:01 +00:00
Henrik Levkowetz 8ead04ea01 Use an eyecatching symbol to indicate bug-reporting, starting out very large, with the intention of reducing the size as people get used to it.
- Legacy-Id: 10132
2015-10-02 15:48:13 +00:00
Henrik Levkowetz 86aa92eef5 Fixed an html issue in the agenda template, and added information to be shown when no WG/RG groups have been scheduled, and the agenda session customization table is empty.
- Legacy-Id: 10131
2015-10-02 15:02:24 +00:00
Henrik Levkowetz 3d78853b55 Added information about which the required submission upload format alternatives are (.txt or .xml).
- Legacy-Id: 10129
2015-10-02 14:59:22 +00:00
Ole Laursen 40308d429b Summary: Make sure liaison edit page is using full URL to attachments
to not confuse the crawler, and make all liaison pages use the setting
from settings instead of hardcoding it
 - Legacy-Id: 10125
2015-10-02 12:15:57 +00:00
Ole Laursen d40e838dd8 Summary: Only show change IESG state link when the view allows it to
be changed
 - Legacy-Id: 10122
2015-10-02 08:30:23 +00:00
Ole Laursen 08500ec743 Summary: Don't show edit buttons on snapshots of previous document revisions
- Legacy-Id: 10121
2015-10-02 08:24:02 +00:00
Henrik Levkowetz 9688749404 Merged in [10109] from rjsparks@nostrum.com:
Make it clearer in search results when one IPR disclosure updates another. Fixes #1798.
 - Legacy-Id: 10117
Note: SVN reference [10109] has been migrated to Git commit a6b8707030f0e6411b1acc3b38a0fd426c5223a1
2015-10-01 20:26:23 +00:00
Ole Laursen 6f044eea08 Summary: Move definition of document names and group acronyms to
settings.URL_REGEXPS, partly to cleanup the urls.py files, partly to
make sure that all URL patterns agree on what constitutes a name
 - Legacy-Id: 10114
2015-10-01 14:16:16 +00:00
Ole Laursen e1f0917659 Summary: Add new document saving API, Document.save_with_history(events).
The new API requires at least one event and will automatically save a
snapshot of the document and related state. Document.save() will now
throw an exception if called directly, as the new API is intended to
ensure that documents are saved with both an appropriate snapsnot and
relevant history log, both of which are easily defeated by just
calling .save() directly.

To simplify things, the snapshot is generated after the changes to a
document have been made (in anticipation of coming changes), instead
of before as was usual.

While revising the existing code to work with this API, a couple of
missing events was discovered:

- In draft expiry, a "Document has expired" event was only generated
  in case an IESG process had started on the document - now it's
  always generated, as the document changes its state in any case

- Synchronization updates like title and abstract amendmends from the
  RFC Editor were silently (except for RFC publication) applied and
  not accompanied by a descriptive event - they now are

- do_replace in the Secretariat tools now adds an event

- Proceedings post_process in the Secretariat tools now adds an event

- do_withdraw in the Secretariat tools now adds an event

A migration is needed for snapshotting all documents, takes a while to
run. It turns out that a single document had a bad foreign key so the
migration fixes that too.
 - Legacy-Id: 10101
2015-09-28 14:01:03 +00:00
Henrik Levkowetz f2445e9962 Fixed a typo in the meeting agenda template. Fixes issue #1793.
- Legacy-Id: 10100
2015-09-25 17:49:49 +00:00
Robert Sparks dbe4e3789d removed all the milestone reminder machinery
- Legacy-Id: 10091
2015-09-17 20:27:07 +00:00
Robert Sparks f5b6465e81 mailtoken becomes mailtrigger
- Legacy-Id: 10090
2015-09-17 20:03:45 +00:00
Henrik Levkowetz 2486d70ab6 Merged in [10079] from rcross@amsl.com:
Fix message formatting in IPR event history.
 - Legacy-Id: 10087
Note: SVN reference [10079] has been migrated to Git commit 104878a622
2015-09-17 18:10:06 +00:00
Henrik Levkowetz 9e30b410c1 Merged in [10078] from rcross@amsl.com:
Resolved issue where partially entered IPR related document info causes 500 error.
 - Legacy-Id: 10086
Note: SVN reference [10078] has been migrated to Git commit 6c0f4b3b4d
2015-09-17 17:53:04 +00:00
Henrik Levkowetz 97e3bd5fe8 Added a menu item linking to the session request tool. Fixes issue #1789.
- Legacy-Id: 10085
2015-09-17 17:39:46 +00:00
Ryan Cross 104878a622 Fix message formatting in IPR event history. Commit ready for merge
- Legacy-Id: 10079
2015-09-14 23:26:15 +00:00
Ryan Cross 6c0f4b3b4d Resolved issue where partially entered IPR related document info causes 500 error. Commit ready for merge.
- Legacy-Id: 10078
2015-09-14 21:22:53 +00:00
Robert Sparks e5306eda00 Instrumented issuing ballots. Simplified the ballot-issued email significantly. Deferred adding ballot_saved mail for the automatic yes positions.
- Legacy-Id: 10068
2015-08-28 17:33:49 +00:00
Robert Sparks f68b46972e purged email_ad
- Legacy-Id: 10067
2015-08-27 22:23:38 +00:00
Robert Sparks 150106619b Handle the new-work message
- Legacy-Id: 10066
2015-08-27 21:27:10 +00:00
Robert Sparks 12a03d299b Automatically send the Internal Review message that the secretary currently has to send manually
- Legacy-Id: 10063
2015-08-26 21:31:11 +00:00
Robert Sparks ef2260ea63 New exlicit "Intended status changed" message
- Legacy-Id: 10061
2015-08-25 20:28:01 +00:00
Robert Sparks 5c13bddd77 New explicit "Comment has been added to document history" message
- Legacy-Id: 10060
2015-08-25 20:05:11 +00:00
Robert Sparks 9d239843e6 New explicit "Document has been adopted by group" message
- Legacy-Id: 10059
2015-08-25 18:41:04 +00:00
Robert Sparks e5a6ab4385 email expansions for groups
- Legacy-Id: 10058
2015-08-25 18:10:51 +00:00
Robert Sparks 46c5b3ff64 Moved doc-specific email aliases onto the email tab for the document
- Legacy-Id: 10057
2015-08-25 15:19:55 +00:00
Robert Sparks 9abd670587 Rudimentary stab at an email-expansion tag for docs
- Legacy-Id: 10056
2015-08-24 22:00:07 +00:00
Robert Sparks 4e61776c89 Smarter send_ballot_comment form
- Legacy-Id: 10054
2015-08-24 18:25:39 +00:00
Henrik Levkowetz 8d43d9144f Template tweak.
- Legacy-Id: 10046
2015-08-23 19:28:28 +00:00
Henrik Levkowetz 3af7309179 Conditionally added the release note title to the release page log block.
- Legacy-Id: 10045
2015-08-23 19:25:51 +00:00
Henrik Levkowetz ab1f80ec3e Removed the agenda.csv template, which isn't used any more.
- Legacy-Id: 10041
2015-08-23 19:04:56 +00:00
Henrik Levkowetz f6c78bcecb Merged in [10004] from rjsparks@nostrum.com:
Return new forms instead of validated forms for nomcom nominations and feedback. Fixes #1703.
 - Legacy-Id: 10037
Note: SVN reference [10004] has been migrated to Git commit 1517efaba2
2015-08-22 18:00:16 +00:00
Robert Sparks d16efcc6cf Refactor of MailToken to keep the lists of To and CC tokens with one object
- Legacy-Id: 10036
2015-08-21 21:07:18 +00:00
Robert Sparks 8a74604a1b Done with the second pass focusing on test coverage. Lots of test tweaks, some new tests, a couple of bugs fixed. The session request code views need to be redone to allow testing.
- Legacy-Id: 10035
2015-08-21 16:39:00 +00:00
Henrik Levkowetz 0449ebcdfa Merged in [10002] from rjsparks@nostrum.com:
Add a checkbox to the nomination form to indicate permission to nomcom to share the nominator's name with the nominee.
 - Legacy-Id: 10023
Note: SVN reference [10002] has been migrated to Git commit bcc14cb0d1
2015-08-18 15:39:12 +00:00
Henrik Levkowetz 0712276737 Merged in [9989] from rjsparks@nostrum.com:
Restore color bands to the email-alias page.
 - Legacy-Id: 10022
Note: SVN reference [9989] has been migrated to Git commit 7fef69daa5
2015-08-18 15:25:04 +00:00
Henrik Levkowetz e58db5bf59 Merged in [9969] from lars@netapp.com:
Fix HTML error.
 - Legacy-Id: 10021
Note: SVN reference [9969] has been migrated to Git commit 39da058d7682b1940e30be38c6eb9020ad446b73
2015-08-18 14:36:27 +00:00
Henrik Levkowetz 766e367aca Merged in [9968] from lars@netapp.com:
Fix HTML nit.
 - Legacy-Id: 10015
Note: SVN reference [9968] has been migrated to Git commit 93c38844109d07415684ece41740d377e694aa9c
2015-08-13 09:05:24 +00:00
Henrik Levkowetz ed8ece2155 Merged in [9967] from lars@netapp.com:
Fix HTML bug.
 - Legacy-Id: 10014
Note: SVN reference [9967] has been migrated to Git commit d58ecd61c91e2bddbcb6bd9dcbde436ab92b8628
2015-08-13 08:27:25 +00:00
Henrik Levkowetz 127f4069d0 Merged in [9966] from lars@netapp.com:
Fix HTML bug.
 - Legacy-Id: 10013
Note: SVN reference [9966] has been migrated to Git commit 01ffcd458271e6af3da706bd7db55053c439624b
2015-08-12 20:30:50 +00:00
Robert Sparks 79d373fa71 checkpoint.
- Legacy-Id: 10011
2015-08-11 21:52:28 +00:00
Robert Sparks 6c85bc558c checkpoint. Sets initial notify to empty
- Legacy-Id: 10009
2015-08-11 02:27:59 +00:00
Robert Sparks ad444bd0bc checkpoint
- Legacy-Id: 10007
2015-08-10 20:15:31 +00:00
Henrik Levkowetz 09cecfdab3 Fixed the day-of-week agenda links to not pull the agenda up so high that the start of the day is obscured by the top navbar.
- Legacy-Id: 10006
2015-08-10 19:47:42 +00:00
Henrik Levkowetz fb66c1856f Merged in [9669] from olau@iola.dk:
Summary: Make the meeting agenda code use the historic info available
for groups. In the process, added some select_related/prefetch_related
code to cut the number of database queries in the agenda down from
4000-5000 to about 50. Rewritten agenda CSV code to use Python arrays
rather than a template for improved readability/reuse. Rewritten week
view to assemble its data in Python. Plus a few other minor cleanups,
e.g. lame_description is now gone.
Fixes #1088. Branch
 - Legacy-Id: 10005
Note: SVN reference [9669] has been migrated to Git commit acda84208d
2015-08-10 19:46:11 +00:00
Robert Sparks 71a198c112 Remove spurious parenthesis from the template for viewing nomcom feedback. Commit ready for merge.
- Legacy-Id: 10003
2015-08-10 17:59:04 +00:00
Robert Sparks bcc14cb0d1 Add a checkbox to the nomination form to indicate permission to nomcom to share the nominator's name with the nominee. Commit ready for merge.
- Legacy-Id: 10002
2015-08-10 17:57:38 +00:00
Robert Sparks aebd885f2b Moved the tokens created so far into a migration
- Legacy-Id: 9994
2015-08-09 20:49:08 +00:00
Robert Sparks 7649397f5b Better app and model names. Some model hygiene. Added admin.
- Legacy-Id: 9993
2015-08-09 20:11:26 +00:00
Robert Sparks 7fef69daa5 Restore color bands to the email-alias page. Commit ready for merge.
- Legacy-Id: 9989
2015-08-07 20:35:43 +00:00
Robert Sparks c0acadf222 Working checkpoint
- Legacy-Id: 9985
2015-08-06 21:39:49 +00:00
Henrik Levkowetz 16d7f8e031 Merged in changes which make CDN serving of static files easy, adds bower management of external static files, and transitions the datatracker to use django's staticfiles framework.
- Legacy-Id: 9976
2015-08-06 09:54:43 +00:00
Henrik Levkowetz b26efc82f5 Merged in [9962] from rjsparks@nostrum.com:
Include some missing css and javascript for the submit/edit page. Fixes #1760 (though a more thourogh fix for when javascript is disabled is desirable).
 - Legacy-Id: 9963
Note: SVN reference [9962] has been migrated to Git commit 56f31cf083
2015-08-03 18:22:10 +00:00
Robert Sparks 56f31cf083 Include some missing css and javascript for the submit/edit page. Fixes #1760 (though a more thourogh fix for when javascript is disabled is desirable). Commit ready for merge.
- Legacy-Id: 9962
2015-08-03 15:56:42 +00:00
Henrik Levkowetz 11411d2c30 Merged in an update from trunk@9942.
- Legacy-Id: 9961
2015-08-03 14:12:38 +00:00
Henrik Levkowetz 9cb8f65c8e Updated templates to use the static template tag for static files.
- Legacy-Id: 9945
2015-08-01 14:53:59 +00:00
Henrik Levkowetz fae9066c9d Merged in [9925] from rjsparks@nostrum.com:
Changed several email alias references from tools.ietf.org to ietf.org. Fixes #1759.
 - Legacy-Id: 9931
Note: SVN reference [9925] has been migrated to Git commit cd5b497acb
2015-08-01 10:23:58 +00:00
Henrik Levkowetz 17b100ec51 Merged in [9924] from rjsparks@nostrum.com:
Adds views of active areas, area groups, teams, and directorates.
Adds navigation to those views to the base menus.
Unifies URL patterns shared between group/urls and group/urls_info, 
exposing the same view at, e.g., /group/stir and /wg/stir/.
Improves testing, primarily of group/info.py
 - Legacy-Id: 9930
Note: SVN reference [9924] has been migrated to Git commit 461af5af19
2015-08-01 10:12:40 +00:00
Robert Sparks cd5b497acb Changed several email alias references from tools.ietf.org to ietf.org. Fixes #1759. Commit ready for merge.
- Legacy-Id: 9925
2015-07-30 22:13:59 +00:00
Robert Sparks 461af5af19 Adds views of active areas, area groups, teams, and directorates.
Adds navigation to those views to the base menus.

Unifies URL patterns shared between group/urls and group/urls_info, 
exposing the same view at, e.g., /group/stir and /wg/stir/.

Improves testing, primarily of group/info.py 

Commit ready for merge.
 - Legacy-Id: 9924
2015-07-30 21:51:38 +00:00