additionals/CHANGELOG.md

499 lines
14 KiB
Markdown
Raw Normal View History

# Changelog
2015-12-06 14:48:33 +03:00
## 3.2.0
- add option to hide issue attachments, if number of file is too high
- rubocop offenses has been fixed
## 3.1.0
- Fix missing label for view all documents
- Ruby 3 required
## 3.0.9
- Chart.js Plugin annotation 2.1.2 support
- Chart.js Plugin matrix 2.0.1 support
- D3 7.8.5 support
2023-06-23 17:49:21 +03:00
- d3plus 2.0.3 support
2023-03-06 12:48:57 +03:00
- Show author badge with notes
- Allow fast edit of description for a issue
2022-10-15 13:18:07 +03:00
## 3.0.8
2022-12-15 12:49:48 +03:00
- Mermaid 9.3.0 support
2022-12-21 08:20:55 +03:00
- Chart.js Plugin matrix 1.3.0 support
- D3 7.8.0 support
2022-11-01 18:58:46 +03:00
2022-06-27 10:08:53 +03:00
## 3.0.7
2022-07-04 13:58:15 +03:00
- D3 7.6.1 support
2022-09-14 08:43:51 +03:00
- Mermaid 9.1.7 support
2022-08-19 09:38:13 +03:00
- moment 2.29.4 support
2022-09-06 18:39:28 +03:00
- d3plus 2.0.2 support
2022-09-24 19:06:13 +03:00
- Chart.js Plugin matrix 1.2.0 support
- Chart.js Plugin datalabels 2.1.0 support
2022-07-04 13:58:15 +03:00
## 3.0.6
2022-03-29 10:20:58 +03:00
2022-06-25 13:19:36 +03:00
- D3 7.4.5 support
- Remove issue autowatch (this feature comes with Redmine 5)
- Remove feature custom top menu items (this was unmaintained for a long time)
- Drop feature "remove help" from top menu
2022-04-08 08:55:14 +03:00
- Add project filter for new_issue_message type
2022-06-15 09:44:26 +03:00
- Mermaid 9.1.2 support
2022-04-10 14:45:24 +03:00
- Switch from gemoji to tanuki_emoji
2022-04-16 09:16:43 +03:00
- Chart.js 3 support
- Add Chart.js matrix plugin
- Fix scope of users for select2 in projects
2022-05-05 07:00:32 +03:00
- Updated clipboardJS to 2.0.11
2022-06-09 09:46:31 +03:00
- Fixed auto assign issue to group member, if issue can be assigned to a group
2022-03-29 10:20:58 +03:00
## 3.0.5.2
- Fix refresh bug for async blocks for query lists
## 3.0.5.1
- Fix refresh bug for async blocks if settings change
## 3.0.5
2021-12-29 14:05:32 +03:00
2022-02-11 10:49:30 +03:00
- Mermaid 8.14.0 support
2022-01-07 21:26:51 +03:00
- D3 7.3.0 support
2022-02-02 21:05:06 +03:00
- Updated clipboardJS to 2.0.10
2022-03-07 20:51:24 +03:00
- d3plus 2.0.1 support
2022-03-12 16:58:45 +03:00
- introduce hooks controller_additionals_assign_to_me_before_save, controller_additionals_assign_to_me_after_save (see #127)
- introduce hooks controller_additionals_change_status_before_save, controller_additionals_change_status_after_save (see #127)
2022-03-18 09:30:30 +03:00
- Fix multiple asynchronous block loads
2021-12-29 14:05:32 +03:00
## 3.0.4
2021-08-25 18:55:16 +03:00
2021-12-17 09:02:01 +03:00
- Mermaid 8.13.6 support
2021-12-11 09:37:55 +03:00
- D3 7.2.1 support
- Ruby 2.6 is required
- Use redmine_plugin_kit gem as loader
- Move settings rake tasks and true?/false? to redmine_plugin_kit
- fixed default dashboard order for system default for specific project
- add rake task "redmine:additionals:reset_recently_dashboards" to reset recently used dashboards
2021-08-25 18:55:16 +03:00
## 3.0.3
- Ruby 2.7 warnings fixed
2021-08-17 17:31:45 +03:00
- Mermaid 8.11.5 support
- D3 7.0.1 support
2021-07-03 15:42:02 +03:00
- Remove issue macro, which is now supported by Redmine core
- new ticket message can be overwritten for projects
- fixed scope of public project dashboards for all projects
2021-08-21 14:20:09 +03:00
- FontAwesome 5.15.4 support
- Adjust integration of macro button, because of changed Redmine source <https://www.redmine.org/issues/31887>
## 3.0.2
- d3plus to v2.0.0-alpha.30 support
2021-03-24 10:08:17 +03:00
- Mermaid 8.9.2 support
2021-01-22 09:25:15 +03:00
- Bug fix for select2 loading without named field
2021-03-24 10:08:17 +03:00
- FontAwesome 5.15.3 support
2021-03-29 21:34:30 +03:00
- D3 6.6.2 support
- Fix news limit for welcome dashboard block
- Frensh translation updated, thanks to Brice BEAUMESNIL!
2021-03-11 16:22:30 +03:00
- clipboard.js updated to v2.0.8
2021-04-02 12:20:44 +03:00
- Ruby 2.5 is required
## 3.0.1
- Do not show "Assign to me" if assigned_to is disabled for tracker
2020-10-06 14:12:10 +03:00
- FontAwesome 5.15.1 support
2020-12-09 08:49:19 +03:00
- D3 6.3.1 support
2020-12-05 19:57:54 +03:00
- Mermaid 8.8.4 support
- add current_user as special login name for user macro (which shows current login user)
- add text parameter to user macro (which disable link to user)
- add asynchronous text block
2020-11-29 15:17:02 +03:00
- gemify plugin to use it with Gemfile.local or other plugins
- remove spam protection functionality
- Chart.js 2.9.4 support
- Allow overwrite mermaid theme and variables
## 3.0.0
2020-07-27 11:49:23 +03:00
- Introduce dashboards
- Redmine 4.1 or newer is required
2020-07-27 11:49:23 +03:00
- FontAwesome 5.14.0 support
- D3 6.1.1 support
2020-09-05 11:22:56 +03:00
- Mermaid 8.8.0 support
- d3plus to v2.0.0-alpha.29 support
- drop wiki header and footer settings
2020-07-27 11:49:23 +03:00
## 2.0.24
2020-02-09 12:25:53 +03:00
- FontAwesome 5.13.0 support
2020-02-26 11:41:53 +03:00
- Mermaid 8.4.8 support
2020-03-10 15:20:37 +03:00
- clipboard.js updated to v2.0.6
2020-03-20 12:56:26 +03:00
- fix for spam protection with invisible_captcha
2020-04-28 19:45:21 +03:00
- D3 5.16.0 support
2020-04-16 14:00:07 +03:00
- Ruby 2.4 is required
2020-02-09 12:25:53 +03:00
## 2.0.23
2019-11-22 11:26:46 +03:00
2019-12-14 19:33:41 +03:00
- members macro now supports with_sum option
- FontAwesome 5.12 support
2019-12-31 17:49:08 +03:00
- FontAwesome ajax search has been added
2020-01-27 17:20:14 +03:00
- Mermaid 8.4.6 support
2019-12-31 17:49:08 +03:00
- D3 5.15.0 support
2019-12-14 18:39:34 +03:00
- Drop nvd3 library
2019-12-14 20:29:38 +03:00
- Drop Chartjs stacked100 library
- Drop d3plus-hierarchy library
- Drop calendar macro
- Support private comments with issue macro
2019-12-18 16:05:35 +03:00
- Google Docs macro has been added
- Fix bug with Rack 2.0.8 or newer
- Drop Redmine 3.4 support
- Add Redmine 4.1 support
- Use view_layouts_base_body_top hook, which is available since Redmine 3.4
- Refactoring new hooks (without template)
- asciinema.org macro has been added - thanks to @kotashiratsuka
2020-01-29 18:25:11 +03:00
- Select2 4.0.13 support
2019-11-22 11:26:46 +03:00
## 2.0.22
2019-10-01 10:55:39 +03:00
- FontAwesome 5.11.2 support
- Mermaid 8.4.2 support
- Select2 4.0.12 support
- Chart.js 2.9.3 support
2019-10-01 12:21:49 +03:00
- Chart.js Plugin datalabels 0.7.0 support
- d3plus to v2.0.0-alpha.25
2019-10-01 18:19:31 +03:00
- Fix user visibility for members macro
- Fix user visibility for issue reports
2019-10-02 10:24:03 +03:00
- Drop ZeroClipboard library
## 2.0.21
- fix mail notification if issue author changed
2019-04-27 17:58:07 +03:00
- fix permission bug for closed issues with freezed mode
- Ruby 2.2.x support has been dropped. Use 2.3.x or newer ruby verion
2019-06-06 19:01:16 +03:00
- FontAwesome 5.9.0 support
2019-05-20 13:24:37 +03:00
- remove issue_close_with_open_children functionality, because this is included in Redmine 3.4.x #47 (thanks to @pva)
- add hierarchy support for projects macro #45
- select2 support
2019-06-21 16:05:29 +03:00
- bootstrap-datepicker 1.9.0 support
## 2.0.20
- support single process rake installation #40
2019-03-21 21:55:06 +03:00
- FontAwesome 5.8.0 support
## 2.0.19
2019-01-03 22:38:13 +03:00
- mermaid 8.0.0 support
2019-02-09 13:36:50 +03:00
- FontAwesome 5.7.1 support
2019-01-12 16:22:51 +03:00
- fixed close issue without permission
2019-01-15 13:29:44 +03:00
- create correct journal entry if issue status changed from sidebar #37
- create correct journal entry if issue has been 'assigned to me' from sidebar
2019-01-03 22:38:13 +03:00
## 2.0.18
- Performance improvement (#36)
2018-12-27 17:19:10 +03:00
- FontAwesome 5.6.3 support
- Fix problem from migrating from Redmine 3.x to Redmine 4 with lost settings
## 2.0.17
2018-12-11 17:14:56 +03:00
- Fix bug with undefined constant for tags
2018-12-11 17:14:56 +03:00
- add possibility to use custom date with date macro
2018-12-12 01:29:03 +03:00
- FontAwesome 5.6.0 support
2018-12-11 17:14:56 +03:00
## 2.0.16
2018-11-21 21:52:40 +03:00
- CSS fix for project macro
- More compatibility for autocomplete_users with other plugins (like redmine_contacts_helpdesk)
- Compatibility to wiking plugin (macro list)
2018-11-26 08:15:31 +03:00
- Add Spanish translation, thanks to @dktcoding!
- Wiki button for available macros
- replace permission hide-in-memberbox with "hide" as role setting - check your roles, if you used this permission!
- replace multiple current_date macros with one macro called date
- cleanup macros: if no data exists, macros is displayed instead of data
(before some macros used error messages other hide message at all)
2018-11-21 21:52:40 +03:00
## 2.0.15
2018-10-12 21:13:26 +03:00
2018-11-12 11:43:57 +03:00
- FontAwesome 5.5.0 support
- Usability improvement for change author in issue formular
2018-10-17 12:59:11 +03:00
- options and permission for issue requires timelog to use status
2018-10-19 15:04:37 +03:00
- New option to freeze issues on close. With permission "edit closed issue" user can break this rule.
- Fix problem with help menu and other redmine plugins (compatibility problem with other plugins)
- Fix problem with disabled users and changing author for issues
2018-10-12 21:13:26 +03:00
## 2.0.14
- Change status is now compatible with redmine_agile
- Do not show sidebar for changing status, if edit_closed_issues permission is missing
2018-08-29 20:43:04 +03:00
- FontAwesome 5.3.1 support
- compatibility with plugin redmine_sudo and redmine_base_deface
2018-08-30 20:57:56 +03:00
- FontAwesome wiki macro has been added (called fa)
2018-08-31 18:02:03 +03:00
- Redmine.org issue and wiki page macro has been added
2018-09-12 17:04:39 +03:00
- Show macro list to all logged users at /help/macros
- Help menu, with more links to Redmine help pages (which can be used with other plugins, to assign additional entries)
## 2.0.13
2018-06-21 20:51:40 +03:00
2018-07-26 09:39:09 +03:00
- FontAwesome 5.2.0 support
2018-06-26 20:59:30 +03:00
- smiley support for markdown text_formatting
2018-06-30 14:17:28 +03:00
- new_issue macro with i18n support
2018-07-01 10:27:35 +03:00
- updated bootstrap-datepicker to v1.8.0
- updated d3plus to v2.0.0-alpha.17
- ruby 2.2.0 is required
2018-07-15 19:02:52 +03:00
- Redmine 3.4 is required
2018-07-31 17:46:19 +03:00
- support sidebar with non default wiki titles (thanks to @danielvijge)
2018-06-21 20:51:40 +03:00
## 2.0.12
2018-05-31 10:03:22 +03:00
2018-06-06 10:07:28 +03:00
- Provide d3 loader function
2018-05-31 10:03:22 +03:00
- More robust code for dealing with finding data
## 2.0.11
2018-05-11 07:55:08 +03:00
2018-05-30 09:57:39 +03:00
- i18n methods
2018-05-11 07:55:08 +03:00
- FontAwesome 5.0.13 support
## 2.0.10
2018-03-21 13:37:23 +03:00
- Remove bootstrap library
- compatibility with <https://www.redmine.org/plugins/issue_id>
- bug fix: issue and user macro uses absolute url in mailer notification
2018-04-25 13:06:04 +03:00
- Updated marmaid library to version 8.0.0-rc8
2018-03-28 10:54:35 +03:00
- Updated d3 library to 3.5.17
- Updated nvd3 library to latest 1.8.6
2018-05-06 15:04:00 +03:00
- FontAwesome 5.0.12 support
2018-03-28 10:54:35 +03:00
- Set default values for ui-tooltip css class
2018-04-05 08:56:54 +03:00
- ZeroClipboard updated to 2.3.0
2018-03-21 13:37:23 +03:00
## 2.0.9
- Updated bootstrap library to 4.0.0
- Drop angular_gantt library
2018-02-12 16:53:05 +03:00
- enables deface overwrite directory for all installed plugins (not only additionals)
- Updated d3plus to version v2.0.0-alpha.16
- add "Assign to me" to issues
- add "Status on sidebar" for issues
- add link to create new issue on user profile
- FontAwesome 5.0.8 support
2018-03-14 18:21:10 +03:00
- Add marmaid library
## 2.0.8
2018-01-06 13:11:49 +03:00
- Provide XLSX helper (and drop XLS helper)
- FontAwesome 5.0.6 support
- add list support for rake task setting_set
2018-01-06 13:11:49 +03:00
## 2.0.7
- FontAwesome 5.0.2 support
2018-01-04 13:44:39 +03:00
- Switching to SLIM template engine
## 2.0.6
2017-11-09 10:56:55 +03:00
2017-11-19 15:05:52 +03:00
- add rake tasks: drop_settings, setting_get and setting_set
2017-11-09 13:22:56 +03:00
- Updated nvd3 library to 1.8.6
2017-11-09 10:56:55 +03:00
- Updated angularjs libraries to v2.0.0-rc.1
- Wiki iframe macro integration has been added
2017-11-09 10:56:55 +03:00
## 2.0.5
- Redmine 3.4 bug fixes
- Helper function fa_icon renamed to font_awesome_icon because of conflicts with redmine_bootstrap_kit
2017-10-22 19:15:34 +03:00
- Cleanups deface overwrites
- add hook for user show
- Traditional Chinese support has been added (thanks to @archonwang)
2017-10-28 18:31:15 +03:00
- Wiki macro for weather with meteoblue has been added
- Wiki macro for google maps has been added
- Wiki macro for issues now supports display a comment and detect issue id and comment id from URL
## 2.0.4
2017-09-07 14:10:28 +03:00
- Add group_users macro
- Fix bug with REST-API and assigned_id for issues
- Use user name setting for sort order in macros
- Add invisible_captcha spam protection on registration form
2017-09-07 14:10:28 +03:00
## 2.0.3
- Allow remove watchers without re-adding it (only if author or assigned_user changed)
- Fix sort order of users for change author
- Add uninstall documentation
- Add option to disable autowatch issue at user level
- Fixed bug with recurring_tasks plugin and autowatch issues
- Add more unit tests
## 2.0.2
2017-07-26 15:17:41 +03:00
- Add option to add involved issue users automatically
- Add change issue author feature
- Fixed bug with Redmine 3.4.x and default assignee settings
- Refactoring patch include and wiki macros
## 2.0.1
- Simplified Chinese support has been added (thanks to @archonwang)
2017-06-29 17:11:47 +03:00
- Helper function fa_icon has been added
2017-07-13 13:05:17 +03:00
- Help menu item and MyPage menu item does not require application server restart anymore
- Redmine 3.4.x compatibility
## 2.0.0
- Redmine Tweaks has been renamed to additionals, because to resolve loading order problem of Redmine plugins
- Merge common_libraries plugin into additionals plugin
- Fontawesome support
2017-07-13 17:20:58 +03:00
- Redmine 3.0.x required
## 1.0.3
- TradingView macro support
- CryptoCompare macro support
- Reddit macro support
- Twitter macro improved with prefix image
## 1.0.2
- Smiley/Emoji legacy support
## 1.0.1
- Coding standard cleanups
- ruby 2.1.5 required or newer
- version bump
## 1.0.0
2016-10-04 07:43:48 +03:00
- user group support for issue auto assign
- optimize deface overwrite path
- drop remove latest projects support (because Redmine 3.2 has dropped latest projects)
- add permission for log time on closed issues - make sure you adjust our permissions!
- code cleanups and bug fixes
- restructure settings
- wiki pdf settings has been added
- updated documentation
## 0.5.8
2016-04-23 11:06:21 +03:00
- Fixed top menu items permissions for anonymous and non member #29
- Fixed bug with overwriting application handler, which cases problem with other plugins
- Tweaks link added to admin menu
- replaced user macro with {{user}} syntax (old syntax user#id is not supported anymore)
- more formats for user macro and avatar support
- rename list_users to members
- rename list_projects to projects
- new documentation on <https://redmine-tweaks.readthedocs.io>
- updated bootstrap-datepicker and fixed zh locale problem
2016-05-30 23:18:30 +03:00
- html validation error has been fixed
- remove garfield support (because there is no image source server available)
- slideshare wiki macro has been added
2016-06-15 20:09:16 +03:00
- issue wiki macro has been added
2016-07-03 16:56:13 +03:00
- autoassign issue if no assignee is selected
2016-08-19 14:08:02 +03:00
- n+1 query optimization
2016-04-23 11:06:21 +03:00
## 0.5.7
- Custom source URL for Garfield source
- Wiki footer bug fixed with missing line break at the end of page
- date period support for calendar macro
- Code cleanups
## 0.5.6
2015-12-06 14:48:33 +03:00
2015-12-07 14:28:40 +03:00
- Redmine 3.2.x compatibility
2015-12-06 14:48:33 +03:00
- user macro has been added (user#1 or user:admin)
- recently_updated has been added
- lastupdated_by has been added
- lastupdated_at has been added
- calendar macro support
- NoReferrer support has been added
- system information uptime and uname have been added
- twitter macro support
- gist macro support
- vimeo macro support
## 0.5.5
2015-12-06 14:48:33 +03:00
- dependency with deface (used to overview views)
2015-12-07 14:28:40 +03:00
- fixed garfield caching macro problem
2015-12-06 14:48:33 +03:00
- you can add content to overview page now (top and bottom)
2015-12-07 14:28:40 +03:00
- some content and view optimization (removed wiki_sidebar compatibility problems with other Redmine plugins)
2015-12-06 14:48:33 +03:00
- Code cleanups and refactoring
## 0.5.4
2015-12-06 14:48:33 +03:00
- issue rule added for closing issue with open sub issues
- issue rule added for status change
2016-04-24 08:39:58 +03:00
- issue rule added for assigned_to change
2015-12-06 14:48:33 +03:00
## 0.5.3
2015-12-06 14:48:33 +03:00
- Redmine 3.0.x and 3.1.x supported
- "New issue" link with list_projects macro
- Parameter syntax changed for list_users and list_projects macros (sorry for that)
## 0.5.2
2015-12-06 14:48:33 +03:00
- "Edit closed issue" permission has been added
- Permissions supported for top menu items
## 0.5.1
2015-12-06 14:48:33 +03:00
- "Hide role in memberbox" has been added
## 0.5.0
2015-12-06 14:48:33 +03:00
2015-12-07 14:28:40 +03:00
- Redmine 2.6.x compatibility
2015-12-06 14:48:33 +03:00
- URL fixes
- Garfield macro has been added
## 0.4.9
2015-12-06 14:48:33 +03:00
- added overview text field
- fix style for "goto top"
- added macro overview help page
2015-12-07 14:28:40 +03:00
- fix compatibility problems with sidebar and other plugins
2015-12-06 14:48:33 +03:00
## 0.4.8
2015-12-06 14:48:33 +03:00
- added youtube macro
- project guide subject can be defined for project overview page
## 0.4.7
2015-12-06 14:48:33 +03:00
- added jump to top link
- top menu item configuration has been added
- footer configuration (e.g. for imprint url) has been added
## 0.4.6
2015-12-06 14:48:33 +03:00
- initialize plugins settings now works with other plugins
## 0.4.5
2015-12-06 14:48:33 +03:00
- option to remove help menu item
- Redmine 2.4.1 required
## 0.4.4
2015-12-06 14:48:33 +03:00
- installation error fixed
- description update for link handling
- help url now opens in new windows
- sidebar error has been fixed, if no wiki page already exist
## 0.4.3
2015-12-06 14:48:33 +03:00
2015-12-07 14:28:40 +03:00
- global gantt and calendar bug fix
2015-12-06 14:48:33 +03:00
## 0.4.2
2015-12-06 14:48:33 +03:00
- no requirements of Wiki extensions plugin anymore
## 0.4.1
2015-12-06 14:48:33 +03:00
- Fix problem with my page permission
## 0.4.0
2015-12-06 14:48:33 +03:00
- First public release