Metadata-Version: 2.1
Name: senaite.lims
Version: 1.3.2.1
Summary: SENAITE LIMS - Meta Package for Core and UI/UX Components
Home-page: https://github.com/senaite/senaite.lims
Author: SENAITE Foundation
Author-email: hello@senaite.com
License: GPLv2
Description: .. image:: https://raw.githubusercontent.com/senaite/senaite.lims/master/static/logo_pypi.png
           :target: https://github.com/senaite/senaite.lims#readme
           :alt: senaite.lims
           :height: 128
        
        - **SENAITE.LIMS**: *Responsive User Interface for SENAITE Core*
        
        .. image:: https://img.shields.io/pypi/v/senaite.lims.svg?style=flat-square
           :target: https://pypi.python.org/pypi/senaite.lims
        
        .. image:: https://img.shields.io/github/issues-pr/senaite/senaite.lims.svg?style=flat-square
           :target: https://github.com/senaite/senaite.lims/pulls
        
        .. image:: https://img.shields.io/github/issues/senaite/senaite.lims.svg?style=flat-square
           :target: https://github.com/senaite/senaite.lims/issues
        
        .. image:: https://img.shields.io/badge/README-GitHub-blue.svg?style=flat-square
           :target: https://github.com/senaite/senaite.lims#readme
        
        .. image:: https://img.shields.io/badge/Built%20with-%E2%9D%A4-red.svg
           :target: https://github.com/senaite/senaite.lims
        
        .. image:: https://img.shields.io/badge/Made%20for%20SENAITE-%E2%AC%A1-lightgrey.svg
           :target: https://www.senaite.com
        
        
        About
        =====
        
        The primary goal of SENAITE LIMS is to provide a complete new and modern way to
        interact with SENAITE CORE.
        
        
        Installation
        ============
        
        Please follow the installations instructions for `Plone 4`_ and
        `senaite.lims`_.
        
        To install SENAITE.LIMS, you have to add `senaite.lims` into the
        `eggs` list inside the `[buildout]` section of your
        `buildout.cfg`::
        
           [buildout]
           parts =
               instance
           extends =
               http://dist.plone.org/release/4.3.18/versions.cfg
           find-links =
               http://dist.plone.org/release/4.3.18
               http://dist.plone.org/thirdparty
           eggs =
               Plone
               Pillow
               senaite.lims
           zcml =
           eggs-directory = ${buildout:directory}/eggs
        
           [instance]
           recipe = plone.recipe.zope2instance
           user = admin:admin
           http-address = 127.0.0.1:8080
           eggs =
               ${buildout:eggs}
           zcml =
               ${buildout:zcml}
        
           [versions]
           setuptools =
           zc.buildout =
        
        
        **Note**
        
        The above example works for the buildout created by the unified
        installer. If you however have a custom buildout you might need to add
        the egg to the `eggs` list in the `[instance]` section rather than
        adding it in the `[buildout]` section.
        
        Also see this section of the Plone documentation for further details:
        https://docs.plone.org/4/en/manage/installing/installing_addons.html
        
        **Important**
        
        For the changes to take effect you need to re-run buildout from your
        console::
        
           bin/buildout
        
        
        Installation Requirements
        -------------------------
        
        The following versions are required for SENAITE.LIMS:
        
        -  Plone 4.3.18
        -  senaite.core >= 1.3.0
        
        
        .. _Plone 4: https://docs.plone.org/4/en/manage/installing/index.html
        .. _senaite.lims: https://github.com/senaite/senaite.lims#installation
        
        
        Changelog
        =========
        
        1.3.2.1 (2019-11-06)
        --------------------
        
        - #105: Fixed TAL Expression
        
        
        1.3.2 (2019-10-31)
        ------------------
        
        - #104: Capitalize WF state titles for better translation handling
        
        
        1.3.1 (2019-07-01)
        ------------------
        
        - #102 Improved navigation portlet icon lookup cache
        
        
        1.3.0 (2019-03-30)
        ------------------
        
        **Added**
        
        - #99 SENAITE Install Screen
        - #82 Support for searches against Analysis Requests catalog
        
        **Changed**
        
        - #100 Improve Styling of Navigation Portlet
        - #97 Sort setup items by translated title
        - #90 Integration for senaite.core 1.3
        - #88 Refactored spotlight backend and added more columns to results table
        - #87 Stay on current context when switching the language
        - #86 Do not display setup items with exclude_from_nav setting set to True
        
        **Fixed**
        
        - #96: Bootstrapped TinyMCE
        - #91: Fix CSS class for portal message in control-panel
        - #85: Fix logo link spanning over the whole header
        - #84: Fix Spotlight form submission on enter keypress
        
        
        1.2.2 (2018-08-11)
        ------------------
        
        **Added**
        
        - #80 SENAITE Controlpanel View
        
        **Fixed**
        
        - #79 Fixed Unauthorized Error caused by Plone's safe_unlock JavaScript
        
        
        1.2.1 (2018-07-10)
        ------------------
        
        **Added**
        
        - #75 Site-Actions Viewlet added to Portal footer
        
        **Removed**
        
        - #73 Removed "Add" and "Display" menus
        
        **Changed**
        
        - #74 Updated Logo for Retina Displays
        - #71 Readme/About docs updated
        
        **Fixed**
        
        - #70 Fixed Tests
        - #67 Add buttons from SENAITE HEALTH's Add AR form visible when SENAITE LIMS is active
        - #69 Bootstrap fixtures
        
        
        1.2.0 (2018-01-03)
        ------------------
        
        **Added**
        
        - Upgrade steps machinery
        
        **Removed**
        
        - senaite.lims.browser.bika
        - bika.lims.analysisrequest.js
        - bika.lims.common.js
        
        **Changed**
        
        - SENAITE CORE integration
        - Licensed under GPLv2
        
        **Fixed**
        
        - Added missing `attachments` CSS class to attachment templates
        
        
        1.1.0 (2017-10-03)
        ------------------
        
        **Added**
        
        - Spotlight search integration
        
        
        1.0.1 (2017-09-30)
        ------------------
        
        **Fixed**
        
        - Fixed broken release (missing MANIFEST.in)
        
        
        1.0.0 (2017-09-30)
        ------------------
        
        **Added**
        
        - First release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
