Henrik Levkowetz
a6bbb33177
Merged in [18445] from rjsparks@nostrum.com:
...
Provide a management command to inform github backups.
- Legacy-Id: 18455
Note: SVN reference [18445] has been migrated to Git commit 30ac9833c5
2020-09-01 12:10:48 +00:00
Henrik Levkowetz
02bb72d585
Merged in [18425] from olau@iola.dk:
...
Make the IPR search form initialize the state field upon form
initialization instead of evaluating the queryset upon importing the
module. This is probably never a problem in practice in this case in
the live environment, but it's a confusing practice, and when running
the tests sometimes a bug seems to throw Django off and the error is
then shadowed by Django crashing when trying to access the
(non-existing) database.
- Legacy-Id: 18454
Note: SVN reference [18425] has been migrated to Git commit 0aa0f7d4e2
2020-09-01 10:30:55 +00:00
Henrik Levkowetz
d227f1dba6
Merged in [18414] from olau@iola.dk:
...
Compute session order from available data instead of going through the
database again (saves ~2800 queries on the IETF 106 agenda page)
- Legacy-Id: 18453
Note: SVN reference [18414] has been migrated to Git commit ca057911ea
2020-09-01 08:06:21 +00:00
Henrik Levkowetz
e9bebe1274
Merged in [18103] from olau@iola.dk:
...
Prefetch a couple of things in the agenda view to reduce the number of
queries for IETF 106 from about 3800 to about 235.
- Legacy-Id: 18452
Note: SVN reference [18103] has been migrated to Git commit a373f1d55c
2020-08-31 20:09:03 +00:00
Henrik Levkowetz
21cd74a809
Added search field and tweaked the list display for the DocAlias admin.
...
- Legacy-Id: 18451
2020-08-31 15:38:33 +00:00
Henrik Levkowetz
2355f7c0e8
Merged in [18378] from rjsparks@nostrum.com:
...
Improved the classification of some github related external resources. Tightened validation of new resource values.
- Legacy-Id: 18449
Note: SVN reference [18378] has been migrated to Git commit 2b70735fd2
2020-08-31 15:21:42 +00:00
Henrik Levkowetz
a1b1a919ab
Merged in [18373] from mark@painless-security.com:
...
Filter out reviewers who have rejected reviewing this document in the past from the list of suggested reviewers. Fixes #2996 .
- Legacy-Id: 18448
Note: SVN reference [18373] has been migrated to Git commit d105f8ba5b
2020-08-31 11:21:07 +00:00
Henrik Levkowetz
95bca1dbed
Updated the bluesheet submission API tests slightly, to check correct handling of updates.
...
- Legacy-Id: 18447
2020-08-30 19:41:55 +00:00
Robert Sparks
30ac9833c5
Provide a management command to inform github backups. Commit ready for merge.
...
- Legacy-Id: 18445
2020-08-28 15:34:25 +00:00
Henrik Levkowetz
7c5a910360
Adjusted the horizontal placement of [New] labels in search results, aligning them on a vertical line for a neater look.
...
- Legacy-Id: 18444
2020-08-28 15:33:28 +00:00
Henrik Levkowetz
a8f13b79c3
Added links to v3 HTML output for v3 draft submissions. Fixesissue #3067 .
...
- Legacy-Id: 18443
2020-08-28 15:31:17 +00:00
Robert Sparks
ba7e1f3c6a
changes to improve interfacing with the backup scripts
...
- Legacy-Id: 18442
2020-08-28 15:28:22 +00:00
Henrik Levkowetz
15ea994266
Added an xml_version field to Submission objects, to capture the schema version of submitted XML files (if any). Related to issue #3067 .
...
- Legacy-Id: 18440
2020-08-28 14:31:36 +00:00
Henrik Levkowetz
b3128842c9
Renamed the AUTH48 state_alert_badge() filter to auth48_alert_badge(), as the filter is specific, not generic.
...
- Legacy-Id: 18439
2020-08-28 13:29:15 +00:00
Henrik Levkowetz
5a64d6027c
Added exception catching around an urlreverse that might fail. (Enumerating valid group types will also work, but can get out of sync, so this is more DRY).
...
- Legacy-Id: 18437
2020-08-28 12:57:22 +00:00
Henrik Levkowetz
1b2900007a
Fixed an issue in the auth48 state_alert_badge() template filter, which could arise for a document where a get_state() call returns None.
...
- Legacy-Id: 18436
2020-08-28 12:49:09 +00:00
Henrik Levkowetz
a6939a8c2f
Set version info and settings back to development mode
...
- Legacy-Id: 18430
2020-08-27 21:38:40 +00:00
Henrik Levkowetz
72c2328964
Set version info to release version 7.15.0 before branching.
...
- Legacy-Id: 18428
2020-08-27 21:38:20 +00:00
Henrik Levkowetz
306b1682a2
Added a link to the group page from the year label on the nomcom index page.
...
- Legacy-Id: 18424
2020-08-27 11:00:56 +00:00
Henrik Levkowetz
d60221c341
Changed the nomcom template editing forms to use a monospaced font for the template text (recommended for RST templates).
...
- Legacy-Id: 18423
2020-08-26 18:41:11 +00:00
Henrik Levkowetz
546135f6e1
Fixed an issue with the target URL for versioned bibxml entries under /doc/bibxml3 for drafts that have been published as RFC.
...
- Legacy-Id: 18422
2020-08-26 16:51:42 +00:00
Henrik Levkowetz
2603bf4a23
Merged in [18371] from mark@painless-security.com:
...
Track slide submissions even after acceptance or rejection. Fixes #2835 .
- Legacy-Id: 18421
Note: SVN reference [18371] has been migrated to Git commit 21ba67fb79
2020-08-26 16:47:35 +00:00
Henrik Levkowetz
da7c22f710
Added html.escape() in a test case in order to correctly handle affiliation names with ampersands.
...
- Legacy-Id: 18420
2020-08-26 16:04:50 +00:00
Henrik Levkowetz
c98b6c8ad3
Fixed an issue with the generated tag for versioned bibxml entries under /doc/bibxml3 for drafts that have been published as RFC.
...
- Legacy-Id: 18418
2020-08-26 15:23:41 +00:00
Henrik Levkowetz
465063d0ec
Made a template filter more robust when given unexpected input.
...
- Legacy-Id: 18417
2020-08-26 14:55:28 +00:00
Henrik Levkowetz
3e16da6591
Fixed an issue that could prevent error messages from docutils from propagating to the end user when editing RST templates.
...
- Legacy-Id: 18416
2020-08-25 22:46:03 +00:00
Henrik Levkowetz
7a422e86bf
Changed the week_view() function to calculate a first_regular_session_time also when the meeting has not been populated with any sessions, by using the meeting.date as a proxy value.
...
- Legacy-Id: 18410
2020-08-25 13:08:57 +00:00
Henrik Levkowetz
45eaa18c77
Fixed a broken reverse migration
...
- Legacy-Id: 18409
2020-08-25 09:45:29 +00:00
Henrik Levkowetz
ba01af0c4d
Changed the maybe_patch_libraries() check action to emit 'patched now, restart needed' errors in test or development, but not in production, where we don't care if the patches were applied earlier or just now.
...
- Legacy-Id: 18408
2020-08-24 11:29:41 +00:00
Henrik Levkowetz
bb9bd8d469
Added a patch for tastypie under django 2.2, to catch field error exceptions that were handled differently under earlier django versions.
...
- Legacy-Id: 18407
2020-08-24 11:24:52 +00:00
Henrik Levkowetz
8d2e0a0637
Merged in [18357] from rjsparks@nostrum.com:
...
Show link to a drafts group page for all group types when the draft has a group. Fixes #3061 .
- Legacy-Id: 18406
Note: SVN reference [18357] has been migrated to Git commit cf42db8804
2020-08-24 10:53:10 +00:00
Henrik Levkowetz
cbfbedf2d3
Updated the IETF meeting agenda rendering so as to show the session links to materials, meetecho, jabber, notepad etc. also for narrov-screen devices such as phones, based on code from lars@eggert.org. Also moved some template code doing markup tweaking of the room name to a TimeSlot method, and factored out session start- and end-time display, repeated in 4 locations, to a template snipped. Added a new CSS class which provides less padding at the sides of pages on narrow devices.
...
- Legacy-Id: 18403
2020-08-21 13:40:14 +00:00
Henrik Levkowetz
6b560de71d
Updated the instructions for how to expand a vocab v3 file to standalone (by using --expand with xml2rfc)
...
- Legacy-Id: 18401
2020-08-21 12:05:40 +00:00
Henrik Levkowetz
504b233691
Set version info and settings back to development mode
...
- Legacy-Id: 18399
2020-08-20 14:08:15 +00:00
Henrik Levkowetz
f9590476c8
Set version info to release version 7.14.1 before branching.
...
- Legacy-Id: 18397
2020-08-20 14:07:55 +00:00
Henrik Levkowetz
c95ffe42e7
Fixed a pyflakes issue
...
- Legacy-Id: 18393
2020-08-20 13:47:27 +00:00
Henrik Levkowetz
6dd0b7c81e
Updated an initial migration to reflect actual database tables present.
...
- Legacy-Id: 18390
2020-08-20 12:35:37 +00:00
Henrik Levkowetz
48126ba505
- Legacy-Id: 18389
2020-08-20 12:34:09 +00:00
Henrik Levkowetz
b4cc53fea0
Migration for deleted model
...
- Legacy-Id: 18388
2020-08-20 12:31:52 +00:00
Henrik Levkowetz
16fb382943
Made the patch utility return information to distinguish already patched files from successful patch application, and modified our checks extensions to signal when patches have been applied and a ccommand needs to be re-run.
...
- Legacy-Id: 18386
2020-08-20 11:36:46 +00:00
Robert Sparks
f4fd4b1921
Gather actual repos to backup takinging user and organizational owners into account, iterating through owner repos when necessary using the github api.
...
- Legacy-Id: 18384
2020-08-19 19:07:29 +00:00
Henrik Levkowetz
bc75565969
Changed the default LOGGING setup to avoid logging to syslog, as it may not be available in all enviroments.
...
- Legacy-Id: 18382
2020-08-19 13:27:50 +00:00
Henrik Levkowetz
1318fe6914
Changes to permit login to the dev. server from recent browsers (such as Chrome 84)
...
- Legacy-Id: 18381
2020-08-19 13:25:25 +00:00
Robert Sparks
2b70735fd2
Improved the classification of some github related external resources. Tightened validation of new resource values. Commit ready to merge.
...
- Legacy-Id: 18378
2020-08-17 23:50:22 +00:00
Henrik Levkowetz
0f5d2b290f
Added a 'meeting' list filter to the admin page for ImportantDate.
...
- Legacy-Id: 18376
2020-08-15 09:38:00 +00:00
Henrik Levkowetz
f93270e0f6
Changed the API to not export saved Message instances (they can contain information such as draft confirmation codes and password reset codes that should not be generally visible).
...
- Legacy-Id: 18375
2020-08-15 09:37:05 +00:00
Henrik Levkowetz
50d559f05f
Removed an unused model.
...
- Legacy-Id: 18374
2020-08-15 09:34:25 +00:00
Mark J. Donnelly
d105f8ba5b
Filter out reviewers who have rejected reviewing this document in the past from the list of suggested reviewers. Fixes #2996 . Commit ready for merge.
...
- Legacy-Id: 18373
2020-08-13 15:03:54 +00:00
Mark J. Donnelly
8bde162613
Include an HTML template missed in the previous commit. Fixes #2835 . Commit ready for merge.
...
- Legacy-Id: 18372
2020-08-13 13:49:11 +00:00
Mark J. Donnelly
21ba67fb79
Track slide submissions even after acceptance or rejection. Fixes #2835 . Commit ready for merge.
...
- Legacy-Id: 18371
2020-08-13 13:48:01 +00:00