datatracker/ietf
Ole Laursen 393ee64bec Add new view for editing meeting schedules. This is a preliminary
basic version with timeslots in a fixed grid and drag and drop for
assigning and unassigning. Compared to the existing JS based view, it
is missing session details (attendences etc.), conflicts and other
warnings, toggling of sessions in areas, area coloring, extending to
next timeslot and probably more.

Add new auxiliary view to copy a schedule for the new schedule editor.
 - Legacy-Id: 17389
2020-03-05 19:15:44 +00:00
..
api Move Session.status, .requested, and .requested_by to a new SchedulingEvent 2019-12-05 12:41:09 +00:00
bin Added fetch and use of the RFC-Editor's errata.json file in order to set a new 'verified-errata' document tag, and use that to show the link to inline-errata documents only when there is verified errata. Fixes issue #2861. 2020-01-10 12:22:33 +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
dbtemplate Change the default template for assigned review emails to name the assigned reviewer. Fixes #2830. Commit ready for merge. 2019-11-19 21:27:23 +00:00
doc Added fetch and use of the RFC-Editor's errata.json file in order to set a new 'verified-errata' document tag, and use that to show the link to inline-errata documents only when there is verified errata. Fixes issue #2861. 2020-01-10 12:22:33 +00:00
externals/static Dateless milestone work. Commit in preparation for merging forward. 2019-12-24 21:38:26 +00:00
group Merged in [17185] from rjsparks@nostrum.com: 2020-01-08 16:07:29 +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 [16883] from sasha@dashcare.nl: 2019-10-22 20:59:13 +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 some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +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 Add new view for editing meeting schedules. This is a preliminary 2020-03-05 19:15:44 +00:00
message Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
name Added fetch and use of the RFC-Editor's errata.json file in order to set a new 'verified-errata' document tag, and use that to show the link to inline-errata documents only when there is verified errata. Fixes issue #2861. 2020-01-10 12:22:33 +00:00
nomcom Fixed a backwards compatibiltiy issue for the factoryboy lib and updated a dependency requirement. 2019-11-30 13:15:44 +00:00
person Merged in [17178] from housley@vigilsec.com: 2020-01-07 13:52:21 +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 Tighten validation of session conflicts in the session request tool, 2020-01-10 17:42:43 +00:00
static Add new view for editing meeting schedules. This is a preliminary 2020-03-05 19:15:44 +00:00
stats Merged in [16852] from sasha@dashcare.nl: 2019-10-22 11:49:39 +00:00
submit Specified explicit UTF-8 decoding of submission checker output 2020-01-07 22:26:00 +00:00
sync Added fetch and use of the RFC-Editor's errata.json file in order to set a new 'verified-errata' document tag, and use that to show the link to inline-errata documents only when there is verified errata. Fixes issue #2861. 2020-01-10 12:22:33 +00:00
templates Add new view for editing meeting schedules. This is a preliminary 2020-03-05 19:15:44 +00:00
utils 12/13 merged into 6.113.1.dev0 with migration ordering failure 2019-12-13 19:53:45 +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-01-09 21:58:35 +00:00
bower.json Added fullcalendar to the bower.json file. 2019-11-16 05:58:14 +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
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 Added fetch and use of the RFC-Editor's errata.json file in order to set a new 'verified-errata' document tag, and use that to show the link to inline-errata documents only when there is verified errata. Fixes issue #2861. 2020-01-10 12:22:33 +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