diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.tx/config b/.tx/config old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/MANIFEST.in b/MANIFEST.in old mode 100644 new mode 100755 diff --git a/Procfile b/Procfile old mode 100644 new mode 100755 diff --git a/README.rst b/README.rst old mode 100644 new mode 100755 diff --git a/docs/Makefile b/docs/Makefile old mode 100644 new mode 100755 diff --git a/docs/make.bat b/docs/make.bat old mode 100644 new mode 100755 diff --git a/docs/source/conf.py b/docs/source/conf.py old mode 100644 new mode 100755 diff --git a/docs/source/contributing/index.rst b/docs/source/contributing/index.rst old mode 100644 new mode 100755 diff --git a/docs/source/index.rst b/docs/source/index.rst old mode 100644 new mode 100755 diff --git a/docs/source/start/index.rst b/docs/source/start/index.rst old mode 100644 new mode 100755 diff --git a/docs/source/start/install_web_app.rst b/docs/source/start/install_web_app.rst index c5bb272..e16d7aa 100755 --- a/docs/source/start/install_web_app.rst +++ b/docs/source/start/install_web_app.rst @@ -19,15 +19,15 @@ Next, download the project and cd into it: .. code-block:: bash - git clone https://github.com/iago1460/radioco - cd radioco + git clone https://github.com/iago1460/django-radio + cd django-radio Create and switch to the virtualenv at the command line by typing: .. code-block:: bash - virtualenv . - source bin/activate + virtualenv venv + source venv/bin/activate Install the requirements: diff --git a/docs/source/upgrade/1.1.1.rst b/docs/source/upgrade/1.1.1.rst old mode 100644 new mode 100755 diff --git a/docs/source/upgrade/1.1.rst b/docs/source/upgrade/1.1.rst old mode 100644 new mode 100755 diff --git a/docs/source/upgrade/1.2.rst b/docs/source/upgrade/1.2.rst old mode 100644 new mode 100755 diff --git a/docs/source/upgrade/index.rst b/docs/source/upgrade/index.rst old mode 100644 new mode 100755 diff --git a/radio/__init__.py b/radio/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/__init__.py b/radio/apps/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/__init__.py b/radio/apps/dashboard/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/forms.py b/radio/apps/dashboard/forms.py old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/templates/dashboard/base_site.html b/radio/apps/dashboard/templates/dashboard/base_site.html old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/templates/dashboard/fullcalendar.html b/radio/apps/dashboard/templates/dashboard/fullcalendar.html old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/templates/dashboard/fullcalendar_error.html b/radio/apps/dashboard/templates/dashboard/fullcalendar_error.html old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/templates/dashboard/item_edit_form.html b/radio/apps/dashboard/templates/dashboard/item_edit_form.html old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/templates/dashboard/item_edit_form_success.html b/radio/apps/dashboard/templates/dashboard/item_edit_form_success.html old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/urls.py b/radio/apps/dashboard/urls.py old mode 100644 new mode 100755 diff --git a/radio/apps/dashboard/views.py b/radio/apps/dashboard/views.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/__init__.py b/radio/apps/global_settings/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/admin.py b/radio/apps/global_settings/admin.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/migrations/0001_initial.py b/radio/apps/global_settings/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/migrations/0002_remove_calendarconfiguration_display_next_weeks.py b/radio/apps/global_settings/migrations/0002_remove_calendarconfiguration_display_next_weeks.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/migrations/0003_siteconfiguration_footer.py b/radio/apps/global_settings/migrations/0003_siteconfiguration_footer.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/migrations/0004_auto_20150606_1335.py b/radio/apps/global_settings/migrations/0004_auto_20150606_1335.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/migrations/0005_auto_20150606_1415.py b/radio/apps/global_settings/migrations/0005_auto_20150606_1415.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/migrations/__init__.py b/radio/apps/global_settings/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/models.py b/radio/apps/global_settings/models.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/templates/global_settings/admin_change_form.html b/radio/apps/global_settings/templates/global_settings/admin_change_form.html old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/templates/global_settings/admin_object_history.html b/radio/apps/global_settings/templates/global_settings/admin_object_history.html old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/templatetags/__init__.py b/radio/apps/global_settings/templatetags/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/global_settings/templatetags/global_settings_extras.py b/radio/apps/global_settings/templatetags/global_settings_extras.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/__init__.py b/radio/apps/programmes/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/admin.py b/radio/apps/programmes/admin.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/feeds.py b/radio/apps/programmes/feeds.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/migrations/0001_initial.py b/radio/apps/programmes/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/migrations/0002_change_language_choices.py b/radio/apps/programmes/migrations/0002_change_language_choices.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/migrations/0003_change_textfield_to_richtextfield.py b/radio/apps/programmes/migrations/0003_change_textfield_to_richtextfield.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/migrations/0004_change_photo_url.py b/radio/apps/programmes/migrations/0004_change_photo_url.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/migrations/0005_auto_20150531_1734.py b/radio/apps/programmes/migrations/0005_auto_20150531_1734.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/migrations/__init__.py b/radio/apps/programmes/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/models.py b/radio/apps/programmes/models.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/templates/programmes/episode_detail.html b/radio/apps/programmes/templates/programmes/episode_detail.html old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/templates/programmes/programme_detail.html b/radio/apps/programmes/templates/programmes/programme_detail.html old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/templates/programmes/programme_list.html b/radio/apps/programmes/templates/programmes/programme_list.html old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/templates/programmes/role_snippet.html b/radio/apps/programmes/templates/programmes/role_snippet.html old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/tests.py b/radio/apps/programmes/tests.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/urls.py b/radio/apps/programmes/urls.py old mode 100644 new mode 100755 diff --git a/radio/apps/programmes/views.py b/radio/apps/programmes/views.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/__init__.py b/radio/apps/radio/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/context_processors.py b/radio/apps/radio/context_processors.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/forms.py b/radio/apps/radio/forms.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/management/__init__.py b/radio/apps/radio/management/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/management/commands/__init__.py b/radio/apps/radio/management/commands/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/management/commands/create_example_data.py b/radio/apps/radio/management/commands/create_example_data.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/fullcalendar.css b/radio/apps/radio/static/fullcalendar/fullcalendar.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/fullcalendar.js b/radio/apps/radio/static/fullcalendar/fullcalendar.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/fullcalendar.min.css b/radio/apps/radio/static/fullcalendar/fullcalendar.min.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/fullcalendar.min.js b/radio/apps/radio/static/fullcalendar/fullcalendar.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/fullcalendar.print.css b/radio/apps/radio/static/fullcalendar/fullcalendar.print.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/gcal.js b/radio/apps/radio/static/fullcalendar/gcal.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang-all.js b/radio/apps/radio/static/fullcalendar/lang-all.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ar-ma.js b/radio/apps/radio/static/fullcalendar/lang/ar-ma.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ar-sa.js b/radio/apps/radio/static/fullcalendar/lang/ar-sa.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ar.js b/radio/apps/radio/static/fullcalendar/lang/ar.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/bg.js b/radio/apps/radio/static/fullcalendar/lang/bg.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ca.js b/radio/apps/radio/static/fullcalendar/lang/ca.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/cs.js b/radio/apps/radio/static/fullcalendar/lang/cs.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/da.js b/radio/apps/radio/static/fullcalendar/lang/da.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/de-at.js b/radio/apps/radio/static/fullcalendar/lang/de-at.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/de.js b/radio/apps/radio/static/fullcalendar/lang/de.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/el.js b/radio/apps/radio/static/fullcalendar/lang/el.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/en-au.js b/radio/apps/radio/static/fullcalendar/lang/en-au.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/en-ca.js b/radio/apps/radio/static/fullcalendar/lang/en-ca.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/en-gb.js b/radio/apps/radio/static/fullcalendar/lang/en-gb.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/es.js b/radio/apps/radio/static/fullcalendar/lang/es.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/fa.js b/radio/apps/radio/static/fullcalendar/lang/fa.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/fi.js b/radio/apps/radio/static/fullcalendar/lang/fi.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/fr-ca.js b/radio/apps/radio/static/fullcalendar/lang/fr-ca.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/fr.js b/radio/apps/radio/static/fullcalendar/lang/fr.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/gl.js b/radio/apps/radio/static/fullcalendar/lang/gl.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/hi.js b/radio/apps/radio/static/fullcalendar/lang/hi.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/hr.js b/radio/apps/radio/static/fullcalendar/lang/hr.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/hu.js b/radio/apps/radio/static/fullcalendar/lang/hu.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/id.js b/radio/apps/radio/static/fullcalendar/lang/id.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/is.js b/radio/apps/radio/static/fullcalendar/lang/is.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/it.js b/radio/apps/radio/static/fullcalendar/lang/it.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ja.js b/radio/apps/radio/static/fullcalendar/lang/ja.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ko.js b/radio/apps/radio/static/fullcalendar/lang/ko.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/lt.js b/radio/apps/radio/static/fullcalendar/lang/lt.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/lv.js b/radio/apps/radio/static/fullcalendar/lang/lv.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/nl.js b/radio/apps/radio/static/fullcalendar/lang/nl.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/pl.js b/radio/apps/radio/static/fullcalendar/lang/pl.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/pt-br.js b/radio/apps/radio/static/fullcalendar/lang/pt-br.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/pt.js b/radio/apps/radio/static/fullcalendar/lang/pt.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ro.js b/radio/apps/radio/static/fullcalendar/lang/ro.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/ru.js b/radio/apps/radio/static/fullcalendar/lang/ru.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/sk.js b/radio/apps/radio/static/fullcalendar/lang/sk.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/sl.js b/radio/apps/radio/static/fullcalendar/lang/sl.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/sr-cyrl.js b/radio/apps/radio/static/fullcalendar/lang/sr-cyrl.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/sr.js b/radio/apps/radio/static/fullcalendar/lang/sr.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/sv.js b/radio/apps/radio/static/fullcalendar/lang/sv.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/th.js b/radio/apps/radio/static/fullcalendar/lang/th.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/tr.js b/radio/apps/radio/static/fullcalendar/lang/tr.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/uk.js b/radio/apps/radio/static/fullcalendar/lang/uk.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/vi.js b/radio/apps/radio/static/fullcalendar/lang/vi.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/zh-cn.js b/radio/apps/radio/static/fullcalendar/lang/zh-cn.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/fullcalendar/lang/zh-tw.js b/radio/apps/radio/static/fullcalendar/lang/zh-tw.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/animated-overlay.gif b/radio/apps/radio/static/lib/cupertino/images/animated-overlay.gif old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_glass_50_3baae3_1x400.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_glass_50_3baae3_1x400.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png b/radio/apps/radio/static/lib/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-icons_2694e8_256x240.png b/radio/apps/radio/static/lib/cupertino/images/ui-icons_2694e8_256x240.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-icons_2e83ff_256x240.png b/radio/apps/radio/static/lib/cupertino/images/ui-icons_2e83ff_256x240.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-icons_3d80b3_256x240.png b/radio/apps/radio/static/lib/cupertino/images/ui-icons_3d80b3_256x240.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-icons_72a7cf_256x240.png b/radio/apps/radio/static/lib/cupertino/images/ui-icons_72a7cf_256x240.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/images/ui-icons_ffffff_256x240.png b/radio/apps/radio/static/lib/cupertino/images/ui-icons_ffffff_256x240.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/cupertino/jquery-ui.min.css b/radio/apps/radio/static/lib/cupertino/jquery-ui.min.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/jquery-ui.custom.min.js b/radio/apps/radio/static/lib/jquery-ui.custom.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/jquery.min.js b/radio/apps/radio/static/lib/jquery.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/lib/moment.min.js b/radio/apps/radio/static/lib/moment.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/bootstrap.css b/radio/apps/radio/static/radio/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/bootstrap.css.map b/radio/apps/radio/static/radio/css/bootstrap.css.map old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/calendar.css b/radio/apps/radio/static/radio/css/calendar.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/font-awesome.min.css b/radio/apps/radio/static/radio/css/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/hoverex-all.css b/radio/apps/radio/static/radio/css/hoverex-all.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/btnNext.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/btnNext.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/btnPrevious.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/btnPrevious.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/contentPattern.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/contentPattern.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/loader.gif b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/loader.gif old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/sprite.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_rounded/sprite.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/btnNext.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/btnNext.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/btnPrevious.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/btnPrevious.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/loader.gif b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/loader.gif old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/sprite.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/dark_square/sprite.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/default/default_thumb.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/default/default_thumb.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/default/loader.gif b/radio/apps/radio/static/radio/css/images/prettyPhoto/default/loader.gif old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_next.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_next.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_prev.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_prev.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_x.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_x.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_y.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/default/sprite_y.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/btnNext.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/btnNext.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/btnPrevious.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/btnPrevious.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternBottom.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternBottom.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternLeft.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternLeft.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternRight.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternRight.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternTop.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/contentPatternTop.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/default_thumbnail.gif b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/default_thumbnail.gif old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/loader.gif b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/loader.gif old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/sprite.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/facebook/sprite.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/btnNext.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/btnNext.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/btnPrevious.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/btnPrevious.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/loader.gif b/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/loader.gif old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/sprite.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/light_rounded/sprite.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/light_square/btnNext.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/light_square/btnNext.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/light_square/btnPrevious.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/light_square/btnPrevious.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/images/prettyPhoto/light_square/sprite.png b/radio/apps/radio/static/radio/css/images/prettyPhoto/light_square/sprite.png old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/css/prettyPhoto.css b/radio/apps/radio/static/radio/css/prettyPhoto.css old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/FontAwesome.otf b/radio/apps/radio/static/radio/fonts/FontAwesome.otf old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/fontawesome-webfont.eot b/radio/apps/radio/static/radio/fonts/fontawesome-webfont.eot old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/fontawesome-webfont.svg b/radio/apps/radio/static/radio/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/fontawesome-webfont.ttf b/radio/apps/radio/static/radio/fonts/fontawesome-webfont.ttf old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/fontawesome-webfont.woff b/radio/apps/radio/static/radio/fonts/fontawesome-webfont.woff old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.eot b/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.eot old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.svg b/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.svg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.ttf b/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.ttf old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.woff b/radio/apps/radio/static/radio/fonts/glyphicons-halflings-regular.woff old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/default-programme-photo.jpg b/radio/apps/radio/static/radio/images/default-programme-photo.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/default-userprofile-avatar.jpg b/radio/apps/radio/static/radio/images/default-userprofile-avatar.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/radio_1.jpg b/radio/apps/radio/static/radio/images/example/radio_1.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/radio_2.jpg b/radio/apps/radio/static/radio/images/example/radio_2.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/radio_3.jpg b/radio/apps/radio/static/radio/images/example/radio_3.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/radio_4.jpg b/radio/apps/radio/static/radio/images/example/radio_4.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/radio_5.jpg b/radio/apps/radio/static/radio/images/example/radio_5.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/user_1.jpg b/radio/apps/radio/static/radio/images/example/user_1.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/user_2.jpg b/radio/apps/radio/static/radio/images/example/user_2.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/user_3.jpg b/radio/apps/radio/static/radio/images/example/user_3.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/user_4.jpg b/radio/apps/radio/static/radio/images/example/user_4.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/images/example/user_5.jpg b/radio/apps/radio/static/radio/images/example/user_5.jpg old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/bootstrap.min.js b/radio/apps/radio/static/radio/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/custom.js b/radio/apps/radio/static/radio/js/custom.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/jquery.form.min.js b/radio/apps/radio/static/radio/js/jquery.form.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/jquery.hoverdir.js b/radio/apps/radio/static/radio/js/jquery.hoverdir.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/jquery.hoverex.min.js b/radio/apps/radio/static/radio/js/jquery.hoverex.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/jquery.isotope.min.js b/radio/apps/radio/static/radio/js/jquery.isotope.min.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/jquery.prettyPhoto.js b/radio/apps/radio/static/radio/js/jquery.prettyPhoto.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/static/radio/js/retina-1.1.0.js b/radio/apps/radio/static/radio/js/retina-1.1.0.js old mode 100644 new mode 100755 diff --git a/radio/apps/radio/templates/radio/base.html b/radio/apps/radio/templates/radio/base.html old mode 100644 new mode 100755 diff --git a/radio/apps/radio/templates/radio/errors/404.html b/radio/apps/radio/templates/radio/errors/404.html old mode 100644 new mode 100755 diff --git a/radio/apps/radio/templates/radio/errors/500.html b/radio/apps/radio/templates/radio/errors/500.html old mode 100644 new mode 100755 diff --git a/radio/apps/radio/templates/radio/includes/footer_scripts.html b/radio/apps/radio/templates/radio/includes/footer_scripts.html old mode 100644 new mode 100755 diff --git a/radio/apps/radio/templates/radio/index.html b/radio/apps/radio/templates/radio/index.html old mode 100644 new mode 100755 diff --git a/radio/apps/radio/templates/registration/logged_out.html b/radio/apps/radio/templates/registration/logged_out.html old mode 100644 new mode 100755 diff --git a/radio/apps/radio/tests.py b/radio/apps/radio/tests.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/utils.py b/radio/apps/radio/utils.py old mode 100644 new mode 100755 diff --git a/radio/apps/radio/views.py b/radio/apps/radio/views.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/__init__.py b/radio/apps/schedules/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/admin.py b/radio/apps/schedules/admin.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/migrations/0001_initial.py b/radio/apps/schedules/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/migrations/__init__.py b/radio/apps/schedules/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/models.py b/radio/apps/schedules/models.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/templates/schedules/schedules_list.html b/radio/apps/schedules/templates/schedules/schedules_list.html old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/tests.py b/radio/apps/schedules/tests.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/urls.py b/radio/apps/schedules/urls.py old mode 100644 new mode 100755 diff --git a/radio/apps/schedules/views.py b/radio/apps/schedules/views.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/__init__.py b/radio/apps/users/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/admin.py b/radio/apps/users/admin.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/migrations/0001_initial.py b/radio/apps/users/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/migrations/0002_change_textfield_to_richtextfield.py b/radio/apps/users/migrations/0002_change_textfield_to_richtextfield.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/migrations/__init__.py b/radio/apps/users/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/models.py b/radio/apps/users/models.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/templates/users/userprofile_detail.html b/radio/apps/users/templates/users/userprofile_detail.html old mode 100644 new mode 100755 diff --git a/radio/apps/users/templates/users/userprofile_list.html b/radio/apps/users/templates/users/userprofile_list.html old mode 100644 new mode 100755 diff --git a/radio/apps/users/tests.py b/radio/apps/users/tests.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/urls.py b/radio/apps/users/urls.py old mode 100644 new mode 100755 diff --git a/radio/apps/users/views.py b/radio/apps/users/views.py old mode 100644 new mode 100755 diff --git a/radio/configs/__init__.py b/radio/configs/__init__.py old mode 100644 new mode 100755 diff --git a/radio/configs/common/__init__.py b/radio/configs/common/__init__.py old mode 100644 new mode 100755 diff --git a/radio/configs/common/requirements.txt b/radio/configs/common/requirements.txt old mode 100644 new mode 100755 diff --git a/radio/configs/common/settings.py b/radio/configs/common/settings.py old mode 100644 new mode 100755 diff --git a/radio/configs/common/urls.py b/radio/configs/common/urls.py old mode 100644 new mode 100755 diff --git a/radio/configs/development/__init__.py b/radio/configs/development/__init__.py old mode 100644 new mode 100755 diff --git a/radio/configs/development/requirements.txt b/radio/configs/development/requirements.txt old mode 100644 new mode 100755 diff --git a/radio/configs/development/settings.py b/radio/configs/development/settings.py old mode 100644 new mode 100755 diff --git a/radio/configs/heroku/__init__.py b/radio/configs/heroku/__init__.py old mode 100644 new mode 100755 diff --git a/radio/configs/heroku/settings.py b/radio/configs/heroku/settings.py old mode 100644 new mode 100755 diff --git a/radio/configs/heroku/wsgi.py b/radio/configs/heroku/wsgi.py old mode 100644 new mode 100755 diff --git a/radio/locale/es/LC_MESSAGES/django.mo b/radio/locale/es/LC_MESSAGES/django.mo old mode 100644 new mode 100755 diff --git a/radio/locale/es/LC_MESSAGES/django.po b/radio/locale/es/LC_MESSAGES/django.po old mode 100644 new mode 100755 diff --git a/radio/locale/gl/LC_MESSAGES/django.mo b/radio/locale/gl/LC_MESSAGES/django.mo old mode 100644 new mode 100755 diff --git a/radio/locale/gl/LC_MESSAGES/django.po b/radio/locale/gl/LC_MESSAGES/django.po old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/screenshots/home_preview.png b/screenshots/home_preview.png old mode 100644 new mode 100755