Commit graph

2853 commits

Author SHA1 Message Date
Henrik Levkowetz c72ab5daa3 Added alternative names for 2 iana states which seems to have changed name since the code was originally deployed. Also added a guard against sending state change emails when the iana state hasn't actually changed.
- Legacy-Id: 5718
2013-05-09 20:07:40 +00:00
Henrik Levkowetz ab3120cee4 Revert some last_call_announcement changes, as they have caused breakage.
- Legacy-Id: 5717
2013-05-09 20:03:35 +00:00
Henrik Levkowetz df2a579c42 Don't use non-ascii names in the email lists (at least for now).
- Legacy-Id: 5700
2013-05-06 16:36:23 +00:00
Henrik Levkowetz a3ce05bcc7 A different fix for the shepherd writeup edit test.
- Legacy-Id: 5699
2013-05-06 16:35:36 +00:00
Henrik Levkowetz 45cd8788d1 Added the secretariat to the recipient list for publication request emails generated by the datatracker. Fixes issue #964.
- Legacy-Id: 5698
2013-05-06 16:34:37 +00:00
Henrik Levkowetz aff678bb11 Fixed a problem with checking shepherd writeup editing permissions for logged-in users with no associated person object.
- Legacy-Id: 5695
2013-05-03 09:46:25 +00:00
Henrik Levkowetz bcee56d238 Tweaked group/admin.py to show some additional group and group event columns
when listing entries.
 - Legacy-Id: 5685
2013-04-23 15:40:32 +00:00
Henrik Levkowetz e96cf009f9 Reverted a change from [5602], reinstating the explicit To: field for
last-call announcements, because removing it caused the copies of the
announcements destined for email lists to be held by Mailman for
moderation because of implicit destination.  Relates to issue #811.
 - Legacy-Id: 5684
Note: SVN reference [5602] has been migrated to Git commit 19dcf10316
2013-04-23 15:27:56 +00:00
Henrik Levkowetz 3418d3db45 Cleaning up old unused migrations for the submit app, and setting up a new
migration for a new submission field: replaces.
 - Legacy-Id: 5682
2013-04-21 21:23:39 +00:00
Henrik Levkowetz f2c4ed9f24 Changed additional places to use IANA sync settings from settings.py
- Legacy-Id: 5681
2013-04-21 15:57:56 +00:00
Henrik Levkowetz 53b1719860 Merged [5645],[5646] and [5647] from olau@iola.dk:
Added support for notifying the RFC Editor upon draft approval

Added action to post to RFC Editor on non-IESG publication requests too

Fixed a bug that the CC on the announcement copy sent to IANA wasn't
cleared causing people on the CC to get duplicate emails
 - Legacy-Id: 5680
2013-04-21 15:53:16 +00:00
Henrik Levkowetz e4fd951f2c Use IANA URL settings from settings.py in some more places.
- Legacy-Id: 5676
2013-04-21 14:38:20 +00:00
Henrik Levkowetz 7c35da472a Applied a patch from rjsparks@nostrum.com:
This fixes an issue with /doc/ad2 that is python library version related:

     ageseconds = (datetime.datetime.now()-doc.latest_event(type=3D'changed_document').time).total_seconds()

AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'

The production system is using 2.6, and that was a 2.7 feature.
 - Legacy-Id: 5665
2013-04-18 22:19:33 +00:00
Henrik Levkowetz 5d22df9e25 Added templates missing from release 4.44.
- Legacy-Id: 5664
2013-04-18 22:14:50 +00:00
Henrik Levkowetz f159416157 Remove debug code.
- Legacy-Id: 5663
2013-04-18 22:14:26 +00:00
Henrik Levkowetz 76de5e823d Add RjS to the AADMINS setting.
- Legacy-Id: 5662
2013-04-18 22:13:52 +00:00
Henrik Levkowetz cba8f8596f Set version info and settings back to development mode
- Legacy-Id: 5656
2013-04-15 22:49:29 +00:00
Henrik Levkowetz 547b5e77ab Set version info to release version 4.44 before branching.
- Legacy-Id: 5654
2013-04-15 22:49:26 +00:00
Henrik Levkowetz 927efe2b7c Merged [5600] and [5602] from rjsparks@nostrum.com:
Changed the header to last call messages to IETF Announce and to IANA to make
replying to the announcement less likely to create an unnecessary ticket.
 - Legacy-Id: 5652
Note: SVN reference [5602] has been migrated to Git commit 19dcf10316
2013-04-15 22:24:22 +00:00
Henrik Levkowetz d18dc43af7 Merged [5569] and [5572] from rjsparks@nostrum.com:
Small fixes in 4.43 and showing the shepherd (when there is one)
on search results, documents for this ad, and wg document lists.
Fixes bug #972.
 - Legacy-Id: 5651
Note: SVN reference [5572] has been migrated to Git commit 22b6085987
2013-04-15 22:21:37 +00:00
Henrik Levkowetz 90fe3989ee Changed which email addresses the submission tool uses for confirmation emails and sending out full submission status URLs from the emails found in the submitted document (which could be empty, broken, or intentionally different than the original authors) to the author emails from the previous version, where a previous version exists. This fixes breakage which can occur when no valid email addresses can be found in a broken submission, and also ensures that at least one of the authors of a previous version signs off on a new version, preventing submission hijacking.
- Legacy-Id: 5650
2013-04-15 22:12:31 +00:00
Henrik Levkowetz 0b26b9f4c4 Add IANA_SYNC_* URLs to settings.py
- Legacy-Id: 5648
2013-04-15 20:25:09 +00:00
Henrik Levkowetz ee420423a0 Added a section to the meeting materials page for IAB sessions. Added a link bar at the top to make it easier to find sections like Training and IAB.
- Legacy-Id: 5636
2013-04-11 09:21:12 +00:00
Henrik Levkowetz 0a76a26ed7 Fixed the additional nit mentioned in issue #974 better. Together with earlier commits, this fixes #974.
- Legacy-Id: 5632
2013-04-08 20:21:09 +00:00
Henrik Levkowetz becd10a81d Merged [5570] from rjsparks@nostrum.com:
Moves the interface to edit shepherds and sheperd writeups out of the 
wgtracker interface and into the doc views (via idrfc).
Added a little to the simple authorization code (can_edit_) in idrfc.
Added a way to reset the writeup to the current templates (leaving 
extension points to take templates for non-ietf stream documents).
Fixes bug #967.

Implementation notes:
Currently reused EmailsField -- in the long 
run a better approach will be to build a similar PersonField.

This also fixes tickets #834 and #691 (which were effectively duplicates 
of #967)
 - Legacy-Id: 5631
Note: SVN reference [5570] has been migrated to Git commit 3bc9e9a7add65bf135d669381cb5d93c5a2e3e19
2013-04-07 20:40:15 +00:00
Henrik Levkowetz 68b697ccfc Merged [5595] from rjsparks@nostrum.com:
Tweaked the grouping code to not break documents of the same type up
 - Legacy-Id: 5630
Note: SVN reference [5595] has been migrated to Git commit 581280be11
2013-04-07 19:14:10 +00:00
Henrik Levkowetz 7a98fff79c Merged [5476] from rjsparks@nostrum.com:
* Added a document type for changing the publication status of other documents, and the UI for manipulating them.
* Added charters, conflict reviews, and status changes to the AD's \'My Documents\' page
* Improved the presentation of all document types on the Agenda, Future Telechats, Scribe and Moderator package pages
* Made the reverse name for document relationships explicit rather than deriving them from forward names
* Added a way to get to the underlying Document (when it exists) from an RfcWrapper
* Unified several common forms used by different document types
 - Legacy-Id: 5629
Note: SVN reference [5476] has been migrated to Git commit 10b4f7a4dc
2013-04-07 19:11:18 +00:00
Henrik Levkowetz 7ac4113751 Import math as needed. Related to [5626] and issue #974.
- Legacy-Id: 5628
Note: SVN reference [5626] has been migrated to Git commit fb1df9e2eb
2013-04-07 17:10:19 +00:00
Henrik Levkowetz f3833e1d17 Fixed another issue with the ballot counts (unreachable code). See issue #974.
- Legacy-Id: 5627
2013-04-05 14:07:59 +00:00
Henrik Levkowetz fb1df9e2eb Fixed the ballots needed count error in two more places. See issue #974.
- Legacy-Id: 5626
2013-04-05 14:06:13 +00:00
Henrik Levkowetz 55626b8523 Don't list documents replaced by other documents in the IESG Status list at /idtracker/status/.
- Legacy-Id: 5625
2013-04-05 11:22:47 +00:00
Henrik Levkowetz f71d40423a Fixed a bug which would set the state in the event accompanying a WG activation to 'Proposed', which messes up various views.
- Legacy-Id: 5624
2013-04-05 11:20:58 +00:00
Henrik Levkowetz b183273c72 Add new tag 'rev-wg' to the list of valid annotation tags for the ietf stream. Note: This list and those on nearby lines needs to be refactored into a table, instead of sitting in the code.
- Legacy-Id: 5623
2013-04-05 11:19:35 +00:00
Robert Sparks 19dcf10316 Changed the header to last call messages to IETF Announce and to IANA to make replying to the announcement less likely to create an unnecessary ticket
- Legacy-Id: 5602
2013-03-27 19:04:50 +00:00
Robert Sparks 581280be11 Tweaked the grouping code to not break documents of the same type up
- Legacy-Id: 5595
2013-03-25 21:34:08 +00:00
Henrik Levkowetz c5b0a8fbe6 Fixed rounding issue in IESG positions neded calculation. Fixes issue #974.
- Legacy-Id: 5573
2013-03-15 18:09:10 +00:00
Robert Sparks 22b6085987 Shows the shepherd (when there is one) on search results, documents for this ad, and wg document lists.
Fixes bug #972
 - Legacy-Id: 5572
2013-03-15 13:22:31 +00:00
Henrik Levkowetz f85881dc61 Make agenda views with timezone information work also for earlier meetings without timezone data set.
- Legacy-Id: 5568
2013-03-14 14:56:28 +00:00
Henrik Levkowetz 3a76862e05 Set version info and settings back to development mode
- Legacy-Id: 5566
2013-03-13 18:26:58 +00:00
Henrik Levkowetz 63cad71f5e Set version info to release version 4.43 before branching.
- Legacy-Id: 5564
2013-03-13 18:26:55 +00:00
Henrik Levkowetz 6c6107b6d5 Merged [5543] from ietf@augustcellars.com:
Working Group document page now allows for addition of documents to community lists.
 - Legacy-Id: 5562
Note: SVN reference [5543] has been migrated to Git commit 88ff873c457f40f2addbfe14550e65f990d3284f
2013-03-13 17:50:29 +00:00
Henrik Levkowetz 8d80e3b392 Merged [5509] from ietf@augustcellars.com:
Add new rules to the atom tracker for picking up documents in specific states
Add new rules to the atom tracker for picking up RFCs
Change the header fields on the RFC table so that they reflect RFC descriptions rather than I-D descriptions.
 - Legacy-Id: 5561
Note: SVN reference [5509] has been migrated to Git commit 7ef255b0b1
2013-03-13 15:31:36 +00:00
Henrik Levkowetz 2697c196c9 Merged [5535] from jmh@joelhalpern.com:
Fix Moderator package Conflict review text.
 - Legacy-Id: 5560
Note: SVN reference [5535] has been migrated to Git commit d83432dd2d
2013-03-13 14:58:42 +00:00
Henrik Levkowetz 7c5da4a92c Merged [5534] from adam@nostrum.com, tweaked by henrik@levkowetz.com:
Fixes formatting for history page.  Relates to issue #210.
 - Legacy-Id: 5559
Note: SVN reference [5534] has been migrated to Git commit 820e87d09b
2013-03-13 14:55:41 +00:00
Henrik Levkowetz fc5e944199 Merged [5529] from jmh@joelhalpern.com:
Add document's notification list to destination email addresses when the document leaves IETF LC.
 - Legacy-Id: 5558
Note: SVN reference [5529] has been migrated to Git commit f81f08cc4a
2013-03-13 13:39:19 +00:00
Henrik Levkowetz 6820b499fd Ask people to use their account profile management form to add email addresses, instead of creating new accounts, on the create-account form.
- Legacy-Id: 5550
2013-03-11 13:51:34 +00:00
Henrik Levkowetz 0b0265e0ff Merged [5527] from adam@nostrum.com:
Adding links to request page
 - Legacy-Id: 5545
Note: SVN reference [5527] has been migrated to Git commit ad23d56fb2
2013-03-10 15:59:43 +00:00
Henrik Levkowetz 168d5a3836 From cabo@tzi.org: Added javascript functionality to make the UTC agenda convert it's UTC times to Browser local time.
- Legacy-Id: 5544
2013-03-10 14:56:28 +00:00
Henrik Levkowetz 5ff6e283e4 Merged [5525] from rcross@amsl.com:
Ticket #673: Add the ability for the secretariat to clear a ballot to the tracker
 - Legacy-Id: 5541
Note: SVN reference [5525] has been migrated to Git commit 4da4efca7b
2013-03-09 23:45:20 +00:00
Henrik Levkowetz c0e520baac Tweaked the code from [5518] to handle the case where a document doesn't have any state set yet.
- Legacy-Id: 5540
Note: SVN reference [5518] has been migrated to Git commit edfc7b8193
2013-03-09 23:44:43 +00:00