..
api
Move Session.status, .requested, and .requested_by to a new SchedulingEvent
2019-12-05 12:41:09 +00:00
bin
Merged in [17488] from rcross@amsl.com:
2020-03-22 18:43:57 +00:00
community
Basic regex validation on community rule entry form. Fixes #2928 . Commit ready for merge.
2020-03-21 20:20:40 +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
Merged in [17201] from rjsparks@nostrum.com:
2020-01-10 16:16:31 +00:00
doc
Merged in [17562] from jennifer@painless-security.com:
2020-03-31 13:03:15 +00:00
externals /static
Updated bower-managed static web assets
2020-04-03 09:24:26 +00:00
group
Merged in [17557] from fenton@bluepopcorn.net:
2020-03-30 20:07:25 +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 [17496] from rjsparks@nostrum.com:
2020-03-23 22:34:03 +00:00
iesg
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
2019-12-20 15:00:55 +00:00
ietfauth
12/13 merged into 6.113.1.dev0 with migration ordering failure
2019-12-13 19:53:45 +00:00
ipr
Changed the IPR patent number regex to permit space between country code and serial number, and expanded on the help text for the IPR patent number field.
2020-04-01 16:50:01 +00:00
liaisons
Changed an obsolete document.href() to document.get_href(). Fixes issue #2945 .
2020-03-30 16:22:12 +00:00
mailinglists
Adjusted migrations for Python2/3 compatibility.
2019-08-08 17:11:14 +00:00
mailtrigger
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
2019-12-20 15:00:55 +00:00
meeting
Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for
2020-04-08 20:41:29 +00:00
message
Changed some fields to raw_id_fields in the MessageAdmin.
2020-04-03 16:29:54 +00:00
name
Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for
2020-04-08 20:41:29 +00:00
nomcom
Changed the object factory instances of nomcom private key and cert to be byte objects (matching the production settings), and fixed the issue with nomcom key handling under Py3 found by fenton@bluepopcorn.net. Did some renaming in nomcom/tests.py to better match setup/teardown function names to functionality.
2020-03-25 13:36:29 +00:00
person
Merged in [17557] from fenton@bluepopcorn.net:
2020-03-30 20:07:25 +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
Make sure to strip possible mail header field values of whitespace before applying email.utils.unquite(). Resolution by kivinen@iki.fi, Fixes issue #2899 .
2020-03-21 17:34:37 +00:00
secr
Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for
2020-04-08 20:41:29 +00:00
static
Add display of new constraints and joint sessions to agenda builder interface.
2020-03-03 15:16:58 +00:00
stats
Merged in [16852] from sasha@dashcare.nl:
2019-10-22 11:49:39 +00:00
submit
Changed the handling of some exceptions during draft submission to give user feedback rather than server 500 responses, in order to deal better with severely malformed drafts.
2020-04-08 13:12:39 +00:00
sync
Replaced most cases of using of urlopen(), instead using the higher-level 'requests' module where it simplifies the code.
2020-03-03 17:34:42 +00:00
templates
Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for
2020-04-08 20:41:29 +00:00
utils
Added a workaround for the current libmagic which quite easily can mischaracterise text/plain documents as text/x-Algol68. Fixes issues #2941 and #2956 .
2020-04-07 18:33:24 +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-04-08 16:52:23 +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
Moved patch.py into project tree -- it's not being maintained any more.
2020-02-23 16:20:43 +00:00
context_processors.py
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
Set version info and settings back to development mode
2020-04-08 16:52:23 +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
More Py2/3 adaptations fetched from production.
2020-02-23 16:27:30 +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