Henrik Levkowetz
7d27849ee3
Fixed a typo.
...
- Legacy-Id: 12469
2016-12-07 11:29:23 +00:00
Henrik Levkowetz
b628a0844b
Changed to using TestCase from ietf.utils in some places, for consistent test-suite failure output.
...
- Legacy-Id: 12467
2016-12-07 11:03:32 +00:00
Henrik Levkowetz
7dfbe51913
Don't count the template loading done in TemplateChecksTestCase towards template coverage numbers.
...
- Legacy-Id: 12464
2016-12-06 15:55:39 +00:00
Henrik Levkowetz
e4ce339235
Merged in [12461] from rjsparks@nostrum.com:
...
Added migration to fetch text from reviews in the mail archives and populate the review documents. Fixes #2064 . Will patch into production.
- Legacy-Id: 12463
Note: SVN reference [12461] has been migrated to Git commit 63a9599bafdcacf49f1bb374b2156d8473da93d1
2016-12-05 21:03:49 +00:00
Henrik Levkowetz
8f6e51839f
Fixed some additional places to use the new settings.TEMPLATES structure.
...
- Legacy-Id: 12459
2016-12-05 19:04:27 +00:00
Henrik Levkowetz
18f65e09a0
Removed bad select_related names.
...
- Legacy-Id: 12456
2016-12-05 15:23:27 +00:00
Henrik Levkowetz
14776bae70
Merged django18 work forward to r12447
...
- Legacy-Id: 12455
2016-12-05 15:03:40 +00:00
Henrik Levkowetz
3b6f30fc9a
Fixed a type mismatch (no_review_from_teams_on_doc() is called with both Document and DocHistory instances; this has to be taken into account)
...
- Legacy-Id: 12453
2016-12-05 14:38:37 +00:00
Henrik Levkowetz
bc683ccc67
Fixed a type issue found by the new django 1.8 query type checks.
...
- Legacy-Id: 12452
2016-12-05 14:13:00 +00:00
Henrik Levkowetz
1d5a7a692a
Added a DB consistency check, and 2 new doc.statetype values found by the check for consistency.
...
- Legacy-Id: 12451
2016-12-05 14:12:19 +00:00
Henrik Levkowetz
8cf6b0010b
Added a template string_if_invalid setting to TEMPLATES when DEBUG is True.
...
- Legacy-Id: 12450
2016-12-05 14:10:35 +00:00
Henrik Levkowetz
0bb7854591
Merged django18 work forward to 6.39
...
- Legacy-Id: 12449
2016-12-05 14:01:25 +00:00
Henrik Levkowetz
486e394cbf
Added more document information to the personal profile pages at /person/<full name>, after a suggestion from Benoit Claise. Fixes issue #2066 .
...
- Legacy-Id: 12447
2016-12-05 13:00:01 +00:00
Henrik Levkowetz
b897519fff
Changed the test runner to use the verbosity set on the command line when loading fixtures.
...
- Legacy-Id: 12446
2016-12-05 12:56:53 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
Henrik Levkowetz
f4268ce9b4
Set version info and settings back to development mode
...
- Legacy-Id: 12368
2016-11-17 00:00:34 +00:00
Henrik Levkowetz
d378030eda
Set version info to release version 6.38.0 before branching.
...
- Legacy-Id: 12366
2016-11-17 00:00:17 +00:00
Ole Laursen
d302875381
Don't limit the team choices for ResultUsedInReviewTeam, otherwise
...
it's not possible to make a new team
- Legacy-Id: 12363
2016-11-16 10:42:18 +00:00
Henrik Levkowetz
1a6fc6dc04
Merged in [12353] from rjsparks@nostrum.com:
...
A second performance improvement for the proceedings pages.
- Legacy-Id: 12361
Note: SVN reference [12353] has been migrated to Git commit a3cc9df465
2016-11-16 06:54:00 +00:00
Henrik Levkowetz
a771e8fad6
Merged in [12352] from rjsparks@nostrum.com:
...
Add links to session materials pages to the rows on the by-type view of the agenda.
- Legacy-Id: 12360
Note: SVN reference [12352] has been migrated to Git commit ba60c115fa
2016-11-16 04:22:51 +00:00
Henrik Levkowetz
dd9eb3b0d4
Merged in [12351] from rjsparks@nostrum.com:
...
Tweaked button color and position on the last call form for status-change documents at the secretariat's request.
- Legacy-Id: 12359
Note: SVN reference [12351] has been migrated to Git commit 6ed7fed3d2
2016-11-16 04:10:22 +00:00
Henrik Levkowetz
18518fe566
Merged in [12348] from rjsparks@nostrum.com:
...
Performance improvements for the proceedings page.
- Legacy-Id: 12358
Note: SVN reference [12348] has been migrated to Git commit 224999e948
2016-11-16 03:55:59 +00:00
Henrik Levkowetz
d2cc5c142a
Merged in [12347] from rjsparks@nostrum.com:
...
Repaired broken links on the proceedings page.
- Legacy-Id: 12357
Note: SVN reference [12347] has been migrated to Git commit b9e35747d5
2016-11-16 03:35:55 +00:00
Henrik Levkowetz
42573d744f
Merged in [12341] from adam@nostrum.com.
...
- Legacy-Id: 12356
Note: SVN reference [12341] has been migrated to Git commit f11e1e247b
2016-11-16 03:16:47 +00:00
Henrik Levkowetz
b254473258
Merged in [12340] from adam@nostrum.com:
...
Incorporated Robert's \'swim lane\' code to eliminate
slot overlaps that made weekend effectively unusable.
Reworked animation code to use CSS animations for
smoother performance.
Calendar redraw is now completely event driven rather
than refreshed once per second.
Expanded meetings can now be closed with escape key.
Refactored code to make it more idomatic. Eliminated
many globals.
Reformatted to reflect a more consistent coding style.
- Legacy-Id: 12355
Note: SVN reference [12340] has been migrated to Git commit e4b2905f16
2016-11-16 02:15:43 +00:00
Henrik Levkowetz
964d34282f
Added common patterns for template file names to ignore when testing template parsing and template test coverage.
...
- Legacy-Id: 12354
2016-11-16 02:14:32 +00:00
Robert Sparks
a3cc9df465
A second performance improvement for the proceedings pages. Commit ready for merge.
...
- Legacy-Id: 12353
2016-11-15 07:38:21 +00:00
Robert Sparks
ba60c115fa
Add links to session materials pages to the rows on the by-type view of the agenda. Commit ready for merge.
...
- Legacy-Id: 12352
2016-11-15 06:58:37 +00:00
Robert Sparks
6ed7fed3d2
Tweaked button color and position on the last call form for status-change documents at the secretariat's request. Commit ready for merge.
...
- Legacy-Id: 12351
2016-11-15 06:39:01 +00:00
Henrik Levkowetz
8fcbf7507e
Fixed another duplicate entry issue with materials uploads.
...
- Legacy-Id: 12350
2016-11-15 01:01:50 +00:00
Ole Laursen
4826de8c5e
Decode timestamps from the previous review tool as being in UTC
...
- Legacy-Id: 12349
2016-11-14 14:11:36 +00:00
Robert Sparks
224999e948
Performance improvements for the proceedings page. Commit ready for merge.
...
- Legacy-Id: 12348
2016-11-14 12:37:04 +00:00
Robert Sparks
b9e35747d5
Repaired broken links on the proceedings page. Commit ready for merge.
...
- Legacy-Id: 12347
2016-11-14 06:58:30 +00:00
Henrik Levkowetz
f1210381ad
Merged in [12338] from rjsparks@nostrum.com:
...
Modified the RFC feed to better support digital preservation.
Fix an issue with the agenda linking to group type \'other\' slides. Will patch production.
- Legacy-Id: 12346
Note: SVN reference [12338] has been migrated to Git commit ab96f6c89c
2016-11-14 05:25:01 +00:00
Henrik Levkowetz
7d443357b0
Merged in [12334] from rcross@amsl.com:
...
Fix parameter validations in meeting.views.ajax_get_utc(). Fixes 2023. Also fix pyflakes error.
- Legacy-Id: 12345
Note: SVN reference [12334] has been migrated to Git commit 38a24b57e9
2016-11-14 05:12:34 +00:00
Henrik Levkowetz
aa4a46086a
Merged in [12330] and [12331] from rcross@amsl.com:
...
Add the ability for the Secretariat to skip the announcement when scheduling an IRTF interim meeting. Fixes #2015 .
- Legacy-Id: 12344
Note: SVN reference [12330] has been migrated to Git commit d7c1fddb32
Note: SVN reference [12331] has been migrated to Git commit b04d07e5aa
2016-11-14 05:02:10 +00:00
Henrik Levkowetz
f9b61202f7
Fixed another case where pre-existing database objects related to meeting materials would cause exceptions when trying to upload updates.
...
- Legacy-Id: 12343
2016-11-14 04:25:53 +00:00
Henrik Levkowetz
21f3cd62d4
Merged in [12329] from rjsparks@nostrum.com:
...
Added groups that did not meet to the proceedings.
- Legacy-Id: 12342
Note: SVN reference [12329] has been migrated to Git commit 467ec82336
2016-11-14 02:53:41 +00:00
Adam Roach
f11e1e247b
Branch ready to merge
...
- Legacy-Id: 12341
2016-11-13 04:58:03 +00:00
Adam Roach
e4b2905f16
Incorporated Robert's "swim lane" code to eliminate
...
slot overlaps that made weekend effectively unusable.
Reworked animation code to use CSS animations for
smoother performance.
Calendar redraw is now completely event driven rather
than refreshed once per second.
Expanded meetings can now be closed with escape key.
Refactored code to make it more idomatic. Eliminated
many globals.
Reformatted to reflect a more consistent coding style.
- Legacy-Id: 12340
2016-11-13 04:55:00 +00:00
Robert Sparks
ab96f6c89c
Fix an issue with the agenda linking to group type "other" slides. Will patch production. Commit ready for merge.
...
- Legacy-Id: 12338
2016-11-13 01:58:53 +00:00
Henrik Levkowetz
a0329f91f9
Merged in [12320] from rcross@amsl.com:
...
Change non-working-group-session edit view to use same group options available when creating the non-working-group-sessions.
- Legacy-Id: 12337
Note: SVN reference [12320] has been migrated to Git commit f29100ab3a
2016-11-12 09:45:32 +00:00
Henrik Levkowetz
2af415cf7c
Merged in [12318] from rjsparks@nostrum.com:
...
Change the edit buttons on the materials page to be links. Move where the link appears.
- Legacy-Id: 12336
Note: SVN reference [12318] has been migrated to Git commit ca0980a8ea
2016-11-12 08:59:32 +00:00
Henrik Levkowetz
1c3a90642f
Merged in [12317] from rjsparks@nostrum.com:
...
Add links to group meetings tabs from the navbar for chairs/secretaries.
- Legacy-Id: 12335
Note: SVN reference [12317] has been migrated to Git commit 0c816eaaf9
2016-11-12 08:02:36 +00:00
Ryan Cross
38a24b57e9
Fix parameter validations in meeting.views.ajax_get_utc(). Fixes 2023. Also fix pyflakes error. Commit ready for merge
...
- Legacy-Id: 12334
2016-11-12 07:59:52 +00:00
Henrik Levkowetz
a62b93f329
Merged in [12316] from rjsparks@nostrum.com:
...
Guard against sessions that have no timeslot (such as for groups that are not officially not meeting at an IETF meeting) in the materials upload views.
- Legacy-Id: 12333
Note: SVN reference [12316] has been migrated to Git commit 3c04782559
2016-11-12 07:44:16 +00:00
Henrik Levkowetz
0983da3d9a
Merged in [12315] from rjsparks@nostrum.com:
...
Add a view of past meetings.
- Legacy-Id: 12332
Note: SVN reference [12315] has been migrated to Git commit e3c3b716cd
2016-11-12 07:14:34 +00:00
Ryan Cross
b04d07e5aa
Add missing template for previous commit. Commit ready for merge.
...
- Legacy-Id: 12331
2016-11-12 07:12:54 +00:00
Ryan Cross
d7c1fddb32
Add the ability for the Secretariat to skip the announcement when scheduling an IRTF interim meeting. Fixes #2015 . Commit ready for merge.
...
- Legacy-Id: 12330
2016-11-12 07:11:59 +00:00
Robert Sparks
467ec82336
Added groups that did not meet to the proceedings. Commit ready for merge.
...
- Legacy-Id: 12329
2016-11-12 07:09:01 +00:00
Henrik Levkowetz
0443157e09
Fixed some pyflakes issues.
...
- Legacy-Id: 12328
2016-11-12 06:59:38 +00:00
Jean Mahoney
59b04b7f5f
Unused code found and removed while investigating ticket #1404 . Commit ready for merge.
...
- Legacy-Id: 12327
2016-11-12 05:41:44 +00:00
Russ Housley
a37f41823c
Allow WG Chairs to manage the meeting materials when starting from the old WG Chair Dashboard in ietf.secr.proceedings
...
- Legacy-Id: 12326
2016-11-12 05:40:12 +00:00
Henrik Levkowetz
78bbd9564a
Added admin entries for a bunch of name models lacking them.
...
- Legacy-Id: 12325
2016-11-12 05:34:58 +00:00
Henrik Levkowetz
a9db20e48a
Added a utf-8 encoding setting, in case the autogenerated datetime string from the $ keyword uses a non-ascii locale.
...
- Legacy-Id: 12322
2016-11-12 05:29:58 +00:00
Ryan Cross
f29100ab3a
Change non-working-group-session edit view to use same group options available when creating the non-working-group-sessions. Commit ready for merge.
...
- Legacy-Id: 12320
2016-11-12 04:18:22 +00:00
Robert Sparks
ca0980a8ea
Change the edit buttons on the materials page to be links. Move where the link appears. Commit ready for merge.
...
- Legacy-Id: 12318
2016-11-12 03:07:46 +00:00
Robert Sparks
0c816eaaf9
Add links to group meetings tabs from the navbar for chairs/secretaries. Commit ready for merge.
...
- Legacy-Id: 12317
2016-11-12 01:07:07 +00:00
Robert Sparks
3c04782559
Guard against sessions that have no timeslot (such as for groups that are not officially not meeting at an IETF meeting) in the materials upload views. Commit ready for merge.
...
- Legacy-Id: 12316
2016-11-11 07:09:41 +00:00
Robert Sparks
e3c3b716cd
Add a view of past meetings. Commit ready for merge.
...
- Legacy-Id: 12315
2016-11-11 06:48:26 +00:00
Ole Laursen
e171aa657e
Add support for revising a closed review, mostly to allow reviewers to
...
correct historic entries with missing data
- Legacy-Id: 12314
2016-11-09 16:20:58 +00:00
Ole Laursen
39d674b4ca
Add missing resource and missing test review secretary settings
...
- Legacy-Id: 12313
2016-11-09 10:07:49 +00:00
Henrik Levkowetz
f68d0c6f6b
Set version info and settings back to development mode
...
- Legacy-Id: 12288
2016-11-08 18:01:50 +00:00
Henrik Levkowetz
cc836a7401
Set version info to release version 6.37.1 before branching.
...
- Legacy-Id: 12286
2016-11-08 18:01:42 +00:00
Ole Laursen
ceec1254f2
Add review team secretary reminders, like those for reviewers
...
- Legacy-Id: 12283
2016-11-08 16:24:28 +00:00
Ole Laursen
a5c70ff9e3
Make the assign/close buttons more visible on the manage reviews page
...
- Legacy-Id: 12280
2016-11-08 11:34:55 +00:00
Ole Laursen
cde7cfacd5
Modify the reviewer overview page to display up to 10 historic reviews
...
per person from the past year instead of only 5.
Add basic reviewer stats to the assignment select box.
- Legacy-Id: 12279
2016-11-07 22:32:53 +00:00
Ole Laursen
c3e8cabafb
Revamp the layout in the manage review requests page. Drop the table
...
and instead provide more information about each document to be
reviewed, to help the secretaries determine locally on that page what
action to take. The new layout should also make it easier to fit in
more info, in case it is still found lacking.
The public review request page still provides the previous information
in the summarized tabular form, so the overview can be found there.
- Legacy-Id: 12278
2016-11-07 21:20:15 +00:00
Henrik Levkowetz
27abaae2e4
Tweaked and enhanced doc.admin.DocEventAdmin.
...
- Legacy-Id: 12276
2016-11-07 18:38:34 +00:00
Henrik Levkowetz
7f1c1e43f2
Replaced the use of plain DocEvent for submission doc events with a SubmissionDocEvent that carries rev and a FK to submission.
...
- Legacy-Id: 12275
2016-11-07 18:21:34 +00:00
Henrik Levkowetz
bb7d3b476f
Tweaked the create_group_wiki management command and its test to show more information on failures.
...
- Legacy-Id: 12273
2016-11-07 17:13:09 +00:00
Henrik Levkowetz
888bd44a10
Stash the test results summary in ./.testresults instead of ./testresults, to avoid visual littering.
...
- Legacy-Id: 12272
2016-11-07 17:11:48 +00:00
Henrik Levkowetz
71d5eca6e6
If a session agenda for a meeting exists, but is not bound to the session, the Document.objects.create() in upload_session_agenda() will fail. Using get_or_create() instead.
...
- Legacy-Id: 12270
2016-11-07 12:19:03 +00:00
Henrik Levkowetz
7c7e282797
When using select_related, field names are now valiadate. Fixed some invalid names.
...
- Legacy-Id: 12269
2016-11-04 19:03:58 +00:00
Henrik Levkowetz
1558a52c55
django.admin.utils.get_deleted_objects() changed signature. Fixed.
...
- Legacy-Id: 12268
2016-11-04 19:02:40 +00:00
Ole Laursen
58dd25ff79
Split up open review requests on the review team page in assigned and
...
unassigned requests to make it easier to just work with the unassigned
ones. Use same split on the manage reviews page which is now two
pages.
- Legacy-Id: 12266
2016-11-04 17:19:33 +00:00
Ole Laursen
19a3f10f69
Fix bug in telechat code, a previous rewrite to fix a possible problem
...
was misguided - we should always only look at the latest telechat
event
- Legacy-Id: 12265
2016-11-03 23:43:01 +00:00
Ole Laursen
ac1b93a8a2
Base the assignment checks on persons rather than email addresses -
...
otherwise people may use a new email address and not be caught in a
check
- Legacy-Id: 12264
2016-11-03 21:01:41 +00:00
Henrik Levkowetz
90bf63f01e
Fixed the import path for formtools.
...
- Legacy-Id: 12263
2016-11-03 20:54:35 +00:00
Henrik Levkowetz
c05d53da09
Fixed the import path for some template classes.
...
- Legacy-Id: 12262
2016-11-03 20:52:02 +00:00
Henrik Levkowetz
8d1aca19cc
Rewrote the template coverage loader function to a proper template loader class.
...
- Legacy-Id: 12261
2016-11-03 20:51:06 +00:00
Henrik Levkowetz
f7cf00b7ec
Use get_or_create when creating test data, to avoid duplicate key warnings.
...
- Legacy-Id: 12259
2016-11-03 20:48:38 +00:00
Henrik Levkowetz
4f2eb07fa7
Updated proceedings_templates fixture.
...
- Legacy-Id: 12258
2016-11-03 20:47:14 +00:00
Ole Laursen
7461409f7f
Fix bug in suggestion algorithm, it was pruning suggestions with
...
review requests from all teams, not just the team under consideration
- Legacy-Id: 12257
2016-11-03 20:31:44 +00:00
Henrik Levkowetz
87e1339924
Fixed all the warnings emitted by the check command; mostly use of null=True on ManyToManyFields, which doesn't make sense.
...
- Legacy-Id: 12256
2016-11-03 20:13:44 +00:00
Ole Laursen
010c20801e
When importing next reviewer, set it to the reviewer following the one
...
that the old tool was pointing to, as it was pointing to the
last one having completed a review (despite being named next)
- Legacy-Id: 12255
2016-11-03 20:13:00 +00:00
Henrik Levkowetz
cfe4d2f6aa
Removed use of the fix_ampersands() function.
...
- Legacy-Id: 12254
2016-11-03 20:11:49 +00:00
Henrik Levkowetz
ca570ae355
Reverted an inadvertent commit of all changes.
...
- Legacy-Id: 12253
2016-11-03 20:10:09 +00:00
Henrik Levkowetz
276c9c1030
Removed use of the fix_ampersands() function.
...
- Legacy-Id: 12252
2016-11-03 20:08:44 +00:00
Henrik Levkowetz
7b6407dfed
Rewrote the test runner command-line switch declarations to use parser.add_argument() instead of the now unsupported option_list class attribute.
...
- Legacy-Id: 12251
2016-11-03 20:07:22 +00:00
Ole Laursen
b16a829ec7
Modify review import to read result data for genart from an extra dataset
...
- Legacy-Id: 12248
2016-11-03 12:49:50 +00:00
Ole Laursen
54bc9ff596
Modify importer to close review requests for done documents as status
...
"Unknown" instead of auto-closing those where the IESG state is
further in the process on - this seems to leave more requests in
genart open, but hopefully the extra data for genart will fix this
problem shortly.
- Legacy-Id: 12247
2016-11-02 16:58:03 +00:00
Ole Laursen
67e6423cb4
Modify importer to pick deadline from documents when there's an exact
...
match, otherwise prefer what's stored with the review request (fixes
a bunch of cases with multiple reviews of the same draft)
- Legacy-Id: 12246
2016-11-02 12:37:47 +00:00
Ole Laursen
b9d5352afd
Display the reviewed revision in reviewer overview page
...
- Legacy-Id: 12245
2016-11-02 11:33:25 +00:00
Ole Laursen
70dfb760cb
Don't import reviewer roles for completely unavailable reviewers who were marked as away until after 2020
...
- Legacy-Id: 12244
2016-11-01 20:57:34 +00:00
Henrik Levkowetz
ec3723f875
Made the svn and libsvn symlinking code more robust against bad settings.
...
- Legacy-Id: 12243
2016-10-31 16:12:40 +00:00
Henrik Levkowetz
288d211ca1
Made doc.views_stat.make_title() more robust against inconsistent query arguments.
...
- Legacy-Id: 12242
2016-10-30 18:16:52 +00:00
Henrik Levkowetz
db203a53cb
Fixed typo
...
- Legacy-Id: 12241
2016-10-30 18:15:22 +00:00
Henrik Levkowetz
1d6853037e
Updated the create_group_wikis management command with additional switches to make it easier to do test deployment of individual wikis.
...
- Legacy-Id: 12240
2016-10-30 18:10:41 +00:00
Henrik Levkowetz
4ab2fe53cb
Don't run ietf.checks.* more than once per invocation (under Django 1.7, these can be run more times than there are apps with migrations, posibly as many times as twice that number).
...
- Legacy-Id: 12239
2016-10-30 18:08:52 +00:00
Henrik Levkowetz
0d62fdeb23
Set version info and settings back to development mode
...
- Legacy-Id: 12236
2016-10-30 12:15:42 +00:00
Henrik Levkowetz
9c818093b0
Set version info to release version 6.37.0 before branching.
...
- Legacy-Id: 12234
2016-10-30 12:15:33 +00:00
Henrik Levkowetz
21dfc19441
Added some logging to wsgi.py, to show the virtualenv settings being used.
...
- Legacy-Id: 12230
2016-10-29 11:44:00 +00:00
Henrik Levkowetz
47681c5924
Tweaks to settings.py, adding information about the use of some settings.
...
- Legacy-Id: 12229
2016-10-29 11:41:22 +00:00