Only formalities.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 29 Aug 2023 13:30:31 +0000 (15:30 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 29 Aug 2023 13:30:31 +0000 (15:30 +0200)
commit18aa8ca52202003e5628a882f3469a04d905cc05
tree20499785d0bbd817f8a7c3aa13bec9ec84ec2467
parent6407cf24cd6cf3f9ea6fdf4a8924dad109a590e6
Only formalities.
502 files changed:
.github/FUNDING.yml
NOTICE
README.md
scripts/make-xml-zip.py
src/ajaxable/__init__.py
src/ajaxable/utils.py
src/annoy/translation.py
src/api/admin.py
src/api/drf_auth.py
src/api/fields.py
src/api/handlers.py
src/api/locale/de/LC_MESSAGES/django.po
src/api/locale/en/LC_MESSAGES/django.po
src/api/locale/es/LC_MESSAGES/django.po
src/api/locale/fr/LC_MESSAGES/django.po
src/api/locale/it/LC_MESSAGES/django.po
src/api/locale/lt/LC_MESSAGES/django.po
src/api/locale/ru/LC_MESSAGES/django.po
src/api/locale/uk/LC_MESSAGES/django.po
src/api/migrations/0001_initial.py
src/api/migrations/0002_auto_20151221_1225.py
src/api/migrations/0003_bookuserdata.py
src/api/migrations/0004_bookuserdata_last_changed.py
src/api/migrations/0005_consumer_nonce_resource_token.py
src/api/models.py
src/api/renderers.py
src/api/request_validator.py
src/api/serializers.py
src/api/tests/tests.py
src/api/urls.py
src/api/utils.py
src/api/views.py
src/catalogue/__init__.py
src/catalogue/admin.py
src/catalogue/api/fields.py
src/catalogue/api/helpers.py
src/catalogue/api/serializers.py
src/catalogue/api/urls.py
src/catalogue/api/views.py
src/catalogue/apps.py
src/catalogue/constants.py
src/catalogue/feeds.py
src/catalogue/fields.py
src/catalogue/forms.py
src/catalogue/helpers.py
src/catalogue/import_utils.py
src/catalogue/locale/de/LC_MESSAGES/django.po
src/catalogue/locale/en/LC_MESSAGES/django.po
src/catalogue/locale/es/LC_MESSAGES/django.po
src/catalogue/locale/fr/LC_MESSAGES/django.po
src/catalogue/locale/it/LC_MESSAGES/django.po
src/catalogue/locale/lt/LC_MESSAGES/django.po
src/catalogue/locale/ru/LC_MESSAGES/django.po
src/catalogue/locale/uk/LC_MESSAGES/django.po
src/catalogue/management/commands/build_stale.py
src/catalogue/management/commands/checkcovers.py
src/catalogue/management/commands/checkintegrity.py
src/catalogue/management/commands/gencover.py
src/catalogue/management/commands/importbooks.py
src/catalogue/management/commands/load_abstracts.py
src/catalogue/management/commands/pack.py
src/catalogue/management/commands/report_dead_links.py
src/catalogue/management/commands/update_counters.py
src/catalogue/management/commands/update_popularity.py
src/catalogue/management/commands/update_preview_status.py
src/catalogue/management/commands/update_tag_description.py
src/catalogue/migrations/0001_initial.py
src/catalogue/migrations/0002_book_ancestor.py
src/catalogue/migrations/0003_populate_ancestors.py
src/catalogue/migrations/0004_remove_booktags_count_related_info.py
src/catalogue/migrations/0005_auto_20141016_1337.py
src/catalogue/migrations/0006_auto_20141022_1059.py
src/catalogue/migrations/0007_auto_20151123_1529.py
src/catalogue/migrations/0008_auto_20151221_1225.py
src/catalogue/migrations/0009_auto_20160127_1019.py
src/catalogue/migrations/0010_bookpopularity.py
src/catalogue/migrations/0011_auto_20160413_1152.py
src/catalogue/migrations/0012_auto_20161020_1407.py
src/catalogue/migrations/0013_book_print_on_demand.py
src/catalogue/migrations/0014_auto_20170627_1442.py
src/catalogue/migrations/0015_book_recommended.py
src/catalogue/migrations/0016_auto_20171031_1232.py
src/catalogue/migrations/0017_auto_20171214_1746.py
src/catalogue/migrations/0018_auto_20171221_1106.py
src/catalogue/migrations/0019_auto_20171221_1107.py
src/catalogue/migrations/0020_book_cover_api_thumb.py
src/catalogue/migrations/0021_auto_20171222_1404.py
src/catalogue/migrations/0022_auto_20180226_1503.py
src/catalogue/migrations/0023_book_abstract.py
src/catalogue/migrations/0024_auto_20180510_1407.py
src/catalogue/migrations/0024_book_audio_length.py
src/catalogue/migrations/0025_merge.py
src/catalogue/migrations/0026_book_preview_key.py
src/catalogue/models/__init__.py
src/catalogue/models/book.py
src/catalogue/models/bookmedia.py
src/catalogue/models/collection.py
src/catalogue/models/fragment.py
src/catalogue/models/source.py
src/catalogue/models/tag.py
src/catalogue/signals.py
src/catalogue/tasks.py
src/catalogue/templatetags/catalogue_tags.py
src/catalogue/test_utils.py
src/catalogue/tests/test_book_import.py
src/catalogue/tests/test_bookmedia.py
src/catalogue/tests/test_cover.py
src/catalogue/tests/test_tags.py
src/catalogue/tests/test_templatetags.py
src/catalogue/tests/test_visit.py
src/catalogue/translation.py
src/catalogue/urls.py
src/catalogue/utils.py
src/catalogue/views.py
src/chunks/admin.py
src/chunks/migrations/0001_initial.py
src/chunks/migrations/0002_auto_20140911_1253.py
src/chunks/migrations/0003_auto_20151221_1225.py
src/chunks/models.py
src/chunks/templatetags/chunks.py
src/chunks/translation.py
src/chunks/urls.py
src/club/admin.py
src/club/apps.py
src/club/forms.py
src/club/helpers.py
src/club/locale/de/LC_MESSAGES/django.po
src/club/locale/en/LC_MESSAGES/django.po
src/club/locale/es/LC_MESSAGES/django.po
src/club/locale/fr/LC_MESSAGES/django.po
src/club/locale/it/LC_MESSAGES/django.po
src/club/locale/lt/LC_MESSAGES/django.po
src/club/locale/ru/LC_MESSAGES/django.po
src/club/locale/uk/LC_MESSAGES/django.po
src/club/management/commands/payu_fake_notify.py
src/club/management/commands/prolong.py
src/club/management/commands/send_receipts.py
src/club/migrations/0001_initial.py
src/club/migrations/0002_auto_20190416_1024.py
src/club/migrations/0003_remove_payuorder_amount.py
src/club/migrations/0004_payucardtoken_pos_id.py
src/club/migrations/0005_auto_20190416_1052.py
src/club/migrations/0006_auto_20190416_1236.py
src/club/migrations/0007_auto_20190416_1625.py
src/club/migrations/0008_membership_name.py
src/club/migrations/0009_auto_20190510_1510.py
src/club/migrations/0010_auto_20190529_0946.py
src/club/models.py
src/club/payment_methods.py
src/club/payu/__init__.py
src/club/payu/forms.py
src/club/payu/models.py
src/club/payu/pos.py
src/club/payu/tests/integration.py
src/club/payu/views.py
src/club/permissions.py
src/club/templatetags/club.py
src/club/translation.py
src/club/urls.py
src/club/views.py
src/contact/fields.py
src/contact/migrations/0001_initial.py
src/contact/widgets.py
src/dictionary/constants.py
src/dictionary/locale/de/LC_MESSAGES/django.po
src/dictionary/locale/en/LC_MESSAGES/django.po
src/dictionary/locale/es/LC_MESSAGES/django.po
src/dictionary/locale/fr/LC_MESSAGES/django.po
src/dictionary/locale/it/LC_MESSAGES/django.po
src/dictionary/locale/lt/LC_MESSAGES/django.po
src/dictionary/locale/ru/LC_MESSAGES/django.po
src/dictionary/locale/uk/LC_MESSAGES/django.po
src/dictionary/migrations/0001_initial.py
src/dictionary/migrations/0002_auto_20141006_1422.py
src/dictionary/migrations/0003_auto_20141023_1445.py
src/dictionary/migrations/0004_auto_20151221_1225.py
src/dictionary/models.py
src/dictionary/templatetags/set_get.py
src/dictionary/tests.py
src/dictionary/urls.py
src/dictionary/views.py
src/education/locale/de/LC_MESSAGES/django.po
src/education/locale/en/LC_MESSAGES/django.po
src/education/locale/es/LC_MESSAGES/django.po
src/education/locale/fr/LC_MESSAGES/django.po
src/education/locale/it/LC_MESSAGES/django.po
src/education/locale/lt/LC_MESSAGES/django.po
src/education/locale/ru/LC_MESSAGES/django.po
src/education/locale/uk/LC_MESSAGES/django.po
src/experiments/locale/de/LC_MESSAGES/django.po
src/experiments/locale/en/LC_MESSAGES/django.po
src/experiments/locale/es/LC_MESSAGES/django.po
src/experiments/locale/fr/LC_MESSAGES/django.po
src/experiments/locale/it/LC_MESSAGES/django.po
src/experiments/locale/lt/LC_MESSAGES/django.po
src/experiments/locale/ru/LC_MESSAGES/django.po
src/experiments/locale/uk/LC_MESSAGES/django.po
src/funding/__init__.py
src/funding/admin.py
src/funding/forms.py
src/funding/locale/de/LC_MESSAGES/django.po
src/funding/locale/en/LC_MESSAGES/django.po
src/funding/locale/es/LC_MESSAGES/django.po
src/funding/locale/fr/LC_MESSAGES/django.po
src/funding/locale/it/LC_MESSAGES/django.po
src/funding/locale/lt/LC_MESSAGES/django.po
src/funding/locale/ru/LC_MESSAGES/django.po
src/funding/locale/uk/LC_MESSAGES/django.po
src/funding/management/commands/funding_notify.py
src/funding/migrations/0001_initial.py
src/funding/migrations/0002_auto_20151221_1225.py
src/funding/migrations/0003_auto_20180416_1336.py
src/funding/migrations/0004_auto_20190729_1450.py
src/funding/models.py
src/funding/templatetags/funding_tags.py
src/funding/tests.py
src/funding/translation.py
src/funding/urls.py
src/funding/utils.py
src/funding/views.py
src/funding/widgets.py
src/infopages/admin.py
src/infopages/migrations/0001_initial.py
src/infopages/migrations/0002_auto_20151221_1225.py
src/infopages/models.py
src/infopages/translation.py
src/infopages/urls.py
src/infopages/views.py
src/isbn/forms.py
src/isbn/management/commands/eisbn_csv.py
src/isbn/management/commands/export_onix.py
src/isbn/management/commands/import_onix.py
src/isbn/migrations/0001_initial.py
src/isbn/migrations/0002_auto_20180213_1617.py
src/isbn/migrations/0003_isbnpool_purpose.py
src/isbn/migrations/0004_auto_20180215_1042.py
src/isbn/migrations/0005_auto_20190729_1450.py
src/isbn/models.py
src/isbn/urls.py
src/isbn/utils.py
src/isbn/views.py
src/lesmianator/__init__.py
src/lesmianator/management/commands/lesmianator.py
src/lesmianator/migrations/0001_initial.py
src/lesmianator/migrations/0002_auto_20151221_1225.py
src/lesmianator/migrations/0003_auto_20190729_1450.py
src/lesmianator/models.py
src/lesmianator/urls.py
src/lesmianator/views.py
src/libraries/admin.py
src/libraries/locale/de/LC_MESSAGES/django.po
src/libraries/locale/en/LC_MESSAGES/django.po
src/libraries/locale/es/LC_MESSAGES/django.po
src/libraries/locale/fr/LC_MESSAGES/django.po
src/libraries/locale/it/LC_MESSAGES/django.po
src/libraries/locale/lt/LC_MESSAGES/django.po
src/libraries/locale/ru/LC_MESSAGES/django.po
src/libraries/locale/uk/LC_MESSAGES/django.po
src/libraries/migrations/0001_initial.py
src/libraries/migrations/0002_auto_20151221_1225.py
src/libraries/models.py
src/libraries/urls.py
src/libraries/views.py
src/manage.py
src/messaging/locale/de/LC_MESSAGES/django.po
src/messaging/locale/en/LC_MESSAGES/django.po
src/messaging/locale/es/LC_MESSAGES/django.po
src/messaging/locale/fr/LC_MESSAGES/django.po
src/messaging/locale/it/LC_MESSAGES/django.po
src/messaging/locale/lt/LC_MESSAGES/django.po
src/messaging/locale/ru/LC_MESSAGES/django.po
src/messaging/locale/uk/LC_MESSAGES/django.po
src/newsletter/admin.py
src/newsletter/forms.py
src/newsletter/locale/de/LC_MESSAGES/django.po
src/newsletter/locale/en/LC_MESSAGES/django.po
src/newsletter/locale/es/LC_MESSAGES/django.po
src/newsletter/locale/fr/LC_MESSAGES/django.po
src/newsletter/locale/it/LC_MESSAGES/django.po
src/newsletter/locale/lt/LC_MESSAGES/django.po
src/newsletter/locale/ru/LC_MESSAGES/django.po
src/newsletter/locale/uk/LC_MESSAGES/django.po
src/newsletter/migrations/0001_initial.py
src/newsletter/migrations/0002_auto_20160914_1452.py
src/newsletter/models.py
src/newsletter/subscribe.py
src/newsletter/translation.py
src/newsletter/urls.py
src/newsletter/views.py
src/newtagging/managers.py
src/newtagging/models.py
src/oai/handlers.py
src/oai/tests/test_oaipmhapi.py
src/oai/urls.py
src/oai/views.py
src/opds/tests/test_opds.py
src/opds/urls.py
src/opds/views.py
src/paypal/locale/de/LC_MESSAGES/django.po
src/paypal/locale/en/LC_MESSAGES/django.po
src/paypal/locale/es/LC_MESSAGES/django.po
src/paypal/locale/fr/LC_MESSAGES/django.po
src/paypal/locale/it/LC_MESSAGES/django.po
src/paypal/locale/lt/LC_MESSAGES/django.po
src/paypal/locale/ru/LC_MESSAGES/django.po
src/paypal/locale/uk/LC_MESSAGES/django.po
src/paypal/migrations/0001_initial.py
src/paypal/migrations/0002_billingagreement_token.py
src/paypal/migrations/0003_auto_20190729_1450.py
src/paypal/models.py
src/paypal/rest.py
src/paypal/tests.py
src/paypal/urls.py
src/paypal/views.py
src/pdcounter/admin.py
src/pdcounter/locale/de/LC_MESSAGES/django.po
src/pdcounter/locale/en/LC_MESSAGES/django.po
src/pdcounter/locale/es/LC_MESSAGES/django.po
src/pdcounter/locale/fr/LC_MESSAGES/django.po
src/pdcounter/locale/it/LC_MESSAGES/django.po
src/pdcounter/locale/lt/LC_MESSAGES/django.po
src/pdcounter/locale/ru/LC_MESSAGES/django.po
src/pdcounter/locale/uk/LC_MESSAGES/django.po
src/pdcounter/migrations/0001_initial.py
src/pdcounter/migrations/0002_auto_20151221_1225.py
src/pdcounter/models.py
src/pdcounter/templatetags/time_tags.py
src/pdcounter/views.py
src/picture/admin.py
src/picture/api/urls.py
src/picture/api/views.py
src/picture/forms.py
src/picture/locale/de/LC_MESSAGES/django.po
src/picture/locale/en/LC_MESSAGES/django.po
src/picture/locale/es/LC_MESSAGES/django.po
src/picture/locale/fr/LC_MESSAGES/django.po
src/picture/locale/it/LC_MESSAGES/django.po
src/picture/locale/lt/LC_MESSAGES/django.po
src/picture/locale/ru/LC_MESSAGES/django.po
src/picture/locale/uk/LC_MESSAGES/django.po
src/picture/migrations/0001_initial.py
src/picture/migrations/0002_remove_picture__related_info.py
src/picture/migrations/0003_auto_20140924_1559.py
src/picture/migrations/0004_auto_20141016_1337.py
src/picture/migrations/0005_auto_20141022_1001.py
src/picture/migrations/0006_auto_20151221_1225.py
src/picture/migrations/0007_auto_20160125_1709.py
src/picture/migrations/0008_auto_20160413_1152.py
src/picture/models.py
src/picture/tasks.py
src/picture/templatetags/picture_tags.py
src/picture/tests/test_picture_import.py
src/picture/views.py
src/polls/admin.py
src/polls/forms.py
src/polls/locale/de/LC_MESSAGES/django.po
src/polls/locale/en/LC_MESSAGES/django.po
src/polls/locale/es/LC_MESSAGES/django.po
src/polls/locale/fr/LC_MESSAGES/django.po
src/polls/locale/it/LC_MESSAGES/django.po
src/polls/locale/lt/LC_MESSAGES/django.po
src/polls/locale/ru/LC_MESSAGES/django.po
src/polls/locale/uk/LC_MESSAGES/django.po
src/polls/migrations/0001_initial.py
src/polls/migrations/0002_auto_20151221_1225.py
src/polls/models.py
src/polls/templatetags/polls_tags.py
src/polls/urls.py
src/polls/views.py
src/push/admin.py
src/push/forms.py
src/push/migrations/0001_initial.py
src/push/migrations/0002_auto_20180830_1627.py
src/push/migrations/0003_auto_20180831_1135.py
src/push/models.py
src/push/urls.py
src/push/utils.py
src/push/views.py
src/reporting/models.py
src/reporting/templatetags/reporting_stats.py
src/reporting/urls.py
src/reporting/utils.py
src/reporting/views.py
src/search/fields.py
src/search/forms.py
src/search/index.py
src/search/locale/de/LC_MESSAGES/django.po
src/search/locale/en/LC_MESSAGES/django.po
src/search/locale/es/LC_MESSAGES/django.po
src/search/locale/fr/LC_MESSAGES/django.po
src/search/locale/it/LC_MESSAGES/django.po
src/search/locale/lt/LC_MESSAGES/django.po
src/search/locale/ru/LC_MESSAGES/django.po
src/search/locale/uk/LC_MESSAGES/django.po
src/search/tests/__init__.py
src/search/tests/index.py
src/search/urls.py
src/search/views.py
src/social/admin.py
src/social/api/urls.py
src/social/api/views.py
src/social/forms.py
src/social/locale/de/LC_MESSAGES/django.po
src/social/locale/en/LC_MESSAGES/django.po
src/social/locale/es/LC_MESSAGES/django.po
src/social/locale/fr/LC_MESSAGES/django.po
src/social/locale/it/LC_MESSAGES/django.po
src/social/locale/lt/LC_MESSAGES/django.po
src/social/locale/ru/LC_MESSAGES/django.po
src/social/locale/uk/LC_MESSAGES/django.po
src/social/migrations/0001_initial.py
src/social/migrations/0002_auto_20151221_1225.py
src/social/migrations/0003_cite_banner.py
src/social/migrations/0004_auto_20170725_1204.py
src/social/migrations/0005_auto_20190318_1309.py
src/social/migrations/0006_legacy_group.py
src/social/migrations/0007_auto_20190318_1339.py
src/social/migrations/0008_auto_20190403_1510.py
src/social/migrations/0009_auto_20190715_1405.py
src/social/migrations/0010_cite_background_plain.py
src/social/models.py
src/social/templatetags/social_tags.py
src/social/urls.py
src/social/utils.py
src/social/views.py
src/sortify.py
src/sponsors/__init__.py
src/sponsors/admin.py
src/sponsors/migrations/0001_initial.py
src/sponsors/migrations/0002_auto_20151221_1225.py
src/sponsors/models.py
src/sponsors/templatetags/sponsors.py
src/sponsors/widgets.py
src/stats/tasks.py
src/stats/utils.py
src/suggest/admin.py
src/suggest/forms.py
src/suggest/locale/de/LC_MESSAGES/django.po
src/suggest/locale/en/LC_MESSAGES/django.po
src/suggest/locale/es/LC_MESSAGES/django.po
src/suggest/locale/fr/LC_MESSAGES/django.po
src/suggest/locale/it/LC_MESSAGES/django.po
src/suggest/locale/lt/LC_MESSAGES/django.po
src/suggest/locale/ru/LC_MESSAGES/django.po
src/suggest/locale/uk/LC_MESSAGES/django.po
src/suggest/migrations/0001_initial.py
src/suggest/migrations/0002_auto_20151221_1225.py
src/suggest/migrations/0003_auto_20190729_1450.py
src/suggest/models.py
src/suggest/urls.py
src/suggest/views.py
src/waiter/__init__.py
src/waiter/locale/de/LC_MESSAGES/django.po
src/waiter/locale/en/LC_MESSAGES/django.po
src/waiter/locale/es/LC_MESSAGES/django.po
src/waiter/locale/fr/LC_MESSAGES/django.po
src/waiter/locale/it/LC_MESSAGES/django.po
src/waiter/locale/lt/LC_MESSAGES/django.po
src/waiter/locale/ru/LC_MESSAGES/django.po
src/waiter/locale/uk/LC_MESSAGES/django.po
src/waiter/migrations/0001_initial.py
src/waiter/models.py
src/waiter/settings.py
src/waiter/tasks.py
src/waiter/urls.py
src/waiter/utils.py
src/waiter/views.py
src/wolnelektury/__init__.py
src/wolnelektury/apps.py
src/wolnelektury/celery.py
src/wolnelektury/context_processors.py
src/wolnelektury/forms.py
src/wolnelektury/locale/de/LC_MESSAGES/django.po
src/wolnelektury/locale/en/LC_MESSAGES/django.po
src/wolnelektury/locale/es/LC_MESSAGES/django.po
src/wolnelektury/locale/fr/LC_MESSAGES/django.po
src/wolnelektury/locale/it/LC_MESSAGES/django.po
src/wolnelektury/locale/lt/LC_MESSAGES/django.po
src/wolnelektury/locale/ru/LC_MESSAGES/django.po
src/wolnelektury/locale/uk/LC_MESSAGES/django.po
src/wolnelektury/management/commands/clean_social_accounts.py
src/wolnelektury/management/commands/localepack.py
src/wolnelektury/management/commands/translation2po.py
src/wolnelektury/management/profile.py
src/wolnelektury/settings/__init__.py
src/wolnelektury/settings/apps.py
src/wolnelektury/settings/auth.py
src/wolnelektury/settings/basic.py
src/wolnelektury/settings/celery.py
src/wolnelektury/settings/contrib.py
src/wolnelektury/settings/custom.py
src/wolnelektury/settings/locale.py
src/wolnelektury/settings/paths.py
src/wolnelektury/settings/static.py
src/wolnelektury/settings/test.py
src/wolnelektury/signals.py
src/wolnelektury/templatetags/blog.py
src/wolnelektury/test_utils.py
src/wolnelektury/urls.py
src/wolnelektury/utils.py
src/wolnelektury/views.py
src/wolnelektury/wsgi.py