.. |
api
|
The registration system creates separate records for hackathon and session registration, but in order to provide OAuth2 registration information to for instance Meetecho we want just one consolidated record. Changed the handling of notifications from the registration system to aggregate reg_type and ticket_type information in one record.
|
2020-06-17 15:44:37 +00:00 |
bin
|
Merged in changes from trunk up to r17584.
|
2020-04-07 16:02:52 +00:00 |
community
|
Removed some Py2 compatibility decorators.
|
2020-04-21 13:54:31 +00:00 |
cookies
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
database-notes
|
|
|
dbtemplate
|
Django 2.0 conversion. Test suite passes, except for javascript tests.
|
2020-05-08 13:07:07 +00:00 |
doc
|
Remove abandoned charters from any future telechats. Fixes #3003. Commit ready for merge.
|
2020-06-22 21:22:54 +00:00 |
externals/static
|
Updated bower-managed static web assets
|
2020-04-03 09:24:26 +00:00 |
group
|
Improve admin form validation for used_roles. Commit ready for merge.
|
2020-06-15 19:14:42 +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 changes from trunk up to r17584.
|
2020-04-07 16:02:52 +00:00 |
iesg
|
Removed some Py2 compatibility decorators.
|
2020-04-21 13:54:31 +00:00 |
ietfauth
|
Removed a debug statement
|
2020-06-17 14:56:26 +00:00 |
ipr
|
Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain.
|
2020-05-16 20:20:05 +00:00 |
liaisons
|
Removed some Py2 compatibility decorators.
|
2020-04-21 13:54:31 +00:00 |
mailinglists
|
Removed some Py2 compatibility decorators.
|
2020-04-21 13:54:31 +00:00 |
mailtrigger
|
Added a missing guard against attribute access on None.
|
2020-05-20 10:28:09 +00:00 |
meeting
|
Merged in [18021] from rjsparks@nostrum.com:
|
2020-06-22 13:18:12 +00:00 |
message
|
Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain.
|
2020-05-16 20:20:05 +00:00 |
name
|
Merged in [17908] from rjsparks@nostrum.com:
|
2020-06-10 12:58:29 +00:00 |
nomcom
|
Updated meeting attendance and nomcom eligibility calculations to take the MeetingRegistration.attendance flag into account.
|
2020-06-09 21:00:07 +00:00 |
person
|
Merged in [18020] from rjsparks@nostrum.com:
|
2020-06-22 12:58:44 +00:00 |
redirects
|
Removed some Py2 compatibility decorators.
|
2020-04-21 13:54:31 +00:00 |
release
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
review
|
Added a migration where Django 2.0 captures more model information than 1.11 did.
|
2020-05-20 07:31:35 +00:00 |
secr
|
Additional name changes for agenda_ical()
|
2020-05-20 15:50:06 +00:00 |
static
|
Based on [17694] from mark@painless-security.com, this merges in a set of changes that provides agenda-like details on session meeting view, and fixes issue #2751. It also aligns the styling of materials and resources link lists on the upcoming meetings and ietf agenda pages, and adds calendar symbols with links and recordings symbols with links to interim meeting pages.
|
2020-05-12 13:35:57 +00:00 |
stats
|
Updated API resources for MeetingRegistration.
|
2020-06-10 18:22:47 +00:00 |
submit
|
Decorated post_submission() with @transaction.atomic, and did some slight refactoring of code related to post_submission() calls and submission events. This was triggered by a submission left in an intermediate state because of a WSGI timeout (leading to a 504 error).
|
2020-05-28 15:01:33 +00:00 |
sync
|
Merged in ^/personal/henrik/6.129.2-django2.0 which contains an upgrade of Django from 1.11 to 2.0, with the code changes needed.
|
2020-05-18 06:50:50 +00:00 |
templates
|
Tweak to title of the page used to complete reviews. Fixes #2767. Commit ready to merge.
|
2020-06-22 20:32:58 +00:00 |
utils
|
Fixed a silly bug in [18040]. 'settings' isn't a dictionary.
|
2020-06-23 21:16:02 +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
|
2020-06-22 13:59:28 +00:00 |
bower.json
|
Upgrade to the newer js-cookie library that replaced jquery.cookie. Fixes #2832. Commit ready for merge.
|
2020-01-09 22:15:13 +00:00 |
checks.py
|
Fixed a Py2/Py3 issue in patch.py.
|
2020-04-23 04:15:08 +00:00 |
context_processors.py
|
|
|
feed_urls.py
|
|
|
LICENSE
|
|
|
manage.py
|
|
|
middleware.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
README-BOWER.rst
|
|
|
settings.py
|
Added a default logger and level for 'django.security' log items, to route them to our regular syslog. This will give us more information about failures to retrieve session info, and also things like 404 responses, which will already be captured in the apache log but with less info. May need revisiting if it proves to cause excessive logging.
|
2020-06-23 20:47:58 +00:00 |
settings_releasetest.py
|
Added request profiler and a management command to purge profiler records.
|
2020-04-15 20:48:08 +00:00 |
settings_sqlitetest.py
|
Added request profiler and a management command to purge profiler records.
|
2020-04-15 20:48:08 +00:00 |
settings_testcrawl.py
|
Separated the session cache from the default cache, using slightly different settings, in order to not drop sessions when a new release is deployed.
|
2020-06-23 20:41:26 +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
|
More Py2/3 adaptations fetched from production.
|
2020-02-23 16:27:30 +00:00 |
wsgi.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |