Skip to content

Releases: flyspray/flyspray

Flyspray 1.0-rc11

29 Jan 20:00
412bb04
Compare
Choose a tag to compare

Summary of Changes

  • works with the PHP versions I tested (between 7.2 and current 8.3.2). Older may still work but not tested.

Regressions

From 1.0-rc10 to 1.0-rc11 following regressions are known:

  • Changes to a category tree are not saved. The sent form has no effect.
  • Moving a user from one group to another group is not saved. The sent form has no effect.
  • Deleting a task reminders was not possible. The sent form has no effect. Now fixed and available in next release.

What's Changed

New Contributors

Full Changelog: v1.0-rc10...v1.0-rc11

Flyspray 1.0-rc10

23 Apr 17:04
8573fcf
Compare
Choose a tag to compare

Summary of Changes

  • PHP 7.4 and PHP 8.0 compatible. Minimum is PHP 5.6 (older PHP versions are not tested)
  • There is now the username used as displayed text for linking to a user instead of realname.
    The username is unique visible for users and makes the mention plugin possible.
    The realname can be set to whatever string by the user and is not unique within a Flyspray installation.
    The realname or more info about a user is still visible to user with mouse over (using title attribute or tooltip)
  • Tags are now searched also by the search string.
  • Easy adding and removing of tags when editing a task.
  • Tags attached to a task now have an added timestamp stored and the userid who added it.
  • The userlist in the admin area can now be sorted by columns similiar to tasklist.
  • The userlist in the admin area now has a search form.
  • The feature Tags can be turned on and off.
  • Experimental feature Kanbanview and Ganttview can be turned on and off in admin area. These are really just stubs for future.
  • Extended Checks admin area
  • The tab Spam Prevention in the admin area Preferences now contains a rel nofollow setting.
  • Updated the database layer to ADOdb to 5.21.
  • Many little CSS changes to make it more usable on small devices.

Updated Editors

The Icons of the editor toolbars are now better suited for switching between normal and darkmode theme.
The H1 and H2 title level buttons are removed from toolbars but their usage is not forbidden.
The H1 and H2 are currently used for Flyspray page heading and H2 for the task title. Instead beside H3 also H4 an dH5 buttons are added to the toolbars.

CKEditor

  • Updated CKEditor for installations using 'html' syntax_plugin setting.
  • Has now Highlight.js plugin included for syntax highlighting.

Dokuwiki

  • Improved toolbar for installations using 'dokuwiki' syntax_plugin setting. Some icons removed and some added to fit better for task editing and compatible with bright/dark CSS theming.
  • Wrote a @username mention dokuwiki plugin to link to an existing user on comments, task details and other dokuwiki text area fields. Note: There is no notification
    sent to the mentioned users, it is currently just the detection of a @username within task description or a comment.
  • The search result list and also when viewing a task from there now highlights the search words.

Flyspray 1.0-rc9

22 Apr 09:15
136c339
Compare
Choose a tag to compare

Changes:

fix french language file which was broken in Flyspray 1.0-rc8

Flyspray 1.0-rc8

17 Apr 12:35
ca78d2b
Compare
Choose a tag to compare

Main Changes:

  • privacy: Recipients of same language of a notification email are now put into Bcc: field, not To: field.
    See 2135612
    (For small internal intimate teams/friends maybe cool to see who else receives a notification, but not public projects. Do a feature request for a config option if there is demand.)
  • security fix: It was possible for a user with view history permission in one project to view history of other projects or global event history. (all previous versions affected)
  • move task to other project now handles all cases (1.0-rc7 was quite strict to reveal possibe inconsistencies to the user, but incomplete to provide solutions)
  • mass operation can now be enabled in admin area. But no check for possible inconsistencies and no notifications will be sent for that operations!
  • several php warnings are fixed (csv export, rss/atom)
  • minimum PHP5.4 (older PHP5.3 may work, but not tested anymore) - PHP7.3

Flyspray 1.0-rc7

16 Jul 19:22
2778111
Compare
Choose a tag to compare

Main Changes:

  • PHP 7.2 compatible
  • better password hashes using password_hash()
  • also Google reCaptcha configurable
  • a new basic checks tab in admin area
  • more fields chooseable in admin editallusers view
  • last_login field in user table

flyspray-1.0-rc7.tgz has all 3rd party libraries included.

Flyspray 1.0-rc6

04 Oct 23:16
Compare
Choose a tag to compare

Security release

Several security issues were reported and fixed with this release.

Flyspray 1.0-rc4

18 Nov 06:40
Compare
Choose a tag to compare

security release

  • security fix: XSS was possible on task link attachments and comment link attachments
  • security fix: XSS was possible on task details and task comment when syntax_plugin='none'

Flyspray 1.0-rc3 (hotfix)

04 Oct 23:42
Compare
Choose a tag to compare

Main changes since Flyspray 1.0 RC1

  • security hotfix: deactivated fetch.php of dokuwiki syntax plugin due 2 reported security problems (probably all previous Flyspray versions)
  • bugfix: user with only modify_own_tasks wasn't able to update tasks due too strict form checks (v1.0-rc1 was affected)
  • security improvement: use crypt() instead md5 as default config setting at installation
  • security fix: added missing permission checks for RSS/Atom feeds
  • security fix (3rd library): The .zip contains now ADOdb 5.20.7 .
  • security fix (3rd library): The .zip for php5.6 with 3rd libraries included now contains guzzle in a fixed version after httpoxy . (The others below php5.6 were not affected, because only guzzle since 4.0 was affected by httpoxy vulnerability.)
  • bugfix: better settings possible combined with anonymous task creation feature
  • bugfix: dokuwiki: geshi syntax highlighting working (task description, comments, project and flyspray info boxes)
  • feature: language chinese traditional:taiwan/HongKong added

Flyspray 1.0 RC1

10 Apr 18:37
Compare
Choose a tag to compare

Changes since Flyspray 1.0 RC:

  • bugfix: It was possible that quickedit checked user permissions against the default project, not the project of the task.
  • bugfix: accept priority with id 6 again
  • bugfix: 0 effort entries in effort tracking are now ignored and not shown as "in progress"
  • feature: mysqli db connect to a local socket, workaround a missing adodb driver functionality.
  • bugfix: preinstall check for exif extension
  • enhancement: updated finnish translation

Flyspray 1.0 RC

23 Mar 15:23
Compare
Choose a tag to compare

Changes since Flyspray 1.0 Beta2: