Henrik Levkowetz
8e9f835651
Made ietf/sync pyflakes-clean.
...
- Legacy-Id: 7498
2014-03-16 07:49:21 +00:00
Ole Laursen
87ca10d122
Remove usage of log_state_changed (and duplicate in
...
doc/utils_charter.py) in favour of add_state_change_event which has
slightly better API but otherwise does basically the same except it
sets an event type we can later search for. Also expand tests slightly
to exercise three more templates.
- Legacy-Id: 7129
2014-01-15 17:52:00 +00:00
Ole Laursen
742dbace24
Move views and templatetags from idrfc/ to doc, the I-D specific views
...
go into views_draft.py and tests in tests_draft.py; what's left in
idrfc is wrapper code, templates and the ballot_icon templatetag
- Legacy-Id: 6051
2013-08-14 10:32:25 +00:00
Ole Laursen
ec2f0cabbf
Delete dead code from idrfc, and delete some obsolete imports too
...
- Legacy-Id: 6001
2013-08-09 14:55:51 +00:00
Ole Laursen
0f69f87a56
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.
- Legacy-Id: 5800
2013-06-21 16:48:05 +00:00
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
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
2f3476690f
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.
...
- Legacy-Id: 5486
2013-03-05 23:24:41 +00:00
Ole Laursen
f22b14a8a4
Fix really weird encoding issue with Python 2.6
...
- Legacy-Id: 5150
2012-12-21 11:46:42 +00:00
Ole Laursen
d47878656f
Fix a bug in the IANA changes logging, fix spelling mistake, remove
...
debug print
- Legacy-Id: 4882
2012-09-24 11:53:30 +00:00
Ole Laursen
915908c203
Add HTTP auth to IANA sync, password is supposed to be saved in settings_local.py
...
- Legacy-Id: 4875
2012-09-21 09:15:35 +00:00
Ole Laursen
5282bd1d07
Add sync scripts for reading from IANA changes API, reading from the
...
protocols page (to see when references to newly published RFCs have
been updated) and parsing IANA review emails to be included as
comments
- Legacy-Id: 4850
2012-09-17 15:54:22 +00:00