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
2
Packages
Projects
Releases
Wiki
Activity
988a2b808f
datatracker
/
ietf
/
mailtrigger
History
Henrik Levkowetz
988a2b808f
Added explicit charset setting and consistent encoding to several email paths through the datatracker. After introducing support for non-ascii names in email addresses, using role.formatted_email() to insert names into email content doesn't work any more, since uncode names will now be rfc2047-encoded in formatted_email(). Added another method role.name_and_email() for this case. Replaced another case of '%s <%s>' name-and-email formatting with formataddr(). Fixed some tests which did not send unicode email bodies to the email functions. Fixes issue
#2017
.
...
- Legacy-Id: 12896
2017-02-21 19:17:10 +00:00
..
migrations
Merged Django-1.8 upgrade work to trunk. Adjusted migration names, and added migrations as necessary. Fixed some instances of broken html.
2016-12-13 05:55:46 +00:00
__init__.py
mailtoken becomes mailtrigger
2015-09-17 20:03:45 +00:00
admin.py
mailtoken becomes mailtrigger
2015-09-17 20:03:45 +00:00
forms.py
remove some experimental cruft
2015-09-17 21:25:50 +00:00
models.py
Added explicit charset setting and consistent encoding to several email paths through the datatracker. After introducing support for non-ascii names in email addresses, using role.formatted_email() to insert names into email content doesn't work any more, since uncode names will now be rfc2047-encoded in formatted_email(). Added another method role.name_and_email() for this case. Replaced another case of '%s <%s>' name-and-email formatting with formataddr(). Fixed some tests which did not send unicode email bodies to the email functions. Fixes issue
#2017
.
2017-02-21 19:17:10 +00:00
resources.py
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
2016-09-25 13:53:22 +00:00
tests.py
Modified the test data to use some AD and WG chair names that contain non-ascii characters, and fixed test issues found.
2015-11-04 07:34:56 +00:00
urls.py
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
2017-02-11 14:43:01 +00:00
utils.py
Added programs to the datatracker. Added use of restructuredtext for group about pages. Generalized several places where code handles different group types. Improved testing of group about. Commit ready for merge.
2017-01-24 19:55:49 +00:00
views.py
mailtoken becomes mailtrigger
2015-09-17 20:03:45 +00:00