Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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: 1 addition & 0 deletions backend/news/236.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the Person `department` field to use Textarea instead of input. @iFlameing
6 changes: 3 additions & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"kitconcept.core==1.0.0a27",
"kitconcept.core==1.0.0a28",
"plone.api",
"plone.distribution",
"plone.restapi",
Expand Down Expand Up @@ -289,9 +289,9 @@ constraint-dependencies = [
"jsonschema-specifications==2025.4.1",
"jsonschema==4.24.0",
"keyring==25.6.0",
"kitconcept.core==1.0.0a27",
"kitconcept.core==1.0.0a28",
"kitconcept.solr==2.0.0a1",
"kitconcept.voltolighttheme==7.0.0b2",
"kitconcept.voltolighttheme==7.0.0b4",
"legacy-cgi==2.6.2",
"lockfile==0.12.2",
"lxml-html-clean==0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion backend/src/kitconcept/intranet/behaviors/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class IPersonBehavior(model.Schema):
required=False,
)

department = schema.TextLine(
department = schema.Text(
title=_("Department"),
required=False,
)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
"POT-Creation-Date: 2025-09-15 23:05+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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
"POT-Creation-Date: 2025-09-15 23:05+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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
"POT-Creation-Date: 2025-09-15 23:05+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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
"POT-Creation-Date: 2025-09-15 23:05+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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<version>20250909001</version>
<version>20250916001</version>
<dependencies>
<!-- <dependency>kitconcept.solr:default</dependency> -->
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<element value="kitconcept.core.person_image" />
<element value="volto.kicker" />
<element value="collective.person.person" />
<element value="kitconcept.core.biography" />
<element value="kitconcept.intranet.person" />
<element value="collective.contact_behaviors.contact_info" />
<element value="kitconcept.core.additional_contact_info" />
Expand Down
1 change: 1 addition & 0 deletions backend/src/kitconcept/intranet/upgrades/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
<include package=".v20250903001" />
<include package=".v20250903002" />
<include package=".v20250909001" />
<include package=".v20250916001" />

</configure>
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
>
<genericsetup:upgradeSteps
profile="kitconcept.intranet:default"
source="20250909001"
destination="20250916001"
>
<genericsetup:upgradeDepends
title="Add biography behavior to Person content type"
import_steps="typeinfo"
/>
</genericsetup:upgradeSteps>
</configure>
1,944 changes: 972 additions & 972 deletions backend/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions frontend/mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"package": "@kitconcept/volto-light-theme",
"url": "git@github.com:kitconcept/volto-light-theme.git",
"https": "https://github.com/kitconcept/volto-light-theme.git",
"tag": "7.0.0b2",
"tag": "7.0.0b4",
"filterBlobs": true
},
"kitconcept-core": {
Expand All @@ -22,7 +22,7 @@
"package": "@kitconcept/core",
"url": "git@github.com:kitconcept/kitconcept-core.git",
"https": "https://github.com/kitconcept/kitconcept-core.git",
"tag": "1.0.0a27"
"tag": "1.0.0a28"
},
"volto-banner-block": {
"develop": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,37 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. Default: "Address"
#: components/theme/PersonView
msgid "Address"
msgstr "Adresse"

#. Default: "Bio"
#: components/theme/PersonView
msgid "Bio"
msgstr "Vita"

#. Default: "Building"
#: components/theme/PersonView
msgid "Building"
msgstr "Gebäude"

#. Default: "By"
#: slots/DocumentByLine/DocumentByLine
msgid "By"
msgstr "Von"

#. Default: "Contact"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Contact"
msgstr "Kontakt"

#. Default: "E-mail"
#: components/theme/PersonView
msgid "E-mail"
msgstr "E-mail"

#. Default: "End"
#: components/Blocks/EventMetadata/View
msgid "End"
Expand All @@ -43,9 +64,20 @@ msgstr "Standort"

#. Default: "Phone"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Phone"
msgstr "Telefonnummer"

#. Default: "Room"
#: components/theme/PersonView
msgid "Room"
msgstr "Raum"

#. Default: "Site"
#: components/theme/PersonView
msgid "Site"
msgstr "Website"

#. Default: "Start"
#: components/Blocks/EventMetadata/View
msgid "Start"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,36 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. Default: "Address"
#: components/theme/PersonView
msgid "Address"
msgstr "Adresse"

#. Default: "Bio"
#: components/theme/PersonView
msgid "Bio"
msgstr "Vita"

#. Default: "Building"
#: components/theme/PersonView
msgid "Building"
msgstr ""

#. Default: "By"
#: slots/DocumentByLine/DocumentByLine
msgid "By"
msgstr ""

#. Default: "Contact"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Contact"
msgstr ""
msgstr "Kontakt"

#. Default: "E-mail"
#: components/theme/PersonView
msgid "E-mail"
msgstr "E-mail"

#. Default: "End"
#: components/Blocks/EventMetadata/View
Expand All @@ -43,9 +64,20 @@ msgstr ""

#. Default: "Phone"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Phone"
msgstr "Telefon"

#. Default: "Room"
#: components/theme/PersonView
msgid "Room"
msgstr ""

#. Default: "Site"
#: components/theme/PersonView
msgid "Site"
msgstr "Website"

#. Default: "Start"
#: components/Blocks/EventMetadata/View
msgid "Start"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,37 @@ msgstr ""
"X-Is-Fallback-For: es-ar es-bo es-cl es-co es-cr es-do es-ec es-es es-sv es-gt es-hn es-mx es-ni es-pa es-py es-pe es-pr es-us es-uy es-ve\n"
"X-Generator: Poedit 2.2.1\n"

#. Default: "Address"
#: components/theme/PersonView
msgid "Address"
msgstr ""

#. Default: "Bio"
#: components/theme/PersonView
msgid "Bio"
msgstr ""

#. Default: "Building"
#: components/theme/PersonView
msgid "Building"
msgstr ""

#. Default: "By"
#: slots/DocumentByLine/DocumentByLine
msgid "By"
msgstr ""

#. Default: "Contact"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Contact"
msgstr ""

#. Default: "E-mail"
#: components/theme/PersonView
msgid "E-mail"
msgstr ""

#. Default: "End"
#: components/Blocks/EventMetadata/View
msgid "End"
Expand All @@ -50,9 +71,20 @@ msgstr ""

#. Default: "Phone"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Phone"
msgstr ""

#. Default: "Room"
#: components/theme/PersonView
msgid "Room"
msgstr ""

#. Default: "Site"
#: components/theme/PersonView
msgid "Site"
msgstr ""

#. Default: "Start"
#: components/Blocks/EventMetadata/View
msgid "Start"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,37 @@ msgstr ""
"Preferred-Encodings: utf-8\n"
"Domain: volto\n"

#. Default: "Address"
#: components/theme/PersonView
msgid "Address"
msgstr ""

#. Default: "Bio"
#: components/theme/PersonView
msgid "Bio"
msgstr ""

#. Default: "Building"
#: components/theme/PersonView
msgid "Building"
msgstr ""

#. Default: "By"
#: slots/DocumentByLine/DocumentByLine
msgid "By"
msgstr ""

#. Default: "Contact"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Contact"
msgstr ""

#. Default: "E-mail"
#: components/theme/PersonView
msgid "E-mail"
msgstr ""

#. Default: "End"
#: components/Blocks/EventMetadata/View
msgid "End"
Expand All @@ -48,9 +69,20 @@ msgstr ""

#. Default: "Phone"
#: components/Blocks/EventMetadata/View
#: components/theme/PersonView
msgid "Phone"
msgstr ""

#. Default: "Room"
#: components/theme/PersonView
msgid "Room"
msgstr ""

#. Default: "Site"
#: components/theme/PersonView
msgid "Site"
msgstr ""

#. Default: "Start"
#: components/Blocks/EventMetadata/View
msgid "Start"
Expand Down
Loading
Loading