..
api
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
bin
Merged in [16096] from rcross@amsl.com:
2019-07-07 19:26:50 +00:00
community
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
cookies
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
database-notes
dbtemplate
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
2019-07-15 18:01:26 +00:00
doc
Replaced six.ensure_str with django's force_str
2019-07-17 18:43:40 +00:00
externals /static
Updated bower-managed static web assets
2019-06-14 11:20:11 +00:00
group
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
help
Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507 .
2018-04-27 17:36:20 +00:00
idindex
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
iesg
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
ietfauth
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
ipr
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
liaisons
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
mailinglists
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
mailtrigger
Added a email gather handler for submission_submitter that tries an Alias name lookuup if the submitter doesn't look as if it contains an email address.
2019-07-17 14:29:42 +00:00
meeting
Merged in [16515] from rjsparks@nostrum.com:
2019-07-17 21:25:46 +00:00
message
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
2019-07-15 18:01:26 +00:00
name
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
nomcom
Use BinaryField instead of our own EncryptedTextField which relied on cleartext and ciphertext being the same type.
2019-07-16 19:28:45 +00:00
person
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
redirects
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
2019-07-15 18:01:26 +00:00
release
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
review
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
secr
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
static
Adjusted some static resources.
2019-06-08 13:51:58 +00:00
stats
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
submit
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
sync
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
templates
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
utils
Added information about versions (Datatracker, Python, and Django) at the beginning of test suite runs.
2019-07-17 20:54:51 +00:00
.gitignore
__init__.py
Set version info and settings back to development mode
2019-07-16 22:22:16 +00:00
bower.json
Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators.
2018-11-13 19:28:46 +00:00
checks.py
Fixed some issues with the changed import path of ietf.settings_local.
2019-07-17 14:27:26 +00:00
context_processors.py
feed_urls.py
Changed urlpattern order to list the more specific of overlapping patterns first, and made the rfc feed per year pattern more permissive.
2017-12-04 16:32:58 +00:00
LICENSE
manage.py
middleware.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
README-BOWER.rst
settings.py
Changed import path for settings_local.py to work with absolute_import under Py2, and also under Py3.
2019-07-17 13:42:36 +00:00
settings_releasetest.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
settings_sqlitetest.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
settings_testcrawl.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
urls.py
This commit replaces the code defined group features with features held
2018-07-12 10:51:48 +00:00
virtualenv-manage.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
wsgi.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00