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