wbwriter 1.52.1__tar.gz → 1.52.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wbwriter might be problematic. Click here for more details.
- {wbwriter-1.52.1 → wbwriter-1.52.2}/PKG-INFO +1 -1
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/publication_parser.py +1 -1
- {wbwriter-1.52.1 → wbwriter-1.52.2}/.gitignore +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/pyproject.toml +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/admin.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/apps.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/dynamic_preferences_registry.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/factories/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/factories/article.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/factories/meta_information.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/filters/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/filters/article.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/filters/metainformationinstance.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/locale/de/LC_MESSAGES/django.mo +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/locale/de/LC_MESSAGES/django.po +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/locale/en/LC_MESSAGES/django.mo +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/locale/en/LC_MESSAGES/django.po +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/locale/fr/LC_MESSAGES/django.mo +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/locale/fr/LC_MESSAGES/django.po +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/migrations/0001_initial_squashed_squashed_0008_alter_article_author_alter_article_feedback_contact_and_more.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/migrations/0009_dependantarticle.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/migrations/0010_alter_article_options.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/migrations/0011_auto_20240103_0953.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/migrations/0012_i18n.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/migrations/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/article.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/article_type.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/block.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/block_parameter.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/in_editor_template.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/meta_information.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/mixins.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/publication_models.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/style.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/models/template.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/pdf_generator.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/serializers/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/serializers/article.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/serializers/article_type.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/serializers/in_editor_template.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/serializers/meta_information.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/serializers/publication.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templates/wbwriter/article_pdf.html +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templates/wbwriter/templatetags/cite_article.html +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templates/wbwriter/templatetags/table_of_contents.html +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templates/wbwriter/templatetags/table_of_contents_articles.html +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templatetags/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templatetags/writer.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/tests/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/tests/conftest.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/tests/signals.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/tests/test_filter.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/tests/test_model.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/tests/test_writer.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/tests/tests.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/typings.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/urls.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/article.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/article_type.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/buttons.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/display/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/display/article.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/display/article_type.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/display/in_editor_template.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/display/meta_information.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/display/meta_information_instance.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/display/publication.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/documentation/article.md +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/endpoints/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/endpoints/article.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/endpoints/meta_information.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/in_editor_template.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/menu.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/meta_information.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/meta_information_instance.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/publication.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/titles/__init__.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/titles/publication_title_config.py +0 -0
- {wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/titles/reviewer_article_title_config.py +0 -0
|
@@ -145,7 +145,7 @@ class PublicationParser(ABC): # pragma: no cover
|
|
|
145
145
|
|
|
146
146
|
if len(teaser_image_basename) > 100:
|
|
147
147
|
teaser_image_basename = teaser_image_basename.substring(0, 92)
|
|
148
|
-
if teaser_image_extension == "
|
|
148
|
+
if teaser_image_extension.upper() == "JPG": # NOTE: Image doesn't understand "jpg"
|
|
149
149
|
teaser_image_extension = "jpeg"
|
|
150
150
|
pil_image_obj = Image.open(self.article.teaser_image)
|
|
151
151
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templates/wbwriter/templatetags/cite_article.html
RENAMED
|
File without changes
|
{wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/templates/wbwriter/templatetags/table_of_contents.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wbwriter-1.52.1 → wbwriter-1.52.2}/wbwriter/viewsets/titles/reviewer_article_title_config.py
RENAMED
|
File without changes
|