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
Henrik Levkowetz
623ce0e1bd
Merged in [12378] from rjsparks@nostrum.com:
...
Change the lines saying that a test has failed to make it easier to cut-paste to run the failed test again.
- Legacy-Id: 12386
Note: SVN reference [12378] has been migrated to Git commit be51bc2e78
2016-11-18 10:45:40 +00:00
Robert Sparks
3c63fdb800
Added an extra highlight to the ballot_icon box when the viewer holds a blocking position in that ballot. Fixes #2046 . Commit ready for merge.
...
- Legacy-Id: 12385
2016-11-18 04:52:13 +00:00
Robert Sparks
4e7d077b16
Adjust when materials links on the materials page show for the secretariat. Commit ready for merge.
...
- Legacy-Id: 12384
2016-11-17 22:45:29 +00:00
Ole Laursen
a7cf886f3c
Add telechat info to the manage review requests page
...
- Legacy-Id: 12383
2016-11-17 17:49:02 +00:00
Ole Laursen
fb26a27bfa
Add document state and telechat info to the review request overview page
...
- Legacy-Id: 12382
2016-11-17 17:46:50 +00:00
Ole Laursen
1970cbab16
Modify importer to take deadline from the document log if at all
...
possible, also add an extra assignment fallback using deadline =
assignment time + 30 days for early reviews that never had a deadline
(a few left in secdir)
- Legacy-Id: 12381
2016-11-17 17:16:00 +00:00
Henrik Levkowetz
89294a558a
Order materials on the agenda session materials popup according to the sessionpresentation order. Fixes issue #2049
...
- Legacy-Id: 12380
2016-11-17 08:45:49 +00:00
Henrik Levkowetz
216ed80529
Merged in code from rcross@amsl.com to bring back the automatic conversion of slides from powerpoint to pdf.
...
- Legacy-Id: 12379
2016-11-17 07:30:14 +00:00
Robert Sparks
be51bc2e78
Change the lines saying that a test has failed to make it easier to cut-paste to run the failed test again. Commit ready for merge.
...
- Legacy-Id: 12378
2016-11-17 02:52:45 +00:00
Henrik Levkowetz
4d59b4d0b5
Added a missing maintainer line.
...
- Legacy-Id: 12377
2016-11-17 00:45:40 +00:00
Henrik Levkowetz
b63f374749
Set version info and settings back to development mode
...
- Legacy-Id: 12375
2016-11-17 00:40:37 +00:00
Henrik Levkowetz
f80ce150ab
Set version info to release version 6.38.1 before branching.
...
- Legacy-Id: 12373
2016-11-17 00:40:29 +00:00
Henrik Levkowetz
453e9d1a79
Changelog entry for 6.38.1
...
- Legacy-Id: 12372
2016-11-17 00:40:24 +00:00
Henrik Levkowetz
7addaeccc1
Code coverage data for release 6.38.1
...
- Legacy-Id: 12371
2016-11-17 00:40:18 +00:00
Henrik Levkowetz
0a15bf9bb6
Merged in [12326] from housley@vigilsec.com:
...
Allow WG Chairs to manage the meeting materials when starting from the old WG Chair Dashboard in ietf.secr.proceedings
- Legacy-Id: 12370
Note: SVN reference [12326] has been migrated to Git commit a37f41823c
2016-11-17 00:26:51 +00:00