Version 10 (modified by 13 years ago) (diff) | ,
---|
Grid Modify Plugin
Description
For any ticket field this plugin modifies the query
and report
views of tickets to include a widget for editing those values. This works for all field types except for textareas.
Changes to any of the widgets will immediately fire off an AJAX request to update the ticket so there is no need to press any save or submit button. A small icon will show the progress of each ajax request (in progress, succeeded, failed) once it is fired off.
The status of the updates is logged to Firebug's console if you have that installed.
This plugin uses Genshi and therefore only works with Trac .11 (and up?).
Configuration
Note that the feature is only enabled for users who have been granted the TICKET_GRID_MODIFY
or TICKET_ADMIN
permission.
You can limit the fields to which gridmodify applies by specifying them in trac.ini.
[components] gridmod.* = enabled [gridmodify] fields=status,priority,milestone,scope,blockedby,estimatedhours
- Note: 'fields' does not allow to have blank spaces between every argument. The previous argument to a black space will be the last editable field in batch mode.
Bugs/Feature Requests
Existing bugs and feature requests for GridModifyPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:gridmodifyplugin here].
Source
You can check out GridModifyPlugin from here using Subversion, or browse the source with Trac.
Example
- Quickly work through many tickets in a given report or query assigning priorities to each one. This is useful in a team meeting for instance.
Screenshots
Click on the image to see the full size version:
Dropdown boxes on the custom ticket query page:
Recent Changes
- 17192 by rjollos on 2018-06-06 00:07:05
-
TracGridModify 1.0.0dev: Change plugin name
This prepares plugin to publish to PyPI. Uninstall
the old plugin before installing the new version.
$ pip uninstall GridModify
- 17182 by rjollos on 2018-05-21 12:08:25
-
GridModify 1.0.0dev: Populate select with existing value
The existing value is used even if it is not
a valid priority, component, etc.
Fixes #13430.
- 16953 by rjollos on 2017-11-03 16:46:26
-
GridModify 1.0.0dev:
TICKET_ADMIN
grantsTICKET_GRID_MODIFY
This fixes a regression in r16202.
Refs #13322.
(more)
Author/Contributors
Author: abbywinterscom
Contributors: Zach Miller
Attachments (2)
-
report.png (53.9 KB) - added by 15 years ago.
an example of a report viewed with this plugin
- query.png (63.2 KB) - added by 14 years ago.
Download all attachments as: .zip