datatracker/ietf
Henrik Levkowetz 9a9c9fb426 Merged in [16603] from rjsparks@nostrum.com:
Remove a debug statement from the command
 - Legacy-Id: 16661
Note: SVN reference [16603] has been migrated to Git commit d27096f39022e9bee1ffa84631d5ae847af9be3e
2019-08-20 10:35:06 +00:00
..
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 Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +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 Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods. 2019-07-15 18:01:26 +00:00
doc Merged in [16603] from rjsparks@nostrum.com: 2019-08-20 10:35:06 +00:00
externals/static Merged in [16589] from rjsparks@nostrum.com: 2019-07-31 15:21:20 +00:00
group Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +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 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
ietfauth Improved a check for authenticated user. 2019-07-18 19:30:01 +00:00
ipr Added textual information about patent aplication formats according, as input to future extension of the regex set. 2019-08-10 16:42:10 +00:00
liaisons Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
mailinglists Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
mailtrigger Added another check before building submitter email for mailtrigger entries. 2019-07-19 00:16:11 +00:00
meeting Merged in [16599] from rjsparks@nostrum.com: 2019-08-10 17:29:51 +00:00
message Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
name Added a migration to fix some m2m table columns incorrectly left as varchar(8) when we changed the size of name slugs to varchar(32). 2019-08-19 19:21:18 +00:00
nomcom Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
person Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +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 Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
review Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
secr Merged in [16600] from rjsparks@nostrum.com: 2019-08-10 18:06:40 +00:00
static Merged in [16589] from rjsparks@nostrum.com: 2019-07-31 15:21:20 +00:00
stats Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
submit Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
sync 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
templates Updated contact address and text for submission problems to streamline secretariat handling. 2019-08-09 21:58:40 +00:00
utils Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +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-08-05 16:43:20 +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 some issues with the changed import path of ietf.settings_local. 2019-07-17 14:27:26 +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
settings.py Updated database options settings to match our production database and dump files. 2019-08-08 13:10:24 +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 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_testcrawl.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
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