datatracker/ietf
Henrik Levkowetz b7690fbdcd Changed additional regexes to r strings.
- Legacy-Id: 16377
2019-07-04 15:54:23 +00:00
..
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 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 additional regexes to r strings. 2019-07-04 15:54:23 +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 additional regexes to r strings. 2019-07-04 15:54:23 +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 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 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 Changed additional regexes to r strings. 2019-07-04 15:54:23 +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 Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes. 2019-07-04 15:51:05 +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 Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes. 2019-07-04 15:51:05 +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
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