.. |
api
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
bin
|
Reduced generate-draft-alias verbosity again
|
2019-06-17 18:23:18 +00:00 |
community
|
Corrected the content type for some JSON responses.
|
2019-07-07 12:39:22 +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
|
More assertContains() and BytesIO() related changes.
|
2019-07-07 12:45:57 +00:00 |
externals/static
|
Updated bower-managed static web assets
|
2019-06-14 11:20:11 +00:00 |
group
|
Removed the insertion of 'confirm_acronym' in the active form in clean_acronym(). It triggers an exception due to changing a dictionary while the django validation code is iterating through the form fields. XXX Check if we need to put this back some other way, or if we can handle acronym re-use through the admin instead.
|
2019-07-07 12:49:17 +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
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
ietfauth
|
More assertContains() and BytesIO() related changes.
|
2019-07-07 12:45:57 +00:00 |
ipr
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
liaisons
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
mailinglists
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
mailtrigger
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
meeting
|
More assertContains() and BytesIO() related changes.
|
2019-07-07 12:45:57 +00:00 |
message
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
name
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
nomcom
|
Undid delete of ietf/nomcom/fields; it's currently needed by ietf/nomcom/migrations/0001_initial.py
|
2019-07-04 22:04:42 +00:00 |
person
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
redirects
|
Removed unused imports.
|
2019-07-04 21:06:57 +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
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
static
|
Adjusted some static resources.
|
2019-06-08 13:51:58 +00:00 |
stats
|
Tweaked code to prevent sort comparison of str with None.
|
2019-07-04 20:58:25 +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
|
Removed unused imports.
|
2019-07-04 21:06:57 +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 |