Henrik Levkowetz
4e2b62d126
Added a bit of javascript and styling to make it possible to use URL fragment identifiers to link to position-specific tabs on the nomocom requirements and questionnaire pages.
...
- Legacy-Id: 15451
2018-09-13 15:50:31 +00:00
Ryan Cross
c6bc55207c
Change content-type of ajax_get_liaison_info to application/json. Commit ready for merge.
...
- Legacy-Id: 15450
2018-09-12 20:53:53 +00:00
Henrik Levkowetz
9e87dc4b66
Merged in [15446] from rjsparks@nostrum.com:
...
Use unversioned links in ics agendas. Partially fixes #2542 .
- Legacy-Id: 15449
Note: SVN reference [15446] has been migrated to Git commit d9b53a5d6c
2018-09-12 11:04:00 +00:00
Robert Sparks
54d484493c
Add CORS headers for the api and views that serve json. Fixes #2546 , #2551 , and #2552 . Commit ready for merge.
...
- Legacy-Id: 15448
2018-09-11 20:04:35 +00:00
Henrik Levkowetz
ce142dab84
Merged in [15444] from rjsparks@nostrum.com:
...
Review assignment email includes a link to the review request that ensures the reviewer is logged in. Fixes #2543 .
- Legacy-Id: 15447
Note: SVN reference [15444] has been migrated to Git commit fd8af4b6f7
2018-09-11 17:07:06 +00:00
Robert Sparks
d9b53a5d6c
Use unversioned links in ics agendas. Partially fixes #2542 . Commit ready for merge.
...
- Legacy-Id: 15446
2018-09-10 20:12:09 +00:00
Henrik Levkowetz
4db62920c1
Updated PLAN
...
- Legacy-Id: 15445
2018-09-10 13:44:19 +00:00
Robert Sparks
fd8af4b6f7
Review assignment email includes a link to the review request that ensures the reviewer is logged in. Fixes #2543 . Commit ready for merge
...
- Legacy-Id: 15444
2018-09-06 21:39:10 +00:00
Henrik Levkowetz
6d9514f429
Added a 'Mailing list discussion' link to the 'Additional URLs' section of the status page for drafts with doc.group and doc.group.list_archive set.
...
- Legacy-Id: 15443
2018-09-06 13:09:37 +00:00
Henrik Levkowetz
ab7b572c1f
Merged in [15441] from peter@akayla.com:
...
Fixed 2 trivial spelling errors in NomCom tools. Fixes issue #2569 .
- Legacy-Id: 15442
Note: SVN reference [15441] has been migrated to Git commit 047b91862c
2018-08-21 10:40:52 +00:00
Peter E. Yee
047b91862c
Fixed 2 trivial spelling errors in NomCom tools. Fixes issue #2569 . Commit ready for merge.
...
- Legacy-Id: 15441
2018-08-17 04:24:51 +00:00
Henrik Levkowetz
13ff7229ba
Fixed a problem with fetching the mysql release signing key from a gpg keyserver.
...
- Legacy-Id: 15439
2018-08-16 16:04:30 +00:00
Henrik Levkowetz
9210af58fa
Added more hint information when patch actions in ietf/checks.py fails.
...
- Legacy-Id: 15438
2018-08-16 16:03:31 +00:00
Henrik Levkowetz
9e71882e81
Rewrote docker/run to work around a missing switch in BSD xargs.
...
- Legacy-Id: 15437
2018-08-16 16:02:16 +00:00
Henrik Levkowetz
5642ca47f7
Merged in [15435] from rjsparks@nostrum.com:
...
Include area groups in the request for minutes. Do not include sessions that have been canceled. Fixes #2568 .
- Legacy-Id: 15436
Note: SVN reference [15435] has been migrated to Git commit e351d321a6
2018-08-15 15:42:48 +00:00
Robert Sparks
e351d321a6
Include area groups in the request for minutes. Do not include sessions that have been canceled. Commit ready for merge. Fixes #2568 .
...
- Legacy-Id: 15435
2018-08-14 21:52:43 +00:00
Henrik Levkowetz
adad3d68ce
Set version info and settings back to development mode
...
- Legacy-Id: 15432
2018-08-14 12:31:49 +00:00
Henrik Levkowetz
7b5c12ce3e
Set version info to release version 6.83.1 before branching.
...
- Legacy-Id: 15430
2018-08-14 12:31:39 +00:00
Henrik Levkowetz
ceec5dca8e
Changelog entry for 6.83.1
...
- Legacy-Id: 15429
2018-08-14 12:31:32 +00:00
Henrik Levkowetz
3bb1df31ee
Code coverage data for release 6.83.1
...
- Legacy-Id: 15428
2018-08-14 12:31:23 +00:00
Henrik Levkowetz
e060cae5df
Replaced some cases of using person.plain_name when linking to a person's profile with person.name, as plain_name can fail.
...
- Legacy-Id: 15427
2018-08-12 20:55:05 +00:00
Henrik Levkowetz
b2bfc7858a
Generalized the log.assertion() function a bit to be able to provide more information on assertion failure.
...
- Legacy-Id: 15426
2018-08-10 15:31:12 +00:00
Henrik Levkowetz
993765d513
Merged in [15423] from rcross@amsl.com:
...
Remove WG milestone management from secretariat groups app.
- Legacy-Id: 15425
Note: SVN reference [15423] has been migrated to Git commit f8b107ef5a
2018-08-10 14:01:18 +00:00
Henrik Levkowetz
fcbbe08eba
Removed video url import from youtube, which is not needed any more given the /api/meeting/session/video/url API endpoint. This also prevents duplicate video URLs.
...
- Legacy-Id: 15424
2018-08-10 12:54:27 +00:00
Ryan Cross
f8b107ef5a
Remove WG milestone management from secretariat groups app. Commit ready for merge.
...
- Legacy-Id: 15423
2018-08-10 05:13:43 +00:00
Henrik Levkowetz
caa3ec98b4
Changed the menu listing of review dirs and their display on the Directorates page back to what it was before the 'reviews' group type was split out. Added a 'Reviews' column to the Directoratges page.
...
- Legacy-Id: 15420
2018-08-01 18:53:44 +00:00
Henrik Levkowetz
0c732d6538
Guard against comparing email origin with username of None.
...
- Legacy-Id: 15419
2018-07-31 14:27:31 +00:00
Henrik Levkowetz
0ca9ec769c
Added a None guard for the person merge last_login date comparison. Fixes issue #2562
...
- Legacy-Id: 15418
2018-07-30 16:57:59 +00:00
Henrik Levkowetz
43133fec1e
Set version info and settings back to development mode
...
- Legacy-Id: 15416
2018-07-25 19:08:57 +00:00
Henrik Levkowetz
b0fc703667
Set version info to release version 6.83.0 before branching.
...
- Legacy-Id: 15414
2018-07-25 19:08:48 +00:00
Henrik Levkowetz
7bdf6b6113
Changelog entry for 6.83.0
...
- Legacy-Id: 15413
2018-07-25 19:08:42 +00:00
Henrik Levkowetz
c48cb4e5d0
Code coverage data for release 6.83.0
...
- Legacy-Id: 15412
2018-07-25 19:08:32 +00:00
Henrik Levkowetz
7c1d590def
Updated changelog entry for version 6.83.0
...
- Legacy-Id: 15410
2018-07-24 14:52:23 +00:00
Henrik Levkowetz
3205b8f0db
Link to personal profile pages from group photo pages also when no photo is available -- the profile pages now contains more than just the photo.
...
- Legacy-Id: 15409
2018-07-24 14:31:11 +00:00
Henrik Levkowetz
2f771e155b
Merged in [15399] from rjsparks@nostrum.com:
...
use factories for ietf.ietfauth.tests.
- Legacy-Id: 15408
Note: SVN reference [15399] has been migrated to Git commit 02e85340f6
2018-07-24 13:28:19 +00:00
Henrik Levkowetz
6c9c28553a
Merged in [15395] from rjsparks@nostrum.com:
...
Allow the IRTF stream to set shepherds and shepherd writeups. Fixes #1993 .
- Legacy-Id: 15407
Note: SVN reference [15395] has been migrated to Git commit c470e61129
2018-07-24 08:52:27 +00:00
Henrik Levkowetz
70c5dcc8c4
Merged in [15387] from rjsparks@nostrum.com:
...
Use factories for ietf.iesg.tests.
- Legacy-Id: 15406
Note: SVN reference [15387] has been migrated to Git commit 705e4c84d9
2018-07-24 08:25:07 +00:00
Henrik Levkowetz
ac55203499
Merged in [15380] from rjsparks@nostrum.com:
...
Use factories for ietf.idindex.tests.
- Legacy-Id: 15405
Note: SVN reference [15380] has been migrated to Git commit 2159fdd975
2018-07-24 07:22:26 +00:00
Henrik Levkowetz
6350f92ed1
Merged in [15370] from rjsparks@nostrum.com:
...
Use factories for ietf.group.tests_review.
- Legacy-Id: 15404
Note: SVN reference [15370] has been migrated to Git commit 61932cbc9e
2018-07-24 06:14:47 +00:00
Henrik Levkowetz
a948cd1c48
Merged in [15358] from kivinen@iki.fi:
...
Fixed the tablesorter issue by adding display:none character in the
front of the date. Tablesorter looks first characters and picks the
parser based on that, meaning that if the text starts with number, it
will try to parse everything in column as numbers, and if there is
anything that is not numebr it will fail, and only sorts the column
once. This is bit ugly but I do not think we want to add yet another
jquery meta tool. Fixes #2089 , and #2151 .
- Legacy-Id: 15403
Note: SVN reference [15358] has been migrated to Git commit 6301862b27
2018-07-23 22:53:10 +00:00
Henrik Levkowetz
0ade20b1b8
Added a missing migration (for review unavailable-period reason)
...
- Legacy-Id: 15402
2018-07-23 22:32:41 +00:00
Henrik Levkowetz
a124811bc4
Merged in [15357] from mahoney@nostrum.com:
...
added anchors for working group rows. Still needs some work since the anchor ends up being under the menu bar. Partially addresses issue #1481 .
- Legacy-Id: 15401
Note: SVN reference [15357] has been migrated to Git commit 37f8695f98
2018-07-23 22:31:54 +00:00
Henrik Levkowetz
a66285129c
Merged in [15356] from ben@nostrum.com:
...
Change newlines to commas in to contacts for new liaison email notification. Fixes issue 2525.
- Legacy-Id: 15400
Note: SVN reference [15356] has been migrated to Git commit f8853fa468
2018-07-23 22:05:35 +00:00
Robert Sparks
02e85340f6
use factories for ietf.ietfauth.tests. Commit ready for merge
...
- Legacy-Id: 15399
2018-07-19 18:30:49 +00:00
Henrik Levkowetz
2e83c529b1
Merged in [15355] from rjsparks@nostrum.com:
...
Used factories for ietf.group.tests_info.
- Legacy-Id: 15398
Note: SVN reference [15355] has been migrated to Git commit 5a0b005939
2018-07-19 15:54:53 +00:00
Henrik Levkowetz
85aa1ecc25
Tweaked a test to prevent failures when looking for a specific string in line-wrapped text.
...
- Legacy-Id: 15397
2018-07-19 15:54:18 +00:00
Henrik Levkowetz
e53318084d
Added a tiny utility function unwrap() to unwrap wrapped text for matching expected strings in tests.
...
- Legacy-Id: 15396
2018-07-19 15:53:05 +00:00
Robert Sparks
c470e61129
Allow the IRTF stream to set shepherds and shepherd writeups. Fixes #1993 . Commit ready for merge.
...
- Legacy-Id: 15395
2018-07-19 15:31:27 +00:00
Robert Sparks
705e4c84d9
Use factories for ietf.iesg.tests. Commit ready for merge.
...
- Legacy-Id: 15387
2018-07-19 13:13:05 +00:00
Henrik Levkowetz
db2c326e73
Merged in [15354] from kivinen@iki.fi:
...
Added default to review completion draft version number. If the reviewer
is filling in the review form himself the default will be the latest
version of the draft. If it is someone else filling in the review
then the version number is the latest version at the point when review
was assigned (i.e., it assumes reviewer did review on version he was
requested to and then document authors might have updated the document).
Also mark the document versions that are earlier than the review request
date with red background and those which are newer with green background.
Fixes #2125 .
- Legacy-Id: 15386
Note: SVN reference [15354] has been migrated to Git commit dc3e8ee810
2018-07-18 22:36:01 +00:00