Edgewall Software

Changes between Version 4 and Version 5 of TracDev/Proposals/BatchModification


Ignore:
Timestamp:
Jul 28, 2010, 3:59:57 PM (14 years ago)
Author:
meeker.brian@…
Comment:

Updated UI status.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Proposals/BatchModification

    v4 v5  
    1010The current plugin UI does not fit at all with Trac. What about something similar to the custom query filter UI? Users would select the items they want to modify on each ticket, similar to how filters are added now.
    1111
    12  This is currently being implemented in the 0.12 version of the plugin in a branch. See TH:source:/batchmodifyplugin/0.12/branches/ui_sandbox and #TH7303.
    13 
     12 This has been implemented in the 0.7.0 release of the plugin.
    1413=== Notifications ===
    1514The current plugin does not integrate with email notifications. This could be done the "normal" way via the ITicketChangeListener once #7758 is done (or the planned new IResourceChangeListener  (#8834) and the Announcer support). That would be a first step.