datatracker/ietf
Henrik Levkowetz fa9427769a Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322].
- Legacy-Id: 17324
Note: SVN reference [17322] has been migrated to Git commit eb88abc394
2020-02-21 21:36:18 +00:00
..
api Move Session.status, .requested, and .requested_by to a new SchedulingEvent 2019-12-05 12:41:09 +00:00
bin Changed some remaining cases of open() to io.open(). 2020-02-20 22:35:49 +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 Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
dbtemplate Merged in [17201] from rjsparks@nostrum.com: 2020-01-10 16:16:31 +00:00
doc Merged in [17288] from rjsparks@nostrum.com: 2020-02-18 22:04:15 +00:00
externals/static Updated bower-managed static web assets 2020-01-17 17:46:47 +00:00
group Default use_milestone_dates to True. Allow changing use_milestone_dates from the edit milestone dates form for charters if it is the initial chartering effort. Fixes #2884. Commit ready for merge. 2020-02-11 18:53:40 +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 Fixed some py2/py3 issues in ID index generation modules. 2020-01-28 13:29:54 +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 Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811. Commit ready for merge. 2020-02-07 20:41:13 +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 ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com. 2019-12-20 15:00:55 +00:00
meeting Changed some remaining cases of open() to io.open(). 2020-02-20 22:35:49 +00:00
message Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
name Merged in [17288] from rjsparks@nostrum.com: 2020-02-18 22:04:15 +00:00
nomcom Add links to user profiles from nominee list and feedback page. Fixes #2839. Commit ready for merge. 2020-02-05 21:10:47 +00:00
person Refined the links from document stats pages to author pages so as to not link to non-existent pages. Fixes 404 errors in the test crawler logs. 2020-01-17 00:49:01 +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 Changed ReviewerSettings history change-reason field to TextField 2020-01-06 18:50:36 +00:00
secr Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322]. 2020-02-21 21:36:18 +00:00
static Merged in [17234] from rjsparks@nostrum.com: 2020-01-16 22:57:09 +00:00
stats Merged in [16852] from sasha@dashcare.nl: 2019-10-22 11:49:39 +00:00
submit Wrapped more code in an exception block, in order not to continue processing after an XML parse exception. Fixes issue #2885. 2020-02-18 20:20:09 +00:00
sync Fixed a py2/py3 issue in sync.rfceditor.post_approved_draft(), and enhanced tests to execute the failing code (with Mock functions) instead of skipping the code. 2020-01-28 22:37:50 +00:00
templates Merged in [17288] from rjsparks@nostrum.com: 2020-02-18 22:04:15 +00:00
utils Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322]. 2020-02-21 21:36:18 +00:00
.gitignore Fixes #563 2010-12-02 20:34:50 +00:00
.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-02-18 22:59:52 +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 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 Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues. 2014-01-18 21:02:40 +00:00
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
README-BOWER.rst Updated several README files. 2015-07-28 13:20:39 +00:00
settings.py Make django_extension commands available if installed. 2020-02-20 22:08:47 +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