From c899d2cc76766d7521e04f343c944aa463065339 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 4 Apr 2017 17:21:42 +0200 Subject: [PATCH] Complete package refactoring to make mezzanine-organization a standalone module --- .bowerrc | 3 - .gitmodules | 3 - Dockerfile => app/Dockerfile | 22 +- Gemfile => app/Gemfile | 0 app/organization/__init__.py | 23 - app/organization/agenda/__init__.py | 28 - app/organization/agenda/admin.py | 145 - app/organization/agenda/apps.py | 30 - app/organization/agenda/forms.py | 50 - .../agenda/management/__init__.py | 21 - .../agenda/management/commands/__init__.py | 21 - .../commands/organization-sync-eve-events.py | 119 - .../organization-sync-prestashop-events.py | 110 - .../agenda/migrations/0001_initial.py | 55 - .../agenda/migrations/0002_eventdepartment.py | 30 - .../migrations/0003_eventlink_eventperson.py | 44 - .../migrations/0004_eventaudio_eventvideo.py | 54 - .../migrations/0005_auto_20160928_1858.py | 30 - .../migrations/0006_auto_20160929_1257.py | 101 - .../migrations/0007_auto_20160929_1300.py | 26 - .../migrations/0008_auto_20161005_1455.py | 80 - .../migrations/0009_auto_20161013_1631.py | 40 - .../migrations/0010_auto_20161014_0002.py | 27 - .../migrations/0011_auto_20161018_1804.py | 46 - .../migrations/0012_auto_20161020_1051.py | 20 - .../agenda/migrations/0013_eventlink_title.py | 21 - .../migrations/0014_auto_20161021_1319.py | 20 - .../migrations/0015_auto_20161026_1025.py | 25 - .../migrations/0016_dynamiccontentevent.py | 33 - .../migrations/0017_auto_20161104_1812.py | 32 - .../migrations/0018_auto_20161104_1820.py | 25 - .../migrations/0019_eventpricedescription.py | 30 - .../migrations/0020_auto_20161205_1536.py | 20 - .../0021_eventblock_login_required.py | 20 - .../migrations/0022_auto_20170105_1743.py | 20 - .../migrations/0023_auto_20170214_1643.py | 20 - .../agenda/migrations/0024_eventrank.py | 29 - .../migrations/0025_auto_20170222_1011.py | 22 - .../migrations/0026_auto_20170313_1224.py | 20 - .../agenda/migrations/__init__.py | 0 app/organization/agenda/models.py | 150 - app/organization/agenda/translation.py | 108 - app/organization/agenda/urls.py | 41 - app/organization/agenda/views.py | 71 - app/organization/core/__init__.py | 28 - app/organization/core/admin.py | 83 - app/organization/core/apps.py | 30 - app/organization/core/context_processors.py | 74 - app/organization/core/management/__init__.py | 21 - .../core/management/commands/__init__.py | 21 - .../management/commands/create-admin-user.py | 45 - .../commands/festival-sync-eve-events.py | 108 - .../core/management/commands/wait-for-db.py | 51 - app/organization/core/managers.py | 132 - .../core/migrations/0001_initial.py | 39 - .../core/migrations/0002_linktype_picto.py | 22 - .../migrations/0003_remove_linktype_picto.py | 19 - .../migrations/0004_auto_20160923_1141.py | 23 - .../migrations/0005_linktype_fa_option.py | 20 - app/organization/core/migrations/__init__.py | 0 app/organization/core/models.py | 319 - app/organization/core/no_db_settings.py | 7 - app/organization/core/related.py | 53 - .../core/static/js/tinymce_setup.js | 104 - .../core/templatetags/organization_tags.py | 240 - app/organization/core/tests.py | 34 - app/organization/core/translation.py | 33 - app/organization/core/urls.py | 35 - app/organization/core/views.py | 199 - app/organization/formats/__init__.py | 28 - app/organization/formats/apps.py | 30 - app/organization/formats/en/__init__.py | 21 - app/organization/formats/en/formats.py | 66 - app/organization/formats/fr/__init__.py | 21 - app/organization/formats/fr/formats.py | 59 - app/organization/job/__init__.py | 31 - app/organization/job/admin.py | 65 - app/organization/job/apps.py | 28 - .../job/fixtures/organization-job.json | 1 - app/organization/job/forms.py | 59 - .../job/migrations/0001_initial.py | 66 - .../migrations/0002_jobresponse_message.py | 21 - .../job/migrations/0003_auto_20160929_1833.py | 25 - .../job/migrations/0004_candidacy.py | 47 - .../job/migrations/0005_auto_20160930_1254.py | 50 - .../job/migrations/0006_candidacyimage.py | 33 - .../job/migrations/0007_auto_20160930_1758.py | 67 - .../job/migrations/0008_auto_20160930_1849.py | 62 - .../job/migrations/0009_auto_20160930_1940.py | 67 - .../job/migrations/0010_auto_20161205_1536.py | 20 - .../job/migrations/0011_auto_20170105_1743.py | 20 - .../job/migrations/0012_auto_20170323_1039.py | 20 - app/organization/job/migrations/__init__.py | 0 app/organization/job/models.py | 93 - app/organization/job/tests.py | 24 - app/organization/job/translation.py | 48 - app/organization/job/urls.py | 40 - app/organization/job/views.py | 156 - app/organization/magazine/__init__.py | 31 - app/organization/magazine/admin.py | 97 - app/organization/magazine/apps.py | 30 - app/organization/magazine/forms.py | 75 - .../magazine/migrations/0001_initial.py | 97 - .../migrations/0002_auto_20160901_1737.py | 34 - .../0003_articlepersonlistblockinline.py | 30 - .../migrations/0004_dynamiccontentarticle.py | 32 - .../migrations/0005_auto_20160923_1821.py | 21 - .../migrations/0006_auto_20160924_1058.py | 25 - .../migrations/0007_auto_20160924_1058.py | 26 - .../0008_remove_article_related_articles.py | 19 - .../migrations/0009_auto_20160928_1858.py | 20 - .../0010_articleaudio_articlevideo.py | 39 - .../migrations/0011_auto_20161013_1631.py | 43 - .../migrations/0012_auto_20161013_1631.py | 28 - .../migrations/0013_auto_20161013_2353.py | 27 - .../magazine/migrations/0014_brief_style.py | 21 - .../migrations/0015_auto_20161028_1613.py | 31 - .../migrations/0016_auto_20161028_1617.py | 25 - .../migrations/0017_auto_20161104_1026.py | 26 - .../migrations/0018_auto_20161205_1536.py | 20 - .../migrations/0019_auto_20170105_1743.py | 20 - .../magazine/migrations/__init__.py | 0 app/organization/magazine/models.py | 139 - app/organization/magazine/tests.py | 24 - app/organization/magazine/translation.py | 76 - app/organization/magazine/urls.py | 41 - app/organization/magazine/views.py | 205 - app/organization/media/__init__.py | 31 - app/organization/media/admin.py | 72 - app/organization/media/apps.py | 30 - app/organization/media/forms.py | 43 - .../media/migrations/0001_initial.py | 86 - .../migrations/0002_auto_20160929_1310.py | 29 - .../migrations/0003_auto_20160929_1835.py | 65 - .../migrations/0004_auto_20160930_1039.py | 29 - .../migrations/0004_auto_20161007_1426.py | 199 - .../migrations/0005_auto_20160930_1849.py | 23 - .../migrations/0006_auto_20161013_1631.py | 164 - .../migrations/0007_auto_20161013_1631.py | 53 - .../migrations/0008_auto_20161013_1810.py | 29 - .../migrations/0009_auto_20161013_2353.py | 31 - .../migrations/0010_auto_20161014_0849.py | 20 - .../migrations/0011_auto_20161014_1136.py | 21 - .../migrations/0012_auto_20161028_1812.py | 21 - .../media/migrations/0013_mediaimage.py | 35 - .../media/migrations/0014_livestreaming.py | 50 - .../0015_livestreaming_event_location.py | 22 - app/organization/media/migrations/__init__.py | 0 app/organization/media/models.py | 196 - .../media/templatetags/media_tags.py | 33 - app/organization/media/tests.py | 24 - app/organization/media/translation.py | 66 - app/organization/media/urls.py | 44 - app/organization/media/views.py | 168 - app/organization/network/__init__.py | 31 - app/organization/network/admin.py | 331 - app/organization/network/api.py | 124 - app/organization/network/apps.py | 30 - app/organization/network/forms.py | 99 - .../commands/create-default-organization.py | 39 - .../commands/export-ircam-timesheet-xls.py | 232 - .../management/commands/import-figgo-id.py | 57 - .../commands/import-ircam-matricule.py | 79 - .../commands/import-ircam-person-xls.py | 292 - .../commands/import-ircam-project.py | 240 - .../commands/import-ircam-timesheet-xls.py | 284 - .../network/migrations/0001_initial.py | 291 - .../migrations/0002_auto_20160901_1737.py | 97 - ...lock_personimage_personlink_personvideo.py | 87 - ...mage_organizationlink_organizationvideo.py | 87 - .../migrations/0005_auto_20160905_1853.py | 65 - .../migrations/0006_auto_20160914_1454.py | 65 - .../migrations/0007_auto_20160914_1818.py | 66 - .../network/migrations/0008_person_email.py | 20 - .../migrations/0009_auto_20160916_1229.py | 49 - .../migrations/0010_personactivity_weeks.py | 20 - .../migrations/0011_auto_20160916_1246.py | 26 - .../migrations/0012_auto_20160916_1423.py | 32 - .../migrations/0013_auto_20160919_1829.py | 57 - .../migrations/0014_auto_20160919_1912.py | 26 - .../migrations/0015_auto_20160919_1914.py | 21 - .../migrations/0016_auto_20160919_1923.py | 21 - .../migrations/0017_auto_20160919_1927.py | 31 - .../migrations/0018_auto_20160921_1006.py | 36 - .../migrations/0019_auto_20160921_1032.py | 36 - .../migrations/0020_auto_20160921_1043.py | 36 - .../migrations/0021_auto_20160921_1908.py | 25 - .../migrations/0022_auto_20160921_1934.py | 19 - .../migrations/0023_auto_20160921_2043.py | 31 - .../network/migrations/0024_personfile.py | 31 - .../migrations/0025_auto_20160928_1858.py | 25 - .../migrations/0026_auto_20160929_1810.py | 181 - .../0027_personactivity_second_team_text.py | 20 - .../network/migrations/0028_team_is_legacy.py | 20 - .../migrations/0029_auto_20161004_1556.py | 25 - .../network/migrations/0030_team_parent.py | 21 - .../migrations/0031_auto_20161005_1403.py | 20 - .../migrations/0032_auto_20161005_1412.py | 25 - .../migrations/0033_auto_20161005_1427.py | 38 - .../migrations/0034_organization_city.py | 20 - .../migrations/0035_auto_20161005_1457.py | 20 - .../migrations/0036_auto_20161005_1509.py | 25 - .../0037_organizationtype_css_class.py | 20 - .../migrations/0038_auto_20161013_1631.py | 83 - .../migrations/0039_auto_20161014_0002.py | 37 - .../migrations/0040_auto_20161018_1203.py | 38 - .../migrations/0041_auto_20161018_1236.py | 35 - .../migrations/0042_auto_20161021_1319.py | 25 - .../migrations/0043_auto_20161021_1507.py | 36 - .../migrations/0044_auto_20161021_1553.py | 26 - .../migrations/0045_auto_20161021_1803.py | 87 - .../migrations/0046_auto_20161026_1025.py | 35 - .../migrations/0047_auto_20161104_1424.py | 83 - .../migrations/0048_auto_20161104_1445.py | 20 - .../migrations/0049_auto_20161104_1453.py | 24 - .../migrations/0050_auto_20161106_2147.py | 33 - .../migrations/0051_auto_20161106_2213.py | 21 - .../migrations/0052_auto_20161106_2239.py | 24 - .../migrations/0053_auto_20161107_1214.py | 20 - .../migrations/0054_auto_20161107_1543.py | 46 - .../0055_activitystatus_display_text.py | 20 - .../migrations/0056_auto_20161108_1619.py | 20 - .../migrations/0057_auto_20161108_1807.py | 25 - .../migrations/0058_auto_20161109_1218.py | 37 - .../migrations/0059_auto_20161113_2236.py | 111 - .../migrations/0060_auto_20161113_2253.py | 35 - .../migrations/0061_auto_20161114_1517.py | 28 - .../migrations/0062_auto_20161114_1842.py | 19 - .../migrations/0063_auto_20161201_1154.py | 25 - .../migrations/0064_auto_20161205_1536.py | 30 - .../migrations/0065_auto_20161208_1244.py | 85 - .../migrations/0066_auto_20161216_1603.py | 55 - .../migrations/0067_auto_20161216_1606.py | 25 - .../migrations/0068_auto_20161216_1639.py | 25 - .../migrations/0069_auto_20161216_1649.py | 25 - .../migrations/0070_auto_20161222_1656.py | 58 - .../migrations/0071_auto_20161222_1828.py | 47 - .../migrations/0072_auto_20161222_1906.py | 65 - .../migrations/0073_auto_20161228_1428.py | 108 - ...4_personactivitytimesheet_work_packages.py | 21 - .../migrations/0075_auto_20161229_1151.py | 166 - .../migrations/0076_auto_20161230_1839.py | 21 - .../migrations/0077_auto_20170103_1220.py | 25 - .../migrations/0077_auto_20170104_1837.py | 27 - .../migrations/0078_auto_20170105_1743.py | 25 - .../migrations/0078_auto_20170106_1142.py | 27 - .../migrations/0079_auto_20170106_1149.py | 27 - .../migrations/0080_auto_20170106_1642.py | 27 - .../migrations/0081_auto_20170106_1645.py | 27 - .../network/migrations/0082_merge.py | 16 - .../migrations/0083_auto_20170116_1235.py | 27 - .../migrations/0084_auto_20170118_1119.py | 25 - .../migrations/0085_auto_20170118_1239.py | 19 - .../migrations/0086_auto_20170118_1247.py | 20 - .../migrations/0087_auto_20170214_1643.py | 25 - .../migrations/0088_organization_site.py | 22 - .../migrations/0089_auto_20170303_1637.py | 36 - .../migrations/0090_auto_20170313_1224.py | 57 - .../migrations/0091_auto_20170313_1425.py | 24 - .../migrations/0092_auto_20170314_1918.py | 20 - .../migrations/0093_auto_20170322_1846.py | 25 - .../migrations/0094_auto_20170323_0815.py | 23 - .../migrations/0095_auto_20170323_1039.py | 25 - .../network/migrations/__init__.py | 0 app/organization/network/models.py | 635 - .../network/nationalities/__init__.py | 21 - .../network/nationalities/fields.py | 138 - .../network/nationalities/nationalities.py | 195 - app/organization/network/tests.py | 470 - app/organization/network/translation.py | 234 - app/organization/network/urls.py | 43 - app/organization/network/utils.py | 316 - app/organization/network/validators.py | 9 - app/organization/network/views.py | 225 - app/organization/pages/__init__.py | 31 - app/organization/pages/admin.py | 152 - app/organization/pages/apps.py | 28 - app/organization/pages/forms.py | 107 - .../pages/migrations/0001_initial.py | 173 - .../migrations/0002_auto_20160914_1838.py | 35 - .../migrations/0003_auto_20160923_1418.py | 34 - .../migrations/0004_auto_20160928_1858.py | 20 - .../migrations/0005_dynamiccontentpage.py | 33 - .../migrations/0006_auto_20161007_1512.py | 40 - .../migrations/0007_auto_20161007_1852.py | 21 - .../migrations/0008_auto_20161013_1631.py | 40 - .../migrations/0009_auto_20161014_0002.py | 27 - .../migrations/0010_auto_20161021_1256.py | 25 - .../pages/migrations/0011_pagelink_title.py | 20 - .../migrations/0012_auto_20161021_1449.py | 25 - .../migrations/0013_auto_20161026_1025.py | 25 - .../migrations/0014_auto_20161028_1516.py | 32 - .../migrations/0015_auto_20161028_1541.py | 25 - .../migrations/0016_auto_20161205_1536.py | 20 - .../0017_pageblock_login_required.py | 20 - .../migrations/0018_auto_20170105_1743.py | 20 - .../migrations/0019_auto_20170214_1643.py | 20 - .../pages/migrations/0020_homeimage.py | 35 - app/organization/pages/migrations/__init__.py | 0 app/organization/pages/models.py | 151 - app/organization/pages/tests.py | 24 - app/organization/pages/translation.py | 103 - app/organization/pages/urls.py | 42 - app/organization/pages/views.py | 188 - app/organization/projects/__init__.py | 31 - app/organization/projects/admin.py | 221 - app/organization/projects/apps.py | 30 - ...ganization-projects-repositorysystems.json | 1 - app/organization/projects/forms.py | 164 - .../projects/migrations/0001_initial.py | 57 - .../migrations/0002_auto_20160901_1806.py | 49 - .../migrations/0003_auto_20160901_1810.py | 80 - .../migrations/0004_auto_20160905_1853.py | 59 - .../migrations/0005_auto_20160907_1046.py | 24 - .../migrations/0005_auto_20160907_1138.py | 20 - .../projects/migrations/0006_merge.py | 16 - .../migrations/0007_auto_20160907_1718.py | 23 - .../migrations/0008_auto_20160916_1835.py | 48 - .../migrations/0009_auto_20160921_1908.py | 25 - .../migrations/0010_auto_20160921_1934.py | 28 - .../migrations/0011_auto_20160922_1438.py | 91 - .../migrations/0012_projecttopicpage.py | 30 - .../migrations/0013_auto_20160922_1633.py | 25 - .../migrations/0014_auto_20160922_1642.py | 19 - .../0015_project_lead_organization.py | 22 - .../projects/migrations/0016_projectfile.py | 31 - .../migrations/0017_auto_20160928_1858.py | 20 - .../migrations/0018_auto_20161005_1424.py | 19 - .../migrations/0019_auto_20161007_1045.py | 32 - .../migrations/0020_auto_20161013_1631.py | 50 - .../migrations/0021_auto_20161014_0002.py | 27 - .../migrations/0022_projectlink_title.py | 20 - .../migrations/0023_auto_20161026_1025.py | 25 - .../migrations/0024_auto_20161103_1521.py | 119 - .../migrations/0025_auto_20161103_1825.py | 53 - .../migrations/0026_dynamiccontentproject.py | 32 - .../migrations/0027_auto_20161104_1849.py | 31 - .../migrations/0028_auto_20161104_1855.py | 25 - .../migrations/0029_auto_20161107_1742.py | 25 - .../migrations/0030_auto_20161107_1828.py | 25 - .../migrations/0031_auto_20161205_1536.py | 20 - .../migrations/0032_project_external_id.py | 20 - .../migrations/0033_projectworkpackage.py | 35 - .../migrations/0034_auto_20161230_1839.py | 20 - .../migrations/0035_auto_20170106_1149.py | 26 - .../0035_projectblock_login_required.py | 20 - .../migrations/0036_auto_20170103_1227.py | 46 - .../migrations/0036_auto_20170106_1645.py | 39 - .../migrations/0037_projectblogpage.py | 50 - ..._projectblogpage_login_required_content.py | 21 - .../migrations/0039_auto_20170104_1820.py | 26 - .../migrations/0040_auto_20170105_1743.py | 20 - .../projects/migrations/0041_merge.py | 16 - .../migrations/0042_auto_20170118_1239.py | 20 - .../migrations/0043_auto_20170214_1643.py | 20 - .../migrations/0044_auto_20170303_1557.py | 261 - .../migrations/0045_auto_20170303_1605.py | 50 - .../migrations/0046_auto_20170303_1631.py | 20 - .../0047_remove_projectictdata_contact.py | 19 - .../migrations/0048_auto_20170307_1540.py | 89 - .../migrations/0049_auto_20170310_1658.py | 24 - .../migrations/0050_auto_20170313_1224.py | 39 - .../migrations/0051_auto_20170314_0937.py | 70 - .../migrations/0052_auto_20170314_1828.py | 25 - .../migrations/0053_auto_20170314_1918.py | 30 - .../migrations/0054_auto_20170323_0815.py | 30 - .../migrations/0055_auto_20170323_1039.py | 52 - .../projects/migrations/__init__.py | 0 app/organization/projects/models.py | 396 - app/organization/projects/tests.py | 24 - app/organization/projects/translation.py | 167 - app/organization/projects/urls.py | 61 - app/organization/projects/views.py | 268 - app/organization/shop/__init__.py | 31 - app/organization/shop/admin.py | 65 - app/organization/shop/apps.py | 30 - app/organization/shop/management/__init__.py | 21 - .../shop/management/commands/__init__.py | 21 - .../organization-sync-prestashop-products.py | 107 - .../shop/migrations/0001_initial.py | 65 - .../migrations/0002_auto_20160923_1749.py | 21 - .../shop/migrations/0003_productlink.py | 32 - .../migrations/0004_auto_20160926_1144.py | 42 - .../migrations/0005_auto_20160926_1230.py | 91 - .../0006_productprestashopproduct.py | 31 - .../migrations/0007_auto_20161020_2035.py | 44 - .../shop/migrations/0008_productlink_title.py | 20 - .../migrations/0009_auto_20161026_1025.py | 25 - app/organization/shop/migrations/__init__.py | 0 app/organization/shop/models.py | 88 - app/organization/shop/tests.py | 24 - app/organization/shop/translation.py | 55 - app/organization/shop/urls.py | 35 - app/organization/shop/views.py | 25 - app/organization/urls.py | 45 - package.json => app/package.json | 6 +- requirements-dev.txt => app/requirements.txt | 10 +- .../agenda/event/includes/event_card.html | 78 - app/themes/__init__.py | 0 app/themes/base/__init__.py | 0 .../base/static/admin/css/organization.css | 16 - .../static/src/assets/favicon/favicon.png | Bin 13200 -> 0 bytes .../base/static/src/assets/img/blank.gif | Bin 42 -> 0 bytes .../src/assets/img/logo-ircam-white.png | Bin 6271 -> 0 bytes .../base/static/src/assets/img/logo-ircam.png | Bin 6778 -> 0 bytes .../static/src/assets/img/logo-manifest.png | Bin 5626 -> 0 bytes .../static/src/assets/img/map-legend-blue.png | Bin 1534 -> 0 bytes .../src/assets/img/map-legend-green.png | Bin 1590 -> 0 bytes .../static/src/assets/img/map-legend-red.png | Bin 1555 -> 0 bytes .../static/src/assets/img/map-marker-blue.png | Bin 4849 -> 0 bytes .../src/assets/img/map-marker-green.png | Bin 5067 -> 0 bytes .../static/src/assets/img/map-marker-red.png | Bin 4929 -> 0 bytes .../src/assets/img/partners/logo-cnrs.png | Bin 7268 -> 0 bytes .../src/assets/img/partners/logo-inria.png | Bin 4361 -> 0 bytes .../img/partners/logo-ministere-culture.png | Bin 10718 -> 0 bytes .../src/assets/img/partners/logo-upmc.png | Bin 4407 -> 0 bytes .../src/assets/img/patterns/circles.png | Bin 1075 -> 0 bytes .../src/assets/img/patterns/squares.png | Bin 959 -> 0 bytes .../src/assets/img/patterns/stripes.png | Bin 952 -> 0 bytes .../src/assets/img/patterns/triangles.png | Bin 998 -> 0 bytes .../src/assets/img/placeholder-media.png | Bin 7113 -> 0 bytes .../src/assets/img/services/applications.jpg | Bin 50878 -> 0 bytes .../src/assets/img/services/forumnet.jpg | Bin 89397 -> 0 bytes .../src/assets/img/services/resources.jpg | Bin 52616 -> 0 bytes .../static/src/assets/img/services/tours.jpg | Bin 22269 -> 0 bytes .../src/assets/img/services/ulysses.jpg | Bin 43445 -> 0 bytes .../assets/img/vertigo-starts/vertigo_tx.png | Bin 42291 -> 0 bytes .../src/assets/img/vertigo/hero-left-date.png | Bin 2898 -> 0 bytes .../src/assets/img/vertigo/hero-left.png | Bin 12013 -> 0 bytes .../src/assets/img/vertigo/hero-logo.png | Bin 5894 -> 0 bytes .../src/assets/img/vertigo/hero-maps.jpg | Bin 92150 -> 0 bytes .../src/assets/img/vertigo/hero-right.png | Bin 5571 -> 0 bytes .../src/assets/img/vertigo/hero-title.png | Bin 12869 -> 0 bytes .../static/src/assets/img/vertigo/hero.jpg | Bin 352701 -> 0 bytes app/themes/base/static/src/js/index.js | 49 - .../base/static/src/js/modules/audio.js | 128 - .../static/src/js/modules/close-button.js | 35 - .../static/src/js/modules/close-escape.js | 28 - .../base/static/src/js/modules/home-menu.js | 42 - .../base/static/src/js/modules/instagram.js | 41 - .../static/src/js/modules/lang-selector.js | 67 - .../static/src/js/modules/lazyload-init.js | 21 - .../src/js/modules/lightsliderhome-init.js | 45 - .../src/js/modules/lightslidernetwork-init.js | 105 - .../src/js/modules/lightsliderpage-init.js | 149 - .../src/js/modules/lightsliderpersons-init.js | 41 - .../src/js/modules/lightsliderrelated-init.js | 41 - .../src/js/modules/live-streaming-counter.js | 145 - .../base/static/src/js/modules/nav-header.js | 39 - .../base/static/src/js/modules/open-button.js | 35 - .../static/src/js/modules/overflow-init.js | 24 - .../static/src/js/modules/role-selector.js | 52 - .../base/static/src/js/modules/search.js | 34 - .../static/src/js/modules/sticky-kit-init.js | 149 - .../base/static/src/js/modules/summary.js | 129 - .../static/src/js/modules/video-overlay.js | 99 - .../base/static/src/js/modules/video.js | 78 - .../base/static/src/js/vendors/water.js | 24877 ---------------- .../base/static/src/sass/config/_colors.scss | 40 - .../base/static/src/sass/config/_config.scss | 39 - .../base/static/src/sass/config/_fonts.scss | 20 - .../static/src/sass/config/_variables.scss | 113 - .../base/static/src/sass/global/_buttons.scss | 132 - .../static/src/sass/global/_defaults.scss | 46 - .../base/static/src/sass/global/_forms.scss | 171 - .../base/static/src/sass/global/_helpers.scss | 257 - .../base/static/src/sass/global/_inputs.scss | 20 - .../base/static/src/sass/global/_tables.scss | 20 - .../static/src/sass/global/_typography.scss | 236 - .../base/static/src/sass/global/_wysiwyg.scss | 199 - app/themes/base/static/src/sass/index.scss | 51 - .../base/static/src/sass/layout/_footer.scss | 160 - .../base/static/src/sass/layout/_global.scss | 58 - .../base/static/src/sass/layout/_grid.scss | 211 - .../base/static/src/sass/layout/_header.scss | 49 - .../base/static/src/sass/libs/_all.scss | 23 - .../src/sass/libs/normalize/_normalize.scss | 24 - .../src/sass/libs/normalize/_support-for.scss | 84 - .../libs/normalize/normalize/_import-now.scss | 31 - .../normalize/normalize/_normalize-mixin.scss | 698 - .../libs/normalize/normalize/_variables.scss | 56 - .../normalize/normalize/_vertical-rhythm.scss | 94 - .../static/src/sass/libs/sass-mq/_mq.scss | 307 - .../static/src/sass/libs/typey/_typey.scss | 37 - .../static/src/sass/libs/typey/config.codekit | 943 - .../src/sass/libs/typey/typey/_defaults.scss | 190 - .../sass/libs/typey/typey/_font-stacks.scss | 24 - .../typey/typey/functions/_depreciated.scss | 75 - .../typey/functions/_em-calculators.scss | 61 - .../libs/typey/typey/functions/_extras.scss | 54 - .../libs/typey/typey/functions/_helpers.scss | 79 - .../typey/typey/functions/_outputters.scss | 103 - .../libs/typey/typey/functions/_sizers.scss | 111 - .../typey/typey/functions/_validators.scss | 102 - .../sass/libs/typey/typey/mixins/_debug.scss | 61 - .../typey/mixins/_define-type-sizing.scss | 65 - .../libs/typey/typey/mixins/_font-size.scss | 44 - .../libs/typey/typey/mixins/_line-height.scss | 43 - .../libs/typey/typey/mixins/_spacing.scss | 109 - .../libs/typey/typey/mixins/_type-layout.scss | 35 - .../libs/typey/typey/mixins/_typeface.scss | 99 - .../libs/typey/typey/mixins/_typeset.scss | 93 - .../base/static/src/sass/modules/_all.scss | 82 - .../base/static/src/sass/modules/_banner.scss | 227 - .../static/src/sass/modules/_blockquote.scss | 58 - .../static/src/sass/modules/_breadcrumb.scss | 74 - .../base/static/src/sass/modules/_dashed.scss | 107 - .../base/static/src/sass/modules/_dotted.scss | 33 - .../base/static/src/sass/modules/_flash.scss | 40 - .../base/static/src/sass/modules/_hero.scss | 195 - .../static/src/sass/modules/_instagram.scss | 19 - .../src/sass/modules/_lang-switcher.scss | 108 - .../sass/modules/_linked-organizations.scss | 45 - .../src/sass/modules/_live-streaming.scss | 79 - .../src/sass/modules/_map-infowindow.scss | 85 - .../static/src/sass/modules/_map-legend.scss | 88 - .../static/src/sass/modules/_messages.scss | 45 - .../static/src/sass/modules/_newsletter.scss | 49 - .../static/src/sass/modules/_overlay.scss | 139 - .../base/static/src/sass/modules/_page.scss | 468 - .../static/src/sass/modules/_pagination.scss | 68 - .../src/sass/modules/_partners-list.scss | 47 - .../static/src/sass/modules/_pattern.scss | 116 - .../src/sass/modules/_project-details.scss | 121 - .../src/sass/modules/_role-switcher.scss | 163 - .../base/static/src/sass/modules/_search.scss | 159 - .../src/sass/modules/_section-title.scss | 92 - .../static/src/sass/modules/_share-links.scss | 65 - .../static/src/sass/modules/_sidebar.scss | 67 - .../base/static/src/sass/modules/_tag.scss | 57 - .../base/static/src/sass/modules/_tweets.scss | 73 - .../base/static/src/sass/modules/_well.scss | 35 - .../src/sass/modules/boxes/_article-box.scss | 336 - .../src/sass/modules/boxes/_brief-box.scss | 126 - .../sass/modules/boxes/_event-line-box.scss | 263 - .../src/sass/modules/boxes/_job-line-box.scss | 70 - .../src/sass/modules/boxes/_media-box.scss | 194 - .../src/sass/modules/boxes/_page-box.scss | 132 - .../sass/modules/boxes/_person-list-box.scss | 57 - .../src/sass/modules/boxes/_product-box.scss | 75 - .../src/sass/modules/boxes/_search-box.scss | 193 - .../sass/modules/medias/_audio-playlist.scss | 67 - .../sass/modules/medias/_video-playlist.scss | 65 - .../src/sass/modules/navs/_nav-actions.scss | 116 - .../src/sass/modules/navs/_nav-footer.scss | 53 - .../src/sass/modules/navs/_nav-header.scss | 613 - .../src/sass/modules/navs/_nav-tree.scss | 148 - .../sass/modules/sliders/_slider-home.scss | 181 - .../sass/modules/sliders/_slider-network.scss | 123 - .../sass/modules/sliders/_slider-page.scss | 130 - .../sass/modules/sliders/_slider-persons.scss | 29 - .../base/static/src/sass/pages/_all.scss | 21 - .../base/static/src/sass/pages/_home.scss | 311 - .../static/src/sass/utils/_functions.scss | 20 - .../base/static/src/sass/utils/_mixins.scss | 34 - .../base/static/src/sass/vendors/_all.scss | 25 - .../static/src/sass/vendors/_audiojs.scss | 183 - .../static/src/sass/vendors/_lightslider.scss | 47 - .../base/static/src/sass/vendors/_pushy.scss | 140 - .../base/static/src/sass/vendors/_slick.scss | 293 - .../static/src/sass/vendors/_videojs.scss | 232 - app/themes/base/static/video/blank_480.webm | Bin 6510 -> 0 bytes .../base/templates/accounts/account_form.html | 25 - .../templates/accounts/account_login.html | 28 - .../accounts/account_password_reset.html | 10 - .../templates/accounts/account_profile.html | 29 - .../accounts/account_profile_update.html | 1 - .../templates/accounts/account_signup.html | 17 - .../accounts/includes/user_panel.html | 37 - .../accounts/includes/user_panel_nav.html | 19 - .../base/templates/admin/base_site.html | 76 - .../templates/admin/includes/app_list.html | 37 - .../includes/content_typed_change_list.html | 32 - .../admin/includes/dropdown_menu.html | 45 - .../admin/includes/recent_actions.html | 18 - app/themes/base/templates/admin/index.html | 26 - app/themes/base/templates/admin/login.html | 71 - .../base/templates/agenda/confirmation.html | 17 - .../agenda/event/includes/event_card.html | 74 - .../base/templates/agenda/event_base.html | 160 - .../base/templates/agenda/event_booking.html | 6 - .../base/templates/agenda/event_detail.html | 152 - .../base/templates/agenda/event_iframe.html | 14 - .../base/templates/agenda/event_list.html | 63 - .../agenda/event_location_detail.html | 43 - .../templates/agenda/event_location_list.html | 48 - .../templates/agenda/includes/event_date.html | 85 - .../agenda/includes/event_date_card.html | 12 - .../agenda/includes/event_date_line.html | 59 - .../agenda/includes/event_date_slider.html | 54 - .../agenda/includes/event_linecard.html | 80 - .../agenda/includes/event_location.html | 17 - .../agenda/includes/event_metainfo.html | 82 - .../agenda/includes/event_metainfo_line.html | 35 - .../includes/event_metainfo_slider.html | 31 - .../agenda/includes/event_search.html | 65 - .../agenda/includes/filter_panel.html | 125 - app/themes/base/templates/base.html | 112 - .../base/templates/core/admin/base_site.html | 77 - app/themes/base/templates/core/inc/block.html | 37 - app/themes/base/templates/core/inc/files.html | 17 - .../base/templates/core/inc/generic_card.html | 32 - app/themes/base/templates/core/inc/link.html | 6 - app/themes/base/templates/core/inc/logo.html | 6 - .../base/templates/core/inc/messages.html | 7 - .../templates/core/inc/related_content.html | 63 - .../core/inc/related_content_dynamic.html | 39 - .../base/templates/core/inc/search_card.html | 29 - .../base/templates/core/inc/slider.html | 21 - .../base/templates/email/account_approve.html | 13 - .../base/templates/email/account_approve.txt | 11 - .../email/account_approve_subject.txt | 2 - .../templates/email/account_approved.html | 6 - .../base/templates/email/account_approved.txt | 6 - .../email/account_approved_subject.txt | 2 - .../email/application_notification.html | 24 - app/themes/base/templates/email/base.html | 3 - app/themes/base/templates/email/base.txt | 3 - .../templates/email/comment_notification.html | 17 - .../templates/email/comment_notification.txt | 12 - .../base/templates/email/form_response.html | 13 - .../base/templates/email/form_response.txt | 9 - .../templates/email/form_response_copies.html | 5 - .../templates/email/form_response_copies.txt | 5 - .../email/password_reset_verify.html | 8 - .../templates/email/password_reset_verify.txt | 7 - .../email/password_reset_verify_subject.txt | 2 - .../base/templates/email/signup_verify.html | 6 - .../base/templates/email/signup_verify.txt | 6 - .../templates/email/signup_verify_subject.txt | 2 - app/themes/base/templates/errors/404.html | 21 - app/themes/base/templates/errors/500.html | 32 - .../base/templates/generic/comments.html | 18 - .../templates/generic/includes/comment.html | 73 - .../templates/generic/includes/comments.html | 29 - .../generic/includes/disqus_comments.html | 15 - .../generic/includes/disqus_counts.html | 12 - .../generic/includes/disqus_sso.html | 6 - .../templates/generic/includes/rating.html | 20 - app/themes/base/templates/home/inc/bio.html | 17 - app/themes/base/templates/home/inc/body.html | 27 - .../base/templates/home/inc/hero-small.html | 25 - app/themes/base/templates/home/inc/hero.html | 46 - .../base/templates/home/inc/service.html | 13 - .../base/templates/home/inc/services.html | 15 - .../base/templates/home/inc/shutter_card.html | 6 - .../base/templates/home/inc/slider.html | 123 - .../templates/includes/editable_form.html | 28 - .../templates/includes/editable_loader.html | 20 - .../templates/includes/editable_toolbar.html | 13 - .../base/templates/includes/footer.html | 110 - .../templates/includes/footer_scripts.html | 34 - .../base/templates/includes/form_errors.html | 11 - .../base/templates/includes/form_fields.html | 30 - .../templates/includes/html_styleguide.html | 356 - .../base/templates/includes/instagram.html | 12 - .../templates/includes/language_selector.html | 20 - .../base/templates/includes/languages.html | 9 - .../base/templates/includes/pagination.html | 35 - .../base/templates/includes/search_form.html | 21 - .../templates/includes/share_buttons.html | 28 - .../base/templates/includes/sidebar.html | 7 - .../base/templates/includes/slider.html | 20 - .../base/templates/includes/social.html | 22 - .../base/templates/includes/twitter.html | 7 - .../base/templates/includes/user_panel.html | 12 - app/themes/base/templates/index.html | 26 - .../base/templates/job/candidacy_list.html | 39 - .../templates/job/inc/candidacy_card.html | 44 - .../templates/job/inc/job_offer_card.html | 24 - .../templates/job/inc/job_response_form.html | 4 - .../base/templates/job/job_offer_detail.html | 34 - .../base/templates/job/job_offer_list.html | 32 - .../magazine/article/article_detail.html | 113 - .../magazine/article/article_list.html | 61 - .../article/includes/article_card.html | 59 - .../magazine/brief/brief_detail.html | 22 - .../templates/magazine/brief/brief_list.html | 9 - .../magazine/brief/inc/brief_card.html | 20 - .../magazine/topic/inc_list_topic.html | 7 - .../magazine/topic/topic_detail.html | 74 - .../templates/media/audio/audio_detail.html | 51 - .../templates/media/audio/audio_overlay.html | 71 - .../media/audio/inc/audio_search.html | 23 - .../media/inc/playlist_audio_card.html | 20 - .../media/inc/playlist_audio_detail.html | 26 - .../templates/media/inc/playlist_search.html | 60 - .../templates/media/inc/playlist_shutter.html | 36 - .../media/inc/playlist_video_card.html | 20 - .../media/inc/playlist_video_detail.html | 28 - .../media/inc/playlist_video_slider.html | 45 - .../live_streaming/live_streaming_detail.html | 54 - .../media/media/includes/media_card.html | 29 - .../base/templates/media/media_base.html | 152 - .../base/templates/media/playlist_detail.html | 63 - .../base/templates/media/playlist_list.html | 50 - .../templates/media/playlist_overlay.html | 9 - .../media/video/inc/video_search.html | 23 - .../templates/media/video/video_detail.html | 69 - .../templates/media/video/video_overlay.html | 69 - .../network/inc/person/list_circle_style.html | 52 - .../network/inc/person/list_square_style.html | 57 - .../inc/person/person_card_circle.html | 43 - .../inc/person/person_card_square.html | 27 - .../templates/network/organization_list.html | 90 - .../network/person/includes/person_card.html | 39 - .../person_activity_timesheet_inline.html | 22 - .../person_activity_timesheet_create.html | 25 - .../person_activity_timesheet_list.html | 41 - .../base/templates/network/person_detail.html | 162 - .../person_detail_multiple_activities.html | 109 - .../base/templates/network/person_list.html | 0 .../base/templates/pages/custompage.html | 102 - .../custompage/includes/custompage_card.html | 43 - .../base/templates/pages/departmentpage.html | 63 - app/themes/base/templates/pages/form.html | 73 - app/themes/base/templates/pages/gallery.html | 43 - app/themes/base/templates/pages/index.html | 10 - .../base/templates/pages/menus/action.html | 29 - .../base/templates/pages/menus/admin.html | 57 - .../templates/pages/menus/breadcrumb.html | 31 - .../pages/menus/current_tree_event.html | 62 - .../pages/menus/current_tree_primary.html | 65 - .../pages/menus/current_tree_secondary.html | 54 - .../pages/menus/current_tree_summary.html | 3 - .../base/templates/pages/menus/dropdown.html | 35 - .../pages/menus/footer_horizontal.html | 25 - .../templates/pages/menus/footer_tree.html | 31 - .../pages/menus/footer_vertical.html | 25 - .../base/templates/pages/menus/header.html | 64 - .../pages/menus/header_tree_primary.html | 31 - .../pages/menus/header_tree_secondary.html | 14 - .../base/templates/pages/menus/magazine.html | 12 - .../base/templates/pages/menus/mobile.html | 32 - .../base/templates/pages/menus/primary.html | 20 - .../base/templates/pages/menus/tree.html | 26 - .../base/templates/pages/menus/vous_etes.html | 26 - .../templates/pages/mutations-creations.html | 106 - .../base/templates/pages/newsletter.html | 23 - app/themes/base/templates/pages/page.html | 174 - .../includes/linked_organization_content.html | 18 - .../includes/linked_organization_footer.html | 17 - .../linked_organization_footer_2.html | 8 - .../pages/page/includes/page_box.html | 24 - .../pages/page/includes/page_card.html | 41 - .../pages/page/includes/page_search.html | 40 - .../templates/pages/projecttopicpage.html | 79 - .../base/templates/pages/richtextpage.html | 12 - app/themes/base/templates/pages/teampage.html | 156 - .../teampage/includes/teampage_card.html | 41 - .../templates/projects/inc/project_block.html | 45 - .../templates/projects/inc/project_list.html | 14 - .../project/includes/project_card.html | 31 - .../projects/project_blogpage_detail.html | 58 - .../projects/project_call_detail.html | 351 - .../projects/project_demo_detail.html | 47 - .../templates/projects/project_detail.html | 351 - .../projects/project_ict_create.html | 50 - app/themes/base/templates/search_results.html | 82 - app/themes/base/templates/shop/base.html | 1 - .../base/templates/shop/billing_shipping.html | 49 - app/themes/base/templates/shop/cart.html | 113 - app/themes/base/templates/shop/checkout.html | 83 - app/themes/base/templates/shop/complete.html | 75 - .../base/templates/shop/confirmation.html | 80 - .../shop/includes/order_details.html | 55 - .../shop/includes/order_details_rtl.html | 61 - .../templates/shop/includes/order_totals.html | 40 - .../templates/shop/includes/order_totals.txt | 11 - .../shop/includes/payment_fields.html | 14 - .../includes/product_list_circle_style.html | 49 - .../includes/product_list_square_style.html | 51 - .../templates/shop/includes/user_panel.html | 18 - .../base/templates/shop/order_history.html | 51 - .../base/templates/shop/order_invoice.html | 5 - .../templates/shop/order_invoice_pdf.html | 1 - app/themes/base/templates/shop/payment.html | 10 - app/themes/base/templates/shop/product.html | 159 - .../shop/product/includes/product_search.html | 30 - app/themes/base/templates/shop/wishlist.html | 46 - app/themes/base/templates/styles.html | 21 - .../base/templates/twitter/hashtag.html | 4 - app/themes/base/templates/twitter/tweets.html | 36 - app/themes/starts_eu/__init__.py | 0 .../templates/accounts/account_form.html | 25 - .../templates/accounts/account_login.html | 28 - .../accounts/account_password_reset.html | 10 - .../templates/accounts/account_profile.html | 29 - .../accounts/account_profile_update.html | 1 - .../templates/accounts/account_signup.html | 17 - .../accounts/includes/user_panel.html | 37 - .../accounts/includes/user_panel_nav.html | 19 - .../starts_eu/templates/admin/base_site.html | 76 - .../templates/admin/includes/app_list.html | 37 - .../includes/content_typed_change_list.html | 32 - .../admin/includes/dropdown_menu.html | 45 - .../admin/includes/recent_actions.html | 18 - .../starts_eu/templates/admin/index.html | 26 - .../starts_eu/templates/admin/login.html | 71 - .../templates/agenda/confirmation.html | 17 - .../agenda/event/includes/event_card.html | 74 - .../templates/agenda/event_base.html | 160 - .../templates/agenda/event_booking.html | 6 - .../templates/agenda/event_detail.html | 152 - .../templates/agenda/event_iframe.html | 14 - .../templates/agenda/event_list.html | 63 - .../agenda/event_location_detail.html | 43 - .../templates/agenda/event_location_list.html | 48 - .../templates/agenda/includes/event_date.html | 85 - .../agenda/includes/event_date_card.html | 12 - .../agenda/includes/event_date_line.html | 59 - .../agenda/includes/event_date_slider.html | 54 - .../agenda/includes/event_linecard.html | 80 - .../agenda/includes/event_location.html | 17 - .../agenda/includes/event_metainfo.html | 80 - .../agenda/includes/event_metainfo_line.html | 35 - .../includes/event_metainfo_slider.html | 29 - .../agenda/includes/event_search.html | 65 - .../agenda/includes/filter_panel.html | 125 - app/themes/starts_eu/templates/base.html | 112 - .../templates/core/admin/base_site.html | 77 - .../starts_eu/templates/core/inc/block.html | 37 - .../starts_eu/templates/core/inc/files.html | 17 - .../templates/core/inc/generic_card.html | 32 - .../starts_eu/templates/core/inc/link.html | 6 - .../starts_eu/templates/core/inc/logo.html | 6 - .../templates/core/inc/messages.html | 7 - .../templates/core/inc/related_content.html | 63 - .../core/inc/related_content_dynamic.html | 39 - .../templates/core/inc/search_card.html | 29 - .../starts_eu/templates/core/inc/slider.html | 21 - .../templates/email/account_approve.html | 13 - .../templates/email/account_approve.txt | 11 - .../email/account_approve_subject.txt | 2 - .../templates/email/account_approved.html | 6 - .../templates/email/account_approved.txt | 6 - .../email/account_approved_subject.txt | 2 - .../email/application_notification.html | 24 - .../starts_eu/templates/email/base.html | 3 - app/themes/starts_eu/templates/email/base.txt | 3 - .../templates/email/comment_notification.html | 17 - .../templates/email/comment_notification.txt | 12 - .../templates/email/form_response.html | 13 - .../templates/email/form_response.txt | 9 - .../templates/email/form_response_copies.html | 5 - .../templates/email/form_response_copies.txt | 5 - .../email/password_reset_verify.html | 8 - .../templates/email/password_reset_verify.txt | 7 - .../email/password_reset_verify_subject.txt | 2 - .../templates/email/signup_verify.html | 6 - .../templates/email/signup_verify.txt | 6 - .../templates/email/signup_verify_subject.txt | 2 - .../starts_eu/templates/errors/404.html | 21 - .../starts_eu/templates/errors/500.html | 32 - .../starts_eu/templates/generic/comments.html | 18 - .../templates/generic/includes/comment.html | 73 - .../templates/generic/includes/comments.html | 29 - .../generic/includes/disqus_comments.html | 15 - .../generic/includes/disqus_counts.html | 12 - .../generic/includes/disqus_sso.html | 6 - .../templates/generic/includes/rating.html | 20 - .../starts_eu/templates/home/inc/bio.html | 17 - .../starts_eu/templates/home/inc/body.html | 27 - .../templates/home/inc/hero-small.html | 25 - .../starts_eu/templates/home/inc/hero.html | 46 - .../starts_eu/templates/home/inc/service.html | 13 - .../templates/home/inc/services.html | 15 - .../templates/home/inc/shutter_card.html | 6 - .../starts_eu/templates/home/inc/slider.html | 123 - .../templates/includes/editable_form.html | 28 - .../templates/includes/editable_loader.html | 20 - .../templates/includes/editable_toolbar.html | 13 - .../starts_eu/templates/includes/footer.html | 110 - .../templates/includes/footer_scripts.html | 32 - .../templates/includes/form_errors.html | 11 - .../templates/includes/form_fields.html | 30 - .../templates/includes/html_styleguide.html | 356 - .../templates/includes/instagram.html | 12 - .../templates/includes/language_selector.html | 20 - .../templates/includes/languages.html | 9 - .../templates/includes/pagination.html | 35 - .../templates/includes/search_form.html | 21 - .../templates/includes/share_buttons.html | 28 - .../starts_eu/templates/includes/sidebar.html | 7 - .../starts_eu/templates/includes/slider.html | 20 - .../starts_eu/templates/includes/social.html | 22 - .../starts_eu/templates/includes/twitter.html | 7 - .../templates/includes/user_panel.html | 12 - app/themes/starts_eu/templates/index.html | 26 - .../templates/job/candidacy_list.html | 39 - .../templates/job/inc/candidacy_card.html | 44 - .../templates/job/inc/job_offer_card.html | 24 - .../templates/job/inc/job_response_form.html | 4 - .../templates/job/job_offer_detail.html | 34 - .../templates/job/job_offer_list.html | 32 - .../magazine/article/article_detail.html | 113 - .../magazine/article/article_list.html | 61 - .../article/includes/article_card.html | 59 - .../magazine/brief/brief_detail.html | 22 - .../templates/magazine/brief/brief_list.html | 9 - .../magazine/brief/inc/brief_card.html | 20 - .../magazine/topic/inc_list_topic.html | 7 - .../magazine/topic/topic_detail.html | 74 - .../templates/media/audio/audio_detail.html | 51 - .../templates/media/audio/audio_overlay.html | 71 - .../media/audio/inc/audio_search.html | 23 - .../media/inc/playlist_audio_card.html | 20 - .../media/inc/playlist_audio_detail.html | 26 - .../templates/media/inc/playlist_search.html | 60 - .../templates/media/inc/playlist_shutter.html | 36 - .../media/inc/playlist_video_card.html | 20 - .../media/inc/playlist_video_detail.html | 28 - .../media/inc/playlist_video_slider.html | 45 - .../media/media/includes/media_card.html | 29 - .../templates/media/playlist_detail.html | 63 - .../templates/media/playlist_list.html | 50 - .../templates/media/playlist_overlay.html | 9 - .../media/video/inc/video_search.html | 23 - .../templates/media/video/video_detail.html | 69 - .../templates/media/video/video_overlay.html | 69 - .../network/inc/person/list_circle_style.html | 52 - .../network/inc/person/list_square_style.html | 57 - .../inc/person/person_card_circle.html | 43 - .../inc/person/person_card_square.html | 27 - .../templates/network/organization_list.html | 90 - .../network/person/includes/person_card.html | 39 - .../person_activity_timesheet_inline.html | 22 - .../person_activity_timesheet_create.html | 25 - .../person_activity_timesheet_list.html | 41 - .../templates/network/person_detail.html | 162 - .../person_detail_multiple_activities.html | 109 - .../templates/network/person_list.html | 0 .../starts_eu/templates/pages/custompage.html | 102 - .../custompage/includes/custompage_card.html | 43 - .../templates/pages/departmentpage.html | 63 - .../starts_eu/templates/pages/form.html | 73 - .../starts_eu/templates/pages/gallery.html | 43 - .../starts_eu/templates/pages/index.html | 10 - .../templates/pages/menus/action.html | 29 - .../templates/pages/menus/admin.html | 57 - .../templates/pages/menus/breadcrumb.html | 31 - .../pages/menus/current_tree_event.html | 62 - .../pages/menus/current_tree_primary.html | 65 - .../pages/menus/current_tree_secondary.html | 54 - .../pages/menus/current_tree_summary.html | 3 - .../templates/pages/menus/dropdown.html | 35 - .../pages/menus/footer_horizontal.html | 25 - .../templates/pages/menus/footer_tree.html | 31 - .../pages/menus/footer_vertical.html | 25 - .../templates/pages/menus/header.html | 64 - .../pages/menus/header_tree_primary.html | 31 - .../pages/menus/header_tree_secondary.html | 14 - .../templates/pages/menus/magazine.html | 12 - .../templates/pages/menus/mobile.html | 32 - .../templates/pages/menus/primary.html | 20 - .../starts_eu/templates/pages/menus/tree.html | 26 - .../templates/pages/menus/vous_etes.html | 26 - .../templates/pages/mutations-creations.html | 106 - .../starts_eu/templates/pages/newsletter.html | 23 - .../starts_eu/templates/pages/page.html | 174 - .../includes/linked_organization_content.html | 18 - .../includes/linked_organization_footer.html | 17 - .../linked_organization_footer_2.html | 8 - .../pages/page/includes/page_box.html | 24 - .../pages/page/includes/page_card.html | 41 - .../pages/page/includes/page_search.html | 40 - .../templates/pages/projecttopicpage.html | 79 - .../templates/pages/richtextpage.html | 12 - .../starts_eu/templates/pages/teampage.html | 156 - .../teampage/includes/teampage_card.html | 41 - .../templates/projects/inc/project_block.html | 45 - .../templates/projects/inc/project_list.html | 14 - .../project/includes/project_card.html | 31 - .../projects/project_blogpage_detail.html | 58 - .../projects/project_demo_detail.html | 47 - .../templates/projects/project_detail.html | 351 - .../starts_eu/templates/search_results.html | 82 - app/themes/starts_eu/templates/shop/base.html | 1 - .../templates/shop/billing_shipping.html | 49 - app/themes/starts_eu/templates/shop/cart.html | 113 - .../starts_eu/templates/shop/checkout.html | 83 - .../starts_eu/templates/shop/complete.html | 75 - .../templates/shop/confirmation.html | 80 - .../shop/includes/order_details.html | 55 - .../shop/includes/order_details_rtl.html | 61 - .../templates/shop/includes/order_totals.html | 40 - .../templates/shop/includes/order_totals.txt | 11 - .../shop/includes/payment_fields.html | 14 - .../includes/product_list_circle_style.html | 49 - .../includes/product_list_square_style.html | 51 - .../templates/shop/includes/user_panel.html | 18 - .../templates/shop/order_history.html | 51 - .../templates/shop/order_invoice.html | 5 - .../templates/shop/order_invoice_pdf.html | 1 - .../starts_eu/templates/shop/payment.html | 10 - .../starts_eu/templates/shop/product.html | 159 - .../shop/product/includes/product_search.html | 30 - .../starts_eu/templates/shop/wishlist.html | 46 - .../starts_eu/templates/starts_eu/base.html | 112 - .../templates/starts_eu/includes/footer.html | 94 - .../starts_eu/pages/menus/header.html | 64 - .../templates/starts_eu/pages/page.html | 174 - app/themes/starts_eu/templates/styles.html | 21 - .../starts_eu/templates/twitter/hashtag.html | 4 - .../starts_eu/templates/twitter/tweets.html | 36 - app/themes/vertigo_starts_eu/__init__.py | 0 .../templates/accounts/account_form.html | 25 - .../templates/accounts/account_login.html | 28 - .../accounts/account_password_reset.html | 10 - .../templates/accounts/account_profile.html | 29 - .../accounts/account_profile_update.html | 1 - .../templates/accounts/account_signup.html | 17 - .../accounts/includes/user_panel.html | 37 - .../accounts/includes/user_panel_nav.html | 19 - .../templates/admin/base_site.html | 76 - .../templates/admin/includes/app_list.html | 37 - .../includes/content_typed_change_list.html | 32 - .../admin/includes/dropdown_menu.html | 45 - .../admin/includes/recent_actions.html | 18 - .../templates/admin/index.html | 26 - .../templates/admin/login.html | 71 - .../templates/agenda/confirmation.html | 17 - .../agenda/event/includes/event_card.html | 74 - .../templates/agenda/event_base.html | 160 - .../templates/agenda/event_booking.html | 6 - .../templates/agenda/event_detail.html | 152 - .../templates/agenda/event_iframe.html | 14 - .../templates/agenda/event_list.html | 63 - .../agenda/event_location_detail.html | 43 - .../templates/agenda/event_location_list.html | 48 - .../templates/agenda/includes/event_date.html | 85 - .../agenda/includes/event_date_card.html | 12 - .../agenda/includes/event_date_line.html | 59 - .../agenda/includes/event_date_slider.html | 54 - .../agenda/includes/event_linecard.html | 80 - .../agenda/includes/event_location.html | 17 - .../agenda/includes/event_metainfo.html | 80 - .../agenda/includes/event_metainfo_line.html | 35 - .../includes/event_metainfo_slider.html | 29 - .../agenda/includes/event_search.html | 65 - .../agenda/includes/filter_panel.html | 125 - .../vertigo_starts_eu/templates/base.html | 112 - .../templates/core/admin/base_site.html | 77 - .../templates/core/inc/block.html | 37 - .../templates/core/inc/files.html | 17 - .../templates/core/inc/generic_card.html | 32 - .../templates/core/inc/link.html | 6 - .../templates/core/inc/logo.html | 6 - .../templates/core/inc/messages.html | 7 - .../templates/core/inc/related_content.html | 63 - .../core/inc/related_content_dynamic.html | 39 - .../templates/core/inc/search_card.html | 29 - .../templates/core/inc/slider.html | 21 - .../templates/email/account_approve.html | 13 - .../templates/email/account_approve.txt | 11 - .../email/account_approve_subject.txt | 2 - .../templates/email/account_approved.html | 6 - .../templates/email/account_approved.txt | 6 - .../email/account_approved_subject.txt | 2 - .../email/application_notification.html | 24 - .../templates/email/base.html | 3 - .../templates/email/base.txt | 3 - .../templates/email/comment_notification.html | 17 - .../templates/email/comment_notification.txt | 12 - .../templates/email/form_response.html | 13 - .../templates/email/form_response.txt | 9 - .../templates/email/form_response_copies.html | 5 - .../templates/email/form_response_copies.txt | 5 - .../email/password_reset_verify.html | 8 - .../templates/email/password_reset_verify.txt | 7 - .../email/password_reset_verify_subject.txt | 2 - .../templates/email/signup_verify.html | 6 - .../templates/email/signup_verify.txt | 6 - .../templates/email/signup_verify_subject.txt | 2 - .../templates/errors/404.html | 21 - .../templates/errors/500.html | 32 - .../templates/generic/comments.html | 18 - .../templates/generic/includes/comment.html | 73 - .../templates/generic/includes/comments.html | 29 - .../generic/includes/disqus_comments.html | 15 - .../generic/includes/disqus_counts.html | 12 - .../generic/includes/disqus_sso.html | 6 - .../templates/generic/includes/rating.html | 20 - .../templates/home/inc/bio.html | 17 - .../templates/home/inc/body.html | 27 - .../templates/home/inc/hero-small.html | 25 - .../templates/home/inc/hero.html | 46 - .../templates/home/inc/service.html | 13 - .../templates/home/inc/services.html | 15 - .../templates/home/inc/shutter_card.html | 6 - .../templates/home/inc/slider.html | 123 - .../templates/includes/editable_form.html | 28 - .../templates/includes/editable_loader.html | 20 - .../templates/includes/editable_toolbar.html | 13 - .../templates/includes/footer.html | 110 - .../templates/includes/footer_scripts.html | 32 - .../templates/includes/form_errors.html | 11 - .../templates/includes/form_fields.html | 30 - .../templates/includes/html_styleguide.html | 356 - .../templates/includes/instagram.html | 12 - .../templates/includes/language_selector.html | 20 - .../templates/includes/languages.html | 9 - .../templates/includes/pagination.html | 35 - .../templates/includes/search_form.html | 21 - .../templates/includes/share_buttons.html | 28 - .../templates/includes/sidebar.html | 7 - .../templates/includes/slider.html | 20 - .../templates/includes/social.html | 22 - .../templates/includes/twitter.html | 7 - .../templates/includes/user_panel.html | 12 - .../vertigo_starts_eu/templates/index.html | 26 - .../templates/job/candidacy_list.html | 39 - .../templates/job/inc/candidacy_card.html | 44 - .../templates/job/inc/job_offer_card.html | 24 - .../templates/job/inc/job_response_form.html | 4 - .../templates/job/job_offer_detail.html | 34 - .../templates/job/job_offer_list.html | 32 - .../magazine/article/article_detail.html | 113 - .../magazine/article/article_list.html | 61 - .../article/includes/article_card.html | 59 - .../magazine/brief/brief_detail.html | 22 - .../templates/magazine/brief/brief_list.html | 9 - .../magazine/brief/inc/brief_card.html | 20 - .../magazine/topic/inc_list_topic.html | 7 - .../magazine/topic/topic_detail.html | 74 - .../templates/media/audio/audio_detail.html | 51 - .../templates/media/audio/audio_overlay.html | 71 - .../media/audio/inc/audio_search.html | 23 - .../media/inc/playlist_audio_card.html | 20 - .../media/inc/playlist_audio_detail.html | 26 - .../templates/media/inc/playlist_search.html | 60 - .../templates/media/inc/playlist_shutter.html | 36 - .../media/inc/playlist_video_card.html | 20 - .../media/inc/playlist_video_detail.html | 28 - .../media/inc/playlist_video_slider.html | 45 - .../media/media/includes/media_card.html | 29 - .../templates/media/playlist_detail.html | 63 - .../templates/media/playlist_list.html | 50 - .../templates/media/playlist_overlay.html | 9 - .../media/video/inc/video_search.html | 23 - .../templates/media/video/video_detail.html | 69 - .../templates/media/video/video_overlay.html | 69 - .../network/inc/person/list_circle_style.html | 52 - .../network/inc/person/list_square_style.html | 57 - .../inc/person/person_card_circle.html | 43 - .../inc/person/person_card_square.html | 27 - .../templates/network/organization_list.html | 90 - .../network/person/includes/person_card.html | 39 - .../person_activity_timesheet_inline.html | 22 - .../person_activity_timesheet_create.html | 25 - .../person_activity_timesheet_list.html | 41 - .../templates/network/person_detail.html | 162 - .../person_detail_multiple_activities.html | 109 - .../templates/network/person_list.html | 0 .../templates/pages/custompage.html | 102 - .../custompage/includes/custompage_card.html | 43 - .../templates/pages/departmentpage.html | 63 - .../templates/pages/form.html | 73 - .../templates/pages/gallery.html | 43 - .../templates/pages/index.html | 10 - .../templates/pages/menus/action.html | 29 - .../templates/pages/menus/admin.html | 57 - .../templates/pages/menus/breadcrumb.html | 31 - .../pages/menus/current_tree_event.html | 62 - .../pages/menus/current_tree_primary.html | 65 - .../pages/menus/current_tree_secondary.html | 54 - .../pages/menus/current_tree_summary.html | 3 - .../templates/pages/menus/dropdown.html | 35 - .../pages/menus/footer_horizontal.html | 25 - .../templates/pages/menus/footer_tree.html | 31 - .../pages/menus/footer_vertical.html | 25 - .../templates/pages/menus/header.html | 64 - .../pages/menus/header_tree_primary.html | 31 - .../pages/menus/header_tree_secondary.html | 14 - .../templates/pages/menus/magazine.html | 12 - .../templates/pages/menus/mobile.html | 32 - .../templates/pages/menus/primary.html | 20 - .../templates/pages/menus/tree.html | 26 - .../templates/pages/menus/vous_etes.html | 26 - .../templates/pages/mutations-creations.html | 106 - .../templates/pages/newsletter.html | 23 - .../templates/pages/page.html | 174 - .../includes/linked_organization_content.html | 18 - .../includes/linked_organization_footer.html | 17 - .../linked_organization_footer_2.html | 8 - .../pages/page/includes/page_box.html | 24 - .../pages/page/includes/page_card.html | 41 - .../pages/page/includes/page_search.html | 40 - .../templates/pages/projecttopicpage.html | 79 - .../templates/pages/richtextpage.html | 12 - .../templates/pages/teampage.html | 156 - .../teampage/includes/teampage_card.html | 41 - .../templates/projects/inc/project_block.html | 45 - .../templates/projects/inc/project_list.html | 14 - .../projects/inc/project_validation.html | 13 - .../project/includes/project_card.html | 31 - .../projects/project_blogpage_detail.html | 58 - .../projects/project_call_detail.html | 136 - .../templates/projects/project_call_list.html | 0 .../projects/project_demo_detail.html | 47 - .../templates/projects/project_detail.html | 351 - .../projects/project_ict_create.html | 63 - .../project_ict_create_notification.html | 11 - .../projects/project_ict_detail.html | 351 - .../templates/projects/project_ict_list.html | 0 .../projects/project_ict_submission.html | 46 - .../projects/project_ict_validation.html | 38 - .../projects/project_producer_create.html | 61 - .../projects/project_producer_detail.html | 0 .../projects/project_producer_list.html | 0 .../projects/project_residency_create.html | 50 - .../projects/project_residency_detail.html | 0 .../projects/project_residency_list.html | 0 .../templates/search_results.html | 82 - .../templates/shop/base.html | 1 - .../templates/shop/billing_shipping.html | 49 - .../templates/shop/cart.html | 113 - .../templates/shop/checkout.html | 83 - .../templates/shop/complete.html | 75 - .../templates/shop/confirmation.html | 80 - .../shop/includes/order_details.html | 55 - .../shop/includes/order_details_rtl.html | 61 - .../templates/shop/includes/order_totals.html | 40 - .../templates/shop/includes/order_totals.txt | 11 - .../shop/includes/payment_fields.html | 14 - .../includes/product_list_circle_style.html | 49 - .../includes/product_list_square_style.html | 51 - .../templates/shop/includes/user_panel.html | 18 - .../templates/shop/order_history.html | 51 - .../templates/shop/order_invoice.html | 5 - .../templates/shop/order_invoice_pdf.html | 1 - .../templates/shop/payment.html | 10 - .../templates/shop/product.html | 159 - .../shop/product/includes/product_search.html | 30 - .../templates/shop/wishlist.html | 46 - .../vertigo_starts_eu/templates/styles.html | 21 - .../templates/twitter/hashtag.html | 4 - .../templates/twitter/tweets.html | 36 - .../templates/vertigo_starts_eu/base.html | 112 - .../vertigo_starts_eu/home/inc/hero.html | 19 - .../vertigo_starts_eu/includes/footer.html | 94 - .../vertigo_starts_eu/pages/menus/header.html | 64 - .../vertigo_starts_eu/pages/page.html | 176 - bower.json | 36 - docker-compose.yml | 11 +- gulpfile.js | 143 - requirements-debian.txt | 13 - requirements.txt | 43 +- var | 1 - 1249 files changed, 35 insertions(+), 90493 deletions(-) delete mode 100644 .bowerrc rename Dockerfile => app/Dockerfile (60%) rename Gemfile => app/Gemfile (100%) delete mode 100644 app/organization/__init__.py delete mode 100644 app/organization/agenda/__init__.py delete mode 100644 app/organization/agenda/admin.py delete mode 100644 app/organization/agenda/apps.py delete mode 100644 app/organization/agenda/forms.py delete mode 100644 app/organization/agenda/management/__init__.py delete mode 100644 app/organization/agenda/management/commands/__init__.py delete mode 100644 app/organization/agenda/management/commands/organization-sync-eve-events.py delete mode 100644 app/organization/agenda/management/commands/organization-sync-prestashop-events.py delete mode 100644 app/organization/agenda/migrations/0001_initial.py delete mode 100644 app/organization/agenda/migrations/0002_eventdepartment.py delete mode 100644 app/organization/agenda/migrations/0003_eventlink_eventperson.py delete mode 100644 app/organization/agenda/migrations/0004_eventaudio_eventvideo.py delete mode 100644 app/organization/agenda/migrations/0005_auto_20160928_1858.py delete mode 100644 app/organization/agenda/migrations/0006_auto_20160929_1257.py delete mode 100644 app/organization/agenda/migrations/0007_auto_20160929_1300.py delete mode 100644 app/organization/agenda/migrations/0008_auto_20161005_1455.py delete mode 100644 app/organization/agenda/migrations/0009_auto_20161013_1631.py delete mode 100644 app/organization/agenda/migrations/0010_auto_20161014_0002.py delete mode 100644 app/organization/agenda/migrations/0011_auto_20161018_1804.py delete mode 100644 app/organization/agenda/migrations/0012_auto_20161020_1051.py delete mode 100644 app/organization/agenda/migrations/0013_eventlink_title.py delete mode 100644 app/organization/agenda/migrations/0014_auto_20161021_1319.py delete mode 100644 app/organization/agenda/migrations/0015_auto_20161026_1025.py delete mode 100644 app/organization/agenda/migrations/0016_dynamiccontentevent.py delete mode 100644 app/organization/agenda/migrations/0017_auto_20161104_1812.py delete mode 100644 app/organization/agenda/migrations/0018_auto_20161104_1820.py delete mode 100644 app/organization/agenda/migrations/0019_eventpricedescription.py delete mode 100644 app/organization/agenda/migrations/0020_auto_20161205_1536.py delete mode 100644 app/organization/agenda/migrations/0021_eventblock_login_required.py delete mode 100644 app/organization/agenda/migrations/0022_auto_20170105_1743.py delete mode 100644 app/organization/agenda/migrations/0023_auto_20170214_1643.py delete mode 100644 app/organization/agenda/migrations/0024_eventrank.py delete mode 100644 app/organization/agenda/migrations/0025_auto_20170222_1011.py delete mode 100644 app/organization/agenda/migrations/0026_auto_20170313_1224.py delete mode 100644 app/organization/agenda/migrations/__init__.py delete mode 100644 app/organization/agenda/models.py delete mode 100644 app/organization/agenda/translation.py delete mode 100644 app/organization/agenda/urls.py delete mode 100644 app/organization/agenda/views.py delete mode 100644 app/organization/core/__init__.py delete mode 100644 app/organization/core/admin.py delete mode 100644 app/organization/core/apps.py delete mode 100644 app/organization/core/context_processors.py delete mode 100644 app/organization/core/management/__init__.py delete mode 100644 app/organization/core/management/commands/__init__.py delete mode 100644 app/organization/core/management/commands/create-admin-user.py delete mode 100644 app/organization/core/management/commands/festival-sync-eve-events.py delete mode 100644 app/organization/core/management/commands/wait-for-db.py delete mode 100644 app/organization/core/managers.py delete mode 100644 app/organization/core/migrations/0001_initial.py delete mode 100644 app/organization/core/migrations/0002_linktype_picto.py delete mode 100644 app/organization/core/migrations/0003_remove_linktype_picto.py delete mode 100644 app/organization/core/migrations/0004_auto_20160923_1141.py delete mode 100644 app/organization/core/migrations/0005_linktype_fa_option.py delete mode 100644 app/organization/core/migrations/__init__.py delete mode 100644 app/organization/core/models.py delete mode 100644 app/organization/core/no_db_settings.py delete mode 100644 app/organization/core/related.py delete mode 100644 app/organization/core/static/js/tinymce_setup.js delete mode 100644 app/organization/core/templatetags/organization_tags.py delete mode 100644 app/organization/core/tests.py delete mode 100644 app/organization/core/translation.py delete mode 100644 app/organization/core/urls.py delete mode 100644 app/organization/core/views.py delete mode 100644 app/organization/formats/__init__.py delete mode 100644 app/organization/formats/apps.py delete mode 100644 app/organization/formats/en/__init__.py delete mode 100644 app/organization/formats/en/formats.py delete mode 100644 app/organization/formats/fr/__init__.py delete mode 100644 app/organization/formats/fr/formats.py delete mode 100644 app/organization/job/__init__.py delete mode 100644 app/organization/job/admin.py delete mode 100644 app/organization/job/apps.py delete mode 100644 app/organization/job/fixtures/organization-job.json delete mode 100644 app/organization/job/forms.py delete mode 100644 app/organization/job/migrations/0001_initial.py delete mode 100644 app/organization/job/migrations/0002_jobresponse_message.py delete mode 100644 app/organization/job/migrations/0003_auto_20160929_1833.py delete mode 100644 app/organization/job/migrations/0004_candidacy.py delete mode 100644 app/organization/job/migrations/0005_auto_20160930_1254.py delete mode 100644 app/organization/job/migrations/0006_candidacyimage.py delete mode 100644 app/organization/job/migrations/0007_auto_20160930_1758.py delete mode 100644 app/organization/job/migrations/0008_auto_20160930_1849.py delete mode 100644 app/organization/job/migrations/0009_auto_20160930_1940.py delete mode 100644 app/organization/job/migrations/0010_auto_20161205_1536.py delete mode 100644 app/organization/job/migrations/0011_auto_20170105_1743.py delete mode 100644 app/organization/job/migrations/0012_auto_20170323_1039.py delete mode 100644 app/organization/job/migrations/__init__.py delete mode 100644 app/organization/job/models.py delete mode 100644 app/organization/job/tests.py delete mode 100644 app/organization/job/translation.py delete mode 100644 app/organization/job/urls.py delete mode 100644 app/organization/job/views.py delete mode 100644 app/organization/magazine/__init__.py delete mode 100644 app/organization/magazine/admin.py delete mode 100644 app/organization/magazine/apps.py delete mode 100644 app/organization/magazine/forms.py delete mode 100644 app/organization/magazine/migrations/0001_initial.py delete mode 100644 app/organization/magazine/migrations/0002_auto_20160901_1737.py delete mode 100644 app/organization/magazine/migrations/0003_articlepersonlistblockinline.py delete mode 100644 app/organization/magazine/migrations/0004_dynamiccontentarticle.py delete mode 100644 app/organization/magazine/migrations/0005_auto_20160923_1821.py delete mode 100644 app/organization/magazine/migrations/0006_auto_20160924_1058.py delete mode 100644 app/organization/magazine/migrations/0007_auto_20160924_1058.py delete mode 100644 app/organization/magazine/migrations/0008_remove_article_related_articles.py delete mode 100644 app/organization/magazine/migrations/0009_auto_20160928_1858.py delete mode 100644 app/organization/magazine/migrations/0010_articleaudio_articlevideo.py delete mode 100644 app/organization/magazine/migrations/0011_auto_20161013_1631.py delete mode 100644 app/organization/magazine/migrations/0012_auto_20161013_1631.py delete mode 100644 app/organization/magazine/migrations/0013_auto_20161013_2353.py delete mode 100644 app/organization/magazine/migrations/0014_brief_style.py delete mode 100644 app/organization/magazine/migrations/0015_auto_20161028_1613.py delete mode 100644 app/organization/magazine/migrations/0016_auto_20161028_1617.py delete mode 100644 app/organization/magazine/migrations/0017_auto_20161104_1026.py delete mode 100644 app/organization/magazine/migrations/0018_auto_20161205_1536.py delete mode 100644 app/organization/magazine/migrations/0019_auto_20170105_1743.py delete mode 100644 app/organization/magazine/migrations/__init__.py delete mode 100644 app/organization/magazine/models.py delete mode 100644 app/organization/magazine/tests.py delete mode 100644 app/organization/magazine/translation.py delete mode 100644 app/organization/magazine/urls.py delete mode 100644 app/organization/magazine/views.py delete mode 100644 app/organization/media/__init__.py delete mode 100644 app/organization/media/admin.py delete mode 100644 app/organization/media/apps.py delete mode 100644 app/organization/media/forms.py delete mode 100644 app/organization/media/migrations/0001_initial.py delete mode 100644 app/organization/media/migrations/0002_auto_20160929_1310.py delete mode 100644 app/organization/media/migrations/0003_auto_20160929_1835.py delete mode 100644 app/organization/media/migrations/0004_auto_20160930_1039.py delete mode 100644 app/organization/media/migrations/0004_auto_20161007_1426.py delete mode 100644 app/organization/media/migrations/0005_auto_20160930_1849.py delete mode 100644 app/organization/media/migrations/0006_auto_20161013_1631.py delete mode 100644 app/organization/media/migrations/0007_auto_20161013_1631.py delete mode 100644 app/organization/media/migrations/0008_auto_20161013_1810.py delete mode 100644 app/organization/media/migrations/0009_auto_20161013_2353.py delete mode 100644 app/organization/media/migrations/0010_auto_20161014_0849.py delete mode 100644 app/organization/media/migrations/0011_auto_20161014_1136.py delete mode 100644 app/organization/media/migrations/0012_auto_20161028_1812.py delete mode 100644 app/organization/media/migrations/0013_mediaimage.py delete mode 100644 app/organization/media/migrations/0014_livestreaming.py delete mode 100644 app/organization/media/migrations/0015_livestreaming_event_location.py delete mode 100644 app/organization/media/migrations/__init__.py delete mode 100644 app/organization/media/models.py delete mode 100644 app/organization/media/templatetags/media_tags.py delete mode 100644 app/organization/media/tests.py delete mode 100644 app/organization/media/translation.py delete mode 100644 app/organization/media/urls.py delete mode 100644 app/organization/media/views.py delete mode 100644 app/organization/network/__init__.py delete mode 100644 app/organization/network/admin.py delete mode 100644 app/organization/network/api.py delete mode 100644 app/organization/network/apps.py delete mode 100644 app/organization/network/forms.py delete mode 100644 app/organization/network/management/commands/create-default-organization.py delete mode 100644 app/organization/network/management/commands/export-ircam-timesheet-xls.py delete mode 100644 app/organization/network/management/commands/import-figgo-id.py delete mode 100644 app/organization/network/management/commands/import-ircam-matricule.py delete mode 100644 app/organization/network/management/commands/import-ircam-person-xls.py delete mode 100644 app/organization/network/management/commands/import-ircam-project.py delete mode 100644 app/organization/network/management/commands/import-ircam-timesheet-xls.py delete mode 100644 app/organization/network/migrations/0001_initial.py delete mode 100644 app/organization/network/migrations/0002_auto_20160901_1737.py delete mode 100644 app/organization/network/migrations/0003_personaudio_personblock_personimage_personlink_personvideo.py delete mode 100644 app/organization/network/migrations/0004_organizationaudio_organizationblock_organizationimage_organizationlink_organizationvideo.py delete mode 100644 app/organization/network/migrations/0005_auto_20160905_1853.py delete mode 100644 app/organization/network/migrations/0006_auto_20160914_1454.py delete mode 100644 app/organization/network/migrations/0007_auto_20160914_1818.py delete mode 100644 app/organization/network/migrations/0008_person_email.py delete mode 100644 app/organization/network/migrations/0009_auto_20160916_1229.py delete mode 100644 app/organization/network/migrations/0010_personactivity_weeks.py delete mode 100644 app/organization/network/migrations/0011_auto_20160916_1246.py delete mode 100644 app/organization/network/migrations/0012_auto_20160916_1423.py delete mode 100644 app/organization/network/migrations/0013_auto_20160919_1829.py delete mode 100644 app/organization/network/migrations/0014_auto_20160919_1912.py delete mode 100644 app/organization/network/migrations/0015_auto_20160919_1914.py delete mode 100644 app/organization/network/migrations/0016_auto_20160919_1923.py delete mode 100644 app/organization/network/migrations/0017_auto_20160919_1927.py delete mode 100644 app/organization/network/migrations/0018_auto_20160921_1006.py delete mode 100644 app/organization/network/migrations/0019_auto_20160921_1032.py delete mode 100644 app/organization/network/migrations/0020_auto_20160921_1043.py delete mode 100644 app/organization/network/migrations/0021_auto_20160921_1908.py delete mode 100644 app/organization/network/migrations/0022_auto_20160921_1934.py delete mode 100644 app/organization/network/migrations/0023_auto_20160921_2043.py delete mode 100644 app/organization/network/migrations/0024_personfile.py delete mode 100644 app/organization/network/migrations/0025_auto_20160928_1858.py delete mode 100644 app/organization/network/migrations/0026_auto_20160929_1810.py delete mode 100644 app/organization/network/migrations/0027_personactivity_second_team_text.py delete mode 100644 app/organization/network/migrations/0028_team_is_legacy.py delete mode 100644 app/organization/network/migrations/0029_auto_20161004_1556.py delete mode 100644 app/organization/network/migrations/0030_team_parent.py delete mode 100644 app/organization/network/migrations/0031_auto_20161005_1403.py delete mode 100644 app/organization/network/migrations/0032_auto_20161005_1412.py delete mode 100644 app/organization/network/migrations/0033_auto_20161005_1427.py delete mode 100644 app/organization/network/migrations/0034_organization_city.py delete mode 100644 app/organization/network/migrations/0035_auto_20161005_1457.py delete mode 100644 app/organization/network/migrations/0036_auto_20161005_1509.py delete mode 100644 app/organization/network/migrations/0037_organizationtype_css_class.py delete mode 100644 app/organization/network/migrations/0038_auto_20161013_1631.py delete mode 100644 app/organization/network/migrations/0039_auto_20161014_0002.py delete mode 100644 app/organization/network/migrations/0040_auto_20161018_1203.py delete mode 100644 app/organization/network/migrations/0041_auto_20161018_1236.py delete mode 100644 app/organization/network/migrations/0042_auto_20161021_1319.py delete mode 100644 app/organization/network/migrations/0043_auto_20161021_1507.py delete mode 100644 app/organization/network/migrations/0044_auto_20161021_1553.py delete mode 100644 app/organization/network/migrations/0045_auto_20161021_1803.py delete mode 100644 app/organization/network/migrations/0046_auto_20161026_1025.py delete mode 100644 app/organization/network/migrations/0047_auto_20161104_1424.py delete mode 100644 app/organization/network/migrations/0048_auto_20161104_1445.py delete mode 100644 app/organization/network/migrations/0049_auto_20161104_1453.py delete mode 100644 app/organization/network/migrations/0050_auto_20161106_2147.py delete mode 100644 app/organization/network/migrations/0051_auto_20161106_2213.py delete mode 100644 app/organization/network/migrations/0052_auto_20161106_2239.py delete mode 100644 app/organization/network/migrations/0053_auto_20161107_1214.py delete mode 100644 app/organization/network/migrations/0054_auto_20161107_1543.py delete mode 100644 app/organization/network/migrations/0055_activitystatus_display_text.py delete mode 100644 app/organization/network/migrations/0056_auto_20161108_1619.py delete mode 100644 app/organization/network/migrations/0057_auto_20161108_1807.py delete mode 100644 app/organization/network/migrations/0058_auto_20161109_1218.py delete mode 100644 app/organization/network/migrations/0059_auto_20161113_2236.py delete mode 100644 app/organization/network/migrations/0060_auto_20161113_2253.py delete mode 100644 app/organization/network/migrations/0061_auto_20161114_1517.py delete mode 100644 app/organization/network/migrations/0062_auto_20161114_1842.py delete mode 100644 app/organization/network/migrations/0063_auto_20161201_1154.py delete mode 100644 app/organization/network/migrations/0064_auto_20161205_1536.py delete mode 100644 app/organization/network/migrations/0065_auto_20161208_1244.py delete mode 100644 app/organization/network/migrations/0066_auto_20161216_1603.py delete mode 100644 app/organization/network/migrations/0067_auto_20161216_1606.py delete mode 100644 app/organization/network/migrations/0068_auto_20161216_1639.py delete mode 100644 app/organization/network/migrations/0069_auto_20161216_1649.py delete mode 100644 app/organization/network/migrations/0070_auto_20161222_1656.py delete mode 100644 app/organization/network/migrations/0071_auto_20161222_1828.py delete mode 100644 app/organization/network/migrations/0072_auto_20161222_1906.py delete mode 100644 app/organization/network/migrations/0073_auto_20161228_1428.py delete mode 100644 app/organization/network/migrations/0074_personactivitytimesheet_work_packages.py delete mode 100644 app/organization/network/migrations/0075_auto_20161229_1151.py delete mode 100644 app/organization/network/migrations/0076_auto_20161230_1839.py delete mode 100644 app/organization/network/migrations/0077_auto_20170103_1220.py delete mode 100644 app/organization/network/migrations/0077_auto_20170104_1837.py delete mode 100644 app/organization/network/migrations/0078_auto_20170105_1743.py delete mode 100644 app/organization/network/migrations/0078_auto_20170106_1142.py delete mode 100644 app/organization/network/migrations/0079_auto_20170106_1149.py delete mode 100644 app/organization/network/migrations/0080_auto_20170106_1642.py delete mode 100644 app/organization/network/migrations/0081_auto_20170106_1645.py delete mode 100644 app/organization/network/migrations/0082_merge.py delete mode 100644 app/organization/network/migrations/0083_auto_20170116_1235.py delete mode 100644 app/organization/network/migrations/0084_auto_20170118_1119.py delete mode 100644 app/organization/network/migrations/0085_auto_20170118_1239.py delete mode 100644 app/organization/network/migrations/0086_auto_20170118_1247.py delete mode 100644 app/organization/network/migrations/0087_auto_20170214_1643.py delete mode 100644 app/organization/network/migrations/0088_organization_site.py delete mode 100644 app/organization/network/migrations/0089_auto_20170303_1637.py delete mode 100644 app/organization/network/migrations/0090_auto_20170313_1224.py delete mode 100644 app/organization/network/migrations/0091_auto_20170313_1425.py delete mode 100644 app/organization/network/migrations/0092_auto_20170314_1918.py delete mode 100644 app/organization/network/migrations/0093_auto_20170322_1846.py delete mode 100644 app/organization/network/migrations/0094_auto_20170323_0815.py delete mode 100644 app/organization/network/migrations/0095_auto_20170323_1039.py delete mode 100644 app/organization/network/migrations/__init__.py delete mode 100644 app/organization/network/models.py delete mode 100644 app/organization/network/nationalities/__init__.py delete mode 100644 app/organization/network/nationalities/fields.py delete mode 100644 app/organization/network/nationalities/nationalities.py delete mode 100644 app/organization/network/tests.py delete mode 100644 app/organization/network/translation.py delete mode 100644 app/organization/network/urls.py delete mode 100644 app/organization/network/utils.py delete mode 100644 app/organization/network/validators.py delete mode 100644 app/organization/network/views.py delete mode 100644 app/organization/pages/__init__.py delete mode 100644 app/organization/pages/admin.py delete mode 100644 app/organization/pages/apps.py delete mode 100644 app/organization/pages/forms.py delete mode 100644 app/organization/pages/migrations/0001_initial.py delete mode 100644 app/organization/pages/migrations/0002_auto_20160914_1838.py delete mode 100644 app/organization/pages/migrations/0003_auto_20160923_1418.py delete mode 100644 app/organization/pages/migrations/0004_auto_20160928_1858.py delete mode 100644 app/organization/pages/migrations/0005_dynamiccontentpage.py delete mode 100644 app/organization/pages/migrations/0006_auto_20161007_1512.py delete mode 100644 app/organization/pages/migrations/0007_auto_20161007_1852.py delete mode 100644 app/organization/pages/migrations/0008_auto_20161013_1631.py delete mode 100644 app/organization/pages/migrations/0009_auto_20161014_0002.py delete mode 100644 app/organization/pages/migrations/0010_auto_20161021_1256.py delete mode 100644 app/organization/pages/migrations/0011_pagelink_title.py delete mode 100644 app/organization/pages/migrations/0012_auto_20161021_1449.py delete mode 100644 app/organization/pages/migrations/0013_auto_20161026_1025.py delete mode 100644 app/organization/pages/migrations/0014_auto_20161028_1516.py delete mode 100644 app/organization/pages/migrations/0015_auto_20161028_1541.py delete mode 100644 app/organization/pages/migrations/0016_auto_20161205_1536.py delete mode 100644 app/organization/pages/migrations/0017_pageblock_login_required.py delete mode 100644 app/organization/pages/migrations/0018_auto_20170105_1743.py delete mode 100644 app/organization/pages/migrations/0019_auto_20170214_1643.py delete mode 100644 app/organization/pages/migrations/0020_homeimage.py delete mode 100644 app/organization/pages/migrations/__init__.py delete mode 100644 app/organization/pages/models.py delete mode 100644 app/organization/pages/tests.py delete mode 100644 app/organization/pages/translation.py delete mode 100644 app/organization/pages/urls.py delete mode 100644 app/organization/pages/views.py delete mode 100644 app/organization/projects/__init__.py delete mode 100644 app/organization/projects/admin.py delete mode 100644 app/organization/projects/apps.py delete mode 100644 app/organization/projects/fixtures/organization-projects-repositorysystems.json delete mode 100644 app/organization/projects/forms.py delete mode 100644 app/organization/projects/migrations/0001_initial.py delete mode 100644 app/organization/projects/migrations/0002_auto_20160901_1806.py delete mode 100644 app/organization/projects/migrations/0003_auto_20160901_1810.py delete mode 100644 app/organization/projects/migrations/0004_auto_20160905_1853.py delete mode 100644 app/organization/projects/migrations/0005_auto_20160907_1046.py delete mode 100644 app/organization/projects/migrations/0005_auto_20160907_1138.py delete mode 100644 app/organization/projects/migrations/0006_merge.py delete mode 100644 app/organization/projects/migrations/0007_auto_20160907_1718.py delete mode 100644 app/organization/projects/migrations/0008_auto_20160916_1835.py delete mode 100644 app/organization/projects/migrations/0009_auto_20160921_1908.py delete mode 100644 app/organization/projects/migrations/0010_auto_20160921_1934.py delete mode 100644 app/organization/projects/migrations/0011_auto_20160922_1438.py delete mode 100644 app/organization/projects/migrations/0012_projecttopicpage.py delete mode 100644 app/organization/projects/migrations/0013_auto_20160922_1633.py delete mode 100644 app/organization/projects/migrations/0014_auto_20160922_1642.py delete mode 100644 app/organization/projects/migrations/0015_project_lead_organization.py delete mode 100644 app/organization/projects/migrations/0016_projectfile.py delete mode 100644 app/organization/projects/migrations/0017_auto_20160928_1858.py delete mode 100644 app/organization/projects/migrations/0018_auto_20161005_1424.py delete mode 100644 app/organization/projects/migrations/0019_auto_20161007_1045.py delete mode 100644 app/organization/projects/migrations/0020_auto_20161013_1631.py delete mode 100644 app/organization/projects/migrations/0021_auto_20161014_0002.py delete mode 100644 app/organization/projects/migrations/0022_projectlink_title.py delete mode 100644 app/organization/projects/migrations/0023_auto_20161026_1025.py delete mode 100644 app/organization/projects/migrations/0024_auto_20161103_1521.py delete mode 100644 app/organization/projects/migrations/0025_auto_20161103_1825.py delete mode 100644 app/organization/projects/migrations/0026_dynamiccontentproject.py delete mode 100644 app/organization/projects/migrations/0027_auto_20161104_1849.py delete mode 100644 app/organization/projects/migrations/0028_auto_20161104_1855.py delete mode 100644 app/organization/projects/migrations/0029_auto_20161107_1742.py delete mode 100644 app/organization/projects/migrations/0030_auto_20161107_1828.py delete mode 100644 app/organization/projects/migrations/0031_auto_20161205_1536.py delete mode 100644 app/organization/projects/migrations/0032_project_external_id.py delete mode 100644 app/organization/projects/migrations/0033_projectworkpackage.py delete mode 100644 app/organization/projects/migrations/0034_auto_20161230_1839.py delete mode 100644 app/organization/projects/migrations/0035_auto_20170106_1149.py delete mode 100644 app/organization/projects/migrations/0035_projectblock_login_required.py delete mode 100644 app/organization/projects/migrations/0036_auto_20170103_1227.py delete mode 100644 app/organization/projects/migrations/0036_auto_20170106_1645.py delete mode 100644 app/organization/projects/migrations/0037_projectblogpage.py delete mode 100644 app/organization/projects/migrations/0038_projectblogpage_login_required_content.py delete mode 100644 app/organization/projects/migrations/0039_auto_20170104_1820.py delete mode 100644 app/organization/projects/migrations/0040_auto_20170105_1743.py delete mode 100644 app/organization/projects/migrations/0041_merge.py delete mode 100644 app/organization/projects/migrations/0042_auto_20170118_1239.py delete mode 100644 app/organization/projects/migrations/0043_auto_20170214_1643.py delete mode 100644 app/organization/projects/migrations/0044_auto_20170303_1557.py delete mode 100644 app/organization/projects/migrations/0045_auto_20170303_1605.py delete mode 100644 app/organization/projects/migrations/0046_auto_20170303_1631.py delete mode 100644 app/organization/projects/migrations/0047_remove_projectictdata_contact.py delete mode 100644 app/organization/projects/migrations/0048_auto_20170307_1540.py delete mode 100644 app/organization/projects/migrations/0049_auto_20170310_1658.py delete mode 100644 app/organization/projects/migrations/0050_auto_20170313_1224.py delete mode 100644 app/organization/projects/migrations/0051_auto_20170314_0937.py delete mode 100644 app/organization/projects/migrations/0052_auto_20170314_1828.py delete mode 100644 app/organization/projects/migrations/0053_auto_20170314_1918.py delete mode 100644 app/organization/projects/migrations/0054_auto_20170323_0815.py delete mode 100644 app/organization/projects/migrations/0055_auto_20170323_1039.py delete mode 100644 app/organization/projects/migrations/__init__.py delete mode 100644 app/organization/projects/models.py delete mode 100644 app/organization/projects/tests.py delete mode 100644 app/organization/projects/translation.py delete mode 100644 app/organization/projects/urls.py delete mode 100644 app/organization/projects/views.py delete mode 100644 app/organization/shop/__init__.py delete mode 100644 app/organization/shop/admin.py delete mode 100644 app/organization/shop/apps.py delete mode 100644 app/organization/shop/management/__init__.py delete mode 100644 app/organization/shop/management/commands/__init__.py delete mode 100644 app/organization/shop/management/commands/organization-sync-prestashop-products.py delete mode 100644 app/organization/shop/migrations/0001_initial.py delete mode 100644 app/organization/shop/migrations/0002_auto_20160923_1749.py delete mode 100644 app/organization/shop/migrations/0003_productlink.py delete mode 100644 app/organization/shop/migrations/0004_auto_20160926_1144.py delete mode 100644 app/organization/shop/migrations/0005_auto_20160926_1230.py delete mode 100644 app/organization/shop/migrations/0006_productprestashopproduct.py delete mode 100644 app/organization/shop/migrations/0007_auto_20161020_2035.py delete mode 100644 app/organization/shop/migrations/0008_productlink_title.py delete mode 100644 app/organization/shop/migrations/0009_auto_20161026_1025.py delete mode 100644 app/organization/shop/migrations/__init__.py delete mode 100644 app/organization/shop/models.py delete mode 100644 app/organization/shop/tests.py delete mode 100644 app/organization/shop/translation.py delete mode 100644 app/organization/shop/urls.py delete mode 100644 app/organization/shop/views.py delete mode 100644 app/organization/urls.py rename package.json => app/package.json (90%) rename requirements-dev.txt => app/requirements.txt (55%) delete mode 100644 app/templates/agenda/event/includes/event_card.html delete mode 100644 app/themes/__init__.py delete mode 100644 app/themes/base/__init__.py delete mode 100644 app/themes/base/static/admin/css/organization.css delete mode 100644 app/themes/base/static/src/assets/favicon/favicon.png delete mode 100755 app/themes/base/static/src/assets/img/blank.gif delete mode 100644 app/themes/base/static/src/assets/img/logo-ircam-white.png delete mode 100644 app/themes/base/static/src/assets/img/logo-ircam.png delete mode 100644 app/themes/base/static/src/assets/img/logo-manifest.png delete mode 100644 app/themes/base/static/src/assets/img/map-legend-blue.png delete mode 100644 app/themes/base/static/src/assets/img/map-legend-green.png delete mode 100644 app/themes/base/static/src/assets/img/map-legend-red.png delete mode 100644 app/themes/base/static/src/assets/img/map-marker-blue.png delete mode 100644 app/themes/base/static/src/assets/img/map-marker-green.png delete mode 100644 app/themes/base/static/src/assets/img/map-marker-red.png delete mode 100644 app/themes/base/static/src/assets/img/partners/logo-cnrs.png delete mode 100644 app/themes/base/static/src/assets/img/partners/logo-inria.png delete mode 100644 app/themes/base/static/src/assets/img/partners/logo-ministere-culture.png delete mode 100644 app/themes/base/static/src/assets/img/partners/logo-upmc.png delete mode 100644 app/themes/base/static/src/assets/img/patterns/circles.png delete mode 100644 app/themes/base/static/src/assets/img/patterns/squares.png delete mode 100644 app/themes/base/static/src/assets/img/patterns/stripes.png delete mode 100644 app/themes/base/static/src/assets/img/patterns/triangles.png delete mode 100644 app/themes/base/static/src/assets/img/placeholder-media.png delete mode 100644 app/themes/base/static/src/assets/img/services/applications.jpg delete mode 100644 app/themes/base/static/src/assets/img/services/forumnet.jpg delete mode 100644 app/themes/base/static/src/assets/img/services/resources.jpg delete mode 100644 app/themes/base/static/src/assets/img/services/tours.jpg delete mode 100644 app/themes/base/static/src/assets/img/services/ulysses.jpg delete mode 100644 app/themes/base/static/src/assets/img/vertigo-starts/vertigo_tx.png delete mode 100644 app/themes/base/static/src/assets/img/vertigo/hero-left-date.png delete mode 100644 app/themes/base/static/src/assets/img/vertigo/hero-left.png delete mode 100644 app/themes/base/static/src/assets/img/vertigo/hero-logo.png delete mode 100644 app/themes/base/static/src/assets/img/vertigo/hero-maps.jpg delete mode 100644 app/themes/base/static/src/assets/img/vertigo/hero-right.png delete mode 100644 app/themes/base/static/src/assets/img/vertigo/hero-title.png delete mode 100644 app/themes/base/static/src/assets/img/vertigo/hero.jpg delete mode 100644 app/themes/base/static/src/js/index.js delete mode 100644 app/themes/base/static/src/js/modules/audio.js delete mode 100644 app/themes/base/static/src/js/modules/close-button.js delete mode 100644 app/themes/base/static/src/js/modules/close-escape.js delete mode 100644 app/themes/base/static/src/js/modules/home-menu.js delete mode 100644 app/themes/base/static/src/js/modules/instagram.js delete mode 100644 app/themes/base/static/src/js/modules/lang-selector.js delete mode 100644 app/themes/base/static/src/js/modules/lazyload-init.js delete mode 100644 app/themes/base/static/src/js/modules/lightsliderhome-init.js delete mode 100644 app/themes/base/static/src/js/modules/lightslidernetwork-init.js delete mode 100644 app/themes/base/static/src/js/modules/lightsliderpage-init.js delete mode 100644 app/themes/base/static/src/js/modules/lightsliderpersons-init.js delete mode 100644 app/themes/base/static/src/js/modules/lightsliderrelated-init.js delete mode 100644 app/themes/base/static/src/js/modules/live-streaming-counter.js delete mode 100644 app/themes/base/static/src/js/modules/nav-header.js delete mode 100644 app/themes/base/static/src/js/modules/open-button.js delete mode 100644 app/themes/base/static/src/js/modules/overflow-init.js delete mode 100644 app/themes/base/static/src/js/modules/role-selector.js delete mode 100644 app/themes/base/static/src/js/modules/search.js delete mode 100644 app/themes/base/static/src/js/modules/sticky-kit-init.js delete mode 100644 app/themes/base/static/src/js/modules/summary.js delete mode 100644 app/themes/base/static/src/js/modules/video-overlay.js delete mode 100644 app/themes/base/static/src/js/modules/video.js delete mode 100644 app/themes/base/static/src/js/vendors/water.js delete mode 100755 app/themes/base/static/src/sass/config/_colors.scss delete mode 100644 app/themes/base/static/src/sass/config/_config.scss delete mode 100755 app/themes/base/static/src/sass/config/_fonts.scss delete mode 100755 app/themes/base/static/src/sass/config/_variables.scss delete mode 100755 app/themes/base/static/src/sass/global/_buttons.scss delete mode 100755 app/themes/base/static/src/sass/global/_defaults.scss delete mode 100644 app/themes/base/static/src/sass/global/_forms.scss delete mode 100755 app/themes/base/static/src/sass/global/_helpers.scss delete mode 100755 app/themes/base/static/src/sass/global/_inputs.scss delete mode 100644 app/themes/base/static/src/sass/global/_tables.scss delete mode 100755 app/themes/base/static/src/sass/global/_typography.scss delete mode 100644 app/themes/base/static/src/sass/global/_wysiwyg.scss delete mode 100755 app/themes/base/static/src/sass/index.scss delete mode 100755 app/themes/base/static/src/sass/layout/_footer.scss delete mode 100755 app/themes/base/static/src/sass/layout/_global.scss delete mode 100755 app/themes/base/static/src/sass/layout/_grid.scss delete mode 100755 app/themes/base/static/src/sass/layout/_header.scss delete mode 100755 app/themes/base/static/src/sass/libs/_all.scss delete mode 100755 app/themes/base/static/src/sass/libs/normalize/_normalize.scss delete mode 100755 app/themes/base/static/src/sass/libs/normalize/_support-for.scss delete mode 100755 app/themes/base/static/src/sass/libs/normalize/normalize/_import-now.scss delete mode 100755 app/themes/base/static/src/sass/libs/normalize/normalize/_normalize-mixin.scss delete mode 100755 app/themes/base/static/src/sass/libs/normalize/normalize/_variables.scss delete mode 100755 app/themes/base/static/src/sass/libs/normalize/normalize/_vertical-rhythm.scss delete mode 100755 app/themes/base/static/src/sass/libs/sass-mq/_mq.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/_typey.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/config.codekit delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/_defaults.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/_font-stacks.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/functions/_depreciated.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/functions/_em-calculators.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/functions/_extras.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/functions/_helpers.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/functions/_outputters.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/functions/_sizers.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/functions/_validators.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_debug.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_define-type-sizing.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_font-size.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_line-height.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_spacing.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_type-layout.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_typeface.scss delete mode 100755 app/themes/base/static/src/sass/libs/typey/typey/mixins/_typeset.scss delete mode 100755 app/themes/base/static/src/sass/modules/_all.scss delete mode 100644 app/themes/base/static/src/sass/modules/_banner.scss delete mode 100644 app/themes/base/static/src/sass/modules/_blockquote.scss delete mode 100644 app/themes/base/static/src/sass/modules/_breadcrumb.scss delete mode 100644 app/themes/base/static/src/sass/modules/_dashed.scss delete mode 100644 app/themes/base/static/src/sass/modules/_dotted.scss delete mode 100644 app/themes/base/static/src/sass/modules/_flash.scss delete mode 100644 app/themes/base/static/src/sass/modules/_hero.scss delete mode 100644 app/themes/base/static/src/sass/modules/_instagram.scss delete mode 100644 app/themes/base/static/src/sass/modules/_lang-switcher.scss delete mode 100644 app/themes/base/static/src/sass/modules/_linked-organizations.scss delete mode 100644 app/themes/base/static/src/sass/modules/_live-streaming.scss delete mode 100644 app/themes/base/static/src/sass/modules/_map-infowindow.scss delete mode 100644 app/themes/base/static/src/sass/modules/_map-legend.scss delete mode 100644 app/themes/base/static/src/sass/modules/_messages.scss delete mode 100644 app/themes/base/static/src/sass/modules/_newsletter.scss delete mode 100644 app/themes/base/static/src/sass/modules/_overlay.scss delete mode 100644 app/themes/base/static/src/sass/modules/_page.scss delete mode 100644 app/themes/base/static/src/sass/modules/_pagination.scss delete mode 100644 app/themes/base/static/src/sass/modules/_partners-list.scss delete mode 100644 app/themes/base/static/src/sass/modules/_pattern.scss delete mode 100644 app/themes/base/static/src/sass/modules/_project-details.scss delete mode 100644 app/themes/base/static/src/sass/modules/_role-switcher.scss delete mode 100644 app/themes/base/static/src/sass/modules/_search.scss delete mode 100644 app/themes/base/static/src/sass/modules/_section-title.scss delete mode 100644 app/themes/base/static/src/sass/modules/_share-links.scss delete mode 100644 app/themes/base/static/src/sass/modules/_sidebar.scss delete mode 100644 app/themes/base/static/src/sass/modules/_tag.scss delete mode 100644 app/themes/base/static/src/sass/modules/_tweets.scss delete mode 100644 app/themes/base/static/src/sass/modules/_well.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_article-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_brief-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_event-line-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_job-line-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_media-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_page-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_person-list-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_product-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/boxes/_search-box.scss delete mode 100644 app/themes/base/static/src/sass/modules/medias/_audio-playlist.scss delete mode 100644 app/themes/base/static/src/sass/modules/medias/_video-playlist.scss delete mode 100644 app/themes/base/static/src/sass/modules/navs/_nav-actions.scss delete mode 100644 app/themes/base/static/src/sass/modules/navs/_nav-footer.scss delete mode 100644 app/themes/base/static/src/sass/modules/navs/_nav-header.scss delete mode 100644 app/themes/base/static/src/sass/modules/navs/_nav-tree.scss delete mode 100644 app/themes/base/static/src/sass/modules/sliders/_slider-home.scss delete mode 100644 app/themes/base/static/src/sass/modules/sliders/_slider-network.scss delete mode 100644 app/themes/base/static/src/sass/modules/sliders/_slider-page.scss delete mode 100644 app/themes/base/static/src/sass/modules/sliders/_slider-persons.scss delete mode 100755 app/themes/base/static/src/sass/pages/_all.scss delete mode 100644 app/themes/base/static/src/sass/pages/_home.scss delete mode 100755 app/themes/base/static/src/sass/utils/_functions.scss delete mode 100755 app/themes/base/static/src/sass/utils/_mixins.scss delete mode 100755 app/themes/base/static/src/sass/vendors/_all.scss delete mode 100644 app/themes/base/static/src/sass/vendors/_audiojs.scss delete mode 100644 app/themes/base/static/src/sass/vendors/_lightslider.scss delete mode 100644 app/themes/base/static/src/sass/vendors/_pushy.scss delete mode 100644 app/themes/base/static/src/sass/vendors/_slick.scss delete mode 100644 app/themes/base/static/src/sass/vendors/_videojs.scss delete mode 100644 app/themes/base/static/video/blank_480.webm delete mode 100644 app/themes/base/templates/accounts/account_form.html delete mode 100644 app/themes/base/templates/accounts/account_login.html delete mode 100644 app/themes/base/templates/accounts/account_password_reset.html delete mode 100644 app/themes/base/templates/accounts/account_profile.html delete mode 100644 app/themes/base/templates/accounts/account_profile_update.html delete mode 100644 app/themes/base/templates/accounts/account_signup.html delete mode 100644 app/themes/base/templates/accounts/includes/user_panel.html delete mode 100644 app/themes/base/templates/accounts/includes/user_panel_nav.html delete mode 100644 app/themes/base/templates/admin/base_site.html delete mode 100644 app/themes/base/templates/admin/includes/app_list.html delete mode 100644 app/themes/base/templates/admin/includes/content_typed_change_list.html delete mode 100644 app/themes/base/templates/admin/includes/dropdown_menu.html delete mode 100644 app/themes/base/templates/admin/includes/recent_actions.html delete mode 100644 app/themes/base/templates/admin/index.html delete mode 100644 app/themes/base/templates/admin/login.html delete mode 100644 app/themes/base/templates/agenda/confirmation.html delete mode 100644 app/themes/base/templates/agenda/event/includes/event_card.html delete mode 100644 app/themes/base/templates/agenda/event_base.html delete mode 100644 app/themes/base/templates/agenda/event_booking.html delete mode 100644 app/themes/base/templates/agenda/event_detail.html delete mode 100644 app/themes/base/templates/agenda/event_iframe.html delete mode 100644 app/themes/base/templates/agenda/event_list.html delete mode 100644 app/themes/base/templates/agenda/event_location_detail.html delete mode 100644 app/themes/base/templates/agenda/event_location_list.html delete mode 100644 app/themes/base/templates/agenda/includes/event_date.html delete mode 100644 app/themes/base/templates/agenda/includes/event_date_card.html delete mode 100644 app/themes/base/templates/agenda/includes/event_date_line.html delete mode 100644 app/themes/base/templates/agenda/includes/event_date_slider.html delete mode 100644 app/themes/base/templates/agenda/includes/event_linecard.html delete mode 100644 app/themes/base/templates/agenda/includes/event_location.html delete mode 100644 app/themes/base/templates/agenda/includes/event_metainfo.html delete mode 100644 app/themes/base/templates/agenda/includes/event_metainfo_line.html delete mode 100644 app/themes/base/templates/agenda/includes/event_metainfo_slider.html delete mode 100644 app/themes/base/templates/agenda/includes/event_search.html delete mode 100644 app/themes/base/templates/agenda/includes/filter_panel.html delete mode 100644 app/themes/base/templates/base.html delete mode 100644 app/themes/base/templates/core/admin/base_site.html delete mode 100644 app/themes/base/templates/core/inc/block.html delete mode 100644 app/themes/base/templates/core/inc/files.html delete mode 100644 app/themes/base/templates/core/inc/generic_card.html delete mode 100644 app/themes/base/templates/core/inc/link.html delete mode 100644 app/themes/base/templates/core/inc/logo.html delete mode 100644 app/themes/base/templates/core/inc/messages.html delete mode 100644 app/themes/base/templates/core/inc/related_content.html delete mode 100644 app/themes/base/templates/core/inc/related_content_dynamic.html delete mode 100644 app/themes/base/templates/core/inc/search_card.html delete mode 100644 app/themes/base/templates/core/inc/slider.html delete mode 100644 app/themes/base/templates/email/account_approve.html delete mode 100644 app/themes/base/templates/email/account_approve.txt delete mode 100644 app/themes/base/templates/email/account_approve_subject.txt delete mode 100644 app/themes/base/templates/email/account_approved.html delete mode 100644 app/themes/base/templates/email/account_approved.txt delete mode 100644 app/themes/base/templates/email/account_approved_subject.txt delete mode 100644 app/themes/base/templates/email/application_notification.html delete mode 100644 app/themes/base/templates/email/base.html delete mode 100644 app/themes/base/templates/email/base.txt delete mode 100644 app/themes/base/templates/email/comment_notification.html delete mode 100644 app/themes/base/templates/email/comment_notification.txt delete mode 100644 app/themes/base/templates/email/form_response.html delete mode 100644 app/themes/base/templates/email/form_response.txt delete mode 100644 app/themes/base/templates/email/form_response_copies.html delete mode 100644 app/themes/base/templates/email/form_response_copies.txt delete mode 100644 app/themes/base/templates/email/password_reset_verify.html delete mode 100644 app/themes/base/templates/email/password_reset_verify.txt delete mode 100644 app/themes/base/templates/email/password_reset_verify_subject.txt delete mode 100644 app/themes/base/templates/email/signup_verify.html delete mode 100644 app/themes/base/templates/email/signup_verify.txt delete mode 100644 app/themes/base/templates/email/signup_verify_subject.txt delete mode 100644 app/themes/base/templates/errors/404.html delete mode 100644 app/themes/base/templates/errors/500.html delete mode 100644 app/themes/base/templates/generic/comments.html delete mode 100644 app/themes/base/templates/generic/includes/comment.html delete mode 100644 app/themes/base/templates/generic/includes/comments.html delete mode 100644 app/themes/base/templates/generic/includes/disqus_comments.html delete mode 100644 app/themes/base/templates/generic/includes/disqus_counts.html delete mode 100644 app/themes/base/templates/generic/includes/disqus_sso.html delete mode 100644 app/themes/base/templates/generic/includes/rating.html delete mode 100644 app/themes/base/templates/home/inc/bio.html delete mode 100644 app/themes/base/templates/home/inc/body.html delete mode 100644 app/themes/base/templates/home/inc/hero-small.html delete mode 100644 app/themes/base/templates/home/inc/hero.html delete mode 100644 app/themes/base/templates/home/inc/service.html delete mode 100644 app/themes/base/templates/home/inc/services.html delete mode 100644 app/themes/base/templates/home/inc/shutter_card.html delete mode 100644 app/themes/base/templates/home/inc/slider.html delete mode 100644 app/themes/base/templates/includes/editable_form.html delete mode 100644 app/themes/base/templates/includes/editable_loader.html delete mode 100644 app/themes/base/templates/includes/editable_toolbar.html delete mode 100644 app/themes/base/templates/includes/footer.html delete mode 100644 app/themes/base/templates/includes/footer_scripts.html delete mode 100644 app/themes/base/templates/includes/form_errors.html delete mode 100644 app/themes/base/templates/includes/form_fields.html delete mode 100644 app/themes/base/templates/includes/html_styleguide.html delete mode 100644 app/themes/base/templates/includes/instagram.html delete mode 100644 app/themes/base/templates/includes/language_selector.html delete mode 100644 app/themes/base/templates/includes/languages.html delete mode 100644 app/themes/base/templates/includes/pagination.html delete mode 100644 app/themes/base/templates/includes/search_form.html delete mode 100644 app/themes/base/templates/includes/share_buttons.html delete mode 100644 app/themes/base/templates/includes/sidebar.html delete mode 100644 app/themes/base/templates/includes/slider.html delete mode 100644 app/themes/base/templates/includes/social.html delete mode 100644 app/themes/base/templates/includes/twitter.html delete mode 100644 app/themes/base/templates/includes/user_panel.html delete mode 100644 app/themes/base/templates/index.html delete mode 100644 app/themes/base/templates/job/candidacy_list.html delete mode 100644 app/themes/base/templates/job/inc/candidacy_card.html delete mode 100644 app/themes/base/templates/job/inc/job_offer_card.html delete mode 100644 app/themes/base/templates/job/inc/job_response_form.html delete mode 100644 app/themes/base/templates/job/job_offer_detail.html delete mode 100644 app/themes/base/templates/job/job_offer_list.html delete mode 100644 app/themes/base/templates/magazine/article/article_detail.html delete mode 100644 app/themes/base/templates/magazine/article/article_list.html delete mode 100644 app/themes/base/templates/magazine/article/includes/article_card.html delete mode 100644 app/themes/base/templates/magazine/brief/brief_detail.html delete mode 100644 app/themes/base/templates/magazine/brief/brief_list.html delete mode 100644 app/themes/base/templates/magazine/brief/inc/brief_card.html delete mode 100644 app/themes/base/templates/magazine/topic/inc_list_topic.html delete mode 100644 app/themes/base/templates/magazine/topic/topic_detail.html delete mode 100644 app/themes/base/templates/media/audio/audio_detail.html delete mode 100644 app/themes/base/templates/media/audio/audio_overlay.html delete mode 100644 app/themes/base/templates/media/audio/inc/audio_search.html delete mode 100644 app/themes/base/templates/media/inc/playlist_audio_card.html delete mode 100644 app/themes/base/templates/media/inc/playlist_audio_detail.html delete mode 100644 app/themes/base/templates/media/inc/playlist_search.html delete mode 100644 app/themes/base/templates/media/inc/playlist_shutter.html delete mode 100644 app/themes/base/templates/media/inc/playlist_video_card.html delete mode 100644 app/themes/base/templates/media/inc/playlist_video_detail.html delete mode 100644 app/themes/base/templates/media/inc/playlist_video_slider.html delete mode 100644 app/themes/base/templates/media/live_streaming/live_streaming_detail.html delete mode 100644 app/themes/base/templates/media/media/includes/media_card.html delete mode 100644 app/themes/base/templates/media/media_base.html delete mode 100644 app/themes/base/templates/media/playlist_detail.html delete mode 100644 app/themes/base/templates/media/playlist_list.html delete mode 100644 app/themes/base/templates/media/playlist_overlay.html delete mode 100644 app/themes/base/templates/media/video/inc/video_search.html delete mode 100644 app/themes/base/templates/media/video/video_detail.html delete mode 100644 app/themes/base/templates/media/video/video_overlay.html delete mode 100644 app/themes/base/templates/network/inc/person/list_circle_style.html delete mode 100644 app/themes/base/templates/network/inc/person/list_square_style.html delete mode 100644 app/themes/base/templates/network/inc/person/person_card_circle.html delete mode 100644 app/themes/base/templates/network/inc/person/person_card_square.html delete mode 100644 app/themes/base/templates/network/organization_list.html delete mode 100644 app/themes/base/templates/network/person/includes/person_card.html delete mode 100644 app/themes/base/templates/network/person_activity_timesheet/includes/person_activity_timesheet_inline.html delete mode 100644 app/themes/base/templates/network/person_activity_timesheet/person_activity_timesheet_create.html delete mode 100644 app/themes/base/templates/network/person_activity_timesheet/person_activity_timesheet_list.html delete mode 100644 app/themes/base/templates/network/person_detail.html delete mode 100644 app/themes/base/templates/network/person_detail_multiple_activities.html delete mode 100644 app/themes/base/templates/network/person_list.html delete mode 100644 app/themes/base/templates/pages/custompage.html delete mode 100644 app/themes/base/templates/pages/custompage/includes/custompage_card.html delete mode 100644 app/themes/base/templates/pages/departmentpage.html delete mode 100644 app/themes/base/templates/pages/form.html delete mode 100644 app/themes/base/templates/pages/gallery.html delete mode 100644 app/themes/base/templates/pages/index.html delete mode 100644 app/themes/base/templates/pages/menus/action.html delete mode 100644 app/themes/base/templates/pages/menus/admin.html delete mode 100644 app/themes/base/templates/pages/menus/breadcrumb.html delete mode 100644 app/themes/base/templates/pages/menus/current_tree_event.html delete mode 100644 app/themes/base/templates/pages/menus/current_tree_primary.html delete mode 100644 app/themes/base/templates/pages/menus/current_tree_secondary.html delete mode 100644 app/themes/base/templates/pages/menus/current_tree_summary.html delete mode 100644 app/themes/base/templates/pages/menus/dropdown.html delete mode 100644 app/themes/base/templates/pages/menus/footer_horizontal.html delete mode 100644 app/themes/base/templates/pages/menus/footer_tree.html delete mode 100644 app/themes/base/templates/pages/menus/footer_vertical.html delete mode 100644 app/themes/base/templates/pages/menus/header.html delete mode 100644 app/themes/base/templates/pages/menus/header_tree_primary.html delete mode 100644 app/themes/base/templates/pages/menus/header_tree_secondary.html delete mode 100644 app/themes/base/templates/pages/menus/magazine.html delete mode 100644 app/themes/base/templates/pages/menus/mobile.html delete mode 100644 app/themes/base/templates/pages/menus/primary.html delete mode 100644 app/themes/base/templates/pages/menus/tree.html delete mode 100644 app/themes/base/templates/pages/menus/vous_etes.html delete mode 100644 app/themes/base/templates/pages/mutations-creations.html delete mode 100644 app/themes/base/templates/pages/newsletter.html delete mode 100644 app/themes/base/templates/pages/page.html delete mode 100644 app/themes/base/templates/pages/page/includes/linked_organization_content.html delete mode 100644 app/themes/base/templates/pages/page/includes/linked_organization_footer.html delete mode 100644 app/themes/base/templates/pages/page/includes/linked_organization_footer_2.html delete mode 100644 app/themes/base/templates/pages/page/includes/page_box.html delete mode 100644 app/themes/base/templates/pages/page/includes/page_card.html delete mode 100644 app/themes/base/templates/pages/page/includes/page_search.html delete mode 100644 app/themes/base/templates/pages/projecttopicpage.html delete mode 100644 app/themes/base/templates/pages/richtextpage.html delete mode 100644 app/themes/base/templates/pages/teampage.html delete mode 100644 app/themes/base/templates/pages/teampage/includes/teampage_card.html delete mode 100644 app/themes/base/templates/projects/inc/project_block.html delete mode 100644 app/themes/base/templates/projects/inc/project_list.html delete mode 100644 app/themes/base/templates/projects/project/includes/project_card.html delete mode 100644 app/themes/base/templates/projects/project_blogpage_detail.html delete mode 100644 app/themes/base/templates/projects/project_call_detail.html delete mode 100644 app/themes/base/templates/projects/project_demo_detail.html delete mode 100644 app/themes/base/templates/projects/project_detail.html delete mode 100644 app/themes/base/templates/projects/project_ict_create.html delete mode 100644 app/themes/base/templates/search_results.html delete mode 100644 app/themes/base/templates/shop/base.html delete mode 100644 app/themes/base/templates/shop/billing_shipping.html delete mode 100644 app/themes/base/templates/shop/cart.html delete mode 100644 app/themes/base/templates/shop/checkout.html delete mode 100644 app/themes/base/templates/shop/complete.html delete mode 100644 app/themes/base/templates/shop/confirmation.html delete mode 100644 app/themes/base/templates/shop/includes/order_details.html delete mode 100644 app/themes/base/templates/shop/includes/order_details_rtl.html delete mode 100644 app/themes/base/templates/shop/includes/order_totals.html delete mode 100644 app/themes/base/templates/shop/includes/order_totals.txt delete mode 100644 app/themes/base/templates/shop/includes/payment_fields.html delete mode 100644 app/themes/base/templates/shop/includes/product_list_circle_style.html delete mode 100644 app/themes/base/templates/shop/includes/product_list_square_style.html delete mode 100644 app/themes/base/templates/shop/includes/user_panel.html delete mode 100644 app/themes/base/templates/shop/order_history.html delete mode 100644 app/themes/base/templates/shop/order_invoice.html delete mode 100644 app/themes/base/templates/shop/order_invoice_pdf.html delete mode 100644 app/themes/base/templates/shop/payment.html delete mode 100644 app/themes/base/templates/shop/product.html delete mode 100644 app/themes/base/templates/shop/product/includes/product_search.html delete mode 100644 app/themes/base/templates/shop/wishlist.html delete mode 100644 app/themes/base/templates/styles.html delete mode 100644 app/themes/base/templates/twitter/hashtag.html delete mode 100644 app/themes/base/templates/twitter/tweets.html delete mode 100644 app/themes/starts_eu/__init__.py delete mode 100644 app/themes/starts_eu/templates/accounts/account_form.html delete mode 100644 app/themes/starts_eu/templates/accounts/account_login.html delete mode 100644 app/themes/starts_eu/templates/accounts/account_password_reset.html delete mode 100644 app/themes/starts_eu/templates/accounts/account_profile.html delete mode 100644 app/themes/starts_eu/templates/accounts/account_profile_update.html delete mode 100644 app/themes/starts_eu/templates/accounts/account_signup.html delete mode 100644 app/themes/starts_eu/templates/accounts/includes/user_panel.html delete mode 100644 app/themes/starts_eu/templates/accounts/includes/user_panel_nav.html delete mode 100644 app/themes/starts_eu/templates/admin/base_site.html delete mode 100644 app/themes/starts_eu/templates/admin/includes/app_list.html delete mode 100644 app/themes/starts_eu/templates/admin/includes/content_typed_change_list.html delete mode 100644 app/themes/starts_eu/templates/admin/includes/dropdown_menu.html delete mode 100644 app/themes/starts_eu/templates/admin/includes/recent_actions.html delete mode 100644 app/themes/starts_eu/templates/admin/index.html delete mode 100644 app/themes/starts_eu/templates/admin/login.html delete mode 100644 app/themes/starts_eu/templates/agenda/confirmation.html delete mode 100644 app/themes/starts_eu/templates/agenda/event/includes/event_card.html delete mode 100644 app/themes/starts_eu/templates/agenda/event_base.html delete mode 100644 app/themes/starts_eu/templates/agenda/event_booking.html delete mode 100644 app/themes/starts_eu/templates/agenda/event_detail.html delete mode 100644 app/themes/starts_eu/templates/agenda/event_iframe.html delete mode 100644 app/themes/starts_eu/templates/agenda/event_list.html delete mode 100644 app/themes/starts_eu/templates/agenda/event_location_detail.html delete mode 100644 app/themes/starts_eu/templates/agenda/event_location_list.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_date.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_date_card.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_date_line.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_date_slider.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_linecard.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_location.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_metainfo.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_metainfo_line.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_metainfo_slider.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/event_search.html delete mode 100644 app/themes/starts_eu/templates/agenda/includes/filter_panel.html delete mode 100644 app/themes/starts_eu/templates/base.html delete mode 100644 app/themes/starts_eu/templates/core/admin/base_site.html delete mode 100644 app/themes/starts_eu/templates/core/inc/block.html delete mode 100644 app/themes/starts_eu/templates/core/inc/files.html delete mode 100644 app/themes/starts_eu/templates/core/inc/generic_card.html delete mode 100644 app/themes/starts_eu/templates/core/inc/link.html delete mode 100644 app/themes/starts_eu/templates/core/inc/logo.html delete mode 100644 app/themes/starts_eu/templates/core/inc/messages.html delete mode 100644 app/themes/starts_eu/templates/core/inc/related_content.html delete mode 100644 app/themes/starts_eu/templates/core/inc/related_content_dynamic.html delete mode 100644 app/themes/starts_eu/templates/core/inc/search_card.html delete mode 100644 app/themes/starts_eu/templates/core/inc/slider.html delete mode 100644 app/themes/starts_eu/templates/email/account_approve.html delete mode 100644 app/themes/starts_eu/templates/email/account_approve.txt delete mode 100644 app/themes/starts_eu/templates/email/account_approve_subject.txt delete mode 100644 app/themes/starts_eu/templates/email/account_approved.html delete mode 100644 app/themes/starts_eu/templates/email/account_approved.txt delete mode 100644 app/themes/starts_eu/templates/email/account_approved_subject.txt delete mode 100644 app/themes/starts_eu/templates/email/application_notification.html delete mode 100644 app/themes/starts_eu/templates/email/base.html delete mode 100644 app/themes/starts_eu/templates/email/base.txt delete mode 100644 app/themes/starts_eu/templates/email/comment_notification.html delete mode 100644 app/themes/starts_eu/templates/email/comment_notification.txt delete mode 100644 app/themes/starts_eu/templates/email/form_response.html delete mode 100644 app/themes/starts_eu/templates/email/form_response.txt delete mode 100644 app/themes/starts_eu/templates/email/form_response_copies.html delete mode 100644 app/themes/starts_eu/templates/email/form_response_copies.txt delete mode 100644 app/themes/starts_eu/templates/email/password_reset_verify.html delete mode 100644 app/themes/starts_eu/templates/email/password_reset_verify.txt delete mode 100644 app/themes/starts_eu/templates/email/password_reset_verify_subject.txt delete mode 100644 app/themes/starts_eu/templates/email/signup_verify.html delete mode 100644 app/themes/starts_eu/templates/email/signup_verify.txt delete mode 100644 app/themes/starts_eu/templates/email/signup_verify_subject.txt delete mode 100644 app/themes/starts_eu/templates/errors/404.html delete mode 100644 app/themes/starts_eu/templates/errors/500.html delete mode 100644 app/themes/starts_eu/templates/generic/comments.html delete mode 100644 app/themes/starts_eu/templates/generic/includes/comment.html delete mode 100644 app/themes/starts_eu/templates/generic/includes/comments.html delete mode 100644 app/themes/starts_eu/templates/generic/includes/disqus_comments.html delete mode 100644 app/themes/starts_eu/templates/generic/includes/disqus_counts.html delete mode 100644 app/themes/starts_eu/templates/generic/includes/disqus_sso.html delete mode 100644 app/themes/starts_eu/templates/generic/includes/rating.html delete mode 100644 app/themes/starts_eu/templates/home/inc/bio.html delete mode 100644 app/themes/starts_eu/templates/home/inc/body.html delete mode 100644 app/themes/starts_eu/templates/home/inc/hero-small.html delete mode 100644 app/themes/starts_eu/templates/home/inc/hero.html delete mode 100644 app/themes/starts_eu/templates/home/inc/service.html delete mode 100644 app/themes/starts_eu/templates/home/inc/services.html delete mode 100644 app/themes/starts_eu/templates/home/inc/shutter_card.html delete mode 100644 app/themes/starts_eu/templates/home/inc/slider.html delete mode 100644 app/themes/starts_eu/templates/includes/editable_form.html delete mode 100644 app/themes/starts_eu/templates/includes/editable_loader.html delete mode 100644 app/themes/starts_eu/templates/includes/editable_toolbar.html delete mode 100644 app/themes/starts_eu/templates/includes/footer.html delete mode 100644 app/themes/starts_eu/templates/includes/footer_scripts.html delete mode 100644 app/themes/starts_eu/templates/includes/form_errors.html delete mode 100644 app/themes/starts_eu/templates/includes/form_fields.html delete mode 100644 app/themes/starts_eu/templates/includes/html_styleguide.html delete mode 100644 app/themes/starts_eu/templates/includes/instagram.html delete mode 100644 app/themes/starts_eu/templates/includes/language_selector.html delete mode 100644 app/themes/starts_eu/templates/includes/languages.html delete mode 100644 app/themes/starts_eu/templates/includes/pagination.html delete mode 100644 app/themes/starts_eu/templates/includes/search_form.html delete mode 100644 app/themes/starts_eu/templates/includes/share_buttons.html delete mode 100644 app/themes/starts_eu/templates/includes/sidebar.html delete mode 100644 app/themes/starts_eu/templates/includes/slider.html delete mode 100644 app/themes/starts_eu/templates/includes/social.html delete mode 100644 app/themes/starts_eu/templates/includes/twitter.html delete mode 100644 app/themes/starts_eu/templates/includes/user_panel.html delete mode 100644 app/themes/starts_eu/templates/index.html delete mode 100644 app/themes/starts_eu/templates/job/candidacy_list.html delete mode 100644 app/themes/starts_eu/templates/job/inc/candidacy_card.html delete mode 100644 app/themes/starts_eu/templates/job/inc/job_offer_card.html delete mode 100644 app/themes/starts_eu/templates/job/inc/job_response_form.html delete mode 100644 app/themes/starts_eu/templates/job/job_offer_detail.html delete mode 100644 app/themes/starts_eu/templates/job/job_offer_list.html delete mode 100644 app/themes/starts_eu/templates/magazine/article/article_detail.html delete mode 100644 app/themes/starts_eu/templates/magazine/article/article_list.html delete mode 100644 app/themes/starts_eu/templates/magazine/article/includes/article_card.html delete mode 100644 app/themes/starts_eu/templates/magazine/brief/brief_detail.html delete mode 100644 app/themes/starts_eu/templates/magazine/brief/brief_list.html delete mode 100644 app/themes/starts_eu/templates/magazine/brief/inc/brief_card.html delete mode 100644 app/themes/starts_eu/templates/magazine/topic/inc_list_topic.html delete mode 100644 app/themes/starts_eu/templates/magazine/topic/topic_detail.html delete mode 100644 app/themes/starts_eu/templates/media/audio/audio_detail.html delete mode 100644 app/themes/starts_eu/templates/media/audio/audio_overlay.html delete mode 100644 app/themes/starts_eu/templates/media/audio/inc/audio_search.html delete mode 100644 app/themes/starts_eu/templates/media/inc/playlist_audio_card.html delete mode 100644 app/themes/starts_eu/templates/media/inc/playlist_audio_detail.html delete mode 100644 app/themes/starts_eu/templates/media/inc/playlist_search.html delete mode 100644 app/themes/starts_eu/templates/media/inc/playlist_shutter.html delete mode 100644 app/themes/starts_eu/templates/media/inc/playlist_video_card.html delete mode 100644 app/themes/starts_eu/templates/media/inc/playlist_video_detail.html delete mode 100644 app/themes/starts_eu/templates/media/inc/playlist_video_slider.html delete mode 100644 app/themes/starts_eu/templates/media/media/includes/media_card.html delete mode 100644 app/themes/starts_eu/templates/media/playlist_detail.html delete mode 100644 app/themes/starts_eu/templates/media/playlist_list.html delete mode 100644 app/themes/starts_eu/templates/media/playlist_overlay.html delete mode 100644 app/themes/starts_eu/templates/media/video/inc/video_search.html delete mode 100644 app/themes/starts_eu/templates/media/video/video_detail.html delete mode 100644 app/themes/starts_eu/templates/media/video/video_overlay.html delete mode 100644 app/themes/starts_eu/templates/network/inc/person/list_circle_style.html delete mode 100644 app/themes/starts_eu/templates/network/inc/person/list_square_style.html delete mode 100644 app/themes/starts_eu/templates/network/inc/person/person_card_circle.html delete mode 100644 app/themes/starts_eu/templates/network/inc/person/person_card_square.html delete mode 100644 app/themes/starts_eu/templates/network/organization_list.html delete mode 100644 app/themes/starts_eu/templates/network/person/includes/person_card.html delete mode 100644 app/themes/starts_eu/templates/network/person_activity_timesheet/includes/person_activity_timesheet_inline.html delete mode 100644 app/themes/starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_create.html delete mode 100644 app/themes/starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_list.html delete mode 100644 app/themes/starts_eu/templates/network/person_detail.html delete mode 100644 app/themes/starts_eu/templates/network/person_detail_multiple_activities.html delete mode 100644 app/themes/starts_eu/templates/network/person_list.html delete mode 100644 app/themes/starts_eu/templates/pages/custompage.html delete mode 100644 app/themes/starts_eu/templates/pages/custompage/includes/custompage_card.html delete mode 100644 app/themes/starts_eu/templates/pages/departmentpage.html delete mode 100644 app/themes/starts_eu/templates/pages/form.html delete mode 100644 app/themes/starts_eu/templates/pages/gallery.html delete mode 100644 app/themes/starts_eu/templates/pages/index.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/action.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/admin.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/breadcrumb.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/current_tree_event.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/current_tree_primary.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/current_tree_secondary.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/current_tree_summary.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/dropdown.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/footer_horizontal.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/footer_tree.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/footer_vertical.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/header.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/header_tree_primary.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/header_tree_secondary.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/magazine.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/mobile.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/primary.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/tree.html delete mode 100644 app/themes/starts_eu/templates/pages/menus/vous_etes.html delete mode 100644 app/themes/starts_eu/templates/pages/mutations-creations.html delete mode 100644 app/themes/starts_eu/templates/pages/newsletter.html delete mode 100644 app/themes/starts_eu/templates/pages/page.html delete mode 100644 app/themes/starts_eu/templates/pages/page/includes/linked_organization_content.html delete mode 100644 app/themes/starts_eu/templates/pages/page/includes/linked_organization_footer.html delete mode 100644 app/themes/starts_eu/templates/pages/page/includes/linked_organization_footer_2.html delete mode 100644 app/themes/starts_eu/templates/pages/page/includes/page_box.html delete mode 100644 app/themes/starts_eu/templates/pages/page/includes/page_card.html delete mode 100644 app/themes/starts_eu/templates/pages/page/includes/page_search.html delete mode 100644 app/themes/starts_eu/templates/pages/projecttopicpage.html delete mode 100644 app/themes/starts_eu/templates/pages/richtextpage.html delete mode 100644 app/themes/starts_eu/templates/pages/teampage.html delete mode 100644 app/themes/starts_eu/templates/pages/teampage/includes/teampage_card.html delete mode 100644 app/themes/starts_eu/templates/projects/inc/project_block.html delete mode 100644 app/themes/starts_eu/templates/projects/inc/project_list.html delete mode 100644 app/themes/starts_eu/templates/projects/project/includes/project_card.html delete mode 100644 app/themes/starts_eu/templates/projects/project_blogpage_detail.html delete mode 100644 app/themes/starts_eu/templates/projects/project_demo_detail.html delete mode 100644 app/themes/starts_eu/templates/projects/project_detail.html delete mode 100644 app/themes/starts_eu/templates/search_results.html delete mode 100644 app/themes/starts_eu/templates/shop/base.html delete mode 100644 app/themes/starts_eu/templates/shop/billing_shipping.html delete mode 100644 app/themes/starts_eu/templates/shop/cart.html delete mode 100644 app/themes/starts_eu/templates/shop/checkout.html delete mode 100644 app/themes/starts_eu/templates/shop/complete.html delete mode 100644 app/themes/starts_eu/templates/shop/confirmation.html delete mode 100644 app/themes/starts_eu/templates/shop/includes/order_details.html delete mode 100644 app/themes/starts_eu/templates/shop/includes/order_details_rtl.html delete mode 100644 app/themes/starts_eu/templates/shop/includes/order_totals.html delete mode 100644 app/themes/starts_eu/templates/shop/includes/order_totals.txt delete mode 100644 app/themes/starts_eu/templates/shop/includes/payment_fields.html delete mode 100644 app/themes/starts_eu/templates/shop/includes/product_list_circle_style.html delete mode 100644 app/themes/starts_eu/templates/shop/includes/product_list_square_style.html delete mode 100644 app/themes/starts_eu/templates/shop/includes/user_panel.html delete mode 100644 app/themes/starts_eu/templates/shop/order_history.html delete mode 100644 app/themes/starts_eu/templates/shop/order_invoice.html delete mode 100644 app/themes/starts_eu/templates/shop/order_invoice_pdf.html delete mode 100644 app/themes/starts_eu/templates/shop/payment.html delete mode 100644 app/themes/starts_eu/templates/shop/product.html delete mode 100644 app/themes/starts_eu/templates/shop/product/includes/product_search.html delete mode 100644 app/themes/starts_eu/templates/shop/wishlist.html delete mode 100644 app/themes/starts_eu/templates/starts_eu/base.html delete mode 100644 app/themes/starts_eu/templates/starts_eu/includes/footer.html delete mode 100644 app/themes/starts_eu/templates/starts_eu/pages/menus/header.html delete mode 100644 app/themes/starts_eu/templates/starts_eu/pages/page.html delete mode 100644 app/themes/starts_eu/templates/styles.html delete mode 100644 app/themes/starts_eu/templates/twitter/hashtag.html delete mode 100644 app/themes/starts_eu/templates/twitter/tweets.html delete mode 100644 app/themes/vertigo_starts_eu/__init__.py delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/account_form.html delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/account_login.html delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/account_password_reset.html delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/account_profile.html delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/account_profile_update.html delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/account_signup.html delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/includes/user_panel.html delete mode 100644 app/themes/vertigo_starts_eu/templates/accounts/includes/user_panel_nav.html delete mode 100644 app/themes/vertigo_starts_eu/templates/admin/base_site.html delete mode 100644 app/themes/vertigo_starts_eu/templates/admin/includes/app_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/admin/includes/content_typed_change_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/admin/includes/dropdown_menu.html delete mode 100644 app/themes/vertigo_starts_eu/templates/admin/includes/recent_actions.html delete mode 100644 app/themes/vertigo_starts_eu/templates/admin/index.html delete mode 100644 app/themes/vertigo_starts_eu/templates/admin/login.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/confirmation.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event/includes/event_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event_base.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event_booking.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event_iframe.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event_location_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/event_location_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_date.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_date_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_date_line.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_date_slider.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_linecard.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_location.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_metainfo.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_metainfo_line.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_metainfo_slider.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/event_search.html delete mode 100644 app/themes/vertigo_starts_eu/templates/agenda/includes/filter_panel.html delete mode 100644 app/themes/vertigo_starts_eu/templates/base.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/admin/base_site.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/block.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/files.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/generic_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/link.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/logo.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/messages.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/related_content.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/related_content_dynamic.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/search_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/core/inc/slider.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/account_approve.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/account_approve.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/account_approve_subject.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/account_approved.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/account_approved.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/account_approved_subject.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/application_notification.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/base.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/base.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/comment_notification.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/comment_notification.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/form_response.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/form_response.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/form_response_copies.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/form_response_copies.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/password_reset_verify.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/password_reset_verify.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/password_reset_verify_subject.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/signup_verify.html delete mode 100644 app/themes/vertigo_starts_eu/templates/email/signup_verify.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/email/signup_verify_subject.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/errors/404.html delete mode 100644 app/themes/vertigo_starts_eu/templates/errors/500.html delete mode 100644 app/themes/vertigo_starts_eu/templates/generic/comments.html delete mode 100644 app/themes/vertigo_starts_eu/templates/generic/includes/comment.html delete mode 100644 app/themes/vertigo_starts_eu/templates/generic/includes/comments.html delete mode 100644 app/themes/vertigo_starts_eu/templates/generic/includes/disqus_comments.html delete mode 100644 app/themes/vertigo_starts_eu/templates/generic/includes/disqus_counts.html delete mode 100644 app/themes/vertigo_starts_eu/templates/generic/includes/disqus_sso.html delete mode 100644 app/themes/vertigo_starts_eu/templates/generic/includes/rating.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/bio.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/body.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/hero-small.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/hero.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/service.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/services.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/shutter_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/home/inc/slider.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/editable_form.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/editable_loader.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/editable_toolbar.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/footer.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/footer_scripts.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/form_errors.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/form_fields.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/html_styleguide.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/instagram.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/language_selector.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/languages.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/pagination.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/search_form.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/share_buttons.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/sidebar.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/slider.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/social.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/twitter.html delete mode 100644 app/themes/vertigo_starts_eu/templates/includes/user_panel.html delete mode 100644 app/themes/vertigo_starts_eu/templates/index.html delete mode 100644 app/themes/vertigo_starts_eu/templates/job/candidacy_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/job/inc/candidacy_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/job/inc/job_offer_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/job/inc/job_response_form.html delete mode 100644 app/themes/vertigo_starts_eu/templates/job/job_offer_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/job/job_offer_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/article/article_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/article/article_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/article/includes/article_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/brief/brief_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/brief/brief_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/brief/inc/brief_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/topic/inc_list_topic.html delete mode 100644 app/themes/vertigo_starts_eu/templates/magazine/topic/topic_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/audio/audio_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/audio/audio_overlay.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/audio/inc/audio_search.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/inc/playlist_audio_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/inc/playlist_audio_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/inc/playlist_search.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/inc/playlist_shutter.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/inc/playlist_video_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/inc/playlist_video_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/inc/playlist_video_slider.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/media/includes/media_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/playlist_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/playlist_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/playlist_overlay.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/video/inc/video_search.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/video/video_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/media/video/video_overlay.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/inc/person/list_circle_style.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/inc/person/list_square_style.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/inc/person/person_card_circle.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/inc/person/person_card_square.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/organization_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/person/includes/person_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/person_activity_timesheet/includes/person_activity_timesheet_inline.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_create.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/person_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/person_detail_multiple_activities.html delete mode 100644 app/themes/vertigo_starts_eu/templates/network/person_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/custompage.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/custompage/includes/custompage_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/departmentpage.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/form.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/gallery.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/index.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/action.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/admin.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/breadcrumb.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_event.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_primary.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_secondary.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_summary.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/dropdown.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/footer_horizontal.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/footer_tree.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/footer_vertical.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/header.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/header_tree_primary.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/header_tree_secondary.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/magazine.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/mobile.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/primary.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/tree.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/menus/vous_etes.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/mutations-creations.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/newsletter.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/page.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/page/includes/linked_organization_content.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/page/includes/linked_organization_footer.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/page/includes/linked_organization_footer_2.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/page/includes/page_box.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/page/includes/page_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/page/includes/page_search.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/projecttopicpage.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/richtextpage.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/teampage.html delete mode 100644 app/themes/vertigo_starts_eu/templates/pages/teampage/includes/teampage_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/inc/project_block.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/inc/project_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/inc/project_validation.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project/includes/project_card.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_blogpage_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_call_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_call_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_demo_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_ict_create.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_ict_create_notification.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_ict_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_ict_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_ict_submission.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_ict_validation.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_producer_create.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_producer_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_producer_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_residency_create.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_residency_detail.html delete mode 100644 app/themes/vertigo_starts_eu/templates/projects/project_residency_list.html delete mode 100644 app/themes/vertigo_starts_eu/templates/search_results.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/base.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/billing_shipping.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/cart.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/checkout.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/complete.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/confirmation.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/order_details.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/order_details_rtl.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/order_totals.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/order_totals.txt delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/payment_fields.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/product_list_circle_style.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/product_list_square_style.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/includes/user_panel.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/order_history.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/order_invoice.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/order_invoice_pdf.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/payment.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/product.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/product/includes/product_search.html delete mode 100644 app/themes/vertigo_starts_eu/templates/shop/wishlist.html delete mode 100644 app/themes/vertigo_starts_eu/templates/styles.html delete mode 100644 app/themes/vertigo_starts_eu/templates/twitter/hashtag.html delete mode 100644 app/themes/vertigo_starts_eu/templates/twitter/tweets.html delete mode 100644 app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/base.html delete mode 100644 app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/home/inc/hero.html delete mode 100644 app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/includes/footer.html delete mode 100644 app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/pages/menus/header.html delete mode 100644 app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/pages/page.html delete mode 100644 bower.json delete mode 100644 gulpfile.js delete mode 100644 requirements-debian.txt delete mode 160000 var diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 52474432..00000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory" : "app/themes/base/static/vendors" -} diff --git a/.gitmodules b/.gitmodules index 0500f447..28ac9302 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "lib/mezzanine"] path = lib/mezzanine url = https://github.com/yomguy/mezzanine.git -[submodule "var"] - path = var - url = git+ssh://git@git.forge.ircam.fr/manifeste-2017-data.git diff --git a/Dockerfile b/app/Dockerfile similarity index 60% rename from Dockerfile rename to app/Dockerfile index dacda1e1..5e7b7f65 100644 --- a/Dockerfile +++ b/app/Dockerfile @@ -7,10 +7,10 @@ RUN mkdir /srv/lib WORKDIR /srv RUN apt-get update && apt-get install -y apt-transport-https -COPY etc/apt/sources.list /etc/apt/ -COPY requirements-debian.txt /srv +COPY ../etc/apt/sources.list /etc/apt/ +COPY ../requirements.txt /srv RUN apt-get update && \ - DEBIAN_PACKAGES=$(egrep -v "^\s*(#|$)" /srv/requirements-debian.txt) && \ + DEBIAN_PACKAGES=$(egrep -v "^\s*(#|$)" /srv/requirements.txt) && \ apt-get install -y --force-yes $DEBIAN_PACKAGES && \ echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen && \ locale-gen && \ @@ -22,24 +22,14 @@ ENV LC_ALL fr_FR.UTF-8 COPY package.json /srv RUN npm install +RUN npm install -g gulp +RUN npm install -g bower COPY Gemfile /srv RUN gem install bundler RUN bundle install -COPY bower.json /srv -COPY .bowerrc /srv -RUN npm install -g bower -RUN bower --allow-root install - -COPY gulpfile.js /srv -RUN npm install -g gulp -RUN gulp build - COPY requirements.txt /srv -RUN pip install -r requirements.txt - -COPY requirements-dev.txt /srv -RUN pip install -r requirements-dev.txt --src /srv/lib +RUN pip install -r requirements.txt --src /srv/lib WORKDIR /srv/app diff --git a/Gemfile b/app/Gemfile similarity index 100% rename from Gemfile rename to app/Gemfile diff --git a/app/organization/__init__.py b/app/organization/__init__.py deleted file mode 100644 index 1c09a839..00000000 --- a/app/organization/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - - -__version__ = 1.0 diff --git a/app/organization/agenda/__init__.py b/app/organization/agenda/__init__.py deleted file mode 100644 index 1ad370fd..00000000 --- a/app/organization/agenda/__init__.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -""" -Provides abstract models and admin features used throughout the various -Mezzanine apps. -""" -from __future__ import unicode_literals - -default_app_config = 'organization.agenda.apps.AgendaConfig' diff --git a/app/organization/agenda/admin.py b/app/organization/agenda/admin.py deleted file mode 100644 index ad6d5653..00000000 --- a/app/organization/agenda/admin.py +++ /dev/null @@ -1,145 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from __future__ import unicode_literals - -from copy import deepcopy - -from django.contrib import admin -from django.utils.translation import ugettext_lazy as _ -from modeltranslation.admin import TranslationTabularInline -from mezzanine.core.admin import * -from mezzanine.pages.admin import PageAdmin -from mezzanine.conf import settings -from mezzanine.core.admin import DisplayableAdmin, OwnableAdmin -from mezzanine_agenda.models import Event, EventCategory -from mezzanine_agenda.admin import * -from organization.core.models import * -from organization.agenda.models import * -from organization.agenda.forms import * - - -class EventBlockInline(StackedDynamicInlineAdmin): - - model = EventBlock - - -class EventImageInline(TabularDynamicInlineAdmin): - - model = EventImage - - -class EventPlaylistInline(TabularDynamicInlineAdmin): - - model = EventPlaylist - - -class EventDepartmentInline(TabularDynamicInlineAdmin): - - model = EventDepartment - - -class EventPersonInline(TabularDynamicInlineAdmin): - - model = EventPerson - - -class EventLinkInline(TabularDynamicInlineAdmin): - - model = EventLink - - -class EventTrainingInline(StackedDynamicInlineAdmin): - - model = EventTraining - - -class EventPeriodInline(TabularDynamicInlineAdmin): - - model = EventPeriod - - -class EventRelatedTitleAdmin(TranslationTabularInline): - - model = EventRelatedTitle - - -class EventPriceDescriptionAdmin(TranslationTabularInline): - - model = EventPriceDescription - - -class CustomEventPriceAdmin(BaseTranslationModelAdmin): - - inlines = [EventPriceDescriptionAdmin,] - - -class DynamicContentEventInline(TabularDynamicInlineAdmin): - - model = DynamicContentEvent - form = DynamicContentEventForm - - class Media: - js = ( - static("mezzanine/js/admin/dynamic_inline.js"), - ) - - -class CustomEventAdmin(EventAdmin): - """ - Admin class for events. - """ - - fieldsets = deepcopy(EventAdminBase.fieldsets) - exclude = ("short_url", ) - list_display = ["title", "start", "end", "rank", "user", "status", "admin_link"] - if settings.EVENT_USE_FEATURED_IMAGE: - list_display.insert(0, "admin_thumb") - list_filter = deepcopy(DisplayableAdmin.list_filter) + ("location", "category") - inlines = [EventPeriodInline, EventBlockInline, EventImageInline, EventDepartmentInline, - EventPersonInline, EventLinkInline, EventPlaylistInline, EventTrainingInline, - EventRelatedTitleAdmin, DynamicContentEventInline] - - -class CustomEventCategoryAdmin(BaseTranslationModelAdmin): - - pass - - -class EventPublicTypeAdmin(BaseTranslationModelAdmin): - - model = EventPublicType - - -class EventTrainingLevelAdmin(BaseTranslationModelAdmin): - - model = EventTrainingLevel - - - -admin.site.unregister(Event) -admin.site.unregister(EventPrice) -admin.site.unregister(EventCategory) -admin.site.register(EventPublicType, EventPublicTypeAdmin) -admin.site.register(EventTrainingLevel, EventTrainingLevelAdmin) -admin.site.register(Event, CustomEventAdmin) -admin.site.register(EventCategory, CustomEventCategoryAdmin) -admin.site.register(EventPrice, CustomEventPriceAdmin) diff --git a/app/organization/agenda/apps.py b/app/organization/agenda/apps.py deleted file mode 100644 index 00a5653f..00000000 --- a/app/organization/agenda/apps.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.apps import AppConfig - -from django.core.checks import register - - -class AgendaConfig(AppConfig): - - name = 'organization.agenda' - label = 'organization-agenda' diff --git a/app/organization/agenda/forms.py b/app/organization/agenda/forms.py deleted file mode 100644 index 882bf277..00000000 --- a/app/organization/agenda/forms.py +++ /dev/null @@ -1,50 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from dal import autocomplete - -import dal_queryset_sequence -import dal_select2_queryset_sequence - -from django import forms -from django.forms.widgets import HiddenInput -from django.forms import ModelForm -from mezzanine.core.models import Orderable -from organization.magazine.models import Article, Topic, Brief -from organization.pages.models import CustomPage -from organization.agenda.models import Event, DynamicContentEvent -from organization.media.models import Playlist - -class DynamicContentEventForm(autocomplete.FutureModelForm): - - content_object = dal_queryset_sequence.fields.QuerySetSequenceModelField( - queryset=autocomplete.QuerySetSequence( - Article.objects.all(), - CustomPage.objects.all(), - Event.objects.all() - ), - required=False, - widget=dal_select2_queryset_sequence.widgets.QuerySetSequenceSelect2('dynamic-content-event'), - ) - - class Meta: - model = DynamicContentEvent - fields = ('content_object',) diff --git a/app/organization/agenda/management/__init__.py b/app/organization/agenda/management/__init__.py deleted file mode 100644 index 12176181..00000000 --- a/app/organization/agenda/management/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - diff --git a/app/organization/agenda/management/commands/__init__.py b/app/organization/agenda/management/commands/__init__.py deleted file mode 100644 index 12176181..00000000 --- a/app/organization/agenda/management/commands/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - diff --git a/app/organization/agenda/management/commands/organization-sync-eve-events.py b/app/organization/agenda/management/commands/organization-sync-eve-events.py deleted file mode 100644 index 83342da7..00000000 --- a/app/organization/agenda/management/commands/organization-sync-eve-events.py +++ /dev/null @@ -1,119 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from datetime import datetime, timedelta -from optparse import make_option - -from django.conf import settings -from django.core.management.base import BaseCommand, CommandError -from django.contrib.auth.models import User -from django.core.mail import EmailMessage - -import mezzanine_agenda.models as ma_models -from mezzanine.generic.models import AssignedKeyword, Keyword - -import eve.models as eve_models -import organization.agenda - -class Command(BaseCommand): - """Synchronize events from E-vement to mezzanine_agenda""" - - - option_list = BaseCommand.option_list + ( - make_option('-m', '--meta_event', - dest='meta_event', - help='define eve meta_event'), - ) - - default_user = User.objects.get(username='admin') - - def cleanup(self): - for event in ma_models.Event.objects.all(): - event.delete() - for location in ma_models.EventLocation.objects.all(): - location.delete() - for event_price in ma_models.EventPrice.objects.all(): - event_price.delete() - for period in organization.agenda.models.EventPeriod.objects.all(): - period.delete() - - def handle(self, *args, **kwargs): - self.cleanup() - - meta_event_name = kwargs.get('meta_event') - meta_trans_all = eve_models.MetaEventTranslation.objects.all() - for meta_trans in meta_trans_all: - if meta_trans.name == meta_event_name: - break - - eve_events = eve_models.Event.objects.filter(meta_event=meta_trans.id) - - for eve_event in eve_events: - first = True - eve_locations = [] - event_trans = eve_models.EventTranslation.objects.filter(id=eve_event, lang='fr')[0] - event_trans_en = eve_models.EventTranslation.objects.filter(id=eve_event, lang='en')[0] - manifestations = eve_event.manifestations.all().order_by('happens_at') - events = ma_models.Event.objects.filter(external_id=eve_event.id) - - if not events: - event = ma_models.Event(external_id=eve_event.id) - else: - event = events[0] - - for manifestation in manifestations: - if first: - event.title = event_trans.name - event.title_en = event_trans_en.name - event.user = self.default_user - locations = ma_models.EventLocation.objects.filter(title=manifestation.location.name) - if locations: - location = locations[0] - else: - location = ma_models.EventLocation(title=manifestation.location.name) - address = '\n'.join([manifestation.location.address, manifestation.location.postalcode + ' ' + manifestation.location.city]) - location.address = address - location.external_id = manifestation.id - location.clean() - location.save() - event.location = location - event.start = manifestation.happens_at - event.save() - first = False - - period = organization.agenda.models.EventPeriod(event=event) - period.date_from = manifestation.happens_at - period.date_to = manifestation.happens_at + timedelta(seconds=manifestation.duration) - period.save() - - # keyword, c = Keyword.objects.get_or_create(title=eve_event.event_category.name) - # event.keywords.add(AssignedKeyword(keyword=keyword), bulk=False) - - eve_prices = eve_models.PriceManifestation.objects.filter(manifestation=manifestation) - for price in eve_prices: - event_price, c = ma_models.EventPrice.objects.get_or_create(value=float(price.value)) - if event: - if not event_price in event.prices.all(): - event.prices.add(event_price) - - event.end = period.date_to - event.status = 1 - event.save() diff --git a/app/organization/agenda/management/commands/organization-sync-prestashop-events.py b/app/organization/agenda/management/commands/organization-sync-prestashop-events.py deleted file mode 100644 index d0a3cf0b..00000000 --- a/app/organization/agenda/management/commands/organization-sync-prestashop-events.py +++ /dev/null @@ -1,110 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from datetime import datetime, timedelta -from optparse import make_option - -from django.conf import settings -from django.core.management.base import BaseCommand, CommandError -from django.contrib.auth.models import User -from django.core.mail import EmailMessage - -from mezzanine.generic.models import AssignedKeyword, Keyword - -import mezzanine_agenda.models as ma_models -import organization.agenda.models as oa_models -import prestashop.models as pa_models -import cartridge.shop.models as ca_models - - -class Command(BaseCommand): - """Synchronize events from PrestaShop to mezzanine_agenda""" - - - option_list = BaseCommand.option_list + ( - make_option('-c', '--category', - dest='category_lang_name', - help='define prestashop PsCategoryLang'), - ) - - default_user = User.objects.get(username='admin') - languages = { 1 : {'code': 'en', 'names': ['english', 'anglais']}, - 2 : {'code': 'fr', 'names': ['french', 'français']},} - - - def cleanup(self): - for event in ma_models.Event.objects.all(): - event.delete() - - def handle(self, *args, **kwargs): - # !! NOT FOR PROD !! - # self.cleanup() - - products = [] - category_lang_name = kwargs.get('category_lang_name') - - if not category_lang_name: - for category in pa_models.PsCategoryLang.objects.all(): - print(category.name) - - category_lang_name = kwargs.get('category_lang_name') - category_lang = pa_models.PsCategoryLang.objects.get(name=category_lang_name) - category = pa_models.PsCategory.objects.get(id_category=category_lang.id_category) - category_products = pa_models.PsCategoryProduct.objects.filter(id_category=category.id_category) - - for category_product in category_products: - products.append(pa_models.PsProduct.objects.get(id_product=category_product.id_product)) - - for product in products: - print('---------------------------') - print(product.id_product) - - events = ma_models.Event.objects.filter(external_id=product.id_product) - if events: - event = events[0] - else: - event = ma_models.Event(external_id=product.id_product) - - product_langs = pa_models.PsProductLang.objects.filter(id_product=product.id_product) - for product_lang in product_langs: - lang_code = self.languages[product_lang.id_lang]['code'] - - for lang in self.languages: - if product_lang.teaching_lang.lower() in self.languages[product_lang.id_lang]['names']: - language = self.languages[product_lang.id_lang]['code'] - event_training = oa_models.EventTraining(language=language) - break - - print(product_lang.name, lang_code, product_lang.dates) - - setattr(event, 'title' + '_' + lang_code, product_lang.name) - setattr(event, 'content' + '_' + lang_code, product_lang.description) - event.date_text = product_lang.dates - - event.start = datetime.now() - event.user = self.default_user - event_price, c = ma_models.EventPrice.objects.get_or_create(value=product.price) - event.save() - event.prices.add(event_price) - event.status = 1 - event.save() - event_training.event = event - event_training.save() diff --git a/app/organization/agenda/migrations/0001_initial.py b/app/organization/agenda/migrations/0001_initial.py deleted file mode 100644 index 0fb3c043..00000000 --- a/app/organization/agenda/migrations/0001_initial.py +++ /dev/null @@ -1,55 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-01 15:24 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion -import mezzanine.core.fields - - -class Migration(migrations.Migration): - - initial = True - - dependencies = [ - ('mezzanine_agenda', '0003_remove_event_blog_posts'), - ] - - operations = [ - migrations.CreateModel( - name='EventBlock', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('content', mezzanine.core.fields.RichTextField(verbose_name='Content')), - ('_order', mezzanine.core.fields.OrderField(null=True, verbose_name='Order')), - ('title', models.CharField(max_length=1024, verbose_name='title')), - ('description', models.TextField(blank=True, verbose_name='description')), - ('with_separator', models.BooleanField(default=False)), - ('background_color', models.CharField(blank=True, choices=[('black', 'black'), ('yellow', 'yellow'), ('red', 'red')], max_length=32, verbose_name='background color')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='blocks', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'ordering': ('_order',), - 'verbose_name_plural': 'blocks', - 'verbose_name': 'block', - }, - ), - migrations.CreateModel( - name='EventImage', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('_order', mezzanine.core.fields.OrderField(null=True, verbose_name='Order')), - ('title', models.CharField(max_length=1024, verbose_name='title')), - ('description', models.TextField(blank=True, verbose_name='description')), - ('file', mezzanine.core.fields.FileField(max_length=1024, verbose_name='Image')), - ('credits', models.CharField(blank=True, max_length=256, null=True, verbose_name='credits')), - ('type', models.CharField(choices=[('logo', 'logo'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page slider')], max_length=64, verbose_name='type')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='images', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'ordering': ('_order',), - 'verbose_name_plural': 'images', - 'verbose_name': 'image', - }, - ), - ] diff --git a/app/organization/agenda/migrations/0002_eventdepartment.py b/app/organization/agenda/migrations/0002_eventdepartment.py deleted file mode 100644 index 14eb8a81..00000000 --- a/app/organization/agenda/migrations/0002_eventdepartment.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-07 13:41 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-network', '0005_auto_20160905_1853'), - ('mezzanine_agenda', '0005_auto_20160907_1541'), - ('organization-agenda', '0001_initial'), - ] - - operations = [ - migrations.CreateModel( - name='EventDepartment', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('department', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='events', to='organization-network.Department', verbose_name='department')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='departments', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name_plural': 'departments', - 'verbose_name': 'department', - }, - ), - ] diff --git a/app/organization/agenda/migrations/0003_eventlink_eventperson.py b/app/organization/agenda/migrations/0003_eventlink_eventperson.py deleted file mode 100644 index 35dde9bd..00000000 --- a/app/organization/agenda/migrations/0003_eventlink_eventperson.py +++ /dev/null @@ -1,44 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-23 14:34 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('mezzanine_agenda', '0007_auto_20160923_1634'), - ('organization-core', '0004_auto_20160923_1141'), - ('organization-network', '0023_auto_20160921_2043'), - ('organization-agenda', '0002_eventdepartment'), - ] - - operations = [ - migrations.CreateModel( - name='EventLink', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('url', models.URLField(blank=True, max_length=512, verbose_name='URL')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='links', to='mezzanine_agenda.Event', verbose_name='event')), - ('link_type', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='organization-core.LinkType', verbose_name='link type')), - ], - options={ - 'verbose_name_plural': 'links', - 'verbose_name': 'link', - }, - ), - migrations.CreateModel( - name='EventPerson', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='persons', to='mezzanine_agenda.Event', verbose_name='event')), - ('person', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='events', to='organization-network.Person', verbose_name='person')), - ], - options={ - 'verbose_name_plural': 'persons', - 'verbose_name': 'person', - }, - ), - ] diff --git a/app/organization/agenda/migrations/0004_eventaudio_eventvideo.py b/app/organization/agenda/migrations/0004_eventaudio_eventvideo.py deleted file mode 100644 index 6983d766..00000000 --- a/app/organization/agenda/migrations/0004_eventaudio_eventvideo.py +++ /dev/null @@ -1,54 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-27 14:55 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion -import mezzanine.core.fields - - -class Migration(migrations.Migration): - - dependencies = [ - ('mezzanine_agenda', '0008_auto_20160926_1552'), - ('organization-agenda', '0003_eventlink_eventperson'), - ] - - operations = [ - migrations.CreateModel( - name='EventAudio', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('_order', mezzanine.core.fields.OrderField(null=True, verbose_name='Order')), - ('title', models.CharField(max_length=1024, verbose_name='title')), - ('description', models.TextField(blank=True, verbose_name='description')), - ('file', mezzanine.core.fields.FileField(max_length=1024, verbose_name='Image')), - ('credits', models.CharField(blank=True, max_length=256, null=True, verbose_name='credits')), - ('type', models.CharField(choices=[('logo', 'logo'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page slider')], max_length=64, verbose_name='type')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='audios', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name_plural': 'audios', - 'verbose_name': 'audio', - 'ordering': ('_order',), - }, - ), - migrations.CreateModel( - name='EventVideo', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('_order', mezzanine.core.fields.OrderField(null=True, verbose_name='Order')), - ('title', models.CharField(max_length=1024, verbose_name='title')), - ('description', models.TextField(blank=True, verbose_name='description')), - ('file', mezzanine.core.fields.FileField(max_length=1024, verbose_name='Image')), - ('credits', models.CharField(blank=True, max_length=256, null=True, verbose_name='credits')), - ('type', models.CharField(choices=[('logo', 'logo'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page slider')], max_length=64, verbose_name='type')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='videos', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name_plural': 'videos', - 'verbose_name': 'video', - 'ordering': ('_order',), - }, - ), - ] diff --git a/app/organization/agenda/migrations/0005_auto_20160928_1858.py b/app/organization/agenda/migrations/0005_auto_20160928_1858.py deleted file mode 100644 index 2fd170f1..00000000 --- a/app/organization/agenda/migrations/0005_auto_20160928_1858.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-28 16:58 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0004_eventaudio_eventvideo'), - ] - - operations = [ - migrations.AlterField( - model_name='eventaudio', - name='type', - field=models.CharField(choices=[('logo', 'logo'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page - slider'), ('page_featured', 'page - featured')], max_length=64, verbose_name='type'), - ), - migrations.AlterField( - model_name='eventimage', - name='type', - field=models.CharField(choices=[('logo', 'logo'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page - slider'), ('page_featured', 'page - featured')], max_length=64, verbose_name='type'), - ), - migrations.AlterField( - model_name='eventvideo', - name='type', - field=models.CharField(choices=[('logo', 'logo'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page - slider'), ('page_featured', 'page - featured')], max_length=64, verbose_name='type'), - ), - ] diff --git a/app/organization/agenda/migrations/0006_auto_20160929_1257.py b/app/organization/agenda/migrations/0006_auto_20160929_1257.py deleted file mode 100644 index 6fa20ff2..00000000 --- a/app/organization/agenda/migrations/0006_auto_20160929_1257.py +++ /dev/null @@ -1,101 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-29 10:57 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-media', '0001_initial'), - ('organization-agenda', '0005_auto_20160928_1858'), - ] - - operations = [ - migrations.AlterModelOptions( - name='eventaudio', - options={'verbose_name': 'audio', 'verbose_name_plural': 'audios'}, - ), - migrations.AlterModelOptions( - name='eventvideo', - options={'verbose_name': 'video', 'verbose_name_plural': 'videos'}, - ), - migrations.AddField( - model_name='eventaudio', - name='audio_ptr', - field=models.OneToOneField(auto_created=True, default=1, on_delete=django.db.models.deletion.CASCADE, parent_link=True, serialize=False, to='organization-media.Audio'), - preserve_default=False, - ), - migrations.AddField( - model_name='eventvideo', - name='video_ptr', - field=models.OneToOneField(auto_created=True, default=1, on_delete=django.db.models.deletion.CASCADE, parent_link=True, serialize=False, to='organization-media.Video'), - preserve_default=False, - ), - migrations.RemoveField( - model_name='eventaudio', - name='_order', - ), - migrations.RemoveField( - model_name='eventaudio', - name='credits', - ), - migrations.RemoveField( - model_name='eventaudio', - name='description', - ), - migrations.RemoveField( - model_name='eventaudio', - name='file', - ), - migrations.RemoveField( - model_name='eventaudio', - name='id', - ), - migrations.RemoveField( - model_name='eventaudio', - name='title', - ), - migrations.RemoveField( - model_name='eventaudio', - name='type', - ), - migrations.AlterOrderWithRespectTo( - name='eventaudio', - order_with_respect_to='event', - ), - migrations.RemoveField( - model_name='eventvideo', - name='_order', - ), - migrations.RemoveField( - model_name='eventvideo', - name='credits', - ), - migrations.RemoveField( - model_name='eventvideo', - name='description', - ), - migrations.RemoveField( - model_name='eventvideo', - name='file', - ), - migrations.RemoveField( - model_name='eventvideo', - name='id', - ), - migrations.RemoveField( - model_name='eventvideo', - name='title', - ), - migrations.RemoveField( - model_name='eventvideo', - name='type', - ), - migrations.AlterOrderWithRespectTo( - name='eventvideo', - order_with_respect_to='event', - ), - ] diff --git a/app/organization/agenda/migrations/0007_auto_20160929_1300.py b/app/organization/agenda/migrations/0007_auto_20160929_1300.py deleted file mode 100644 index dfae2d99..00000000 --- a/app/organization/agenda/migrations/0007_auto_20160929_1300.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-29 11:00 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0006_auto_20160929_1257'), - ] - - operations = [ - migrations.AlterField( - model_name='eventaudio', - name='audio_ptr', - field=models.OneToOneField(auto_created=True, on_delete=django.db.models.deletion.CASCADE, parent_link=True, primary_key=True, serialize=False, to='organization-media.Audio'), - ), - migrations.AlterField( - model_name='eventvideo', - name='video_ptr', - field=models.OneToOneField(auto_created=True, on_delete=django.db.models.deletion.CASCADE, parent_link=True, primary_key=True, serialize=False, to='organization-media.Video'), - ), - ] diff --git a/app/organization/agenda/migrations/0008_auto_20161005_1455.py b/app/organization/agenda/migrations/0008_auto_20161005_1455.py deleted file mode 100644 index a07cdbca..00000000 --- a/app/organization/agenda/migrations/0008_auto_20161005_1455.py +++ /dev/null @@ -1,80 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-05 12:55 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('mezzanine_agenda', '0010_remove_event_language'), - ('organization-agenda', '0007_auto_20160929_1300'), - ] - - operations = [ - migrations.CreateModel( - name='EventPeriod', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('date_from', models.DateTimeField(blank=True, null=True, verbose_name='begin date')), - ('date_to', models.DateTimeField(blank=True, null=True, verbose_name='end date')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='periods', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name_plural': 'periods', - 'verbose_name': 'period', - }, - ), - migrations.CreateModel( - name='EventPublicType', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(max_length=512, verbose_name='name')), - ('name_fr', models.CharField(max_length=512, null=True, verbose_name='name')), - ('name_en', models.CharField(max_length=512, null=True, verbose_name='name')), - ('description', models.TextField(blank=True, verbose_name='description')), - ], - options={ - 'verbose_name_plural': 'public types', - 'verbose_name': 'public type', - }, - ), - migrations.CreateModel( - name='EventTraining', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('language', models.CharField(blank=True, choices=[('fr', 'French'), ('en', 'English')], max_length=64, null=True, verbose_name='Language')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='trainings', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name_plural': 'trainings', - 'verbose_name': 'training', - }, - ), - migrations.CreateModel( - name='EventTrainingLevel', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(max_length=512, verbose_name='name')), - ('name_fr', models.CharField(max_length=512, null=True, verbose_name='name')), - ('name_en', models.CharField(max_length=512, null=True, verbose_name='name')), - ('description', models.TextField(blank=True, verbose_name='description')), - ], - options={ - 'verbose_name_plural': 'training levels', - 'verbose_name': 'training level', - }, - ), - migrations.AddField( - model_name='eventtraining', - name='level', - field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='trainings', to='organization-agenda.EventTrainingLevel', verbose_name='level'), - ), - migrations.AddField( - model_name='eventtraining', - name='public_type', - field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='trainings', to='organization-agenda.EventPublicType', verbose_name='public type'), - ), - ] diff --git a/app/organization/agenda/migrations/0009_auto_20161013_1631.py b/app/organization/agenda/migrations/0009_auto_20161013_1631.py deleted file mode 100644 index d3aa4b02..00000000 --- a/app/organization/agenda/migrations/0009_auto_20161013_1631.py +++ /dev/null @@ -1,40 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-13 14:31 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-media', '0005_auto_20160930_1849'), - ('mezzanine_agenda', '0013_auto_20161010_1130'), - ('organization-agenda', '0008_auto_20161005_1455'), - ] - - operations = [ - migrations.CreateModel( - name='EventPlaylist', - fields=[ - ('playlist_ptr', models.OneToOneField(auto_created=True, on_delete=django.db.models.deletion.CASCADE, parent_link=True, primary_key=True, serialize=False, to='organization-media.Playlist')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='playlists', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name': 'playlist', - 'verbose_name_plural': 'playlists', - }, - bases=('organization-media.playlist',), - ), - migrations.DeleteModel( - name='EventAudio', - ), - migrations.DeleteModel( - name='EventVideo', - ), - migrations.AlterOrderWithRespectTo( - name='eventplaylist', - order_with_respect_to='event', - ), - ] diff --git a/app/organization/agenda/migrations/0010_auto_20161014_0002.py b/app/organization/agenda/migrations/0010_auto_20161014_0002.py deleted file mode 100644 index 4a148aca..00000000 --- a/app/organization/agenda/migrations/0010_auto_20161014_0002.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-13 22:02 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-media', '0009_auto_20161013_2353'), - ('organization-agenda', '0009_auto_20161013_1631'), - ] - - operations = [ - migrations.RemoveField( - model_name='eventplaylist', - name='playlist_ptr', - ), - migrations.AddField( - model_name='eventplaylist', - name='playlistrelated_ptr', - field=models.OneToOneField(auto_created=True, default=1, on_delete=django.db.models.deletion.CASCADE, parent_link=True, primary_key=True, serialize=False, to='organization-media.PlaylistRelated'), - preserve_default=False, - ), - ] diff --git a/app/organization/agenda/migrations/0011_auto_20161018_1804.py b/app/organization/agenda/migrations/0011_auto_20161018_1804.py deleted file mode 100644 index cb14dd46..00000000 --- a/app/organization/agenda/migrations/0011_auto_20161018_1804.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-18 16:04 -from __future__ import unicode_literals - -from django.db import migrations, models -import mezzanine.core.fields - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0010_auto_20161014_0002'), - ] - - operations = [ - migrations.AddField( - model_name='eventblock', - name='content_en', - field=mezzanine.core.fields.RichTextField(null=True, verbose_name='Content'), - ), - migrations.AddField( - model_name='eventblock', - name='content_fr', - field=mezzanine.core.fields.RichTextField(null=True, verbose_name='Content'), - ), - migrations.AddField( - model_name='eventblock', - name='description_en', - field=models.TextField(blank=True, null=True, verbose_name='description'), - ), - migrations.AddField( - model_name='eventblock', - name='description_fr', - field=models.TextField(blank=True, null=True, verbose_name='description'), - ), - migrations.AddField( - model_name='eventblock', - name='title_en', - field=models.CharField(max_length=1024, null=True, verbose_name='title'), - ), - migrations.AddField( - model_name='eventblock', - name='title_fr', - field=models.CharField(max_length=1024, null=True, verbose_name='title'), - ), - ] diff --git a/app/organization/agenda/migrations/0012_auto_20161020_1051.py b/app/organization/agenda/migrations/0012_auto_20161020_1051.py deleted file mode 100644 index a3b4b10e..00000000 --- a/app/organization/agenda/migrations/0012_auto_20161020_1051.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-20 08:51 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0011_auto_20161018_1804'), - ] - - operations = [ - migrations.AlterField( - model_name='eventtraining', - name='language', - field=models.CharField(blank=True, choices=[('fr', 'French'), ('en', 'English')], max_length=64, null=True, verbose_name='language'), - ), - ] diff --git a/app/organization/agenda/migrations/0013_eventlink_title.py b/app/organization/agenda/migrations/0013_eventlink_title.py deleted file mode 100644 index 276cf9de..00000000 --- a/app/organization/agenda/migrations/0013_eventlink_title.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-21 11:06 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0012_auto_20161020_1051'), - ] - - operations = [ - migrations.AddField( - model_name='eventlink', - name='title', - field=models.CharField(default='', max_length=1024, verbose_name='title'), - preserve_default=False, - ), - ] diff --git a/app/organization/agenda/migrations/0014_auto_20161021_1319.py b/app/organization/agenda/migrations/0014_auto_20161021_1319.py deleted file mode 100644 index c2e3c511..00000000 --- a/app/organization/agenda/migrations/0014_auto_20161021_1319.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-21 11:19 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0013_eventlink_title'), - ] - - operations = [ - migrations.AlterField( - model_name='eventlink', - name='title', - field=models.CharField(blank=True, max_length=1024, null=True, verbose_name='title'), - ), - ] diff --git a/app/organization/agenda/migrations/0015_auto_20161026_1025.py b/app/organization/agenda/migrations/0015_auto_20161026_1025.py deleted file mode 100644 index 7d081b36..00000000 --- a/app/organization/agenda/migrations/0015_auto_20161026_1025.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-10-26 08:25 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0014_auto_20161021_1319'), - ] - - operations = [ - migrations.AddField( - model_name='eventlink', - name='title_en', - field=models.CharField(blank=True, max_length=1024, null=True, verbose_name='title'), - ), - migrations.AddField( - model_name='eventlink', - name='title_fr', - field=models.CharField(blank=True, max_length=1024, null=True, verbose_name='title'), - ), - ] diff --git a/app/organization/agenda/migrations/0016_dynamiccontentevent.py b/app/organization/agenda/migrations/0016_dynamiccontentevent.py deleted file mode 100644 index 2dc36a3a..00000000 --- a/app/organization/agenda/migrations/0016_dynamiccontentevent.py +++ /dev/null @@ -1,33 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-11-04 17:01 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion -import mezzanine.core.fields - - -class Migration(migrations.Migration): - - dependencies = [ - ('contenttypes', '0002_remove_content_type_name'), - ('mezzanine_agenda', '0015_auto_20161021_1937'), - ('organization-agenda', '0015_auto_20161026_1025'), - ] - - operations = [ - migrations.CreateModel( - name='DynamicContentEvent', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('_order', mezzanine.core.fields.OrderField(null=True, verbose_name='Order')), - ('object_id', models.PositiveIntegerField(editable=False, null=True, verbose_name='related object')), - ('content_type', models.ForeignKey(blank=True, editable=False, null=True, on_delete=django.db.models.deletion.CASCADE, to='contenttypes.ContentType', verbose_name='content type')), - ('event', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='dynamic_content_event', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'ordering': ('_order',), - 'verbose_name': 'Dynamic Content Event', - }, - ), - ] diff --git a/app/organization/agenda/migrations/0017_auto_20161104_1812.py b/app/organization/agenda/migrations/0017_auto_20161104_1812.py deleted file mode 100644 index 57ee7f58..00000000 --- a/app/organization/agenda/migrations/0017_auto_20161104_1812.py +++ /dev/null @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-11-04 17:12 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('mezzanine_agenda', '0015_auto_20161021_1937'), - ('organization-agenda', '0016_dynamiccontentevent'), - ] - - operations = [ - migrations.CreateModel( - name='EventRelatedTitle', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('title', models.CharField(blank=True, max_length=1024, null=True, verbose_name='title')), - ('event', models.OneToOneField(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='related_title', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name': 'related title', - }, - ), - migrations.AlterOrderWithRespectTo( - name='eventrelatedtitle', - order_with_respect_to='event', - ), - ] diff --git a/app/organization/agenda/migrations/0018_auto_20161104_1820.py b/app/organization/agenda/migrations/0018_auto_20161104_1820.py deleted file mode 100644 index 560b7dc9..00000000 --- a/app/organization/agenda/migrations/0018_auto_20161104_1820.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-11-04 17:20 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0017_auto_20161104_1812'), - ] - - operations = [ - migrations.AddField( - model_name='eventrelatedtitle', - name='title_en', - field=models.CharField(blank=True, max_length=1024, null=True, verbose_name='title'), - ), - migrations.AddField( - model_name='eventrelatedtitle', - name='title_fr', - field=models.CharField(blank=True, max_length=1024, null=True, verbose_name='title'), - ), - ] diff --git a/app/organization/agenda/migrations/0019_eventpricedescription.py b/app/organization/agenda/migrations/0019_eventpricedescription.py deleted file mode 100644 index d31808f1..00000000 --- a/app/organization/agenda/migrations/0019_eventpricedescription.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-11-07 15:14 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('mezzanine_agenda', '0015_auto_20161021_1937'), - ('organization-agenda', '0018_auto_20161104_1820'), - ] - - operations = [ - migrations.CreateModel( - name='EventPriceDescription', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('description', models.TextField(blank=True, null=True, verbose_name='description')), - ('description_fr', models.TextField(blank=True, null=True, verbose_name='description')), - ('description_en', models.TextField(blank=True, null=True, verbose_name='description')), - ('event_price', models.OneToOneField(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='event_price_description', to='mezzanine_agenda.EventPrice', verbose_name='event_price_description')), - ], - options={ - 'verbose_name': 'Additionnal description', - }, - ), - ] diff --git a/app/organization/agenda/migrations/0020_auto_20161205_1536.py b/app/organization/agenda/migrations/0020_auto_20161205_1536.py deleted file mode 100644 index 5b2b116f..00000000 --- a/app/organization/agenda/migrations/0020_auto_20161205_1536.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.11 on 2016-12-05 14:36 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0019_eventpricedescription'), - ] - - operations = [ - migrations.AlterField( - model_name='eventimage', - name='type', - field=models.CharField(choices=[('logo', 'logo'), ('logo_white', 'logo white'), ('logo_black', 'logo black'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page - slider'), ('page_featured', 'page - featured')], max_length=64, verbose_name='type'), - ), - ] diff --git a/app/organization/agenda/migrations/0021_eventblock_login_required.py b/app/organization/agenda/migrations/0021_eventblock_login_required.py deleted file mode 100644 index b74c3cac..00000000 --- a/app/organization/agenda/migrations/0021_eventblock_login_required.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.11 on 2017-01-03 11:20 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0020_auto_20161205_1536'), - ] - - operations = [ - migrations.AddField( - model_name='eventblock', - name='login_required', - field=models.BooleanField(default=False, verbose_name='login required'), - ), - ] diff --git a/app/organization/agenda/migrations/0022_auto_20170105_1743.py b/app/organization/agenda/migrations/0022_auto_20170105_1743.py deleted file mode 100644 index 930c9aec..00000000 --- a/app/organization/agenda/migrations/0022_auto_20170105_1743.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.11 on 2017-01-05 16:43 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0021_eventblock_login_required'), - ] - - operations = [ - migrations.AlterField( - model_name='eventimage', - name='type', - field=models.CharField(choices=[('logo', 'logo'), ('logo_white', 'logo white'), ('logo_black', 'logo black'), ('logo_header', 'logo header'), ('logo_footer', 'logo footer'), ('slider', 'slider'), ('card', 'card'), ('page_slider', 'page - slider'), ('page_featured', 'page - featured')], max_length=64, verbose_name='type'), - ), - ] diff --git a/app/organization/agenda/migrations/0023_auto_20170214_1643.py b/app/organization/agenda/migrations/0023_auto_20170214_1643.py deleted file mode 100644 index a6d3ed01..00000000 --- a/app/organization/agenda/migrations/0023_auto_20170214_1643.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.11 on 2017-02-14 15:43 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0022_auto_20170105_1743'), - ] - - operations = [ - migrations.AlterField( - model_name='eventblock', - name='background_color', - field=models.CharField(blank=True, choices=[('black', 'black'), ('yellow', 'yellow'), ('red', 'red'), ('white', 'white')], max_length=32, verbose_name='background color'), - ), - ] diff --git a/app/organization/agenda/migrations/0024_eventrank.py b/app/organization/agenda/migrations/0024_eventrank.py deleted file mode 100644 index 036263fd..00000000 --- a/app/organization/agenda/migrations/0024_eventrank.py +++ /dev/null @@ -1,29 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.11 on 2017-02-21 14:44 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('mezzanine_agenda', '0016_auto_20161216_1558'), - ('organization-agenda', '0023_auto_20170214_1643'), - ] - - operations = [ - migrations.CreateModel( - name='EventRank', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('rank', models.IntegerField(blank=True, null=True, verbose_name='rank')), - ('event', models.OneToOneField(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='event_rank', to='mezzanine_agenda.Event', verbose_name='event')), - ], - options={ - 'verbose_name_plural': 'ranks', - 'verbose_name': 'rank', - }, - ), - ] diff --git a/app/organization/agenda/migrations/0025_auto_20170222_1011.py b/app/organization/agenda/migrations/0025_auto_20170222_1011.py deleted file mode 100644 index 4998e636..00000000 --- a/app/organization/agenda/migrations/0025_auto_20170222_1011.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.11 on 2017-02-22 09:11 -from __future__ import unicode_literals - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0024_eventrank'), - ] - - operations = [ - migrations.RemoveField( - model_name='eventrank', - name='event', - ), - migrations.DeleteModel( - name='EventRank', - ), - ] diff --git a/app/organization/agenda/migrations/0026_auto_20170313_1224.py b/app/organization/agenda/migrations/0026_auto_20170313_1224.py deleted file mode 100644 index fbf75f8a..00000000 --- a/app/organization/agenda/migrations/0026_auto_20170313_1224.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.11 on 2017-03-13 11:24 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-agenda', '0025_auto_20170222_1011'), - ] - - operations = [ - migrations.AlterField( - model_name='eventtraining', - name='language', - field=models.CharField(blank=True, choices=[('en', 'English'), ('fr', 'French')], max_length=64, null=True, verbose_name='language'), - ), - ] diff --git a/app/organization/agenda/migrations/__init__.py b/app/organization/agenda/migrations/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/app/organization/agenda/models.py b/app/organization/agenda/models.py deleted file mode 100644 index cfd9523f..00000000 --- a/app/organization/agenda/models.py +++ /dev/null @@ -1,150 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from __future__ import unicode_literals -from future.builtins import str - -from django.utils.translation import ugettext_lazy as _ -from mezzanine.core.models import Orderable -from mezzanine.conf import settings -from mezzanine_agenda.models import * -from organization.core.models import * -from organization.network.models import * - - - -class EventBlock(Block): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='blocks', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("block") - verbose_name_plural = _("blocks") - - -class EventImage(Image): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='images', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("image") - verbose_name_plural = _("images") - order_with_respect_to = "event" - - -class EventDepartment(models.Model): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='departments', blank=True, null=True, on_delete=models.SET_NULL) - department = models.ForeignKey(Department, verbose_name=_('department'), related_name='events', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("department") - verbose_name_plural = _("departments") - - -class EventPerson(models.Model): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='persons', blank=True, null=True, on_delete=models.SET_NULL) - person = models.ForeignKey(Person, verbose_name=_('person'), related_name='events', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("person") - verbose_name_plural = _("persons") - - -class EventLink(Link): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='links', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("link") - verbose_name_plural = _("links") - - -class EventPlaylist(PlaylistRelated): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='playlists', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("playlist") - verbose_name_plural = _("playlists") - order_with_respect_to = "event" - - -class EventPeriod(PeriodDateTime): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='periods', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("period") - verbose_name_plural = _("periods") - - -class EventPublicType(Named): - - class Meta: - verbose_name = _("public type") - verbose_name_plural = _("public types") - - -class EventTrainingLevel(Named): - - class Meta: - verbose_name = _("training level") - verbose_name_plural = _("training levels") - - -class EventTraining(models.Model): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='trainings', blank=True, null=True, on_delete=models.SET_NULL) - language = models.CharField(_('language'), max_length=64, blank=True, null=True, choices=settings.LANGUAGES) - public_type = models.ForeignKey(EventPublicType, verbose_name=_('public type'), related_name='trainings', blank=True, null=True, on_delete=models.SET_NULL) - level = models.ForeignKey(EventTrainingLevel, verbose_name=_('level'), related_name='trainings', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("training") - verbose_name_plural = _("trainings") - - -class EventRelatedTitle(RelatedTitle): - - event = models.OneToOneField(Event, verbose_name=_('event'), related_name='related_title', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = _("related title") - order_with_respect_to = "event" - - -class DynamicContentEvent(DynamicContent, Orderable): - - event = models.ForeignKey(Event, verbose_name=_('event'), related_name='dynamic_content_event', blank=True, null=True, on_delete=models.SET_NULL) - - class Meta: - verbose_name = 'Dynamic Content Event' - - -class EventPriceDescription(models.Model): - - event_price = models.OneToOneField(EventPrice, verbose_name=_('event_price_description'), related_name='event_price_description', blank=True, null=True, on_delete=models.SET_NULL) - description = models.TextField(_('description'), blank=True, null=True) - - class Meta: - verbose_name = 'Additionnal description' diff --git a/app/organization/agenda/translation.py b/app/organization/agenda/translation.py deleted file mode 100644 index 6764de58..00000000 --- a/app/organization/agenda/translation.py +++ /dev/null @@ -1,108 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from modeltranslation.translator import translator, register, TranslationOptions - -from organization.agenda.models import * - - -@register(EventBlock) -class EventBlockTranslationOptions(TranslationOptions): - - fields = ('title', 'description', 'content') - - -@register(EventImage) -class EventImageTranslationOptions(TranslationOptions): - - fields = () - - -@register(EventPlaylist) -class EventPlaylistTranslationOptions(TranslationOptions): - - fields = () - - -@register(EventDepartment) -class EventDepartmentTranslationOptions(TranslationOptions): - - fields = () - - -@register(EventPerson) -class EventPersonTranslationOptions(TranslationOptions): - - fields = () - - -@register(EventLink) -class EventLinkTranslationOptions(TranslationOptions): - - fields = ('title',) - - -@register(EventPeriod) -class EventPeriodTranslationOptions(TranslationOptions): - - fields = () - - -@register(EventTraining) -class EventTrainingTranslationOptions(TranslationOptions): - - fields = () - - -@register(EventTrainingLevel) -class EventTrainingLevelTranslationOptions(TranslationOptions): - - fields = ('name',) - - -@register(EventPublicType) -class EventPublicTypeTranslationOptions(TranslationOptions): - - fields = ('name',) - - -@register(EventRelatedTitle) -class EventRelatedTitleTranslationOptions(TranslationOptions): - - fields = ('title',) - - -@register(DynamicContentEvent) -class DynamicContentEventTranslationOptions(TranslationOptions): - - fields = () - - -@register(EventPriceDescription) -class EventPriceDescriptionTranslationOptions(TranslationOptions): - - fields = ('description', ) - - -@register(EventPrice) -class EventPriceTranslationOptions(TranslationOptions): - - fields = () diff --git a/app/organization/agenda/urls.py b/app/organization/agenda/urls.py deleted file mode 100644 index fe74be4f..00000000 --- a/app/organization/agenda/urls.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from __future__ import unicode_literals - -import django.views.i18n -from django.contrib.auth.decorators import permission_required -from django.conf.urls import patterns, include, url -from django.conf.urls.i18n import i18n_patterns - -from mezzanine.core.views import direct_to_template -from mezzanine.conf import settings - -from organization.core.views import * -from organization.agenda.views import * - - -urlpatterns = [ - url("^%s/" % settings.EVENT_SLUG, include("mezzanine_agenda.urls")), - url("^%s/confirmation/(?P[0-9]*)$" % settings.EVENT_SLUG, ConfirmationView.as_view(), name="organization-agenda-confirmation"), - url("^dynamic-content-event/$", permission_required('event.can_edit')(DynamicContentEventView.as_view()), name='dynamic-content-event'), -] -# diff --git a/app/organization/agenda/views.py b/app/organization/agenda/views.py deleted file mode 100644 index 968bdc85..00000000 --- a/app/organization/agenda/views.py +++ /dev/null @@ -1,71 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from datetime import datetime -from django.views.generic.base import TemplateView -from mezzanine.conf import settings -from dal import autocomplete -from dal_select2_queryset_sequence.views import Select2QuerySetSequenceView -from organization.magazine.models import Article -from organization.pages.models import CustomPage -from mezzanine_agenda.models import Event -from mezzanine_agenda.views import EventListView -from organization.core.views import autocomplete_result_formatting -from django.db.models import Q - - -class ConfirmationView(TemplateView): - - template_name = "agenda/confirmation.html" - - def get_context_data(self, **kwargs): - context = super(ConfirmationView, self).get_context_data(**kwargs) - context['confirmation_url'] = settings.EVENT_CONFIRMATION_URL % kwargs['transaction_id'] - return context - - -class DynamicContentEventView(Select2QuerySetSequenceView): - - paginate_by = settings.DAL_MAX_RESULTS - - def get_queryset(self): - - articles = Article.objects.all() - custompage = CustomPage.objects.all() - events = Event.objects.all() - - if self.q: - articles = articles.filter(title__icontains=self.q) - custompage = custompage.filter(title__icontains=self.q) - events = events.filter(title__icontains=self.q) - - qs = autocomplete.QuerySetSequence(articles, custompage, events,) - - if self.q: - qs = qs.filter(title__icontains=self.q) - - qs = self.mixup_querysets(qs) - - return qs - - def get_results(self, context): - results = autocomplete_result_formatting(self, context) - return results diff --git a/app/organization/core/__init__.py b/app/organization/core/__init__.py deleted file mode 100644 index 5db70c99..00000000 --- a/app/organization/core/__init__.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -""" -Provides abstract models and admin features used throughout the various -Mezzanine apps. -""" -from __future__ import unicode_literals - -default_app_config = 'organization.core.apps.CoreConfig' diff --git a/app/organization/core/admin.py b/app/organization/core/admin.py deleted file mode 100644 index 88d6b8d7..00000000 --- a/app/organization/core/admin.py +++ /dev/null @@ -1,83 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.contrib import admin -from copy import deepcopy -from mezzanine.core.admin import * -from mezzanine.pages.admin import PageAdmin -from organization.core.models import * -from mezzanine.blog.models import BlogPost -from mezzanine.generic.models import ThreadedComment, Keyword -from mezzanine.conf import settings -from django.contrib.admin import SimpleListFilter - - -class KeywordAdmin(BaseTranslationModelAdmin): - - model = Keyword - - -class BaseTranslationOrderedModelAdmin(BaseTranslationModelAdmin): - - def get_fieldsets(self, request, obj = None): - res = super(BaseTranslationOrderedModelAdmin, self).get_fieldsets(request, obj) - fields = reversed(self.first_fields) - if settings.USE_MODELTRANSLATION: - lang = settings.LANGUAGE_CODE - lang_fields = [] - for field in fields: - lang_fields.append(field + '_' + lang) - fields = lang_fields - for field in fields: - for trans_field in res[0][1]['fields']: - if field in trans_field: - index = res[0][1]['fields'].index(trans_field) - res[0][1]['fields'].insert(0, res[0][1]['fields'].pop(index)) - return res - - -class NullListFilter(SimpleListFilter): - """Class to filter by null or not null any field in admin""" - def lookups(self, request, model_admin): - return ( - ('1', 'Null', ), - ('0', '!= Null', ), - ) - - def queryset(self, request, queryset): - if self.value() in ('0', '1'): - kwargs = { '{0}__isnull'.format(self.parameter_name) : self.value() == '1' } - return queryset.filter(**kwargs) - return queryset - - -def null_filter(field, title_=None): - """Helper to filter by null or not null any field in admin""" - class NullListFieldFilter(NullListFilter): - parameter_name = field - title = title_ or parameter_name - return NullListFieldFilter - - -admin.site.register(LinkType) -admin.site.unregister(BlogPost) -admin.site.unregister(ThreadedComment) -admin.site.register(Keyword, KeywordAdmin) diff --git a/app/organization/core/apps.py b/app/organization/core/apps.py deleted file mode 100644 index 79a3c7f7..00000000 --- a/app/organization/core/apps.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.apps import AppConfig - -from django.core.checks import register - - -class CoreConfig(AppConfig): - - name = 'organization.core' - label = 'organization-core' diff --git a/app/organization/core/context_processors.py b/app/organization/core/context_processors.py deleted file mode 100644 index 162cf467..00000000 --- a/app/organization/core/context_processors.py +++ /dev/null @@ -1,74 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.conf import settings # import the settings file -from datetime import datetime, date -from organization.pages.models import Page -from organization.network.models import Organization, OrganizationLinkedInline -from mezzanine.utils.sites import current_site_id -from django.contrib.sites.models import Site - - -def settings(request): - date_now = datetime.now() - # SEASON - current_season = int(date_now.year) - 1 if datetime(date_now.year, 1,1) <= date_now and date_now <= datetime(date_now.year, 7, 31) else date_now.year - current_season_styled = str(current_season)[-2:]+"."+str(current_season+1)[-2:] - - # NEWSLETTER - newsletter_page = Page.objects.filter(slug="newsletter") - newsletter_subscribing_url = "" - if newsletter_page: - newsletter_subscribing_url = newsletter_page.first().get_absolute_url() - - # HOST ORGANIZATIONS - try: - site = Site.objects.get(id=current_site_id()) - host_org = Organization.objects.get(site=site) - except: - try: - host_org = Organization.objects.filter(is_host=True).first() - except: - host_org = Organization.objects.first() - - organization_lists = [] - - for orga_linked_block in host_org.organization_linked_block.all(): - organizations = [] - for orga_list in OrganizationLinkedInline.objects.filter(organization_list_id=orga_linked_block.organization_linked_id): - organizations.append(orga_list.organization) - organization_lists.append(organizations) - - linked_org_content = organization_lists[0] if len(organization_lists) > 0 else None - linked_org_footer = organization_lists[1] if len(organization_lists) > 1 else None - linked_org_footer_2 = organization_lists[2] if len(organization_lists) > 2 else None - - research_slug = "recherche" - - return {'current_season': current_season, - 'current_season_styled': current_season_styled, - 'newsletter_subscribing_url': newsletter_subscribing_url, - 'host_organization': host_org, - 'linked_organization_content' : linked_org_content, - 'linked_organization_footer' : linked_org_footer, - 'linked_organization_footer_2' : linked_org_footer_2, - 'research_slug' : research_slug - } diff --git a/app/organization/core/management/__init__.py b/app/organization/core/management/__init__.py deleted file mode 100644 index 12176181..00000000 --- a/app/organization/core/management/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - diff --git a/app/organization/core/management/commands/__init__.py b/app/organization/core/management/commands/__init__.py deleted file mode 100644 index 12176181..00000000 --- a/app/organization/core/management/commands/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - diff --git a/app/organization/core/management/commands/create-admin-user.py b/app/organization/core/management/commands/create-admin-user.py deleted file mode 100644 index 5a2ea04f..00000000 --- a/app/organization/core/management/commands/create-admin-user.py +++ /dev/null @@ -1,45 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from optparse import make_option -from django.conf import settings -from django.core.management.base import BaseCommand, CommandError -from django.contrib.auth.models import User - - -class Command(BaseCommand): - help = """Create a default admin user if it doesn't exist. - you SHOULD change the password and the email afterwards!""" - - username = 'admin' - password = 'admin' - email = 'root@example.com' - - def handle(self, *args, **options): - admin = User.objects.filter(username=self.username) - if not admin: - user = User(username=self.username) - user.set_password(self.password) - user.email = self.email - user.is_superuser = True - user.is_staff = True - user.save() - print('User ' + self.username + ' created') diff --git a/app/organization/core/management/commands/festival-sync-eve-events.py b/app/organization/core/management/commands/festival-sync-eve-events.py deleted file mode 100644 index 0c22ee38..00000000 --- a/app/organization/core/management/commands/festival-sync-eve-events.py +++ /dev/null @@ -1,108 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from datetime import datetime, timedelta -from optparse import make_option - -from django.conf import settings -from django.core.management.base import BaseCommand, CommandError -from django.contrib.auth.models import User -from django.core.mail import EmailMessage - -import mezzanine_agenda.models as ma_models -from mezzanine.generic.models import AssignedKeyword, Keyword - -import eve.models as eve_models - - -class Command(BaseCommand): - """Synchronize events from E-vement to mezzanine_agenda""" - - - option_list = BaseCommand.option_list + ( - make_option('-m', '--meta_event', - dest='meta_event', - help='define eve meta_event'), - ) - - default_user = User.objects.get(username='admin') - - - def cleanup(self): - # for event in ma_models.Event.objects.all(): - # event.delete() - # for location in ma_models.EventLocation.objects.all(): - # location.delete() - for event_price in ma_models.EventPrice.objects.all(): - event_price.delete() - - def handle(self, *args, **kwargs): - # self.cleanup() - meta_event_name = kwargs.get('meta_event') - meta_trans_all = eve_models.MetaEventTranslation.objects.all() - for meta_trans in meta_trans_all: - if meta_trans.name == meta_event_name: - break - eve_events = eve_models.Event.objects.filter(meta_event=meta_trans.id) - for eve_event in eve_events: - event_trans = eve_models.EventTranslation.objects.filter(id=eve_event, lang='fr')[0] - manifestations = eve_event.manifestations.all().order_by('happens_at') - first = True - for manifestation in manifestations: - events = ma_models.Event.objects.filter(external_id=manifestation.id) - if not events: - event = ma_models.Event(external_id=manifestation.id) - else: - event = events[0] - event.start = manifestation.happens_at - event.end = manifestation.happens_at + timedelta(seconds=manifestation.duration) - event.title = event_trans.name - event.user = self.default_user - - locations = ma_models.EventLocation.objects.filter(title=manifestation.location.name) - if locations: - location = locations[0] - else: - location = ma_models.EventLocation(title=manifestation.location.name) - address = '\n'.join([manifestation.location.address, manifestation.location.postalcode + ' ' + manifestation.location.city]) - location.address = address - location.external_id = manifestation.id - location.clean() - location.save() - event.location = location - event.save() - keyword, _ = Keyword.objects.get_or_create(title=eve_event.event_category.name) - event.keywords.add(AssignedKeyword(keyword=keyword), bulk=False) - - eve_prices = eve_models.PriceManifestation.objects.filter(manifestation=manifestation) - for price in eve_prices: - event_price, c = ma_models.EventPrice.objects.get_or_create(value=float(price.value)) - if event: - if not event_price in event.prices.all(): - event.prices.add(event_price) - - if not first: - event.parent = parent - else: - parent = event - first = False - - event.save() diff --git a/app/organization/core/management/commands/wait-for-db.py b/app/organization/core/management/commands/wait-for-db.py deleted file mode 100644 index 1848488c..00000000 --- a/app/organization/core/management/commands/wait-for-db.py +++ /dev/null @@ -1,51 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -import os, time - -from optparse import make_option -from django.conf import settings -from django.core.management.base import BaseCommand, CommandError -from django.db import connections - - -class Command(BaseCommand): - help = "wait for default DB connection" - - db_name = 'default' - N = 20 - - def handle(self, *args, **options): - i = 0 - connected = False - db_conn = connections[self.db_name] - while not connected: - try: - c = db_conn.cursor() - connected = True - except: - print('error connecting to DB...') - if i > self.N: - print('...exiting') - raise - print('...retrying') - i += 1 - time.sleep(1) diff --git a/app/organization/core/managers.py b/app/organization/core/managers.py deleted file mode 100644 index c68adffc..00000000 --- a/app/organization/core/managers.py +++ /dev/null @@ -1,132 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from __future__ import unicode_literals - -import django -from future.builtins import int, zip - -from functools import reduce -from operator import ior, iand -from string import punctuation - -from django.apps import apps, AppConfig -from django.core.exceptions import ImproperlyConfigured -from django.db.models import Manager, Q, CharField, TextField -from django.db.models.manager import ManagerDescriptor -from django.db.models.query import QuerySet -from django.contrib.sites.managers import CurrentSiteManager as DjangoCSM -from django.utils.timezone import now -from django.utils.translation import ugettext_lazy as _ - -from mezzanine.conf import settings -from mezzanine.utils.sites import current_site_id -from mezzanine.utils.urls import home_slug -from mezzanine.core.managers import search_fields_to_dict, SearchableQuerySet, SearchableManager, DisplayableManager - - -class CustomSearchableManager(DisplayableManager): - - def search(self, *args, **kwargs): - """ - Proxy to queryset's search method for the manager's model and - any models that subclass from this manager's model if the - model is abstract. - """ - if not settings.SEARCH_MODEL_CHOICES: - # No choices defined - build a list of leaf models (those - # without subclasses) that inherit from Displayable. - models = [m for m in apps.get_models() - if issubclass(m, self.model)] - parents = reduce(ior, [set(m._meta.get_parent_list()) - for m in models]) - models = [m for m in models if m not in parents] - elif getattr(self.model._meta, "abstract", False): - # When we're combining model subclasses for an abstract - # model (eg Displayable), we only want to use models that - # are represented by the ``SEARCH_MODEL_CHOICES`` setting. - # Now this setting won't contain an exact list of models - # we should use, since it can define superclass models such - # as ``Page``, so we check the parent class list of each - # model when determining whether a model falls within the - # ``SEARCH_MODEL_CHOICES`` setting. - search_choices = set() - models = set() - parents = set() - errors = [] - for name in settings.SEARCH_MODEL_CHOICES: - try: - model = apps.get_model(*name.split(".", 1)) - except LookupError: - errors.append(name) - else: - search_choices.add(model) - if errors: - raise ImproperlyConfigured("Could not load the model(s) " - "%s defined in the 'SEARCH_MODEL_CHOICES' setting." - % ", ".join(errors)) - - for model in apps.get_models(): - # Model is actually a subclasses of what we're - # searching (eg Displayabale) - is_subclass = issubclass(model, self.model) - # Model satisfies the search choices list - either - # there are no search choices, model is directly in - # search choices, or its parent is. - this_parents = set(model._meta.get_parent_list()) - in_choices = not search_choices or model in search_choices - in_choices = in_choices or this_parents & search_choices - if is_subclass and (in_choices or not search_choices): - # Add to models we'll seach. Also maintain a parent - # set, used below for further refinement of models - # list to search. - models.add(model) - parents.update(this_parents) - # Strip out any models that are superclasses of models, - # specifically the Page model which will generally be the - # superclass for all custom content types, since if we - # query the Page model as well, we will get duplicate - # results. - models -= parents - elif self.model.__name__ == "CustomPage": - # gather all pages defined in PAGES_MODELS settings - models = set() - errors = [] - for name in settings.PAGES_MODELS: - try: - models.add(apps.get_model(name)) - except LookupError: - errors.append(name) - if errors: - raise ImproperlyConfigured("Could not load the model(s) " - "%s defined in the 'SEARCH_MODEL_CHOICES' setting." - % ", ".join(errors)) - else: - models = [self.model] - all_results = [] - user = kwargs.pop("for_user", None) - for model in models: - try: - queryset = model.objects.published(for_user=user) - except AttributeError: - queryset = model.objects.get_queryset() - all_results.extend(queryset.search(*args, **kwargs)) - return sorted(all_results, key=lambda r: r.result_count, reverse=True) diff --git a/app/organization/core/migrations/0001_initial.py b/app/organization/core/migrations/0001_initial.py deleted file mode 100644 index f65a4d6a..00000000 --- a/app/organization/core/migrations/0001_initial.py +++ /dev/null @@ -1,39 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-01 15:26 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - initial = True - - dependencies = [ - ] - - operations = [ - migrations.CreateModel( - name='Category', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(max_length=512, verbose_name='name')), - ('description', models.TextField(blank=True, verbose_name='description')), - ], - options={ - 'verbose_name': 'category', - }, - ), - migrations.CreateModel( - name='LinkType', - fields=[ - ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('name', models.CharField(max_length=256, verbose_name='name')), - ('slug', models.SlugField(blank=True, help_text='Use this field to define a simple identifier that can be used to style the different link types (i.e. assign social media icons to them)', max_length=256, verbose_name='slug')), - ('ordering', models.PositiveIntegerField(blank=True, null=True, verbose_name='ordering')), - ], - options={ - 'ordering': ['ordering'], - }, - ), - ] diff --git a/app/organization/core/migrations/0002_linktype_picto.py b/app/organization/core/migrations/0002_linktype_picto.py deleted file mode 100644 index 9997fe06..00000000 --- a/app/organization/core/migrations/0002_linktype_picto.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-14 16:18 -from __future__ import unicode_literals - -from django.db import migrations -import mezzanine.core.fields - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-core', '0001_initial'), - ] - - operations = [ - migrations.AddField( - model_name='linktype', - name='picto', - field=mezzanine.core.fields.FileField(default='', max_length=1024, verbose_name='picto'), - preserve_default=False, - ), - ] diff --git a/app/organization/core/migrations/0003_remove_linktype_picto.py b/app/organization/core/migrations/0003_remove_linktype_picto.py deleted file mode 100644 index 6c90e45a..00000000 --- a/app/organization/core/migrations/0003_remove_linktype_picto.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-21 13:02 -from __future__ import unicode_literals - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-core', '0002_linktype_picto'), - ] - - operations = [ - migrations.RemoveField( - model_name='linktype', - name='picto', - ), - ] diff --git a/app/organization/core/migrations/0004_auto_20160923_1141.py b/app/organization/core/migrations/0004_auto_20160923_1141.py deleted file mode 100644 index 906235d3..00000000 --- a/app/organization/core/migrations/0004_auto_20160923_1141.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.7 on 2016-09-23 09:41 -from __future__ import unicode_literals - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-core', '0003_remove_linktype_picto'), - ] - - operations = [ - migrations.RenameModel( - old_name='Category', - new_name='CustomCategory', - ), - migrations.AlterModelOptions( - name='customcategory', - options={'verbose_name': 'custom category'}, - ), - ] diff --git a/app/organization/core/migrations/0005_linktype_fa_option.py b/app/organization/core/migrations/0005_linktype_fa_option.py deleted file mode 100644 index 9f8d034a..00000000 --- a/app/organization/core/migrations/0005_linktype_fa_option.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9.10 on 2016-11-14 17:42 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('organization-core', '0004_auto_20160923_1141'), - ] - - operations = [ - migrations.AddField( - model_name='linktype', - name='fa_option', - field=models.CharField(blank=True, help_text='will be added to fa-', max_length=64, null=True, verbose_name='fontawesome icon name option'), - ), - ] diff --git a/app/organization/core/migrations/__init__.py b/app/organization/core/migrations/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/app/organization/core/models.py b/app/organization/core/models.py deleted file mode 100644 index 8d7d31d7..00000000 --- a/app/organization/core/models.py +++ /dev/null @@ -1,319 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.db import models -from django.conf import settings -from django.utils.translation import ugettext_lazy as _ -from django.core.urlresolvers import reverse, reverse_lazy -from django.contrib.contenttypes.models import ContentType -from django.contrib.contenttypes.fields import GenericForeignKey - -from mezzanine.pages.models import Page, RichText -from mezzanine.core.fields import RichTextField, OrderField, FileField -from mezzanine.core.models import Displayable, Slugged, Orderable - -from django_countries.fields import CountryField - - -COLOR_CHOICES = (('black', _('black')), ('yellow', _('yellow')), ('red', _('red')), ('white', _('white')),) - -ALIGNMENT_CHOICES = (('left', _('left')), ('center', _('center')), ('right', _('right'))) - -IMAGE_TYPE_CHOICES = (('logo', _('logo')), ('logo_white', _('logo white')), ('logo_black', _('logo black')), ('logo_header', _('logo header')), ('logo_footer', _('logo footer')), ('slider', _('slider')), ('card', _('card')), ('page_slider', _('page - slider')), ('page_featured', _('page - featured'))) - - -class Description(models.Model): - """Abstract model providing a description field""" - - description = models.TextField(_('description'), blank=True) - - class Meta: - abstract = True - - -class NamedOnly(models.Model): - """Abstract model providing a name field only""" - - name = models.CharField(_('name'), max_length=512, blank=True) - - class Meta: - abstract = True - - def __str__(self): - return self.name - - -class Named(models.Model): - """Abstract model providing a name field and a description""" - - name = models.CharField(_('name'), max_length=512) - description = models.TextField(_('description'), blank=True) - - class Meta: - abstract = True - ordering = ['name',] - - def __str__(self): - return self.name - - @property - def slug(self): - return slugify(self.__str__()) - - -class Titled(models.Model): - """Abstract model providing a title field""" - - title = models.CharField(_('title'), max_length=1024) - description = models.TextField(_('description'), blank=True) - - class Meta: - abstract = True - - def __str__(self): - return self.title - - -class SubTitled(models.Model): - - sub_title = models.TextField(_('sub title'), blank=True, max_length=1024) - - class Meta: - abstract = True - - -class CustomCategory(Named): - """Category description)""" - - class Meta: - verbose_name = _('custom category') - - def __str__(self): - return self.name - - -class Block(Titled, RichText, Orderable): - - with_separator = models.BooleanField(default=False) - background_color = models.CharField(_('background color'), max_length=32, choices=COLOR_CHOICES, blank=True) - login_required = models.BooleanField(_('login required'), default=False) - - class Meta: - abstract = True - - -class Image(Titled, Orderable): - - file = FileField(_("Image"), max_length=1024, format="Image", upload_to="images") - credits = models.CharField(_('credits'), max_length=256, blank=True, null=True) - type = models.CharField(_('type'), max_length=64, choices=IMAGE_TYPE_CHOICES) - - class Meta: - abstract = True - - def __str__(self): - value = self.description - if not value: - value = self.file.name - if not value: - value = "" - return value - - -class UserImage(Titled, Orderable): - - file = models.FileField(_("Image"), max_length=1024, upload_to="user/images/%Y/%m/%d/") - credits = models.CharField(_('credits'), max_length=256, blank=True, null=True) - - class Meta: - abstract = True - - def __str__(self): - value = self.description - if not value: - value = self.file.name - if not value: - value = "" - return value - - -class File(Titled, Orderable): - - file = FileField(_("document"), max_length=1024, upload_to="documents") - - class Meta: - abstract = True - - def __str__(self): - value = self.description - if not value: - value = self.file.name - if not value: - value = "" - return value - - -class DynamicContent(models.Model): - - # used for autocomplete but hidden in admin - content_type = models.ForeignKey( - ContentType, - verbose_name=_('content type'), - null=True, - blank=True, - editable=False, - ) - - # used for autocomplete but hidden in admin - object_id = models.PositiveIntegerField( - verbose_name=_('related object'), - null=True, - editable=False, - ) - - content_object = GenericForeignKey('content_type', 'object_id') - - class Meta: - abstract = True - - -class URL(models.Model): - - url = models.URLField(_('URL'), max_length=512, blank=True) - - class Meta: - abstract = True - - -class LinkType(models.Model): - """ - A link type could be ``Facebook`` or ``Twitter`` or ``Website``. - This is masterdata that should be created by the admins when the site is - deployed for the first time. - :ordering: Enter numbers here if you want links to be displayed in a - special order. - """ - - name = models.CharField(max_length=256, verbose_name=_('name')) - slug = models.SlugField(max_length=256, verbose_name=_('slug'), help_text=_( - 'Use this field to define a simple identifier that can be used' - ' to style the different link types (i.e. assign social media' - ' icons to them)'), - blank=True, - ) - ordering = models.PositiveIntegerField(verbose_name=_('ordering'), null=True, blank=True) - fa_option = models.CharField(max_length=64, verbose_name=_('fontawesome icon name option'), null=True, blank=True, help_text="will be added to fa-") - - class Meta: - ordering = ['ordering', ] - - def __str__(self): - return self.name - - -class Link(URL): - """A person can have many links.""" - - title = models.CharField(_('title'), max_length=1024, null=True, blank=True) - link_type = models.ForeignKey(LinkType, verbose_name=_('link type')) - - class Meta: - abstract = True - verbose_name = _('link') - verbose_name_plural = _('links') - - def __str__(self): - return self.url - - -class Period(models.Model): - - date_from = models.DateField(_('start date'), null=True, blank=True) - date_to = models.DateField(_('end date'), null=True, blank=True) - - class Meta: - abstract = True - - -class PeriodDateTime(models.Model): - - date_from = models.DateTimeField(_('begin date'), null=True, blank=True) - date_to = models.DateTimeField(_('end date'), null=True, blank=True) - - class Meta: - abstract = True - - -class AdminThumbRelatedMixin(object): - """ - Provides a thumbnail method on models for admin classes to - reference in the ``list_display`` definition. - """ - - admin_thumb_type = None - - def admin_thumb(self): - thumb = "" - if self.admin_thumb_type: - images = self.images.filter(type=self.admin_thumb_type) - if images: - thumb = images[0].file - if not thumb: - return "" - from mezzanine.conf import settings - from mezzanine.core.templatetags.mezzanine_tags import thumbnail - x, y = settings.ADMIN_THUMB_SIZE.split('x') - thumb_url = thumbnail(thumb, x, y) - return "" % (settings.MEDIA_URL, thumb_url) - admin_thumb.allow_tags = True - admin_thumb.short_description = "" - - -class Dated(models.Model): - - date_created = models.DateTimeField(_('creation date'), auto_now_add=True) - date_modified = models.DateTimeField(_('last modification date'), auto_now=True) - - class Meta: - abstract = True - - -class Address(models.Model): - """(Address description)""" - - address = models.TextField(_('address'), blank=True) - postal_code = models.CharField(_('postal code'), max_length=16, null=True, blank=True) - city = models.CharField(_('city'), max_length=255, null=True, blank=True) - country = CountryField(_('country'), null=True, blank=True) - - def __str__(self): - return ' '.join((self.address, self.postal_code)) - - class Meta: - abstract = True - - -class RelatedTitle(models.Model): - - title = models.CharField(_('title'), max_length=1024, null=True, blank=True) - - class Meta: - abstract = True diff --git a/app/organization/core/no_db_settings.py b/app/organization/core/no_db_settings.py deleted file mode 100644 index bd411627..00000000 --- a/app/organization/core/no_db_settings.py +++ /dev/null @@ -1,7 +0,0 @@ -# -*- coding: utf-8 -*- -try: - from local_settings import * -except ImportError: - pass -# Test runner with no database creation -TEST_RUNNER = 'organization.core.tests.NoDbTestRunner' diff --git a/app/organization/core/related.py b/app/organization/core/related.py deleted file mode 100644 index f128fc29..00000000 --- a/app/organization/core/related.py +++ /dev/null @@ -1,53 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.core import exceptions -from django.db.models.fields.related import ForeignKey -from django.db.utils import ConnectionHandler, ConnectionRouter - -connections = ConnectionHandler() -router = ConnectionRouter() - - -class SpanningForeignKey(ForeignKey): - - def validate(self, value, model_instance): - if self.rel.parent_link: - return - # Call the grandparent rather than the parent to skip validation - super(ForeignKey, self).validate(value, model_instance) - if value is None: - return - - using = router.db_for_read(self.rel.to, instance=model_instance) - qs = self.rel.to._default_manager.using(using).filter( - **{self.rel.field_name: value} - ) - qs = qs.complex_filter(self.get_limit_choices_to()) - if not qs.exists(): - raise exceptions.ValidationError( - self.error_messages['invalid'], - code='invalid', - params={ - 'model': self.rel.to._meta.verbose_name, 'pk': value, - 'field': self.rel.field_name, 'value': value, - }, # 'pk' is included for backwards compatibility - ) diff --git a/app/organization/core/static/js/tinymce_setup.js b/app/organization/core/static/js/tinymce_setup.js deleted file mode 100644 index 64aaa7d4..00000000 --- a/app/organization/core/static/js/tinymce_setup.js +++ /dev/null @@ -1,104 +0,0 @@ -function custom_file_browser(field_name, url, type, win) { - return tinyMCE.activeEditor.windowManager.open({ - title: "Select " + type + " to insert", - file: window.__filebrowser_url + "?pop=5&type=" + type, - width: 800, - height: 500, - resizable: "yes", - scrollbars: "yes", - inline: "yes", - close_previous: "no" - }, { - window: win, - input: field_name - }), !1 -} -var language_codes = { - ar: "ar", - ca: "ca", - cs: "cs", - da: "da", - de: "de", - es: "es", - et: "et", - fa: "fa", - "fa-ir": "fa_IR", - fi: "fi", - fr: "fr_FR", - "hr-hr": "hr", - hu: "hu_HU", - "id-id": "id", - "is-is": "is_IS", - it: "it", - ja: "ja", - ko: "ko_KR", - lv: "lv", - nb: "nb_NO", - nl: "nl", - pl: "pl", - "pt-br": "pt_BR", - "pt-pt": "pt_PT", - ru: "ru", - sk: "sk", - sr: "sr", - sv: "sv_SE", - tr: "tr", - uk: "uk_UA", - vi: "vi", - "zh-cn": "zh_CN", - "zh-tw": "zh_TW", - "zh-hant": "zh_TW", - "zh-hans": "zh_CN" -}; -jQuery(function($) { - "undefined" != typeof tinyMCE && tinyMCE.init({ - selector: "textarea.mceEditor", - height: "500px", - language: language_codes[window.__language_code] || "en", - plugins: ["advlist autolink lists link image charmap print preview anchor", "searchreplace visualblocks code fullscreen", "insertdatetime media table contextmenu paste"], - link_list: window.__link_list_url, - relative_urls: !1, - convert_urls: !1, - menubar: !0, - statusbar: !1, - toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image table | code fullscreen", - image_advtab: !0, - file_browser_callback: custom_file_browser, - content_css: [window.__tinymce_css, '/static/admin/css/organization.css', '/static/css/index.min.css'] , - valid_elements: "*[*]", - style_formats: [ - { - title: 'Boutons', items: [ - { title: 'Boutons Jaune', selector: 'a', classes: 'wys-button'}, - { title: 'Boutons Jaune Small', selector: 'a', classes: 'wys-button-small'}, - { title: 'Boutons Jaune XSmall', selector: 'a', classes: 'wys-button-xsmall'}, - { title: 'Boutons Noir', selector: 'a', classes: 'wys-button-black'}, - { title: 'Boutons Noir Small', selector: 'a', classes: 'wys-button-black-small'}, - { title: 'Boutons Noir XSmall', selector: 'a', classes: 'wys-button-black-xsmall'}, - { title: 'Boutons Blanc', selector: 'a', classes: 'wys-button-white'}, - { title: 'Boutons Blanc Small', selector: 'a', classes: 'wys-button-white-small'}, - { title: 'Boutons Blanc XSmall', selector: 'a', classes: 'wys-button-white-xsmall'} - ] - - }, - { - - title: 'Paragraphs', items: [ - { title: 'Highlighted paragraph', selector: 'p', classes: 'wys-highlighted-paragraph'}, - { title: 'Small paragraph', selector: 'p', classes: 'wys-small-text'} - ] - - }, - { - - title: 'Links', items: [ - { title: 'Unstyled link', selector: 'a', classes: 'wys-unstyled-link'} - ] - - } - ], - style_formats_merge: true - }) -}); - -//# sourceMappingURL=tinymce_setup.js.map diff --git a/app/organization/core/templatetags/organization_tags.py b/app/organization/core/templatetags/organization_tags.py deleted file mode 100644 index a3db871a..00000000 --- a/app/organization/core/templatetags/organization_tags.py +++ /dev/null @@ -1,240 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -# -*- coding: utf-8 -*- -import datetime -import calendar -from re import match -from django.http import QueryDict -from mezzanine.pages.models import Page -from mezzanine.blog.models import BlogPost -from mezzanine.template import Library -from mezzanine_agenda.models import Event -from mezzanine.conf import settings -from random import shuffle -from organization.magazine.models import * -from organization.projects.models import * - -register = Library() - - -@register.filter -def subtract(value, arg): - return value - arg - -@register.as_tag -def children_pages(page_id): - childrens = Page.objects.filter(parent_id=page_id).order_by('_order') - if childrens: - return childrens - return None - -@register.as_tag -def featured_edito(*args): - qs = Page.objects.filter(slug="edito") - if qs: - return qs[0].get_content_model() - else: - return None - -@register.as_tag -def featured_events(*args): - featured = Featured.objects.all() - if featured: - return featured[0].events.order_by('start') - return None - -@register.as_tag -def featured(*args): - featured_list = [] - featured = Featured.objects.filter(id=settings.HOME_FEATURED_ID) - if featured: - featured = featured[0] - for post in featured.blogposts.all(): - featured_list.append(post) - for video in featured.videos.all(): - featured_list.append(video) - for playlist in featured.playlists.all(): - featured_list.append(playlist) - shuffle(featured_list) - return featured_list - -@register.as_tag -def featured_breaking_news_content(*args): - featured = Featured.objects.filter(id=settings.BREAKING_NEWS_FEATURED_ID) - if featured: - featured = featured[0] - news = featured.pages.all() - if news: - return news[0].richtextpage.content - else: - return '' - return '' - -@register.filter -def get_class(obj): - return obj.__class__.__name__ - -@register.filter -def unique_posts(events): - post_list = [] - for event in events: - for post in event.blog_posts.all(): - if not post in post_list: - post_list.append(post) - return post_list - -@register.filter -def no_parents(events): - return events.filter(parent=None) - -@register.filter -def get_mezzanine_menu_name(menu_id): - if menu_id: - return settings.PAGE_MENU_TEMPLATES[int(menu_id)-1][1] - return 'None' - -@register.filter -def get_type(objects, type): - if objects: - objs = objects.filter(type=type) - if objs: - return objs - return None - -@register.filter -def get_type_link(objects, slug): - objs = objects.filter(link_type__slug=slug) - if objs: - return objs - return None - -@register.filter -def in_category(objects, category): - return objects.filter(category=type) - -@register.filter -def sub_topics(topic): - return ProjectTopic.objects.filter(parent=topic) - -@register.filter -def classname(obj): - return obj.__class__.__name__ - -@register.filter -def app_label_short(obj): - app_label = obj._meta.app_config.label - if app_label.find("_") > 0: - app_label_short = app_label.split("_")[1] - elif app_label.find("-") > 0: - app_label_short = app_label.split("-")[1] - else : - app_label_short = app_label - return app_label_short - -@register.as_tag -def activity_statuses(*args): - return ActivityStatus.objects.filter(display=True).exclude(parent__isnull=False) - -@register.filter -def get_team_persons(team, status): - persons = [] - statuses = status.children.all() - if not statuses: - statuses = [status,] - for status in statuses: - activities = status.activities.filter(teams__in=[team], date_to__gte=datetime.date.today()) - for activity in activities: - if not activity.person in persons: - persons.append(activity.person) - return persons - -@register.filter -def slice_ng(qs, indexes): - list = [] - for obj in qs: - list.append(obj) - index_split = indexes.split(':') - index_1 = int(index_split[0]) - index_2 = 0 - if len(index_split) > 1: - index_2 = int(index_split[1]) - if index_1 >= 0 and index_2: - return list[index_1:index_2] - else: - return [list[index_1]] - -@register.filter -def date_year_higher_than(date, years): - diff = date - datetime.date.today() - print(diff.days) - return diff.days > years*365 - -@register.simple_tag -def current_year(): - return datetime.datetime.now().strftime("%Y") - -@register.filter -def is_not_host(organizations): - return organizations.exclude(is_host=True) - -@register.filter -def unspam(email): - return email.replace('@', ' (at) ') - -@register.filter -def get_attr(obj, attr): - return getattr(obj, attr) - -@register.filter -def month_name(month_number): - return calendar.month_name[month_number] - -@register.filter -def format_wp(work_packages): - work_packages = [str(wk.number) for wk in work_packages] - return ",".join(work_packages) - -@register.filter -def format_percent(percent): - return str(percent * 100) + ' %' - -@register.filter -def get_media_type(media): - mime_type = media.transcoded.first().mime_type - media_type = "" - if match('video', mime_type): - media_type = "Video" - elif match('audio', mime_type): - media_type = "Audio" - return media_type - -@register.filter -def filter_content(dynamic_contents): - dict = {} - dict["event"] = [] - dict["other"] = [] - for dc in dynamic_contents: - if dc.content_object._meta.model_name== "event": - dict["event"].append(dc) - else : - dict["other"].append(dc) - return dict diff --git a/app/organization/core/tests.py b/app/organization/core/tests.py deleted file mode 100644 index 85b5bf83..00000000 --- a/app/organization/core/tests.py +++ /dev/null @@ -1,34 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.test import TestCase -from django.test.runner import DiscoverRunner - -class NoDbTestRunner(DiscoverRunner): - """ A test runner to test without database creation """ - - def setup_databases(self, **kwargs): - """ Override the database creation defined in parent class """ - pass - - def teardown_databases(self, old_config, **kwargs): - """ Override the database teardown defined in parent class """ - pass diff --git a/app/organization/core/translation.py b/app/organization/core/translation.py deleted file mode 100644 index 6e7d602f..00000000 --- a/app/organization/core/translation.py +++ /dev/null @@ -1,33 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from modeltranslation.translator import translator, register, TranslationOptions -from mezzanine.pages.models import Page, RichText -from mezzanine.pages.translation import TranslatedRichText -from mezzanine.generic.models import Keyword -from organization.core.models import * - - - -@register(Keyword) -class KeywordTranslationOptions(TranslationOptions): - - fields = ('title',) diff --git a/app/organization/core/urls.py b/app/organization/core/urls.py deleted file mode 100644 index 1574a563..00000000 --- a/app/organization/core/urls.py +++ /dev/null @@ -1,35 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from __future__ import unicode_literals - -import django.views.i18n -from django.conf.urls import patterns, include, url -from django.conf.urls.i18n import i18n_patterns - -from mezzanine.core.views import direct_to_template -from mezzanine.conf import settings - -from organization.core.views import * - -urlpatterns = [ - url("^search/$", CustomSearchView.as_view(), name="search"), -] diff --git a/app/organization/core/views.py b/app/organization/core/views.py deleted file mode 100644 index a1f45aca..00000000 --- a/app/organization/core/views.py +++ /dev/null @@ -1,199 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2016-2017 Ircam -# Copyright (c) 2016-2017 Guillaume Pellerin -# Copyright (c) 2016-2017 Emilie Zawadzki - -# This file is part of mezzanine-organization. - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from django.shortcuts import render, get_object_or_404 -from django.http import Http404 -from django.views.generic.base import View -from django.views.generic import DetailView, ListView, TemplateView, UpdateView -from django.apps import apps -from django.utils import six, timezone, formats -from django.utils.translation import ugettext_lazy as _ -from django.http import QueryDict -from django.template.defaultfilters import capfirst -from mezzanine.conf import settings -from mezzanine.utils.views import paginate -from organization.core.models import * -from functools import reduce -from operator import ior, iand -from organization.media.models import Playlist -from mezzanine_agenda.models import Event -from organization.pages.models import CustomPage -from organization.projects.models import Project -from extra_views import CreateWithInlinesView, UpdateWithInlinesView, InlineFormSet - - -class SlugMixin(object): - - def get_object(self): - objects = self.model.objects.all() - return get_object_or_404(objects, slug=self.kwargs['slug']) - - -class CustomSearchView(TemplateView): - - template_name='search_results.html' - - def get(self, request, *args, **kwargs): - """ - Display search results. Takes an optional "contenttype" GET parameter - in the form "app-name.ModelName" to limit search results to a single model. - """ - context = super(CustomSearchView, self).get_context_data(**kwargs) - query = request.GET.get("q", "") - page = request.GET.get("page", 1) - per_page = settings.SEARCH_PER_PAGE - max_paging_links = settings.MAX_PAGING_LINKS - is_searching_all = False - try: - parts = request.GET.get("type", "").split(".", 1) - search_model = apps.get_model(*parts) - search_model.objects.search # Attribute check - except (ValueError, TypeError, LookupError, AttributeError): - search_model = Displayable - search_type = _("Everything") - is_searching_all = True - else: - search_type = search_model._meta.verbose_name_plural.capitalize() - - # @Todo : rewrite SearchableManager - results = search_model.objects.search(query, for_user=request.user) - results_media_count = len(Playlist.objects.search(query, for_user=request.user)) - results_page_count = len(CustomPage.objects.search(query, for_user=request.user)) - results_event_count = len(Event.objects.search(query, for_user=request.user)) - results_project_count = len(Project.objects.search(query, for_user=request.user)) - - # count objects - filter_dict = dict() - - for result in results: - classname = result.__class__.__name__ - app_label = result._meta.app_label - full_classname = app_label+"."+classname - verbose_name = result._meta.verbose_name - # aggregate all Page types : CustomPage, TeamPage, Topic etc... - if result._meta.get_parent_list() : - parent_class = result._meta.get_parent_list()[0] - if full_classname in settings.PAGES_MODELS: - classname = "CustomPage" - verbose_name = "Page" - app_label = "organization-pages" - elif classname == "Playlist": - verbose_name = "Media" - if classname in filter_dict: - filter_dict[classname]['count'] += 1 - else: - filter_dict[classname] = {'count' : 1} - filter_dict[classname].update({'verbose_name' : verbose_name}) - filter_dict[classname].update({'app_label' : app_label}) - - # temporarily overriding filter_dict to get all filters manually - filter_dict = { - 'CustomPage': { - 'count' : results_page_count, - 'verbose_name' : 'Page', - 'app_label' : 'organization-pages' - }, - 'Event': { - 'count' : results_event_count, - 'verbose_name' : 'Event', - 'app_label' : 'mezzanine_agenda' - }, - 'Playlist': { - 'count' : results_media_count, - 'verbose_name' : 'Media', - 'app_label' : 'organization-media' - }, - 'Project': { - 'count' : results_project_count, - 'verbose_name' : 'Project', - 'app_label' : 'organization-projects' - }, - } - - # get url param - current_query = QueryDict(mutable=True) - current_query = request.GET.copy() - - # generate filter url - for key, value in filter_dict.items(): - current_query['type'] = value['app_label']+'.'+ key - filter_dict[key].update({'url' : request.path+"?"+current_query.urlencode(safe='/')}) - - # pagination - paginated = paginate(results, page, per_page, max_paging_links) - - # count all results - all_results_count = results_media_count + results_page_count + results_event_count - - # context - context = {"query": query, "results": paginated, - "search_type": search_type.__class__.__name__, "search_model": search_model.__name__, - "all_results_count" : all_results_count, 'is_searching_all': is_searching_all} - - # cancel filter url - if request.GET.__contains__('type'): - previous_query = QueryDict(mutable=True) - previous_query = request.GET.copy() - previous_query.pop('type') - context['cancel_filter_url'] = '?'+previous_query.urlencode(safe='/') - - context['filter_dict'] = filter_dict - # context.update(extra_context or {}) - return self.render_to_response(context) - - -def autocomplete_result_formatting(self, context): - """ - Return a list of results usable by Select2. - It will render as a list of one per different content type - containing a list of one