Skip to content

v0.1.4

Choose a tag to compare

@amit-orangescrum amit-orangescrum released this 25 Aug 00:15
· 29 commits to main since this release

Orangescrum Community Edition v0.1.4

Patch release. This is the commit running on demo.orangescrum.org.

Fixes since v0.1.0:

Time Log (#26, PR #28) - the page opens again. It now paginates at 50
rows a page, computes its totals over the whole filtered set instead of
the visible page, loads project names in one batch rather than one query
per row, and sorts on an allow-list of eight columns. The CSV export no
longer fails on a column the header skipped.

Task import (#25, PR #30) - Continue waits for the file checks instead
of running ahead of them. Rows longer than 500 bytes are no longer cut
in half. Cancel deletes the staged file. A non-administrator is sent to
the dashboard rather than shown a missing-action error.

User filter panel (#24, PR #29) - a long project or role name is clipped
with an ellipsis and the full name moves to the tooltip, instead of
spilling out of the panel.

Security - the filter chips placed a user-supplied name into a title
attribute without escaping the double quote, which allowed attribute
injection. Fixed in 0485ac9.

No schema change. No change under webroot/, so ASSET_RELEASE stays at 92.