Plugins Directory » Ajax Redmine Issue Dynamic Edit
Author: | Hugo Zilliox | |
---|---|---|
Website: | https://github.com/Ilogeek/redmine_issue_dynamic_edit | |
Code repository: | https://github.com/Ilogeek/redmine_issue_dynamic_edit.git | |
Registered on: | 2017-08-10 (over 7 years ago) | |
Current version: | 0.9.2 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x | |
User ratings: |
Change your issue's attributes without refreshing the page¶
Dynamically update attributes and custom fields directly in the details block of the issue without refreshing the page.
Add to your Redmine platform one of the most wanted feature from JIRA and increase your productivity.
If you have any problem or question about this plugin, please open an issue on Github : |
https://github.com/Ilogeek/redmine_issue_dynamic_edit/issues |
I can't provide any help / interact with user on this page and the rating section. Please open an issue on Github if you want to communicate with me (enhancement, bug ...).
-
-
Configuration (new since v 0.6.6)¶
You can set some settings by editing the file assets/javascripts/issue_dynamic_edit_configuration_file.js
. Inside this file you'll find different variable :
- _CONF_FORCE_HTTPS : Will force AJAX call performed by the plugin to be done with https protocol. Use this value if you encounter some difficulties with "Mixed content" issues
- _CONF_LISTENER_TYPE : Choose which action will trigger the apparition of the edition block
- _CONF_LISTENER_TARGET : Choose which area will trigger the apparition of the edition block
- _CONF_EXCLUDED_FIELD_ID : Choose which fields to exclude. They won't have the edit block and pencil
- _CONF_CHECK_ISSUE_UPDATE_CONFLICT : Choose if you allow current user to override all modifications performed by other users while editing the issue
-
-
Customization¶
Feel free to edit assets/stylesheets/issue_dynamic_edit.css
to update the look of your fields depending on your current Redmine Theme.
-
-
Installation notes
- Clone repo into plugins directory :
git clone https://github.com/Ilogeek/redmine_issue_dynamic_edit.git
(be sure that the parent folder is calledredmine_issue_dynamic_edit
) - Restart your Redmine instance
-
-
Changelog
0.9.2 (2023-12-06)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
v 0.9.2- Spanish translation added
- Fixed refresh data button + missing CSRF token
- Removed jQuery dependency
- Improved version conflict check
- Fixed URL with # issue and history update
0.8.1 (2022-01-15)
Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- v 0.8.1 : Fixed Github issue #89 (check version in background may give glitch while editing text)
0.8.0 (2021-12-29)
Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- v 0.8.0 : Complete rework. Compatible with last Redmine version. New settings added : _CONF_CHECK_ISSUE_UPDATE_CONFLICT (Github request 70, Github request 88). Removed external lib (FontAwesome) (Github request 74). Mobile style added (Github request 87). Print style added (Github request 84). Bug fix (Github request 79, Github request 85)
- v 0.7.2 : New settings added into config file (_CONF_DISPLAY_EDIT_ICON and _CONF_LISTENER_TYPE_ICON) see Configuration part for more info ; new event none for _CONF_LISTENER_TYPE_VALUE disabling listener on value ; css fix
0.7.1 (2020-05-08)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- v 0.7.1 : Fixed incorrect DOM structure if user has read only access to the issue (Github issues 61 and 64) + CSS enhancements
- v 0.7.0 : Category filter by project added (Github request 55) and prevent dialog closing when using fa-pencil selector (Github issue 59)
- v 0.6.9 : Category field support (Github request 54)
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.6.8 (2019-10-30)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- v 0.6.8 : Checkboxes custom fields fixed (Github issue 53)
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.6.7 (2019-05-29)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- v 0.6.7 : fixed Github issue #46 : text field focus issue
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.6.6 (2019-04-28)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- v 0.6.6 : Redmine 4.X support + New configuration file + Multiple fixes (#30 #31 #35 #36 #37 #38 #41)
- v 0.6.5 : Checklists plugin support (and all other plugins that compute fields when there's an issue update) (Github requests #26 and #28) + custom url support (Github request #29)
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.6.4 (2018-07-15)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- v 0.6.4 : Target version and Assignee fields are now supported ; version field with checkbox display is also supported, (Github request #24)
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.6.3 (2018-02-12)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- v 0.6.3 : fixed Github issue #22 : DatepickerFallback raised an error
- v 0.6.2 : fixed Github issue #22 : long description is now supported (no more 414 errors)
- v 0.6.1 : fixed Github issue #20
- v 0.6.0 : NOW WITH CUSTOM FIELDS SUPPORT ! (Github #19)
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.5.0 (2018-01-10)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- v 0.5.0 : fixed Github issue #18 : textarea fixed (jstoolbar or ckeditor)
- v 0.4.9 : fixed Github issue #17 : Datepicker fallback added for date fields
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.4.8 (2017-12-14)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.4.7 (2017-12-04)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- v 0.4.7 : if error on dynamic update, put back old values in details block (fixed Github issue #8)
- v 0.4.6 : description is now dynamically editable (edit field appears if there's already a description written) (Github request #14)
- v 0.4.5 : fixed Github issue #13 : CSS display for custom attributes, added Title dynamic edition (Github request #14)
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.4.4 (2017-09-20)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x.
- v 0.4.4 : fixed Github issues #6, #12 : User can't update status until all required fields are filled for this step of the issue
- v 0.4.3 : partially fixed Github issue #12 : Read only attributes can't be edited anymore. Dynamic refresh for read only attributes when status changes
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.4.2 (2017-09-13)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x.
- v 0.4.2 : fixed Github issue #10 : History list updated after modification
- v 0.4.1 : fixed Github issue #7 : update status list to follow Redmine workflow
- v 0.4.0 : fixed Github issues #2, #4, #9. Edited dropdown display
See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit
0.3.1 (2017-08-19)
Compatible with Redmine 3.4.x, 3.3.x.
v 0.3.1 : fixed issue when redmine instance is not at the root of the server, minor fixes
0.3.0 (2017-08-17)
Compatible with Redmine 3.4.x.
v 0.3.0 : start date, due date, ratio and estimated time fields are now dynamically editable. Translation files added (en, fr). Log added in console when AJAX fails
0.2.0 (2017-08-11)
Compatible with Redmine 3.4.x, 3.3.x.
v 0.2.0 : fixed "conflict" when trying to add a note after an update from dropdowns. New method used, REST API is not required anymore
0.1.0 (2017-08-07)
Compatible with Redmine 3.4.x, 3.3.x.