Modify

Opened 4 years ago

Last modified 4 years ago

#13893 accepted defect

TracGridModify 1.0.0.dev0 Plugin not compatible with Trac 1.4.x

Reported by: scott.dunt@… Owned by: Ryan J Ollos
Priority: normal Component: GridModifyPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.4

Description (last modified by Ryan J Ollos)

I installed the GridModify plugin from SVN as

sudo pip install svn+https://trac-hacks.org/svn/gridmodifyplugin/trunk

added configuration to trac.ini

[components]
advancedworkflow.* = enabled
trachtmlnotification.* = enabled
tracrpc.* = enabled
gridmod.* = enabled

[gridmodify]
fields = status,priority,milestone

Did a trac-admin - upgrade, apache restart, etc. and when users access Trac the logs show:

2020-10-07 15:30:53,204 Trac[env] INFO: -------------------------------- environment startup [Trac 1.4.2] --------------------------------                                                                         
2020-10-07 15:30:54,300 Trac[loader] **ERROR: Skipping "gridmod.web_ui = gridmod.web_ui": ImportError: cannot import name TicketNotifyEmail ** 

Code in the web_ui.py module of the TracGridModify plugin looks like it needs to be updated as described in comment:1:ticket:13263.

Running Ubuntu 18.04 with Apache

Babel                       2.4.0
Genshi                      0.7  
mod-python                  3.3.1  
Trac                        1.4.2
trac-oidc                   0.1.5
TracAccountManager          0.6.dev0
TracAdvancedTicketWorkflow  1.2.1
TracDragDrop                0.12.0.12.post14397
TracGridModify              1.0.0.dev0
TracHtmlNotificationPlugin  0.12.0.2
TracReportInplaceEditPlugin 0.2
TracXMLRPC                  1.1.9.dev0

Python 2.7.17

Attachments (0)

Change History (2)

comment:1 Changed 4 years ago by Ryan J Ollos

Description: modified (diff)

Additionally, ITemplateStreamFilter implementation needs to be replaced with JavaScript.

comment:2 Changed 4 years ago by Ryan J Ollos

Status: newaccepted

Modify Ticket

Change Properties
Set your email in Preferences
Action
as accepted The owner will remain Ryan J Ollos.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.