datatracker/ietf/group
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
..
migrations Fixed references (relative to absolute) in template ietf/templates/group/active_areas.html, fixed build failure on unused import in file 0006_auto_20150718_0509.py, commit ready for merge 2015-07-18 15:32:57 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Fix a "RemovedInDjango19Warning" warning. Commit ready for merge. 2016-01-13 12:17:36 +00:00
ajax.py Added a max-age to the cache control of /group/groupmenu.ajax, in order to improve local caching. 2015-08-01 14:57:29 +00:00
colors.py Merged in [9652] from rjsparks@nostrum.com: 2015-06-22 19:41:47 +00:00
edit.py (Rocky) merge forward. 2015-10-09 03:16:24 +00:00
factories.py Expose views for concluded nomcoms. Close feedback and nomination. Initial work on factory-boy based testing. Partially addresses #1856 2015-11-25 22:17:41 +00:00
features.py Adds views of active areas, area groups, teams, and directorates. 2015-07-30 21:51:38 +00:00
feeds.py Fix a bunch of mistakes found by PyFlakes in the new materials code 2014-06-03 11:28:27 +00:00
info.py Merged in [10623] from lars@netapp.com: 2016-01-12 17:14:11 +00:00
mails.py Merged in [10430] from rjsparks@nostrum.com: 2015-11-07 22:31:18 +00:00
milestones.py Changes to unapproved milestones (e.g. attaching a draft) will not trigger a mail to the WG. Fixes #1818. Commit ready for merge. 2015-10-31 08:42:37 +00:00
models.py This release improves visibility into where and when the datatracker 2015-10-10 23:08:09 +00:00
resources.py Added a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +00:00
tests.py Merged in [10623] from lars@netapp.com: 2016-01-12 17:14:11 +00:00
tests_info.py Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
urls.py (Rocky) merge forward. 2015-10-09 03:16:24 +00:00
urls_info.py email expansions for groups 2015-08-25 18:10:51 +00:00
urls_info_details.py Merged in [10623] from lars@netapp.com: 2016-01-12 17:14:11 +00:00
urls_stream.py Move chartering groups to /group/chartering/ (with a redirect from the old location), list RGs there too, and amend the previous fix to the chartering process for non-WGs so they have internal and external review states instead of just approved. Also move the code in wginfo/ to group/ as it is no longer just about info for WGs. 2014-04-01 11:59:08 +00:00
utils.py Added group secretaries to the alias lists. Refactored related utility functions to less code with fewer branches with greater generality. 2015-12-04 20:30:43 +00:00
views_stream.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00