Skip to content

Commit

Permalink
Release 2.5.0 (240103)
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Jan 3, 2024
1 parent db79728 commit 7c83e5b
Show file tree
Hide file tree
Showing 726 changed files with 955 additions and 715 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

2.5.0 (unreleased)
2.5.0 (2024-01-03)
------------------

- #2459 Fix default landing page is not considered in clients listing
Expand Down
7 changes: 5 additions & 2 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Translators
- Fitra Purna, [email protected], Indonesian (id)
- Alessandro Ciai, [email protected], Italian (it)
- Alberto De Boni, [email protected], Italian (it)
- Gianluigi Tiesi, [email protected], Italian (it)
- warfox, [email protected], Italian (it)
- Raffaele Filannino, [email protected], Italian (it)
- Luca Salemmi, [email protected], Italian (it)
Expand All @@ -131,6 +132,7 @@ Translators
- Piotr Turek, [email protected], Polish (pl)
- Ryszard Grodowski, [email protected], Polish (pl)
- Frederico Ribeiro, [email protected], Portuguese (pt)
- diassuncao diassuncao, [email protected], Portuguese (Brazil) (pt_BR)
- Irapuan Coleto Bottosso, [email protected], Portuguese (Brazil) (pt_BR)
- Camila Barreto, [email protected], Portuguese (Brazil) (pt_BR)
- PabloBF, [email protected], Portuguese (Brazil) (pt_BR)
Expand All @@ -149,20 +151,21 @@ Translators
- Pavel Shuper, [email protected], Russian (ru)
- Михаил Стручалин, [email protected], Russian (ru)
- nchrom, [email protected], Russian (ru)
- alex r, aa989190f363e46d@googlemail.com, Russian (ru)
- alex r, transifex.com@rmpl.of.by, Russian (ru)
- Suphachock Upalee, [email protected], Thai (th)
- Burak ÇAM, [email protected], Turkish (Turkey) (tr_TR)
- tekbaspinar, [email protected], Turkish (Turkey) (tr_TR)
- Yildiz Oezkan, [email protected], Turkish (Turkey) (tr_TR)
- Dima Domin, [email protected], Ukrainian (Ukraine) (uk_UA)
- Misha Bychkov, [email protected], Ukrainian (Ukraine) (uk_UA)
- Pavel Shuper, [email protected], Ukrainian (Ukraine) (uk_UA)
- Roman Sobol, [email protected], Ukrainian (Ukraine) (uk_UA)
- Muzzammil Hussain, [email protected], Urdu (ur)
- Kevin Xu, [email protected], Chinese (zh)
- Rui Tang, [email protected], Chinese (zh)
- xuhaida76, [email protected], Chinese (China) (zh_CN)
- YD L., [email protected], Chinese (China) (zh_CN)
- Raymond Yu, [email protected], Chinese (China) (zh_CN)
- 道, [email protected], Chinese (China) (zh_CN)
- lin chen, [email protected], Chinese (China) (zh_CN)
- Rui Tang, [email protected], Chinese (China) (zh_CN)
- jincheng_li, [email protected], Chinese (China) (zh_CN)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Feedback and support
License
=======

**SENAITE.CORE** Copyright (C) 2018-2023 RIDING BYTES & NARALABS
**SENAITE.CORE** Copyright (C) 2018-2024 RIDING BYTES & NARALABS

This software, henceforth "SENAITE.CORE" is an add-on for the
`Plone CMS <https://plone.org/>`_ and a derivative work of BIKA LIMS.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2020 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.


Expand Down Expand Up @@ -54,7 +54,7 @@

# General information about the project.
project = u'senaite.core'
copyright = u'2018-2020, Riding Bytes & Naralabs'
copyright = u'2018-2024, Riding Bytes & Naralabs'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
License
=======

**SENAITE.CORE** Copyright (C) 2018-2020 RIDING BYTES & NARALABS
**SENAITE.CORE** Copyright (C) 2018-2024 RIDING BYTES & NARALABS

`SENAITE.CORE`_ is available under the terms of the `GNU General Public
License, version 2`_ as published by the `Free Software Foundation`_.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2020 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from setuptools import setup
Expand Down
2 changes: 1 addition & 1 deletion src/bika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

try:
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import logging
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/adapters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion src/bika/lims/adapters/addsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from zope.component import adapts
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/adapters/dynamicresultsrange.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import api
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/adapters/referencewidgetvocabulary.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

# flake8:noqa
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/adapters/stickers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from zope.interface import implements
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/adapters/widgetvisibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import api
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import copy
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/api/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from collections import Mapping
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/api/analysisservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import re
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/api/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import io
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/api/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import six
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/api/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/api/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import six
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.


Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/accreditation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from Products.CMFPlone.utils import safe_unicode
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analyses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from .view import AnalysesView
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analyses/qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analyses/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.interfaces import IAnalysis, IJSONReadExtender
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisprofile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.interfaces import IJSONReadExtender, IAnalysisProfile
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import api
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.interfaces import IAnalysisRequest
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/add2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/analysisrequests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from senaite.core.browser.samples.view import SamplesView as AnalysisRequestsView
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import _
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/manage_analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import collections
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/published_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import api
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/reject.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.browser import BrowserView
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/reject_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import six
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import api
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisrequest/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import api
Expand Down
2 changes: 1 addition & 1 deletion src/bika/lims/browser/analysisservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2021 by it's authors.
# Copyright 2018-2024 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
Loading

0 comments on commit 7c83e5b

Please sign in to comment.