.. |
api
|
Changed instances of json.loads(r.content) to r.json(). Changed some instances of assert* to assertContains.
|
2019-06-30 20:44:45 +00:00 |
bin
|
Reduced generate-draft-alias verbosity again
|
2019-06-17 18:23:18 +00:00 |
community
|
Changed instances of json.loads(r.content) to r.json(). Changed some instances of assert* to assertContains.
|
2019-06-30 20:44:45 +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
|
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 |
externals/static
|
Updated bower-managed static web assets
|
2019-06-14 11:20:11 +00:00 |
group
|
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 |
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
|
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 |
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
|
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 |
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
|
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 |
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
|
Fixed a bad call argument to FeedbackFactory
|
2019-07-01 12:01:02 +00:00 |
redirects
|
Removed 2to3-generated list() around .items() iterator in for loops.
|
2019-06-27 18:11:17 +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
|
Replaced multiple asserts with assertContains().
|
2019-07-01 14:09:12 +00:00 |
static
|
Adjusted some static resources.
|
2019-06-08 13:51:58 +00:00 |
stats
|
Removed superfluous iter() and fixed instances where sorted() had to compare None and int.
|
2019-07-01 14:07:21 +00:00 |
submit
|
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 |
sync
|
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 |
templates
|
Fixed bad logic for the display of previous related IPR informatio in the IPR details template.
|
2019-06-19 15:05:59 +00:00 |
utils
|
Fixed str/bytes issues with hashlib function arguments.
|
2019-07-01 14:09:53 +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 a warnings filter for deprecated library code.
|
2019-06-29 13:25:30 +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 |