diff --git a/CHANGES.rst b/CHANGES.rst index 387cb3790..9d63ffe41 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,14 @@ Changes ======= +Version v17.5.0 (released 2024-11-27) + +- subcommunities: implement invitation request + * Allows parent communities to create requests to invite other + communities as their children. +- config: add LogoNotFoundError +- communities: config: Update static page URLs to prevent name collisions + Version v17.4.0 (released 2024-11-11) - admin: change default number of results from 10 to 20 diff --git a/invenio_communities/__init__.py b/invenio_communities/__init__.py index 2f94a1ea2..89d0ef1ce 100644 --- a/invenio_communities/__init__.py +++ b/invenio_communities/__init__.py @@ -11,6 +11,6 @@ from .ext import InvenioCommunities from .proxies import current_communities -__version__ = "17.4.0" +__version__ = "17.5.0" __all__ = ("InvenioCommunities", "current_communities") diff --git a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RecordResourceActions.js b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RecordResourceActions.js index e276968c3..428b1ae36 100644 --- a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RecordResourceActions.js +++ b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RecordResourceActions.js @@ -1,6 +1,6 @@ /* * // This file is part of Invenio-App-Rdm - * // Copyright (C) 2023 CERN. + * // Copyright (C) 2023-2024 CERN. * // * // Invenio-App-Rdm is free software; you can redistribute it and/or modify it * // under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RemovalReasonsSelect.js b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RemovalReasonsSelect.js index 849be8191..acc8f1c40 100644 --- a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RemovalReasonsSelect.js +++ b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RemovalReasonsSelect.js @@ -1,6 +1,6 @@ /* * // This file is part of Invenio-App-Rdm - * // Copyright (C) 2023 CERN. + * // Copyright (C) 2023-2024 CERN. * // * // Invenio-App-Rdm is free software; you can redistribute it and/or modify it * // under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RestoreConfirmation.js b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RestoreConfirmation.js index a6373e0bb..9fbd6151f 100644 --- a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RestoreConfirmation.js +++ b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RestoreConfirmation.js @@ -1,6 +1,6 @@ /* * // This file is part of Invenio-Communities - * // Copyright (C) 2023 CERN. + * // Copyright (C) 2023-2024 CERN. * // * // Invenio-App-Rdm is free software; you can redistribute it and/or modify it * // under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/TombstoneForm.js b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/TombstoneForm.js index 3aac9c5e1..43f30db19 100644 --- a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/TombstoneForm.js +++ b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/TombstoneForm.js @@ -1,6 +1,6 @@ /* * // This file is part of Invenio-App-Rdm - * // Copyright (C) 2023 CERN. + * // Copyright (C) 2023-2024 CERN. * // * // Invenio-App-Rdm is free software; you can redistribute it and/or modify it * // under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/search/filters/DeletionStatusFilter.js b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/search/filters/DeletionStatusFilter.js index 26cbfe746..a342a6294 100644 --- a/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/search/filters/DeletionStatusFilter.js +++ b/invenio_communities/assets/semantic-ui/js/invenio_communities/administration/search/filters/DeletionStatusFilter.js @@ -1,6 +1,6 @@ /* * // This file is part of Invenio-Communities - * // Copyright (C) 2023 CERN. + * // Copyright (C) 2023-2024 CERN. * // * // Invenio-Communities is free software; you can redistribute it and/or modify it * // under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_communities/assets/semantic-ui/js/invenio_communities/community/labels/RestrictedLabel.js b/invenio_communities/assets/semantic-ui/js/invenio_communities/community/labels/RestrictedLabel.js index 63cc820a4..8ba777762 100644 --- a/invenio_communities/assets/semantic-ui/js/invenio_communities/community/labels/RestrictedLabel.js +++ b/invenio_communities/assets/semantic-ui/js/invenio_communities/community/labels/RestrictedLabel.js @@ -1,5 +1,5 @@ // This file is part of InvenioRDM -// Copyright (C) 2023 CERN. +// Copyright (C) 2023-2024 CERN. // // InvenioRDM is free software; you can redistribute it and/or modify it // under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_communities/templates/semantic-ui/invenio_communities/search.html b/invenio_communities/templates/semantic-ui/invenio_communities/search.html index f8cc5f420..eea1a114c 100644 --- a/invenio_communities/templates/semantic-ui/invenio_communities/search.html +++ b/invenio_communities/templates/semantic-ui/invenio_communities/search.html @@ -1,7 +1,7 @@ {# -*- coding: utf-8 -*- This file is part of Invenio. - Copyright (C) 2016-2020 CERN. + Copyright (C) 2016-2024 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_communities/views/decorators.py b/invenio_communities/views/decorators.py index e71f71e3c..076ca7910 100644 --- a/invenio_communities/views/decorators.py +++ b/invenio_communities/views/decorators.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2022 CERN. +# Copyright (C) 2016-2024 CERN. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details.