datatracker/ietf/idrfc
Henrik Levkowetz bb7fbd8cab Merged [5794] to [5800] from olau@iola.dk:
* Skip IANA - Review Needed and Version Changed - Review Needed changes from
    IANA as it turns out that the Datatracker is the authoritative source on
    these states. Also improve logging so that the raw JSON from IANA is
    dumped, the parsed JSON on imported changes is dumped and we write to
    syslog before starting a sync script in the notification view.

  * Only add charter state change link when chartering, it doesn't make sense
    for an approved charter. Fixes #861.

  * Don't display group.comments on the charter document page. Apparently
    group.comments have been used by the Secretariat in the past for
    chartering comments, but it's not possible to edit the field and the whole
    thing doesn't make sense from a modelling perspective - a feature like
    this should probably use the note field on the charter.  Fixes issue
    #1048.

  * Don't crash if an attachment has been created already, just reuse it -
    this case shouldn't actually happen, but apparently sometimes does,
    probably due to a concurrency issue

  * Add link to charter pages from the milestones editing page (besides the
    cancel button), fixes #1044.

  * Special-case proposed working groups with respect to milestones, they get
    the charter milestones on the WG charter page rather than the current set

  * Show approved milestones on /doc/charter-xyz/ page if the charter is
    approved instead of only showing proposed milestones for proposed charters
 - Legacy-Id: 5812
Note: SVN reference [5794] has been migrated to Git commit a603b8e056

Note: SVN reference [5800] has been migrated to Git commit 0f69f87a56
2013-07-14 14:00:39 +00:00
..
fixtures Made several changes to correctly use the new (RFC6410) "Internet Standard" level 2012-04-17 21:00:26 +00:00
templatetags From RjS: Added a case in the render_ballot_icon() filter for statchg documents. 2013-06-11 15:25:22 +00:00
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
__init__.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
expire.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
generate_fixtures.py Replace old charter branches with new branch based on conversion branch and some preliminary work on generalizing document handling 2012-01-31 17:38:27 +00:00
idrfc_wrapper.py * Added a document type for changing the publication status of other documents, and the UI for manipulating them. 2013-03-01 15:47:51 +00:00
lastcall.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
mails.py 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 2013-03-27 19:04:50 +00:00
markup_txt.py Add support for not splitting output 2012-03-15 16:03:54 +00:00
mirror_draft_versions.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
models.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
tests.py Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream. 2012-05-03 04:26:09 +00:00
testsREDESIGN.py Merged [5645],[5646] and [5647] from olau@iola.dk: 2013-04-21 15:53:16 +00:00
testurl.list Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
testurlREDESIGN.list Applied ballot popup patch from olau@iola.dk. 2012-07-27 20:09:23 +00:00
urls.py Merged [5570] from rjsparks@nostrum.com: 2013-04-07 20:40:15 +00:00
utils.py Fixed nonstandard indentation. 2013-05-14 18:18:57 +00:00
views.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
views_ballot.py Moved settings for RFC-Editor sync to settings.py. 2013-06-09 17:50:19 +00:00
views_doc.py Show approved milestones on /doc/charter-xyz/ page if the charter is 2013-06-18 11:23:55 +00:00
views_edit.py Moved settings for RFC-Editor sync to settings.py. 2013-06-09 17:50:19 +00:00
views_search.py Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents 2013-06-01 21:01:45 +00:00