----------------------
Feature changes
~~~~~~~~~~~~~~~
- Enable the terms and conditions features introduced in release 2.3, but
make it possible to disable it via a settings in the ``.ini`` file. This
fixes `ticket 107 <https://code.simplon.biz/tracker/euphorie/ticket/107>`_.
[wichert]
- Replace downloadable action plan report with a RTF version. This solves
problems with opening and editing the previous html fake-.doc approach.
Downside of this approach is the loss of styling for the report.
[wichert]
- Extend client form CSS to support percentage fields.
[cornae]
- Added Greek translation provided by external translator for euphorie.pot;
the latest additions are not translated yet [thomas]
Bugfixes
~~~~~~~~
- Do not loose value of the referer field on the company details form.
[wichert]
- The i18n msgid "label_login" was used for 2 different meanings. In
content/user.py and content/upload.py, the msgid "label_login_name"
is now used for the LoginField
[thomas]
- Added msgid "label_preview", Default "Preview", as disambiguation
from "header_preview" (Preview survey) and "button_preview"
(Create preview)
[thomas]
- in euphorie/content/risk.py changed Default translation for
label_problem_description to "Inversed statement", as given in
euphorie/content/templates/risk_view.pt
[thomas]
- in euphorie/content/upload.py added 2 new msgids, since the
ones that were used already have a different meaning
label_survey_title -> label_upload_survey_title
help_surveygroup_title -> help_upload_surveygroup_title
[thomas]