Commit graph

8197 commits

Author SHA1 Message Date
Henrik Levkowetz cfd898b767 Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting.
- Legacy-Id: 12445
2016-12-05 12:55:20 +00:00
Henrik Levkowetz be272a019a Changed settings to use the new TEMPLATES dictionary instead of the deprecated individual TEMPLATE_* settings.
- Legacy-Id: 12444
2016-12-05 12:53:21 +00:00
Henrik Levkowetz 5e48d7ec72 Fixed another year's end related test bug.
- Legacy-Id: 12443
2016-12-04 15:46:27 +00:00
Henrik Levkowetz e79368f15e Added new display columns to the reviewer settings admin page.
- Legacy-Id: 12442
2016-12-04 13:07:16 +00:00
Henrik Levkowetz 37f9aa06be Merged in [12438] from rjsparks@nostrum.com:
Don't show teams with only 'No response' reviews in the search result rows, using the same logic as used for the document main page. Fixes #2070.
 - Legacy-Id: 12441
Note: SVN reference [12438] has been migrated to Git commit d1c0c053327594c8a594ad2ad779fac9974d8eaa
2016-12-01 22:16:32 +00:00
Henrik Levkowetz 8b60560eed Fixed a typo. Fixes issue #2073.
- Legacy-Id: 12440
2016-12-01 21:51:01 +00:00
Henrik Levkowetz 5959b3a46a Added a validator for the reviewer settings' Filter Regexp field, to make sure that we don't later hit exceptions when trying to compile and use the regexp entered.
- Legacy-Id: 12439
2016-12-01 21:30:39 +00:00
Henrik Levkowetz e3ce2a9657 Tweaked the admin for doc.models.Document to capture a comment about changes made, and save those in the document history, using .save_with_history(). This makes the admin useful again for doing document changes. See issue #2067.
- Legacy-Id: 12434
2016-12-01 16:35:23 +00:00
Henrik Levkowetz c79b40bc88 Changed the handling of DocEvent 'rev' fields in document history. We should give DocEvent a 'rev' field which is always filled in; the current handling is error prone and much to complicated.
- Legacy-Id: 12433
2016-12-01 13:49:36 +00:00
Henrik Levkowetz d717864d47 Updated PLAN
- Legacy-Id: 12432
2016-12-01 13:27:17 +00:00
Henrik Levkowetz c06e7af08c Fixed an error in the test_interim_request_series() test.
- Legacy-Id: 12431
2016-12-01 13:20:59 +00:00
Henrik Levkowetz 2a9a7afd0b Added a link to the meetecho session recording (not the youtube conversion) on the IETF agenda page.
- Legacy-Id: 12430
2016-11-30 21:02:33 +00:00
Henrik Levkowetz 9c9b15bec8 Added guards against picking up non-ascii title and abstract from drafts submitted in xml form.
- Legacy-Id: 12429
2016-11-30 15:56:22 +00:00
Henrik Levkowetz 1f1772a777 Set version info and settings back to development mode
- Legacy-Id: 12427
2016-11-30 14:45:02 +00:00
Henrik Levkowetz 9e78fb6be8 Set version info to release version 6.39.0 before branching.
- Legacy-Id: 12425
2016-11-30 14:44:53 +00:00
Henrik Levkowetz ace5244cc3 Changelog entry for 6.39.0
- Legacy-Id: 12424
2016-11-30 14:44:48 +00:00
Henrik Levkowetz 84eb021862 Code coverage data for release 6.39.0
- Legacy-Id: 12423
2016-11-30 14:44:42 +00:00
Henrik Levkowetz ca4ab7b402 Added a migration for updated help text on some review fields.
- Legacy-Id: 12422
2016-11-30 14:31:52 +00:00
Henrik Levkowetz 0553af7406 Changelog information for 6.39.0
- Legacy-Id: 12421
2016-11-30 14:20:44 +00:00
Henrik Levkowetz fde59c1e1e Removed debugging code.
- Legacy-Id: 12420
2016-11-29 22:20:30 +00:00
Henrik Levkowetz b914f46313 Merged in ^/branch/iola/review-tracker-r12128@12397, bringing in the review tool functionality described in RFC7735. This adds the ability to set up review management pages for review teams such as genart, secdir, opsdir, etc.; letting the review team secretaries manage requested and completed reviews; letting the reviewers keep track of and document their reviews, and more. See the RFC for full specification, and the branch commit log for a full commit history.
- Legacy-Id: 12419
2016-11-29 14:54:19 +00:00
Henrik Levkowetz b7b7eb040c Changed the minimum version for Faker to one that actually exists and can be installed by the Verify Minimum buildbot test.
- Legacy-Id: 12418
2016-11-29 13:12:21 +00:00
Henrik Levkowetz a66d0c5187 Set version info and settings back to development mode
- Legacy-Id: 12416
2016-11-29 13:07:59 +00:00
Henrik Levkowetz aaec56c69c Set version info to release version 6.38.2 before branching.
- Legacy-Id: 12414
2016-11-29 13:07:51 +00:00
Henrik Levkowetz 7e6b3e4549 Changelog entry for 6.38.2
- Legacy-Id: 12413
2016-11-29 13:07:43 +00:00
Henrik Levkowetz e199638878 Code coverage data for release 6.38.2
- Legacy-Id: 12412
2016-11-29 13:07:30 +00:00
Henrik Levkowetz 80aca950b3 Added new clarifying text to 3 IPR-related pages, based on direction from the IESG received 2016-11-28.
- Legacy-Id: 12411
2016-11-29 12:27:15 +00:00
Henrik Levkowetz 92604e661d Explicitly install Faker -- the fake-factory alias will go away December 15th, according to pypi.python.org.
- Legacy-Id: 12410
2016-11-28 21:45:12 +00:00
Henrik Levkowetz cec0f33817 Removed unused stuff.
- Legacy-Id: 12409
2016-11-28 21:20:28 +00:00
Henrik Levkowetz e6121ac0f8 Fixed a bad filter argument found by the Django 1.8 code.
- Legacy-Id: 12408
2016-11-28 21:06:42 +00:00
Henrik Levkowetz 53d68af9cd Adapted the utils template tests to the new template handling in Django 1.8.
- Legacy-Id: 12407
2016-11-28 21:05:17 +00:00
Henrik Levkowetz 554ec2d78c Removed an unused import
- Legacy-Id: 12406
2016-11-28 21:04:15 +00:00
Henrik Levkowetz d589718c37 Fixed some pyflakes issues.
- Legacy-Id: 12405
2016-11-28 18:13:43 +00:00
Henrik Levkowetz 1deadeadc0 Added a migration to fix the mext meeting materials names and external links.
- Legacy-Id: 12404
2016-11-28 18:06:38 +00:00
Henrik Levkowetz 671df0492a Fixed an issue where a queryset filter argument didn't have the right datatype.
- Legacy-Id: 12403
2016-11-28 18:05:14 +00:00
Henrik Levkowetz 7c2a1b2ee4 Undid a FK to o2o change we don't want to do (we have instances where the FK is None).
- Legacy-Id: 12402
2016-11-28 17:50:08 +00:00
Henrik Levkowetz 7c23d0c52e Silenced a system check we won't always follow.
- Legacy-Id: 12401
2016-11-28 17:47:08 +00:00
Henrik Levkowetz bb9741193c Added an url to skip (from an uploaded html agenda).
- Legacy-Id: 12400
2016-11-28 13:38:31 +00:00
Henrik Levkowetz 05379e2e2d Undid unintended change.
- Legacy-Id: 12399
2016-11-26 20:04:01 +00:00
Henrik Levkowetz a0ed8c7694 Made session minutes available with the same kind of url as session minutes: /meeting//minutes/. (Both of these need to be refined to handle multiple agendas and minutes, for groups having multiple sessions in a meeting.)
- Legacy-Id: 12398
2016-11-25 16:44:31 +00:00
Ole Laursen 7d8baf0015 Add reviewer name and completion date to previous reviews in manage
review page
 - Legacy-Id: 12397
2016-11-25 10:53:37 +00:00
Henrik Levkowetz c04c21c34b Changelog information for 6.38.2
- Legacy-Id: 12396
2016-11-23 18:41:37 +00:00
Henrik Levkowetz 09259ae556 Merged in [12393] from rjsparks@nostrum.com:
Fixed bug where slides from multiple sessions for a group were not all showing. Improved handling of multiple minutes and agendas for groups. Fixes #2058.  Commit should be patched into production.
 - Legacy-Id: 12395
Note: SVN reference [12393] has been migrated to Git commit 2b0ec6df16
2016-11-23 18:31:10 +00:00
Henrik Levkowetz e8eacdc20e Merged in [12392] from rcross@amsl.com:
Add autoconversion (Powerpoint to PDF) or meeting materials files on upload to new materials pages.
 - Legacy-Id: 12394
Note: SVN reference [12392] has been migrated to Git commit f6c058c16a
2016-11-23 17:29:13 +00:00
Robert Sparks 2b0ec6df16 Fixed bug where slides from multiple sessions for a group were not all showing. Improved handling of multiple minutes and agendas for groups. Fixes #2058. Commit ready for merge. Commit should be patched into production.
- Legacy-Id: 12393
2016-11-23 17:09:53 +00:00
Ryan Cross f6c058c16a Add autoconversion (Powerpoint to PDF) or meeting materials files on upload to new materials pages. Commit ready for merge.
- Legacy-Id: 12392
2016-11-23 00:31:52 +00:00
Henrik Levkowetz 2e02e91781 Excluded requests 2.12.* as it has an incompatibility issue with urllib3.
- Legacy-Id: 12390
2016-11-21 17:29:46 +00:00
Henrik Levkowetz ff89873566 Added support for Docker for Mac, which uses hypervisor virtualisation. The older VirtualBox based docker-machine should still work.
- Legacy-Id: 12389
2016-11-20 14:41:16 +00:00
Henrik Levkowetz b00824a6bf Merged in [12385] from rjsparks@nostrum.com:
Added an extra highlight to the ballot_icon box when the viewer holds a blocking position in that ballot. Fixes #2046.
 - Legacy-Id: 12388
Note: SVN reference [12385] has been migrated to Git commit 3c63fdb800
2016-11-18 13:43:28 +00:00
Henrik Levkowetz 7cb2194db6 Merged in [12384] from rjsparks@nostrum.com:
Adjust when materials links on the materials page show for the secretariat.
 - Legacy-Id: 12387
Note: SVN reference [12384] has been migrated to Git commit 4e7d077b16
2016-11-18 12:59:59 +00:00