Euphorie

Latest version: v17.0.3

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

Scan your dependencies

Page 46 of 47

2.0rc4

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

Bugfixes
~~~~~~~~

- Fix spelling error in Dutch translation. This fixes `TNO ticket 131
<https://code.simplon.biz/tracker/tno-euphorie/ticket/131>`_.
[wichert]

- Correct bad image scaling test when displaying a module in the client, which
prevented images from being visible in action plan and evaluation phases. This
fixes `TNO ticket 135 <https://code.simplon.biz/tracker/tno-euphorie/ticket/135>`_.
[wichert]

2.0rc3

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

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

This release updates the profile version to *4*. Please use the upgrade
feature in portal_setup to upgrade the ``euphorie.deployment:default``
profile to this version.

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

- Update the French translation of the survey creation guide.
[pilz]

- Replace the collected company details with more generic information. The
previous list is still used in the `Dutch RI&E site <http://instrumenten.rie.nl>`_
and is now implemented in `tno.euphorie <http//pypi.python.org/pypi/tno.euphorie/>`_.
This fixes `ticket 142 <https://code.simplon.biz/tracker/euphorie/ticket/142>`_.
[wichert]

- Add missing question field to profile questions, and update the XML export
code to export it. The XML import code and format specification already
described this field.
[wichert]

Bugfixes
~~~~~~~~

- Use longer input boxes for title and question fields in the CMS.
[pilz]

- Improve various texts.
[pilz]

- Fix creation of report downloads for sessions with non-ASCII characters in
their title. This fixes `ticket 156
<https://code.simplon.biz/tracker/euphorie/ticket/156>`_.
[wichert]

- Handle multiple buttons as returned by IE correctly in the company detail
form. This could lead to site errors before.
[wichert]

- Fix handling of partial date fields in company details forms.
[wichert]

- Add publish permission to country managers. This fixes
`TNO ticket 126 <https://code.simplon.biz/tracker/tno-euphorie/ticket/126>`_
[wichert]

- Declare dependency for question field in the module edit screen: it should
only be shown for optional modules.
[wichert]

- Fix bug in upgrade step for migration to 2.0rc2 which broke updating of
security settings for existing content.
[wichert]

2.0rc2

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

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

This release updates the profile version to *3*. Please use the upgrade
feature in portal_setup to upgrade the ``euphorie.deployment:default``
profile to this version.

Bugfixes
~~~~~~~~

- Add ``Copy or Move`` permission information to the published state of
the survey workflow. This fixes
`TNO ticket 124 <https://code.simplon.biz/tracker/tno-euphorie/ticket/124>`_
[wichert]

- Correct link colour in the reports. This fixes
`TNO ticket 104 <https://code.simplon.biz/tracker/tno-euphorie/ticket/104>`_
[cornae]

- Fix accidental yes/no swap in translations. This fixes
`TNO ticket 121 <https://code.simplon.biz/tracker/tno-euphorie/ticket/121>`_
[wichert]

- Add french translations
[pilz]

2.0rc1

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

- Improve IE8 rendering in the client.
[cornae]

- Improve rendering on iOs devices (iPhone/iPod).
[cornae]

- Multiple layout fixes for Internet Explorer browsers.
[cornae]

- No longer rotate navtree in client for Firefox since Firefox renders the
badly (more information can be found in `Mozilla bug 492214
<https://bugzilla.mozilla.org/show_bug.cgi?id=492214>`_).
[cornae]

- Add XML import and export options to the site menu. This implements
`ticket 121 <https://code.simplon.biz/tracker/euphorie/ticket/121>`_
[wichert]

- Include policy and Top5 risks in identification. There is no need to
evaluate them, but we do want to know if they are present in an
organisation.
[wichert]

- Include images in XML export of surveys. This fixes the last part of
`ticket 126 <https://code.simplon.biz/tracker/euphorie/ticket/126>`_
[wichert]

- Work around jQuery selector bug on IE which caused a javascript error
on the company form in the report step of the client.
[wichert]

- Add DOCTYPE to all CMS templates. This fixes rendering problems on IE8.
[wichert]

- Modify login form to use a link instead of a button to go back. This fixes
`TNO ticket 107 <https://code.simplon.biz/tracker/tno-euphorie/ticket/107>`_
[wichert]

- Replace lorem ipsum text on profile page in the client with proper
instructions.
[pilz]

- Always process all risks in identification, including top5 and policy risks.
[wichert]

- Force the correct i18n domain in webhelper macros. This fixes
`TNO ticket 99 <https://code.simplon.biz/tracker/tno-euphorie/ticket/99>`_
[wichert]

- Make updated legend item in versions tile translatable. This fixes
`TNO ticket 113 <https://code.simplon.biz/tracker/tno-euphorie/ticket/113>`_
[wichert]

- Allow an extra depth level in surveys. This is needed for complicated
surveys. It should not be used by normal survyes.
[wichert]

- Fix URLs for fancybox CSS in Internet Explorer.
[wichert]

- Update XML import to set image filenames as unicode strings, otherwise
z3c.form would not allow you to change an object containing an image due
to a type mismatch.
[wichert]

- Add dependency on `Products.PasswordResetTool
<http://pypi.python.org/pypi/Products.PasswordResetTool>`_ 2.0.3 or later and
fix password reset API. This fixes
`TNO ticket 111 <https://code.simplon.biz/tracker/tno-euphorie/ticket/111>`_.
[wichert]

- Update styling in the online client to work with current versions of iOS.
[cornae]

- Use the zopectl command registration feature from Zope 2.12.12 for the
database initialisation and XML import commandline commands.
[wichert]

2.0b3

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

- Improve sector styling preview: correctly display the sector logo and
show right default colours on initial page view.
[wichert]

- Dutch translations updates. Fixes part of `TNO ticket 71
<https://code.simplon.biz/tracker/tno-euphorie/ticket/71>`_.
[wichert]

- Update client to fake a risk-present answer for top-5 risks. This prevents
them from being listed as unanswered in reports. Part of `TNO ticket 93
<https://code.simplon.biz/tracker/tno-euphorie/ticket/93>`_.
[wichert]

- Fix preview feature to create a preview instead of doing a partial publish.
This fixes `TNO ticket 95
<https://code.simplon.biz/tracker/tno-euphorie/ticket/95>`_.
[wichert]

- Adjust importrie utility script to use login name instead of sector title as
password when no password is explcitly provided.
[wichert]

- Add a new about page to the client. This fixes
`ticket 153 <https://code.simplon.biz/tracker/euphorie/ticket/153>`_.
[cornae, thomas, wichert].

- Correct test for duplicate logins when creating new sectors or country
managers. This fixes
`ticket 152 <https://code.simplon.biz/tracker/euphorie/ticket/152>`_.
[wichert]

- Improve display of multiple images for a risk in the CMS.
[cornae]

2.0b2

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

- Correctly set risk type when generating a session in the client. This fixes
`TNO ticket 02 <https://code.simplon.biz/tracker/tno-euphorie/ticket/92>`_
and ticket `ticket 105 <https://code.simplon.biz/tracker/euphorie/ticket/105>`_.
[wichert]

- Add an intermediate page with explanation and confirmation to the survey
preview, similar to publication. This fixes
`TNO ticket 52 <https://code.simplon.biz/tracker/tno-euphorie/ticket/52>`_.
[wichert]

- Correct profile updates handling when not making any profile changes. This
fixes problems with profile update appearing to do nothing.
Fixes `ticket 151 <https://code.simplon.biz/tracker/euphorie/ticket/151>`_,
`TNO ticket 36 <https://code.simplon.biz/tracker/tno-euphorie/ticket/36>`_ and
`TNO ticket 85 <https://code.simplon.biz/tracker/tno-euphorie/ticket/85>`_.
[wichert]

- Change *Module* to *Submodule* in the addbar when already in a module.
Fixes `ticket 136 <https://code.simplon.biz/tracker/euphorie/ticket/136>`_.
[wichert]

Page 46 of 47

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.