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
6
Packages
Projects
Releases
Wiki
Activity
ba8a173a5c
datatracker
/
ietf
/
secr
/
drafts
History
Henrik Levkowetz
edcfcd11f1
Added more logging during draft resurrection. Added a guard agains draft status changes while the draft expiration loop is running.
...
- Legacy-Id: 14488
2018-01-06 16:01:21 +00:00
..
fixtures
Added 4 new fields to the meeting class, to hold draft submission cutoff information for the meeting. On request, changed the presentation of the cutoff times to show the last submission time, rather than the beginning of the cutoff time. Changed the cutoff hour format to support full timedelta information, not just a given hour (this was necessary in order to be able to set the requested 23:59:59 submission stop time).
2015-02-21 20:48:29 +00:00
__init__.py
Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
2013-03-05 22:43:31 +00:00
email.py
Made email subject 'I-D ACTION:<draft>' consistent with other 'I-D Action: <draft>' email subjects.
Fixes
#1519
. Commit ready for merge.
2017-07-15 11:05:29 +00:00
forms.py
Removed code that has been marked unreachable for more than 5 months.
2017-12-29 19:48:18 +00:00
notifications.py
Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
2013-03-05 22:43:31 +00:00
reports.py
Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday.
2017-10-25 13:38:15 +00:00
tests_views.py
Modified a test to make it less sensitive to timing vagaries causing arbitrary failures.
2017-07-12 15:24:39 +00:00
urls.py
Removed code that has been marked unreachable for more than 5 months.
2017-12-29 19:48:18 +00:00
views.py
Added more logging during draft resurrection. Added a guard agains draft status changes while the draft expiration loop is running.
2018-01-06 16:01:21 +00:00