This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
5
Packages
Projects
Releases
Wiki
Activity
8eec9ccb15
datatracker
/
ietf
/
sync
History
Henrik Levkowetz
8eec9ccb15
Don't actually do a post to the rfc-editor's state sync interface for a publication request when not in production mode.
...
- Legacy-Id: 5773
2013-06-03 20:49:40 +00:00
..
__init__.py
Revamp sync from RFC Editor to include more info, fix a couple of bugs
2012-09-17 15:45:27 +00:00
discrepancies.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
iana.py
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.
2013-05-09 20:07:40 +00:00
mails.py
Add POST interface for IANA/RFC Editor for triggering updates, add
2012-09-17 15:57:48 +00:00
models.py
Revamp sync from RFC Editor to include more info, fix a couple of bugs
2012-09-17 15:45:27 +00:00
rfceditor.py
Don't actually do a post to the rfc-editor's state sync interface for a publication request when not in production mode.
2013-06-03 20:49:40 +00:00
tests.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
urls.py
Add RFC Editor undo page, missing test and dump model
2012-11-06 17:06:10 +00:00
views.py
Use IANA URL settings from settings.py in some more places.
2013-04-21 14:38:20 +00:00