Commit graph

709 commits

Author SHA1 Message Date
Henrik Levkowetz b0906f04af Basic charting of new revision activity for document search results.
- Legacy-Id: 11922
2016-09-06 09:47:22 +00:00
Henrik Levkowetz 75a3895dd9 Set version info and settings back to development mode
- Legacy-Id: 10948
2016-03-16 15:12:03 +00:00
Henrik Levkowetz e62e8c0893 Set version info to release version 6.17.0 before branching.
- Legacy-Id: 10946
2016-03-16 15:11:53 +00:00
Henrik Levkowetz 661d89e811 Corrected the path to the wrapper for postconfirm used by the draft- and wg-aliases.
- Legacy-Id: 10923
2016-03-14 19:27:32 +00:00
Henrik Levkowetz 3cdff01277 Set version info and settings back to development mode
- Legacy-Id: 10907
2016-03-05 15:01:57 +00:00
Henrik Levkowetz 9b3943a050 Set version info to release version 6.16.0 before branching.
- Legacy-Id: 10905
2016-03-05 15:01: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
Henrik Levkowetz f542eeb1ce Set version info and settings back to development mode
- Legacy-Id: 10877
2016-02-29 17:00:58 +00:00
Henrik Levkowetz 7460d8d197 Set version info to release version 6.15.0 before branching.
- Legacy-Id: 10875
2016-02-29 17:00:51 +00:00
Henrik Levkowetz 8b87125716 Set version info and settings back to development mode
- Legacy-Id: 10825
2016-02-11 09:33:35 +00:00
Henrik Levkowetz 07b60f6721 Set version info to release version 6.14.1 before branching.
- Legacy-Id: 10823
2016-02-11 09:33:29 +00:00
Henrik Levkowetz 36d30ed9e6 Set version info and settings back to development mode
- Legacy-Id: 10801
2016-02-07 15:42:58 +00:00
Henrik Levkowetz 36e56d4fa8 Set version info to release version 6.14.0 before branching.
- Legacy-Id: 10799
2016-02-07 15:42:48 +00:00
Henrik Levkowetz 04cc29db7b Set version info and settings back to development mode
- Legacy-Id: 10712
2016-01-18 09:05:54 +00:00
Henrik Levkowetz ac9eaa6f7e Set version info to release version 6.13.0 before branching.
- Legacy-Id: 10710
2016-01-18 09:05:48 +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
Henrik Levkowetz da5cf1f201 Set version info and settings back to development mode
- Legacy-Id: 10697
2016-01-15 08:46:29 +00:00
Henrik Levkowetz 837b66cb9c Set version info to release version 6.12.1 before branching.
- Legacy-Id: 10695
2016-01-15 08:46:23 +00:00
Henrik Levkowetz eb0bf299c0 Set version info and settings back to development mode
- Legacy-Id: 10666
2016-01-13 10:29:09 +00:00
Henrik Levkowetz 9d336d9584 Set version info to release version 6.12.0 before branching.
- Legacy-Id: 10664
2016-01-13 10:29:02 +00:00
Henrik Levkowetz 4bc31b9856 Merged in [10623] from lars@netapp.com:
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.
 - Legacy-Id: 10650
Note: SVN reference [10623] has been migrated to Git commit f1dcfcafb6
2016-01-12 17:14:11 +00:00
Henrik Levkowetz 8b12a0fa03 Merged in [10591] from housley@vigilsec.com:
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.

Also added a directory for staging of manually submitted drafts, instead of using hardcoded /tmp/, and added creation and removal of a test directory for this.
 - Legacy-Id: 10638
Note: SVN reference [10591] has been migrated to Git commit 4a2868cef5
2016-01-11 22:44:01 +00:00
Robert Sparks f68d546233 removed move_to_default
- Legacy-Id: 10603
2015-12-16 12:07:32 +00:00
Henrik Levkowetz 95e2147f73 Set version info and settings back to development mode
- Legacy-Id: 10516
2015-11-20 20:25:23 +00:00
Henrik Levkowetz f1fba5aa9e Set version info to release version 6.11.0 before branching.
- Legacy-Id: 10514
2015-11-20 20:25:13 +00:00
Henrik Levkowetz 7e08303c33 Set version info and settings back to development mode
- Legacy-Id: 10496
2015-11-15 16:25:44 +00:00
Henrik Levkowetz 789cf3eef9 Set version info to release version 6.10.0 before branching.
- Legacy-Id: 10494
2015-11-15 16:25:35 +00:00
Henrik Levkowetz bb3424f0fa Set version info and settings back to development mode
- Legacy-Id: 10450
2015-11-08 09:20:38 +00:00
Henrik Levkowetz 0a65695700 Set version info to release version 6.9.0 before branching.
- Legacy-Id: 10448
2015-11-08 09:20:30 +00:00
Henrik Levkowetz f336da26c9 Updated settings, according to [10432]
- Legacy-Id: 10433
Note: SVN reference [10432] has been migrated to Git commit 7ae67e4027
2015-11-06 16:05:43 +00:00
Henrik Levkowetz ebfebde27a Set version info and settings back to development mode
- Legacy-Id: 10375
2015-11-03 03:16:00 +00:00
Henrik Levkowetz 0fe6e2f8aa Set version info to release version 6.8.0 before branching.
- Legacy-Id: 10373
2015-11-03 03:15:52 +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
Henrik Levkowetz 0b829e6ef2 Set version info and settings back to development mode
- Legacy-Id: 10306
2015-10-27 15:48:27 +00:00
Henrik Levkowetz d60367f725 Set version info to release version 6.7.2 before branching.
- Legacy-Id: 10304
2015-10-27 15:48:19 +00:00
Henrik Levkowetz e3ea4d8f37 Set version info and settings back to development mode
- Legacy-Id: 10286
2015-10-24 20:29:45 +00:00
Henrik Levkowetz 38274816a4 Set version info to release version 6.7.1 before branching.
- Legacy-Id: 10284
2015-10-24 20:29:39 +00:00
Henrik Levkowetz effd727a83 Set version info and settings back to development mode
- Legacy-Id: 10263
2015-10-22 14:50:38 +00:00
Henrik Levkowetz 896ba78cc5 Set version info to release version 6.7.0 before branching.
- Legacy-Id: 10261
2015-10-22 14:50:32 +00:00
Henrik Levkowetz 4e4ac53cbf Set version info and settings back to development mode
- Legacy-Id: 10248
2015-10-19 16:26:52 +00:00
Henrik Levkowetz 48d676264f Set version info to release version 6.6.1 before branching.
- Legacy-Id: 10246
2015-10-19 16:26:42 +00:00
Henrik Levkowetz c17ea94b08 Updated the code to use version 4.0.1 of coverage.py for code coverage measurements. Moved the code which starts coverage measurement to settings_sqlitetest.py to avoid coverage measurements running when not doing tests. Did some additional coveage measurement refactoring.
- Legacy-Id: 10238
2015-10-18 20:01:57 +00:00
Henrik Levkowetz 90b97468a9 Changed to use a gzipped release coverage JSON file, instead of a plain JSON file, if the name given in settings.py ends in .gz. Reduces the current release coverage file size from ~1.6MB to ~200kB. This is a preparation for saving more information in the release coverage file than we currently do.
- Legacy-Id: 10235
2015-10-18 14:32:36 +00:00
Henrik Levkowetz 4a80395a63 Removed support for perma_fixtures, using the blobal test fixtures instead.
- Legacy-Id: 10228
2015-10-18 11:49:15 +00:00
Henrik Levkowetz ccaf6f4efa Set version info and settings back to development mode
- Legacy-Id: 10213
2015-10-14 19:09:44 +00:00
Henrik Levkowetz aba59e43ba Set version info to release version 6.6.0 before branching.
- Legacy-Id: 10211
2015-10-14 19:09:35 +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 3dee2d4b0a Set version info and settings back to development mode
- Legacy-Id: 10169
2015-10-10 09:55:06 +00:00
Henrik Levkowetz e97ddedd0f Set version info to release version 6.5.0 before branching.
- Legacy-Id: 10167
2015-10-10 09:55:00 +00:00
Henrik Levkowetz fc86a16985 Changed the liaison file URL to something that will be served via CDN (requires a symlink in production). This also changes the URL back to fully qualified instead of local, which means the test-crawler doesn't visit these links which aren't served by the django code, even if they resided in the datatracker url space before the move.
- Legacy-Id: 10164
2015-10-09 21:18:15 +00:00