From 3be2da7359a9e68a577aa28a6a9d2ff0d3e0d8e4 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 12 Feb 2020 10:19:25 +0100 Subject: [PATCH] Remove unneded executable bits. --- src/ajaxable/templates/ajaxable/form.html | 0 src/ajaxable/templates/ajaxable/form_on_page.html | 0 src/ajaxable/utils.py | 0 src/api/templates/api/main.html | 0 src/api/templates/oauth/authorize_token.html | 0 src/api/templates/oauth/challenge.html | 0 src/catalogue/management/commands/pack.py | 0 src/catalogue/static/player/player.js | 0 src/catalogue/templates/catalogue/book_info.html | 0 .../templates/catalogue/book_mini_box.html | 0 src/catalogue/templates/catalogue/collection.html | 0 .../templates/catalogue/collection_list.html | 0 .../templates/catalogue/fragment_promo.html | 0 .../templates/catalogue/inline_tag_list.html | 0 src/catalogue/templates/catalogue/player.html | 0 .../templates/catalogue/recent_audiobooks_list.html | 0 .../templates/catalogue/recent_daisy_list.html | 0 src/catalogue/templates/catalogue/recent_list.html | 0 .../templates/catalogue/related_books.html | 0 .../catalogue/snippets/audiobook_list.html | 0 .../templates/catalogue/snippets/book_list.html | 0 .../templates/catalogue/snippets/book_list_nav.html | 0 .../templates/catalogue/snippets/license_icon.html | 0 src/catalogue/templates/catalogue/work-list.html | 0 src/dictionary/templates/dictionary/note_list.html | 0 src/dictionary/tests.py | 0 src/dictionary/urls.py | 0 src/dictionary/views.py | 0 src/funding/management/__init__.py | 0 src/funding/management/commands/__init__.py | 0 src/funding/management/commands/funding_notify.py | 0 .../templates/admin/funding/offer/change_form.html | 0 src/funding/templates/funding/email/base.txt | 0 src/funding/templates/funding/email/end.txt | 0 src/funding/templates/funding/email/near.txt | 0 src/funding/templates/funding/email/published.txt | 0 src/funding/templatetags/__init__.py | 0 src/funding/templatetags/funding_tags.py | 0 src/infopages/templates/infopages/infopage.html | 0 src/infopages/templates/infopages/on_main.html | 0 src/infopages/templatetags/infopages_tags.py | 0 src/infopages/urls.py | 0 src/pdcounter/static/pdcounter/pdcounter.js | 0 src/pdcounter/templatetags/__init__.py | 0 src/pdcounter/templatetags/time_tags.py | 0 .../admin/picture/picture/change_list.html | 0 src/reporting/templates/reporting/catalogue.csv | 0 src/reporting/templates/reporting/catalogue.texml | 0 src/reporting/templates/reporting/main.html | 0 src/reporting/templatetags/__init__.py | 0 src/reporting/templatetags/reporting_stats.py | 0 src/reporting/urls.py | 0 src/reporting/utils.py | 0 src/search/fields.py | 0 src/search/forms.py | 0 src/search/management/commands/reindex.py | 0 src/search/management/commands/snippets.py | 0 src/social/templatetags/__init__.py | 0 src/sponsors/static/sponsors/js/sponsors.js | 0 src/suggest/templates/publishing_suggest.html | 0 src/wolnelektury/static/css/simple.css | 0 src/wolnelektury/static/img/s5/bodybg.gif | Bin src/wolnelektury/static/scss/main/auth.scss | 0 src/wolnelektury/static/scss/main/base.scss | 0 src/wolnelektury/static/scss/main/book_box.scss | 0 src/wolnelektury/static/scss/main/book_list.scss | 0 src/wolnelektury/static/scss/main/catalogue.scss | 0 src/wolnelektury/static/scss/main/cite.scss | 0 src/wolnelektury/static/scss/main/dialogs.scss | 0 src/wolnelektury/static/scss/main/footer.scss | 0 src/wolnelektury/static/scss/main/form.scss | 0 src/wolnelektury/static/scss/main/fragment.scss | 0 src/wolnelektury/static/scss/main/header.scss | 0 src/wolnelektury/static/scss/main/hidden.scss | 0 src/wolnelektury/static/scss/main/main_content.scss | 0 src/wolnelektury/static/scss/main/main_page.scss | 0 src/wolnelektury/static/scss/main/menu.scss | 0 src/wolnelektury/static/scss/main/search.scss | 0 src/wolnelektury/static/scss/main/tag.scss | 0 79 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/ajaxable/templates/ajaxable/form.html mode change 100755 => 100644 src/ajaxable/templates/ajaxable/form_on_page.html mode change 100755 => 100644 src/ajaxable/utils.py mode change 100755 => 100644 src/api/templates/api/main.html mode change 100755 => 100644 src/api/templates/oauth/authorize_token.html mode change 100755 => 100644 src/api/templates/oauth/challenge.html mode change 100755 => 100644 src/catalogue/management/commands/pack.py mode change 100755 => 100644 src/catalogue/static/player/player.js mode change 100755 => 100644 src/catalogue/templates/catalogue/book_info.html mode change 100755 => 100644 src/catalogue/templates/catalogue/book_mini_box.html mode change 100755 => 100644 src/catalogue/templates/catalogue/collection.html mode change 100755 => 100644 src/catalogue/templates/catalogue/collection_list.html mode change 100755 => 100644 src/catalogue/templates/catalogue/fragment_promo.html mode change 100755 => 100644 src/catalogue/templates/catalogue/inline_tag_list.html mode change 100755 => 100644 src/catalogue/templates/catalogue/player.html mode change 100755 => 100644 src/catalogue/templates/catalogue/recent_audiobooks_list.html mode change 100755 => 100644 src/catalogue/templates/catalogue/recent_daisy_list.html mode change 100755 => 100644 src/catalogue/templates/catalogue/recent_list.html mode change 100755 => 100644 src/catalogue/templates/catalogue/related_books.html mode change 100755 => 100644 src/catalogue/templates/catalogue/snippets/audiobook_list.html mode change 100755 => 100644 src/catalogue/templates/catalogue/snippets/book_list.html mode change 100755 => 100644 src/catalogue/templates/catalogue/snippets/book_list_nav.html mode change 100755 => 100644 src/catalogue/templates/catalogue/snippets/license_icon.html mode change 100755 => 100644 src/catalogue/templates/catalogue/work-list.html mode change 100755 => 100644 src/dictionary/templates/dictionary/note_list.html mode change 100755 => 100644 src/dictionary/tests.py mode change 100755 => 100644 src/dictionary/urls.py mode change 100755 => 100644 src/dictionary/views.py mode change 100755 => 100644 src/funding/management/__init__.py mode change 100755 => 100644 src/funding/management/commands/__init__.py mode change 100755 => 100644 src/funding/management/commands/funding_notify.py mode change 100755 => 100644 src/funding/templates/admin/funding/offer/change_form.html mode change 100755 => 100644 src/funding/templates/funding/email/base.txt mode change 100755 => 100644 src/funding/templates/funding/email/end.txt mode change 100755 => 100644 src/funding/templates/funding/email/near.txt mode change 100755 => 100644 src/funding/templates/funding/email/published.txt mode change 100755 => 100644 src/funding/templatetags/__init__.py mode change 100755 => 100644 src/funding/templatetags/funding_tags.py mode change 100755 => 100644 src/infopages/templates/infopages/infopage.html mode change 100755 => 100644 src/infopages/templates/infopages/on_main.html mode change 100755 => 100644 src/infopages/templatetags/infopages_tags.py mode change 100755 => 100644 src/infopages/urls.py mode change 100755 => 100644 src/pdcounter/static/pdcounter/pdcounter.js mode change 100755 => 100644 src/pdcounter/templatetags/__init__.py mode change 100755 => 100644 src/pdcounter/templatetags/time_tags.py mode change 100755 => 100644 src/picture/templates/admin/picture/picture/change_list.html mode change 100755 => 100644 src/reporting/templates/reporting/catalogue.csv mode change 100755 => 100644 src/reporting/templates/reporting/catalogue.texml mode change 100755 => 100644 src/reporting/templates/reporting/main.html mode change 100755 => 100644 src/reporting/templatetags/__init__.py mode change 100755 => 100644 src/reporting/templatetags/reporting_stats.py mode change 100755 => 100644 src/reporting/urls.py mode change 100755 => 100644 src/reporting/utils.py mode change 100755 => 100644 src/search/fields.py mode change 100755 => 100644 src/search/forms.py mode change 100755 => 100644 src/search/management/commands/reindex.py mode change 100755 => 100644 src/search/management/commands/snippets.py mode change 100755 => 100644 src/social/templatetags/__init__.py mode change 100755 => 100644 src/sponsors/static/sponsors/js/sponsors.js mode change 100755 => 100644 src/suggest/templates/publishing_suggest.html mode change 100755 => 100644 src/wolnelektury/static/css/simple.css mode change 100755 => 100644 src/wolnelektury/static/img/s5/bodybg.gif mode change 100755 => 100644 src/wolnelektury/static/scss/main/auth.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/base.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/book_box.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/book_list.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/catalogue.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/cite.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/dialogs.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/footer.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/form.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/fragment.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/header.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/hidden.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/main_content.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/main_page.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/menu.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/search.scss mode change 100755 => 100644 src/wolnelektury/static/scss/main/tag.scss diff --git a/src/ajaxable/templates/ajaxable/form.html b/src/ajaxable/templates/ajaxable/form.html old mode 100755 new mode 100644 diff --git a/src/ajaxable/templates/ajaxable/form_on_page.html b/src/ajaxable/templates/ajaxable/form_on_page.html old mode 100755 new mode 100644 diff --git a/src/ajaxable/utils.py b/src/ajaxable/utils.py old mode 100755 new mode 100644 diff --git a/src/api/templates/api/main.html b/src/api/templates/api/main.html old mode 100755 new mode 100644 diff --git a/src/api/templates/oauth/authorize_token.html b/src/api/templates/oauth/authorize_token.html old mode 100755 new mode 100644 diff --git a/src/api/templates/oauth/challenge.html b/src/api/templates/oauth/challenge.html old mode 100755 new mode 100644 diff --git a/src/catalogue/management/commands/pack.py b/src/catalogue/management/commands/pack.py old mode 100755 new mode 100644 diff --git a/src/catalogue/static/player/player.js b/src/catalogue/static/player/player.js old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/book_info.html b/src/catalogue/templates/catalogue/book_info.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/book_mini_box.html b/src/catalogue/templates/catalogue/book_mini_box.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/collection.html b/src/catalogue/templates/catalogue/collection.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/collection_list.html b/src/catalogue/templates/catalogue/collection_list.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/fragment_promo.html b/src/catalogue/templates/catalogue/fragment_promo.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/inline_tag_list.html b/src/catalogue/templates/catalogue/inline_tag_list.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/player.html b/src/catalogue/templates/catalogue/player.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/recent_audiobooks_list.html b/src/catalogue/templates/catalogue/recent_audiobooks_list.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/recent_daisy_list.html b/src/catalogue/templates/catalogue/recent_daisy_list.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/recent_list.html b/src/catalogue/templates/catalogue/recent_list.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/related_books.html b/src/catalogue/templates/catalogue/related_books.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/snippets/audiobook_list.html b/src/catalogue/templates/catalogue/snippets/audiobook_list.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/snippets/book_list.html b/src/catalogue/templates/catalogue/snippets/book_list.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/snippets/book_list_nav.html b/src/catalogue/templates/catalogue/snippets/book_list_nav.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/snippets/license_icon.html b/src/catalogue/templates/catalogue/snippets/license_icon.html old mode 100755 new mode 100644 diff --git a/src/catalogue/templates/catalogue/work-list.html b/src/catalogue/templates/catalogue/work-list.html old mode 100755 new mode 100644 diff --git a/src/dictionary/templates/dictionary/note_list.html b/src/dictionary/templates/dictionary/note_list.html old mode 100755 new mode 100644 diff --git a/src/dictionary/tests.py b/src/dictionary/tests.py old mode 100755 new mode 100644 diff --git a/src/dictionary/urls.py b/src/dictionary/urls.py old mode 100755 new mode 100644 diff --git a/src/dictionary/views.py b/src/dictionary/views.py old mode 100755 new mode 100644 diff --git a/src/funding/management/__init__.py b/src/funding/management/__init__.py old mode 100755 new mode 100644 diff --git a/src/funding/management/commands/__init__.py b/src/funding/management/commands/__init__.py old mode 100755 new mode 100644 diff --git a/src/funding/management/commands/funding_notify.py b/src/funding/management/commands/funding_notify.py old mode 100755 new mode 100644 diff --git a/src/funding/templates/admin/funding/offer/change_form.html b/src/funding/templates/admin/funding/offer/change_form.html old mode 100755 new mode 100644 diff --git a/src/funding/templates/funding/email/base.txt b/src/funding/templates/funding/email/base.txt old mode 100755 new mode 100644 diff --git a/src/funding/templates/funding/email/end.txt b/src/funding/templates/funding/email/end.txt old mode 100755 new mode 100644 diff --git a/src/funding/templates/funding/email/near.txt b/src/funding/templates/funding/email/near.txt old mode 100755 new mode 100644 diff --git a/src/funding/templates/funding/email/published.txt b/src/funding/templates/funding/email/published.txt old mode 100755 new mode 100644 diff --git a/src/funding/templatetags/__init__.py b/src/funding/templatetags/__init__.py old mode 100755 new mode 100644 diff --git a/src/funding/templatetags/funding_tags.py b/src/funding/templatetags/funding_tags.py old mode 100755 new mode 100644 diff --git a/src/infopages/templates/infopages/infopage.html b/src/infopages/templates/infopages/infopage.html old mode 100755 new mode 100644 diff --git a/src/infopages/templates/infopages/on_main.html b/src/infopages/templates/infopages/on_main.html old mode 100755 new mode 100644 diff --git a/src/infopages/templatetags/infopages_tags.py b/src/infopages/templatetags/infopages_tags.py old mode 100755 new mode 100644 diff --git a/src/infopages/urls.py b/src/infopages/urls.py old mode 100755 new mode 100644 diff --git a/src/pdcounter/static/pdcounter/pdcounter.js b/src/pdcounter/static/pdcounter/pdcounter.js old mode 100755 new mode 100644 diff --git a/src/pdcounter/templatetags/__init__.py b/src/pdcounter/templatetags/__init__.py old mode 100755 new mode 100644 diff --git a/src/pdcounter/templatetags/time_tags.py b/src/pdcounter/templatetags/time_tags.py old mode 100755 new mode 100644 diff --git a/src/picture/templates/admin/picture/picture/change_list.html b/src/picture/templates/admin/picture/picture/change_list.html old mode 100755 new mode 100644 diff --git a/src/reporting/templates/reporting/catalogue.csv b/src/reporting/templates/reporting/catalogue.csv old mode 100755 new mode 100644 diff --git a/src/reporting/templates/reporting/catalogue.texml b/src/reporting/templates/reporting/catalogue.texml old mode 100755 new mode 100644 diff --git a/src/reporting/templates/reporting/main.html b/src/reporting/templates/reporting/main.html old mode 100755 new mode 100644 diff --git a/src/reporting/templatetags/__init__.py b/src/reporting/templatetags/__init__.py old mode 100755 new mode 100644 diff --git a/src/reporting/templatetags/reporting_stats.py b/src/reporting/templatetags/reporting_stats.py old mode 100755 new mode 100644 diff --git a/src/reporting/urls.py b/src/reporting/urls.py old mode 100755 new mode 100644 diff --git a/src/reporting/utils.py b/src/reporting/utils.py old mode 100755 new mode 100644 diff --git a/src/search/fields.py b/src/search/fields.py old mode 100755 new mode 100644 diff --git a/src/search/forms.py b/src/search/forms.py old mode 100755 new mode 100644 diff --git a/src/search/management/commands/reindex.py b/src/search/management/commands/reindex.py old mode 100755 new mode 100644 diff --git a/src/search/management/commands/snippets.py b/src/search/management/commands/snippets.py old mode 100755 new mode 100644 diff --git a/src/social/templatetags/__init__.py b/src/social/templatetags/__init__.py old mode 100755 new mode 100644 diff --git a/src/sponsors/static/sponsors/js/sponsors.js b/src/sponsors/static/sponsors/js/sponsors.js old mode 100755 new mode 100644 diff --git a/src/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/css/simple.css b/src/wolnelektury/static/css/simple.css old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/img/s5/bodybg.gif b/src/wolnelektury/static/img/s5/bodybg.gif old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/auth.scss b/src/wolnelektury/static/scss/main/auth.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/base.scss b/src/wolnelektury/static/scss/main/base.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/book_list.scss b/src/wolnelektury/static/scss/main/book_list.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/catalogue.scss b/src/wolnelektury/static/scss/main/catalogue.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/cite.scss b/src/wolnelektury/static/scss/main/cite.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/dialogs.scss b/src/wolnelektury/static/scss/main/dialogs.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/footer.scss b/src/wolnelektury/static/scss/main/footer.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/form.scss b/src/wolnelektury/static/scss/main/form.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/fragment.scss b/src/wolnelektury/static/scss/main/fragment.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/header.scss b/src/wolnelektury/static/scss/main/header.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/hidden.scss b/src/wolnelektury/static/scss/main/hidden.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/main_content.scss b/src/wolnelektury/static/scss/main/main_content.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/main_page.scss b/src/wolnelektury/static/scss/main/main_page.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/menu.scss b/src/wolnelektury/static/scss/main/menu.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/search.scss b/src/wolnelektury/static/scss/main/search.scss old mode 100755 new mode 100644 diff --git a/src/wolnelektury/static/scss/main/tag.scss b/src/wolnelektury/static/scss/main/tag.scss old mode 100755 new mode 100644 -- 2.20.1