Henrik Levkowetz
6cca7f9472
Added some missing admin views.
...
- Legacy-Id: 8594
2014-11-08 19:50:38 +00:00
Henrik Levkowetz
bd6d0775e1
Require posting confirmation for some particular draft name prefixes.
...
- Legacy-Id: 8591
2014-11-08 03:15:20 +00:00
Henrik Levkowetz
b74d4e7795
Set version info and settings back to development mode
...
- Legacy-Id: 8538
2014-11-01 23:16:37 +00:00
Henrik Levkowetz
16bbbc8e20
Set version info to release version 5.7.2 before branching.
...
- Legacy-Id: 8536
2014-11-01 23:16:27 +00:00
Henrik Levkowetz
2d4a228222
Changelog entry for 5.7.2
...
- Legacy-Id: 8535
2014-11-01 23:16:20 +00:00
Henrik Levkowetz
be4e45e16d
Temporary patch for exception when trying to generate proceedings for a session which doesn't have an assigned timeslot in an official schedule. Happens all the time for interims, for example.
...
- Legacy-Id: 8534
2014-10-31 21:52:19 +00:00
Henrik Levkowetz
370f9efa56
Merged in [8506] from rjsparks@nostrum.com:\n change default notify address for IRTF stream documents. Fixes bug #1489 .
...
- Legacy-Id: 8533
Note: SVN reference [8506] has been migrated to Git commit 31da337eb2
2014-10-31 21:47:50 +00:00
Henrik Levkowetz
4fda60a42a
Merged in [8505] from rjsparks@nostrum.com:\n Allow removing a document shepherd, and test that it works. Fixes bug #1509 .
...
- Legacy-Id: 8532
Note: SVN reference [8505] has been migrated to Git commit 0496ee1b73
2014-10-31 21:38:55 +00:00
Henrik Levkowetz
cea2e8e603
Merged in [8504] from rjsparks@nostrum.com:\n Added tests that would have caught bug #1508 . Added message to edit_shepherd_email to match that added in edit_shepherd.
...
- Legacy-Id: 8531
Note: SVN reference [8504] has been migrated to Git commit 905df236c3
2014-10-31 21:34:00 +00:00
Henrik Levkowetz
78da505019
Changed the signature line of the generate-wg-aliases to give the script path instead of a manually maintained string (which had become outdated) in the signature string at the top of the generated files.
...
- Legacy-Id: 8523
2014-10-30 15:39:46 +00:00
Henrik Levkowetz
26501383e0
Added generation of {draftname}.shepherd aliases for drafts when generating draft email aliases, and also added the shepherd's email address to the {draftname}.all alias. Changed the signature line of the script to give the script path instead of a manually maintained string (which had become outdated).
...
- Legacy-Id: 8522
2014-10-30 15:35:54 +00:00
Henrik Levkowetz
1ef00d44b2
Removed an unused import: pyflakes fix.
...
- Legacy-Id: 8521
2014-10-30 15:35:27 +00:00
Henrik Levkowetz
7635d8d11a
Fixed a bug in calculating can_edit_shepherd_writeup, triggered by the change in what Document.shepherd refers to (now, Email, used to be Person).
...
- Legacy-Id: 8510
2014-10-29 14:23:17 +00:00
Henrik Levkowetz
1bf4356002
Improved regex for the Dr.-Ing. honorific fix.
...
- Legacy-Id: 8509
2014-10-29 06:53:34 +00:00
Henrik Levkowetz
770f79e601
Added 'Dr.-Ing.' to the recognised honorifics in the author extraction code.
...
- Legacy-Id: 8508
2014-10-29 06:24:41 +00:00
Henrik Levkowetz
46cb5cbdca
Did a number of changes to the author extraction method of class Draft in order to make it able to match up names with double-word family names on the first page (A. Foo Bar) with (familyname, given-name) ordering (Foo Bar Any) in the Authors' Addresses section. Regression tested against 200+ known good author extraction results. A number of stronger restrictions in regular expressions had to be introduced to avoid regression, which is probably all to the good.
...
- Legacy-Id: 8507
2014-10-28 15:45:47 +00:00
Robert Sparks
31da337eb2
change default notify address for IRTF stream documents. Fixes bug #1489 . Commit ready for merge.
...
- Legacy-Id: 8506
2014-10-27 22:23:09 +00:00
Robert Sparks
0496ee1b73
Allow removing a document shepherd, and test that it works. Fixes bug #1509 . Commit ready for merge.
...
- Legacy-Id: 8505
2014-10-27 21:27:49 +00:00
Robert Sparks
905df236c3
Added tests that would have caught bug #1508 . Added message to edit_shepherd_email to match that added in edit_shepherd. Commit ready for merge
...
- Legacy-Id: 8504
2014-10-27 18:35:57 +00:00
Henrik Levkowetz
594684a185
Fixed a problem with the fill_in_shepherd_email migration, even if it has been run (and things cleaned up), just in case it might be needed or viewed as a pattern later.
...
- Legacy-Id: 8503
2014-10-27 18:20:35 +00:00
Henrik Levkowetz
e3077c6e50
Fixed a bug in the new ISO-date code for draft metadata extraction.
...
- Legacy-Id: 8502
2014-10-27 17:01:16 +00:00
Henrik Levkowetz
4dddf14be0
Added support for ISO-format dates (or RFC 3339 dates, if you will) to the date parsing done for the submission tool. Also refined the regexes a bit to avoid false matches on for instance things like 'Juniper 2014'.
...
- Legacy-Id: 8501
2014-10-27 16:51:19 +00:00
Henrik Levkowetz
9d5a9c143e
Reverted changes in ietf/utils/draft.py which should not have been part of [8499].
...
- Legacy-Id: 8500
Note: SVN reference [8499] has been migrated to Git commit a8ddac15e2
2014-10-27 16:35:50 +00:00
Henrik Levkowetz
a8ddac15e2
Merged in [8498] from rjsparks@nostrum.com:\n Reworked logic flow for editing shepherds. Added message to inform the user when the shepherd is not changed. Fixes bug #1508 .
...
- Legacy-Id: 8499
Note: SVN reference [8498] has been migrated to Git commit 055202dee4
2014-10-27 16:01:51 +00:00
Robert Sparks
055202dee4
Reworked logic flow for editing shepherds. Added message to inform the user when the shepherd is not changed. Fixes bug #1508 . Commit ready for merge.
...
- Legacy-Id: 8498
2014-10-27 15:54:08 +00:00
Henrik Levkowetz
ad2777972d
Reverted erroneous commit [8495] to the tags branch.
...
- Legacy-Id: 8496
Note: SVN reference [8495] has been migrated to Git commit c706413064
2014-10-27 13:13:35 +00:00
Lars Eggert
c706413064
Merge branch 'lars/5.6.4-facelift' into lars/5.7.1-facelift
...
Conflicts:
ietf/group/edit.py
ietf/group/views_stream.py
ietf/nomcom/forms.py
ietf/person/forms.py
ietf/settings.py
ietf/templates/doc/change_shepherd.html
ietf/templates/doc/document_draft.html
ietf/templates/doc/search/search_result_row.html
ietf/templates/doc/submit_to_iesg.html
ietf/templates/nomcom/edit_position.html
ietf/templates/nomcom/list_positions.html
- Legacy-Id: 8495
2014-10-27 11:08:30 +00:00
Henrik Levkowetz
f3b8d34479
Set version info and settings back to development mode
...
- Legacy-Id: 8493
2014-10-27 06:15:25 +00:00
Henrik Levkowetz
f6edbcd855
Set version info to release version 5.7.1 before branching.
...
- Legacy-Id: 8491
2014-10-27 06:15:21 +00:00
Henrik Levkowetz
5a3787791f
Changelog entry for 5.7.1
...
- Legacy-Id: 8490
2014-10-27 06:15:18 +00:00
Henrik Levkowetz
06ea9a0025
Merged in [8456] from rcross@amsl.com:
...
fix bug when trying to edit a session request that doesn't exist. fix bug when submitted session request form does not include conflict input fields.
- Legacy-Id: 8489
Note: SVN reference [8456] has been migrated to Git commit 09d7255e4a
2014-10-26 21:44:03 +00:00
Henrik Levkowetz
d7223b8ebc
Merged in [8454] from rcross@amsl.com:\n fix IRTF proceedings to include Open IRTF Meeting (openirtf).
...
- Legacy-Id: 8488
Note: SVN reference [8454] has been migrated to Git commit ac5e4b9b4c
2014-10-26 21:30:29 +00:00
Henrik Levkowetz
330beb7a21
Merged in [8452] from rjsparks@nostrum.com:\n Relax ALLOWED_HOSTS when not running in production. Fixes bug #1373 .
...
- Legacy-Id: 8487
Note: SVN reference [8452] has been migrated to Git commit 745145d5ed
2014-10-26 20:39:57 +00:00
Henrik Levkowetz
719c9b7bf4
Merged in [8444] from rjsparks@nostrum.com:\n Fixed condition check problem introduced with adjustments to setting the returning item bit. Fixes bug #1505 .
...
- Legacy-Id: 8486
Note: SVN reference [8444] has been migrated to Git commit 41f0905689
2014-10-26 20:23:54 +00:00
Henrik Levkowetz
b1edef1099
Merged in [8441] from rjsparks@nostrum.com:\n Remove X-Frame-Options configuration.
...
- Legacy-Id: 8485
Note: SVN reference [8441] has been migrated to Git commit c4fb9b5bd5
2014-10-26 20:19:09 +00:00
Henrik Levkowetz
a18410cca5
Merged in [8438] from rjsparks@nostrum.com:\n Better evaluation of whether a document type is diffable. Fixes bug #1504 .
...
- Legacy-Id: 8484
Note: SVN reference [8438] has been migrated to Git commit 71195b0a72
2014-10-26 20:00:29 +00:00
Henrik Levkowetz
55cef621bd
Merged in [8305] from rjsparks@nostrum.com:\n Replaces the return_to_url notion with logic that uses the session object. Related to bug #1430 .
...
- Legacy-Id: 8483
Note: SVN reference [8305] has been migrated to Git commit feb57a04f0
2014-10-26 19:35:10 +00:00
Henrik Levkowetz
6687a36d67
Added wgchairs@ietf.org to the release notification email. Split the notification email sending into two, in order to limit the number of addressees for emails going to Mailman lists.
...
- Legacy-Id: 8482
2014-10-26 13:58:43 +00:00
Henrik Levkowetz
388b271f1c
Fixed a 500 error that could occur if someone manyally entered a proceedings url to upload materials to a nonexistent meeting/group combination.
...
- Legacy-Id: 8481
2014-10-26 13:48:57 +00:00
Henrik Levkowetz
5a6819832f
Prevent 500 errors on file move race condition.
...
- Legacy-Id: 8480
2014-10-26 13:19:38 +00:00
Henrik Levkowetz
42fe537b81
Tweaked the mkrelease script to always apply changelog note timestamps in UTC.
...
- Legacy-Id: 8479
2014-10-26 12:56:53 +00:00
Henrik Levkowetz
1d02752f01
Set version info and settings back to development mode
...
- Legacy-Id: 8477
2014-10-26 12:52:06 +00:00
Henrik Levkowetz
e7321e1d8b
Set version info to release version 5.7.0 before branching.
...
- Legacy-Id: 8475
2014-10-26 12:52:02 +00:00
Henrik Levkowetz
53555062c7
Changelog entry for 5.7.0
...
- Legacy-Id: 8474
2014-10-26 12:51:45 +00:00
Henrik Levkowetz
df8705b187
Merged in patches from production.
...
- Legacy-Id: 8473
2014-10-25 21:14:00 +00:00
Henrik Levkowetz
704589b4c7
Merged in branch/iola/people-cleanup @ [8471] from olau@iola.dk, which
...
enhances a number of pages in the datatracker where forms contain fields
where a person should be chosen, such as for instance when choosing the
shepherd of a document, so that they uniformly display choices which show
both email address and name.
Furthermore, changes have been made so as to make the email address
uniformly act as reference to the person record.
Autocompletion is now consistently provided when looking for the email
address or name of the person to choose.
This solves a number of issues where it has been difficult to choose the
correct Person/Email combination, and where the correct email address to use
for an association has been unavailable previously.
- Legacy-Id: 8472
Note: SVN reference [8471] has been migrated to Git commit d62f2343e8
2014-10-25 21:05:50 +00:00
Henrik Levkowetz
d62f2343e8
Changelog entry for 5.7.0
...
- Legacy-Id: 8471
2014-10-25 20:53:38 +00:00
Henrik Levkowetz
f2e66ded87
Fixed the changelog to be valid ReStructuredText.
...
- Legacy-Id: 8470
2014-10-25 16:22:33 +00:00
Henrik Levkowetz
51bc4430bc
Set version info and settings back to development mode
...
- Legacy-Id: 8468
2014-10-25 16:14:27 +00:00
Henrik Levkowetz
f872eaaa11
Set version info to release version 5.6.5 before branching.
...
- Legacy-Id: 8466
2014-10-25 16:14:22 +00:00