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
3
Packages
Projects
Releases
Wiki
Activity
660c81c272
datatracker
/
ietf
/
secr
/
drafts
History
Henrik Levkowetz
4f83548b49
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.
...
- Legacy-Id: 14225
2017-10-25 13:38:15 +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
Merged in [13722] and [13712] from rcross@amsl.com:
2017-06-28 14:55:10 +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
Merged in [13722] and [13712] from rcross@amsl.com:
2017-06-28 14:55:10 +00:00
views.py
Added log.unreachable() calls to some functions believed to be unused.
2017-07-09 15:01:21 +00:00