Products.poi

Latest version: v4.0.3

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

Scan your dependencies

Page 2 of 5

2.3

----------------

- Avoid security warning on startup. You get a warning about our
IResponseAdder viewlet manager, which apparently has a security
declaration for nonexistent method '__getitem__'. So we add that
method and let it return an IndexError, because this is a
``zope.contentprovider`` which is not meant to iterate over
viewlets. [maurits]

- Use blob file for attachments in issues and responses. This comes
with an upgrade step to migrate them.
Fixes `issue 32 <https://github.com/collective/Products.Poi/issues/32>`_.
[maurits]

2.2.10

-------------------

- Added basic options to ``BasePoiMail``. This avoids doing the same
calculations on various sub classes. [maurits]

- Load ``rss.png`` instead of ``rss.gif``. [maurits]

- Fixed ``poi.js`` javascript for newer jQuery versions. 1.9 would
fall over an undefined ``jQuery.browser``. 1.7 would fall over an
unrecognized expression, needing extra quotes. Still works on 1.4.
Fixes `issue 30 <https://github.com/collective/Products.Poi/issues/30>`_.
[maurits]

2.2.9

------------------

- Only do link detection in plain or intelligent text fields. If a
field has html and contains an html space ``&160`` and you have an
issue 160, it will start looking very ugly. Note that by default
html is not allowed. [maurits]

2.2.8

------------------

- Require Products.DataGridField 1.9.2 as minimum. This means we no
longer use the ``isDataGridFilled`` validator, but simply rely on
``required=True`` for the ``availableAreas`` and
``availableIssueTypes`` fields of the trackers.
[maurits]

2.2.7

------------------

- Refer to .png Plone images in css instead of .gif.
[thomasdesvenain]

- When we go to search form, current filters are pre-selected.
[thomasdesvenain]

- Filled in missing translations for de and removed stale fuzzy entries
[pilz]

2.2.6

------------------

- Show technicians in the responsible managers list in the search
form.
Fixes http://plone.org/products/poi/issues/266
[maurits]

- Sort the available releases of trackers in PloneSoftwareCenter by
id, which means: by version.
[maurits]

- Fix auto-recognized issue/revision links when displayed in the
tracker log. These would point outside of the tracker. Now we pass
the absolute url of the tracker. Note that responses cache their
rendered html text in a variable ``rendered_text``, which is only
updated when you edit the response, so this may not have effect on
existing responses.
Fixes http://plone.org/products/poi/issues/255
[maurits]

- Fix corner cases in recognizing links to issues and revisions. Add
the patterns for these two in ``config.py`` so they can be
overridden. Also add the template to use when recognizing a link to
another issue there.
Fixes http://plone.org/products/poi/issues/262
[maurits]

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.