Commit graph

3401 commits

Author SHA1 Message Date
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 231034879f Tweaked the mergedevbranch script.
- Legacy-Id: 5679
2013-04-21 15:01:53 +00:00
Henrik Levkowetz e2ce73a18f - Legacy-Id: 5678 2013-04-21 14:46:00 +00:00
Henrik Levkowetz 8a8e261076 - Legacy-Id: 5677 2013-04-21 14:45:17 +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 e1cb2c45c0 Refined the INSTALL instructions for secretariat releases.
- Legacy-Id: 5673
2013-04-19 09:24:04 +00:00
Henrik Levkowetz 0b5f59d7ec Tweaked the INSTALL rst markup.
- Legacy-Id: 5672
2013-04-19 09:21:39 +00:00
Henrik Levkowetz a4f0c5af14 Tweaked the INSTALL rst markup.
- Legacy-Id: 5671
2013-04-19 09:19:24 +00:00
Henrik Levkowetz be84d7a013 Added instructions on updating the release version and date for patch releases.
- Legacy-Id: 5670
2013-04-19 09:13:00 +00:00
Henrik Levkowetz a1d0fa0e59 Added instructions on updating the release version and date for patch releases.
- Legacy-Id: 5669
2013-04-19 09:10:13 +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 c00658d888 Changelog entry for 4.44
- Legacy-Id: 5653
2013-04-15 22:49:24 +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 52a9023807 Added instructions on how to patch the production code (if necessary) to the INSTALL description.
- Legacy-Id: 5594
2013-03-25 18:30:32 +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 9f10d79ff1 Changelog entry for 4.43
- Legacy-Id: 5563
2013-03-13 18:26:54 +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 fd2342bdc2 Some additional tweaks to the INSTALL text.
- Legacy-Id: 5557
2013-03-13 13:26:31 +00:00
Henrik Levkowetz 4ee607eb46 Added a note on secretariat releases. Reformatted to resolve rst markup mistakes -- '$ rst2pdf INSTALL' now works.
- Legacy-Id: 5556
2013-03-13 13:18:37 +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