Plugins Directory » Quick Edit
Author: | Akira Saito | |
---|---|---|
Website: | https://sourceforge.jp/projects/quickedit/simple/ | |
Code repository: | git://git.sourceforge.jp/gitroot/quickedit/quick_edit.git | |
Registered on: | 2014-07-15 (about 10 years ago) | |
Current version: | 0.0.9 | |
Compatible with: | Redmine 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x | |
User ratings: |
Allows you to edit an issues fields(subject, parent id, custom fields...) at page of the issues on redmine.
Please try to right-click in the issues after the installation!
Supported fields :
- subject (can replace)
- description
- parent issue id
- start date
- due date
- estimated hours
- custom fields(text, int, date, long text, float, link)
- 1:1 relations (create and remove)
Screenshots:
Replace subject
Edit description
Installation notes
- Download the plugin to your plugins directory.
- Restart your redmine.
examples)
$ cd redmine/plugins/ $ tar zxvf downloaded_archive $ cd .. $ script/rails s
Changelog
0.0.9 (2015-07-31)
Compatible with Redmine 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x.
- Added support for Redmine 3.1
- Replacement function has been added.(subject only)
- The option of replacement function, it was added to the configuration page.
- Issue id in the dialog has been changed to the link.
0.0.8 (2015-06-10)
Compatible with Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x.
- support for Redmine 3.0.
- support for the estimated-hours.
- support for the custom field of link.
- support for the custom field of floating-point number.
- Clear field option has been added.
- Setting screen has been added. (Admin >> plugins >> Settings)
- Several bugs have been fixed.
- (0.0.8.1) domain change(sourceforge->osdn).
- (0.0.8.1) translation change.
- (0.0.8.1) Several bugs have been fixed.
0.0.7 (2015-02-26)
Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x.
- add description support.
- add long text custom field support.
- add description for custom field to dialog.
- add automplete for parent issue.
- possible to change the parent issue id by "D&D" on the issues page.
- re-design dialog.
- fix #34823 ( in sourceforge )
- fix #34856 ( in sourceforge )
0.0.6 (2014-09-01)
Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x.
- bugfix : a context menu of the issue not appear when selected issues greater than 2.
- bugfix : icon of new relation and delete relation not appear.
- new relation menu appear when issue selected one.
0.0.5 (2014-08-29)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x.
- bugfix : a context menu of the issue not appear on the mypage.
- add "1:1" relation support. ( can be add new relation and remove.)
- move to an edited "issue" after edit. only page of the issues.
0.0.4 (2014-08-18)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x.
- bugfix
- add date picker to date fields.
0.0.3 (2014-08-08)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x.
- Adjustment of dialog design
- Input field came to be initialized with the current value of the issue.
0.0.2 (2014-08-05)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x.
- dialog has been changed to jquery-ui::dialog.
- blocking the empty value.
0.0.1 (2014-07-15)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x.