Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#13694 closed defect (fixed)

Exception caught while checking for upgrade: — at Version 6

Reported by: duytscal Owned by: Ryan J Ollos
Priority: normal Component: DefaultCcPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.4

Description (last modified by duytscal)

2019-11-26 15:05:25,822 Trac[env] ERROR: Exception caught while checking for upgrade: TracError: Unable to check for upgrade of defaultcc.admin.DefaultCCAdmin: TypeError: environment_needs_upgrade() takes exactly 2 arguments (1 given)

(TracDefaultCc 0.5.dev0)

(my ref: https://trac.onroerenderfgoed.be/toepassingen/ticket/2704)

Change History (6)

comment:1 Changed 5 years ago by Ryan J Ollos

Status: newaccepted

comment:2 Changed 5 years ago by Ryan J Ollos

The appending of the "Default CC" column on the Manage Components page needs to be implemented in JavaScript. Because of the conversion to Jinja2, the Genshi template modifications will no longer function.

comment:3 Changed 5 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 17598:

TracDefaultCc 0.5dev: Make compatible with Trac 1.4

Port template modifications from ITemplateStreamFilter
to JavaScript.

Fixes #13694.

comment:4 Changed 5 years ago by Ryan J Ollos

Please confirm if it's working for you and I'll publish the new version to PyPI.

Last edited 5 years ago by Ryan J Ollos (previous) (diff)

comment:5 Changed 5 years ago by duytscal

Description: modified (diff)

comment:6 Changed 5 years ago by duytscal

Description: modified (diff)
Note: See TracTickets for help on using tickets.