Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Release 1.2.3 (200409)
Browse files Browse the repository at this point in the history
commit a2242c1c565a5fc5150e8a1d9e01cac90ede156a
Author: Jordi Puiggené <[email protected]>
Date:   Thu Apr 9 21:54:12 2020 +0200

    Added version.txt

commit cd5a80d55766b2784c696eabecd14e3b54d8edab
Author: Jordi Puiggené <[email protected]>
Date:   Thu Apr 9 21:51:41 2020 +0200

    Changelog

commit ae0ea20f8fef4214d4b1e442123e147dd4e54565
Author: Jordi Puiggené <[email protected]>
Date:   Thu Apr 9 21:50:53 2020 +0200

    Pin version senaite.lims 1.3.3.1

commit d6221f94f77bde06d693f7d5b40038a35d00ddb6
Author: Jordi Puiggené <[email protected]>
Date:   Thu Apr 9 21:44:17 2020 +0200

    Update code headers

commit 978047b2e0ae88e4888eaa7837f9e4e7a9628180
Author: Jordi Puiggené <[email protected]>
Date:   Thu Apr 9 21:42:52 2020 +0200

    Update contributors

commit d9940db88a305c5241d092513eca5a4721fa62de
Author: Jordi Puiggené <[email protected]>
Date:   Thu Apr 9 21:38:03 2020 +0200

    Update translations
  • Loading branch information
xispa committed Apr 9, 2020
1 parent 34b636d commit 05d8d76
Show file tree
Hide file tree
Showing 270 changed files with 11,320 additions and 17,470 deletions.
5 changes: 1 addition & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.2.3 (unreleased)
1.2.3 (2020-04-09)
------------------

**Added**
Expand Down Expand Up @@ -29,9 +29,6 @@ Changelog
- #158 Fix the filter query in the Add Sample Form


**Security**


1.2.2 (2019-11-07)
------------------

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Translators

- Lemoene Smit, [email protected], Afrikaans (af)
- Jordi Puiggené, [email protected], Catalan (ca)
- trendspotter, [email protected], Czech (cs)
- limsgr, [email protected], Greek (el)
- Jordi Puiggené, [email protected], Spanish (es)
- Pau Soliva, [email protected], Spanish (es)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Feedback and support
License
=======

**SENAITE.HEALTH** Copyright (C) 2018-2019 Senaite Foundation
**SENAITE.HEALTH** Copyright (C) 2018-2020 RIDING BYTES & NARALABS

This software, henceforth "SENAITE.HEALTH" is an add-on for
`Plone CMS <https://plone.org/>`_ and is a derivative work of BIKA HEALTH.
Expand Down
2 changes: 1 addition & 1 deletion 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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

try:
Expand Down
2 changes: 1 addition & 1 deletion bika/health/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from zope.i18nmessageid import MessageFactory
Expand Down
2 changes: 1 addition & 1 deletion bika/health/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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from zope.component import adapts
Expand Down
2 changes: 1 addition & 1 deletion bika/health/adapters/widgetvisibility/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
3 changes: 2 additions & 1 deletion bika/health/adapters/widgetvisibility/analysisrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.health.interfaces import IPatient
from bika.lims.adapters.widgetvisibility import SenaiteATWidgetVisibility
from bika.lims.interfaces import IBatch
Expand Down
2 changes: 1 addition & 1 deletion bika/health/adapters/widgetvisibility/batch.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.health.interfaces import IPatient
Expand Down
2 changes: 1 addition & 1 deletion bika/health/adapters/widgetvisibility/patient.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.adapters.widgetvisibility import SenaiteATWidgetVisibility
Expand Down
2 changes: 1 addition & 1 deletion bika/health/ajax/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/ajax/ajaxhandler.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-2019 by it's authors.
# Copyright 2018-2020 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 bika/health/ajax/bikasetup.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.health.ajax.ajaxhandler import AjaxHandler
Expand Down
2 changes: 1 addition & 1 deletion bika/health/ajax/client.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/aetiologicagent/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/aetiologicagent/getaetiologicagents.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/analysisrequest/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/analysisrequests/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/analysisrequests/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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from Products.CMFCore.utils import getToolByName
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/batch/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/batch/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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.browser.batch.analysisrequests import AnalysisRequestsView as BaseBatchARView
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/batch/getaetiologicagentsubtypes.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/batch/getbatchinfo.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from Products.CMFCore.utils import getToolByName
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/batch/publish.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from DateTime import DateTime
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/batchfolder.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

import collections
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/calcs/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/client/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/client/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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.browser.client import ClientAnalysisRequestsView as BaseClientARView
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/client/doctors.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.health.browser.doctors.folder_view import DoctorsView
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/disease/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/disease/getdiseases.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

"""Fetch diseases from ICD and bika_setup tables
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/doctor/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/doctor/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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.health.browser.analysisrequests.view import \
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/doctor/getdoctorid.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-2019 by it's authors.
# Copyright 2018-2020 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 bika/health/browser/doctor/getdoctorinfo.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from Products.ZCTextIndex.ParseTree import ParseError
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/doctors/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/doctors/folder_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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/doctors/getdoctors.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/drug/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/drug/getdrugs.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

import json
Expand Down
2 changes: 1 addition & 1 deletion bika/health/browser/drugprohibition/__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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion bika/health/browser/drugprohibition/getdrugprohibitions.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-2019 by it's authors.
# Copyright 2018-2020 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.health import bikaMessageFactory as _
Expand Down
Loading

0 comments on commit 05d8d76

Please sign in to comment.