.. |
api
|
Changed additional regexes to r strings.
|
2019-07-04 15:54:23 +00:00 |
bin
|
Reduced generate-draft-alias verbosity again
|
2019-06-17 18:23:18 +00:00 |
community
|
Fixed a typo and some pyflakes issues.
|
2019-07-04 20:47:34 +00:00 |
cookies
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
database-notes
|
|
|
dbtemplate
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
doc
|
Fixed a syntax error and removed unused imports.
|
2019-07-04 20:48:55 +00:00 |
externals/static
|
Updated bower-managed static web assets
|
2019-06-14 11:20:11 +00:00 |
group
|
Typo fixes and removal of an unused import.
|
2019-07-04 20:55:32 +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
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
iesg
|
Fixed some issues with bulk changes related to assertContains()
|
2019-07-04 16:04:39 +00:00 |
ietfauth
|
Changed a large number of test assertions to use assertContains() and removed separate, now unnecessary,status_code checks. Also changed many assertTrue(... in ...) to use assertIn().
|
2019-06-30 21:03:34 +00:00 |
ipr
|
Fixed some issues with bulk changes related to assertContains()
|
2019-07-04 16:04:39 +00:00 |
liaisons
|
Changed a large number of test assertions to use assertContains() and removed separate, now unnecessary,status_code checks. Also changed many assertTrue(... in ...) to use assertIn().
|
2019-06-30 21:03:34 +00:00 |
mailinglists
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
mailtrigger
|
Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...)
|
2019-06-29 13:43:31 +00:00 |
meeting
|
Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO().
|
2019-07-04 16:01:32 +00:00 |
message
|
Fixed a bunch of str/bytes issues.
|
2019-06-30 20:54:09 +00:00 |
name
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
nomcom
|
The previous nomcom.fields.EncryptedTextField relied on initial cleartext content having the same type as ciphertext. Under Python3, that's not the case (ciphertext has type bytes). Rewrote the nomcom app and tests to handle capture of comments and encryption to the Feedback.comments ciphertext differently.
|
2019-07-01 11:59:59 +00:00 |
person
|
Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
|
2019-07-04 15:51:05 +00:00 |
redirects
|
Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
|
2019-07-04 15:51:05 +00:00 |
release
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
review
|
Fixed a bunch of str/bytes issues.
|
2019-06-30 20:54:09 +00:00 |
secr
|
Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO().
|
2019-07-04 16:01:32 +00:00 |
static
|
Adjusted some static resources.
|
2019-06-08 13:51:58 +00:00 |
stats
|
Fixed some bytes/str issues and unused imports.
|
2019-07-04 20:51:10 +00:00 |
submit
|
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
|
2019-07-04 15:49:42 +00:00 |
sync
|
Firmed up the handling of non-ascii names for a test email templat, tweaked some asserts, and removed unused imports.
|
2019-07-04 20:53:05 +00:00 |
templates
|
Template variable name change.
|
2019-07-04 20:54:36 +00:00 |
utils
|
Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO().
|
2019-07-04 16:01:32 +00:00 |
.gitignore
|
|
|
__init__.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +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 a bytes/str issue in a patch library call.
|
2019-06-28 20:47:36 +00:00 |
context_processors.py
|
Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py.
|
2017-04-15 12:34:50 +00:00 |
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
|
Moved warnings settings from manage.py and test_runner.py to one single place, settings.py. Decreased the verbosity level when invoking 'loaddata' from the test runner.
|
2016-12-15 13:25:20 +00:00 |
middleware.py
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |
README-BOWER.rst
|
|
|
settings.py
|
Added some warning filters.
|
2019-07-04 20:50:04 +00:00 |
settings_releasetest.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
settings_sqlitetest.py
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |
settings_testcrawl.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +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
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
wsgi.py
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |