Skip to content

Commit

Permalink
Prepare release 2.3.0 (#93)
Browse files Browse the repository at this point in the history
* Changelog updated

* Code headers written

* Readme and screenshots updated

* Updated docs
  • Loading branch information
ramonski authored Oct 3, 2022
1 parent 2604ac7 commit 0e25d69
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 11 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,23 @@ Used libraries:

### Prerequisites

You need `node` and `npm` installed:
You need `node` and `npm` and `yarn` installed:

» npm --version
6.5.0
» node --version
v18.10.0

» node --version
v11.9.0
8.19.2

» yarn --version
1.21.1


### Installation of JS Dependencies

Use `npm` (or `yarn`) to install the develoment dependencies:
Use `yarn` (or `npm`) to install the develoment dependencies:

» cd webpack
» yarn install

This creates a local node_modules directory where all the dependencies are stored.
Expand All @@ -180,7 +185,8 @@ Print usage (output below is cutted):

» node_modules/.bin/webpack --help

webpack-cli 3.2.1
webpack: 5.69.1
webpack-cli 4.9.2
Usage: https://webpack.js.org/api/cli/
Usage without config file: webpack <entry> [<entry>] --output [-o] <output>

Expand All @@ -205,8 +211,8 @@ The configuration for the used `webpack` command is located in `webpack.config.j

Run this command to watch/rebuild the JavaScript for Development:

» npm run watch
» yarn watch

Run this command to build the final JavaScript for Production:

» npm run build
» yarn build
4 changes: 2 additions & 2 deletions docs/About.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ 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
https://docs.plone.org/manage/installing/installing_addons.html

**Important**

Expand All @@ -90,7 +90,7 @@ Installation Requirements

The following versions are required for SENAITE.APP.LISTING:

- senaite.lims >= 2.1.0
- senaite.lims >= 2.3.0


.. _Plone 5: https://docs.plone.org/manage/installing/installation.html
Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.3.0 (unreleased)
2.3.0 (2022-10-03)
------------------

- #92 Add workflow state of view context to listing config
Expand Down
18 changes: 18 additions & 0 deletions src/senaite/app/listing/controlpanel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# -*- coding: utf-8 -*-
#
# This file is part of SENAITE.APP.LISTING.
#
# SENAITE.APP.LISTING is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by the Free
# Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims import senaiteMessageFactory as _
from plone.supermodel import model
Expand Down
18 changes: 18 additions & 0 deletions src/senaite/app/listing/upgrades/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# -*- coding: utf-8 -*-
#
# This file is part of SENAITE.APP.LISTING.
#
# SENAITE.APP.LISTING is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by the Free
# Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Some rights reserved, see README and LICENSE.
18 changes: 18 additions & 0 deletions src/senaite/app/listing/upgrades/handlers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# -*- coding: utf-8 -*-
#
# This file is part of SENAITE.APP.LISTING.
#
# SENAITE.APP.LISTING is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by the Free
# Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Some rights reserved, see README and LICENSE.

from senaite.app.listing import logger

Expand Down
Binary file modified static/1_samples_listing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/2_worksheet_classic_listing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/3_worksheet_transposed_listing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/4_clients_listing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e25d69

Please sign in to comment.