Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion backend/news/+dsgvo.feature

This file was deleted.

2 changes: 0 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ lint.select = [
lint.ignore = [
# DoNotAssignLambda
"E731",
# https://docs.astral.sh/ruff/rules/suppressible-exception/
"SIM105",
]

[tool.ruff.lint.isort]
Expand Down
9 changes: 0 additions & 9 deletions backend/src/kitconcept/website/controlpanels/configure.zcml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
<configure xmlns="http://namespaces.zope.org/zope">

<adapter
factory=".dsgvo.DSGVOControlpanel"
name="dsgvo-settings"
/>
<adapter
factory=".dsgvo.DSGVOSiteEndpointExpander"
name="kitconcept.website.dsgvo"
/>

</configure>
85 changes: 0 additions & 85 deletions backend/src/kitconcept/website/controlpanels/dsgvo.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-05-28 08:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language-Code: en\n"
"Language-Name: English\n"
"Preferred-Encodings: utf-8 latin1\n"
"Domain: kitconcept.website\n"

#: kitconcept/website/distributions.zcml:16
msgid "A CMS solution for public websites. Created by kitconcept."
msgstr ""

#: kitconcept/website/profiles.zcml:14
msgid "Policy package to install our site"
msgstr ""

#: kitconcept/website/distributions.zcml:16
msgid "kitconcept Site"
msgstr ""

#: kitconcept/website/profiles.zcml:14
msgid "kitconcept.website: Install"
msgstr ""

This file was deleted.

34 changes: 34 additions & 0 deletions backend/src/kitconcept/website/locales/kitconcept.site.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#--- PLEASE EDIT THE LINES BELOW CORRECTLY ---
#SOME DESCRIPTIVE TITLE.
#FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-05-28 08:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language-Code: en\n"
"Language-Name: English\n"
"Preferred-Encodings: utf-8 latin1\n"
"Domain: kitconcept.website\n"

#: kitconcept/website/distributions.zcml:16
msgid "A CMS solution for public websites. Created by kitconcept."
msgstr ""

#: kitconcept/website/profiles.zcml:14
msgid "Policy package to install our site"
msgstr ""

#: kitconcept/website/distributions.zcml:16
msgid "kitconcept Site"
msgstr ""

#: kitconcept/website/profiles.zcml:14
msgid "kitconcept.website: Install"
msgstr ""
58 changes: 0 additions & 58 deletions backend/src/kitconcept/website/locales/kitconcept.website.pot

This file was deleted.

14 changes: 1 addition & 13 deletions backend/src/kitconcept/website/profiles/default/controlpanel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
meta_type="Plone Control Panel Tool"
name="portal_controlpanel"
i18n:domain="kitconcept.website"
i18n:domain="plone"
>
<configlet action_id="dsgvo-settings"
appId="kitconcept.website"
category="plone-general"
condition_expr=""
icon_expr="string:news"
title="GDPR Settings"
url_expr="string:${portal_url}/dsgvo-settings"
visible="True"
i18n:attributes="title"
>
<permission>Manage portal</permission>
</configlet>
</object>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<version>20260511001</version>
<version>20260304001</version>
<dependencies>
<!-- <dependency>kitconcept.solr:default</dependency> -->
<dependency>profile-kitconcept.contactblock:default</dependency>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<registry>
<records interface="plone.i18n.interfaces.ILanguageSchema"
prefix="plone"
purge="false"
>
<value key="available_languages">
<element>en</element>
</value>
<value key="default_language">en</value>
</records>
</registry>
Loading
Loading