.. |
api
|
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
|
2019-07-16 13:20:05 +00:00 |
bin
|
Merged in [16096] from rcross@amsl.com:
|
2019-07-07 19:26:50 +00:00 |
community
|
Fixed incorrect type hints for Migration.dependencies.
|
2019-09-30 16:25:58 +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
|
Fixed incorrect type hints for Migration.dependencies.
|
2019-09-30 16:25:58 +00:00 |
doc
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
externals/static
|
Updated bower-managed static web assets
|
2019-09-08 15:02:28 +00:00 |
group
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +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
|
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
|
2019-07-16 13:20:05 +00:00 |
iesg
|
Added a 'domain' variable to context supplied to the agenda_package.txt template. Fixes issue #2793.
|
2019-09-05 18:49:18 +00:00 |
ietfauth
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
ipr
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
liaisons
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
mailinglists
|
Adjusted migrations for Python2/3 compatibility.
|
2019-08-08 17:11:14 +00:00 |
mailtrigger
|
Fixed incorrect type hints for Migration.dependencies.
|
2019-09-30 16:25:58 +00:00 |
meeting
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
message
|
Adjusted migrations for Python2/3 compatibility.
|
2019-08-08 17:11:14 +00:00 |
name
|
Fixed incorrect type hints for Migration.dependencies.
|
2019-09-30 16:25:58 +00:00 |
nomcom
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +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
|
Added some caching to /release/ pages. With now more than 350 releases, the page response times had increased to typically 4s. Caching in view and template brought this down to ~160ms.
|
2019-09-21 12:36:08 +00:00 |
review
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
secr
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
static
|
Merged in [16589] from rjsparks@nostrum.com:
|
2019-07-31 15:21:20 +00:00 |
stats
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +00:00 |
submit
|
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
|
2019-09-30 15:42:18 +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
|
Changed the draft submission form and views so that an email address is required for each author in order to complete self-service draft submission. It is possible to add these as metadata updates, but this will lead to submission through the secretariat (and the email addresses will still be required). Also updated related templates to make the handling of form section headings more consistent.
|
2019-09-23 17:26:16 +00:00 |
utils
|
Fixed incorrect type hints for Migration.dependencies.
|
2019-09-30 16:25:58 +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 to release version 6.103.1 before branching.
|
2019-09-30 16:55:38 +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 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
|
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
|
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 |
package.json
|
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 |
README-BOWER.rst
|
Updated several README files.
|
2015-07-28 13:20:39 +00:00 |
settings.py
|
Set version info to release version 6.103.1 before branching.
|
2019-09-30 16:55:38 +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 |