Add event features module
commit24ddbe8cac2bfdc4f4f9f8e2a1a47bb4e086994b
authorAdrian Moennich <adrian.moennich@cern.ch>
Thu, 23 Jul 2015 12:57:47 +0000 (23 14:57 +0200)
committerAdrian Moennich <adrian.moennich@cern.ch>
Mon, 27 Jul 2015 14:52:58 +0000 (27 16:52 +0200)
tree6574fb86503488e6a2ed06b8cafa424e7c15d4d1
parent44aa5e8b7f9039dd33644b97328a472108a12468
Add event features module

This module makes it easy to enable/disable functionality for an event
to avoid cluttering e.g. the management sidemenu with entries for
features the event doesn't use.
indico/MaKaC/conference.py
indico/MaKaC/webinterface/rh/base.py
indico/core/signals/event/core.py
indico/modules/events/features/__init__.py [new file with mode: 0644]
indico/modules/events/features/base.py [new file with mode: 0644]
indico/modules/events/features/blueprint.py [new file with mode: 0644]
indico/modules/events/features/controllers.py [new file with mode: 0644]
indico/modules/events/features/templates/features.html [new file with mode: 0644]
indico/modules/events/features/util.py [new file with mode: 0644]
indico/modules/events/features/views.py [new file with mode: 0644]
indico/web/flask/wrappers.py