datatracker/ietf
Henrik Levkowetz e070aacc86 Merged in [17034] from kivinen@iki.fi:
Added two new configuration settings for the review team secretary,
one to set how many days to include in the reviewers list, and
another one to limit the number of completed items in the list for
each person. This version replaces the one I did earlier, and includes
much more test cases to test different limits on the reviewers page.
 - Legacy-Id: 17057
Note: SVN reference [17034] has been migrated to Git commit b5d864499f
2019-11-19 10:24:50 +00:00
..
api Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization. 2019-10-01 20:29:02 +00:00
bin Rewrote the ietf/bin/fix-ambiguous-timestamps command as a management command (fix_ambiguous_timestamps) and made it look at all instances of DateTimeField by means of model introspection. 2019-11-04 12:56:52 +00:00
community Merged in [16939] from sasha@dashcare.nl: 2019-11-11 14:22:54 +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 Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
doc Merged in [17027] from rcross@amsl.com: 2019-11-16 07:58:37 +00:00
externals/static Merged in [16852] from sasha@dashcare.nl: 2019-10-22 11:49:39 +00:00
group Merged in [17034] from kivinen@iki.fi: 2019-11-19 10:24:50 +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 Merged in [16883] from sasha@dashcare.nl: 2019-10-22 20:59:13 +00:00
iesg Added a guard against missing conflrev state in iesg agenda code. 2019-10-17 17:26:40 +00:00
ietfauth Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
ipr Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
liaisons Fixed a wrong link to field help for liaison forms. 2019-11-11 15:21:54 +00:00
mailinglists Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
mailtrigger Merged in [16825] from rjsparks@nostrum.com: 2019-10-21 14:28:22 +00:00
meeting Merged in [16564] from pusateri@bangj.com and added tests: 2019-11-09 17:15:39 +00:00
message Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
name Moved the ietf/names/generate_fixtures.py command to a management command generate_name_fixture, and updated it to include a necessary dbtemplate object. 2019-11-07 15:40:10 +00:00
nomcom Correct construction for a reverse URL in an edge case. Fixes #2815. Commit ready for merge. 2019-10-22 18:24:57 +00:00
person Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +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 Fixed an issue with the htmlization of links in release notes. 2019-10-03 21:58:38 +00:00
review Added two new configuration settings for the review team secretary, 2019-11-16 09:41:55 +00:00
secr Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
static Fix #2050 - Allow adding review wishes from document and search pages. 2019-10-29 16:27:56 +00:00
stats Merged in [16852] from sasha@dashcare.nl: 2019-10-22 11:49:39 +00:00
submit Changed the call arguments for submission tool conversion from XML to v3 text to match those of the standalone tool. Fixes an issue where <sourecode> would have line ends stripped when converted by the datatracker. 2019-11-12 18:27:01 +00:00
sync Updated rfc-editor sync code to recognize the new Tooling Issue queue state. 2019-09-11 16:20:25 +00:00
templates Merged in [17033] from kivinen@iki.fi: 2019-11-18 07:38:09 +00:00
utils Added an instance of force_text() to ensure non_ascii mail subjects are unicode when used for string interpolation, rather than bytes (which will trigger ascii decode()). 2019-11-19 09:37:55 +00:00
.gitignore
.yarnrc Preliminary work on converting bower management of web resources to yarn. New management command, replacing bower_install will be needed. 2019-07-25 20:28:18 +00:00
__init__.py Set version info and settings back to development mode 2019-11-11 21:36:04 +00:00
bower.json Added fullcalendar to the bower.json file. 2019-11-16 05:58:14 +00:00
checks.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +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 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 Added a missing string close. 2019-11-18 05:46:04 +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 Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
settings_testcrawl.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
urls.py Show group pages also for groups of type adhoc and ise. 2019-07-20 20:10:08 +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