Changes between Initial Version and Version 1 of Ticket #13893


Ignore:
Timestamp:
Oct 7, 2020, 8:25:54 PM (3 years ago)
Author:
Ryan J Ollos
Comment:

Additionally, ITemplateStreamFilter implementation needs to be replaced with JavaScript.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13893 – Description

    initial v1  
    11I installed the GridModify plugin from SVN as
    22
     3{{{#!sh
    34sudo pip install svn+https://trac-hacks.org/svn/gridmodifyplugin/trunk
     5}}}
    46
    57added configuration to trac.ini
    68
    7 
    8 {{{
     9{{{#!ini
    910[components]
    1011advancedworkflow.* = enabled
     
    1920Did a trac-admin - upgrade, apache restart, etc. and when users access Trac the logs show:
    2021
     22{{{#!logtalk
    21232020-10-07 15:30:53,204 Trac[env] INFO: -------------------------------- environment startup [Trac 1.4.2] --------------------------------                                                                         
    22242020-10-07 15:30:54,300 Trac[loader] **ERROR: Skipping "gridmod.web_ui = gridmod.web_ui": ImportError: cannot import name TicketNotifyEmail **
     25}}}
    2326
    24 
    25 Code in the web_ui.py module of the 'TracGridModify' plugin looks like it needs to be updated as described in this ticket: https://trac-hacks.org/ticket/13263#comment:1
     27Code in the `web_ui.py` module of the TracGridModify plugin looks like it needs to be updated as described in comment:1:ticket:13263.
    2628
    2729Running Ubuntu 18.04 with Apache
    28 
    2930
    3031{{{