Skip to content

Commit f874998

Browse files
committed
Squashed commit of the following:
commit 7b89b3a946614411062c611a09fde8089c2ae4c4 Author: Jordi Puiggené <jp@naralabs.com> Date: Fri Jul 23 22:17:21 2021 +0200 Update translations commit 96294099e16179ac02f73a6c1b8c637a410a184e Author: Jordi Puiggené <jp@naralabs.com> Date: Fri Jul 23 22:06:44 2021 +0200 Update code header copyright 2018-2021 commit 2c0ff1a704eb2c82b3ef35af7d03555e71241904 Author: Jordi Puiggené <jp@naralabs.com> Date: Fri Jul 23 22:02:54 2021 +0200 Update version to 1.3.5
1 parent 45d43da commit f874998

File tree

582 files changed

+17198
-2564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

582 files changed

+17198
-2564
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions

bika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
try:

bika/lims/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import logging

bika/lims/adapters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.

bika/lims/adapters/addsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from zope.component import adapts

bika/lims/adapters/dynamicresultsrange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/adapters/referencewidgetvocabulary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

bika/lims/adapters/stickers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from zope.interface import implements

bika/lims/adapters/widgetvisibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/alphanumber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import re

bika/lims/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import re

bika/lims/api/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from collections import Mapping

bika/lims/api/analysisservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/api/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import io

bika/lims/api/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from AccessControl import getSecurityManager

bika/lims/api/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

bika/lims/api/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from AccessControl import getSecurityManager

bika/lims/barcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

bika/lims/browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
"""Bika's browser views are based on this one, for a nice set of utilities.

bika/lims/browser/accreditation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from Products.CMFPlone.utils import safe_unicode

bika/lims/browser/analyses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from .view import AnalysesView

bika/lims/browser/analyses/qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from collections import OrderedDict

bika/lims/browser/analyses/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

bika/lims/browser/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

bika/lims/browser/analysisprofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.jsonapi import load_field_values

bika/lims/browser/analysisreport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/browser/analysisrequest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.interfaces import IAnalysisRequest

bika/lims/browser/analysisrequest/add2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

bika/lims/browser/analysisrequest/analysisrequests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import collections

bika/lims/browser/analysisrequest/invoice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import _

bika/lims/browser/analysisrequest/manage_analyses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import collections

bika/lims/browser/analysisrequest/manage_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import bikaMessageFactory as _

bika/lims/browser/analysisrequest/published_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/browser/analysisrequest/reject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.browser import BrowserView

bika/lims/browser/analysisrequest/reject_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile

bika/lims/browser/analysisrequest/resultsinterpretation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/browser/analysisrequest/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/browser/analysisrequest/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/browser/analysisservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

bika/lims/browser/artemplate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.interfaces import IJSONReadExtender, IARTemplate

bika/lims/browser/attachment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

bika/lims/browser/auditlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2021 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import collections

0 commit comments

Comments
 (0)