Euphorie

Latest version: v17.0.3

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 43 of 47

4.0

Not secure
--------------------

Upgrade notes
~~~~~~~~~~~~~

This release updates the profile version to *11*. Please use the upgrade
feature in ``portal_setup`` to upgrade the ``euphorie.deployment:default``
profile to this version. For large systems this migration spent a long
time in a SQL migration; in that situation it may be useful to run a
manual SQL migration step by hand first: connect to the database and
issue these SQL statements::

ALTER TABLE action_plan ADD COLUMN reference TEXT;
ALTER TABLE account ALTER COLUMN password DROP NOT NULL;


Feature changes
~~~~~~~~~~~~~~~

- Expose client functionality with via simple REST API.
[wichert]

3.2.3

Not secure
--------------------

- SQL performance work: revise SQL query used to copy survey session data
on a survey update to use UPDATE FROM. This means we are no longer ANSI
SQL compliant, but makes the query run 20-50 times faster.
[wichert]

- SQL performance work: add two extra indices to improve performance for
looking up risk data.
[wichert]

3.2.2

Not secure
--------------------

- 3.2.1 was a paper-brown-bag release. Try again.
[wichert]

3.2.1

Not secure
--------------------

Bugfixes
~~~~~~~~

- Fix a bug in rendering identification reports.
[wichert]

3.2

Not secure
------------------

Upgrade notes
~~~~~~~~~~~~~

This release updates the profile version to *10*. Please use the upgrade
feature in ``portal_setup`` to upgrade the ``euphorie.deployment:default``
profile to this version. For large systems this migration spent a long
time in a SQL migration; in that situation it may be useful to run a
manual SQL migration step by hand first: connect to the database and
issue this SQL statement::

ALTER TABLE tree ADD has_description bool DEFAULT 'f';

Feature changes
~~~~~~~~~~~~~~~

- Remove warning-icon for risks with a problem description in the action plan
report. Since this report only contains present risks the icon was not useful.
This fixes `TNO ticket 219
<https://code.simplon.biz/tracker/tno-euphorie/ticket/219>`_.
[wichert]

- Change default for top5 risks to not be present to work around frequent abuse
of top5 risks by sector organisations. They will still always be included in
reports even if not present. This fixes `TNO ticket 216
<https://code.simplon.biz/tracker/tno-euphorie/ticket/216>`_.
[wichert]

- Change default for optional modules to present based on user feedback.
This fixes `TNO ticket 197
<https://code.simplon.biz/tracker/tno-euphorie/ticket/197>`_.
[wichert]

- Make description for modules optional. If a module has no description
it is skipped in the client. This fixes `TNO ticket 213
<https://code.simplon.biz/tracker/tno-euphorie/ticket/213>`_.
[wichert]

Bugfixes
~~~~~~~~

- Small grammar fix in Dutch translation for action plan introduction text.
This fixes `TNO ticket 220
<https://code.simplon.biz/tracker/tno-euphorie/ticket/220>`_.
[wichert]

- Add missing introductionary sentence in a direct survey view in the
client which explains that a user can create a new survey. This fixes
`TNO ticket 193
<https://code.simplon.biz/tracker/tno-euphorie/ticket/193>`_.
[wichert]

- Fix case handling of email addresses when changing the email address
in the client. Previously it was possible to change to an email address
with capital, after which login was no longer possible. This fixes
a final part of `TNO ticket 194
<https://code.simplon.biz/tracker/tno-euphorie/ticket/194>`_.

3.1.1

Not secure
----------------------

Upgrade notes
~~~~~~~~~~~~~

No special upgrade steps are needed for this release.

Feature changes
~~~~~~~~~~~~~~~

- Add a caption field for module image captions. This fixes `TNO ticket 210
<https://code.simplon.biz/tracker/tno-euphorie/ticket/210>`_.
[wichert]

- Position images for module views on the right side of the page so they
do not break running text as badly. This should fix `TNO ticket 211
<https://code.simplon.biz/tracker/tno-euphorie/ticket/211>`_.
[wichert]

- Use a slightly larger image size for the module views, and enable
image zoom (fancybox). This fixes `TNO ticket 209
<https://code.simplon.biz/tracker/tno-euphorie/ticket/209>`_.
[wichert]

Bugfixes
~~~~~~~~

- Fix case handling of email addresses when changing the email address
in the client. Previously it was possible to change to an email address
with capital, after which login was no longer possible. This fixes
a final part of `TNO ticket 194
<https://code.simplon.biz/tracker/tno-euphorie/ticket/194>`_.
[wichert]

Other changes
~~~~~~~~~~~~~

- Small code restructuring to make it easier for derived sites to change
filters for reports.
[wichert]

Page 43 of 47

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.