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
51b5303191
datatracker
/
ietf
/
secr
/
telechat
History
Robert Sparks
dfc1d2aa9a
Warn when putting a draft on a telechat that is so close that directorates will probably not have time to complete a review.
Fixes
#2381
. Commit ready for merge.
...
- Legacy-Id: 14539
2018-01-18 22:14:30 +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
forms.py
Fix issue in telechat app where ballot positions for WG actions are incorrect.
Fixes
#1336
. Commit ready for merge
2017-04-13 00:59:36 +00:00
tests.py
Warn when putting a draft on a telechat that is so close that directorates will probably not have time to complete a review.
Fixes
#2381
. Commit ready for merge.
2018-01-18 22:14:30 +00:00
urls.py
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
views.py
Third part of document read refactoring, after [14406] and [14410]. This replaces all usage of the non-unicode-aware get_document_content() function with unicode-aware Document.text() or Document.text_or_error() methods. This was triggered by yet another report of unicode content not being shown properly, and should fix all instances of document (drafts, agendas, minutes, etc.) display in the datatracker not handling unicode characters properly.
2017-12-11 16:23:51 +00:00