Modify

Opened 5 years ago

Closed 4 years ago

#13625 closed enhancement (fixed)

Not working on Trac 1.4

Reported by: Andreas Owned by: Jun Omae
Priority: low Component: TracDragDropPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.4

Description

I am getting the following error in the log:

2019-10-08 08:55:37,975 Trac[loader] DEBUG: Loading plugin "tracdragdrop.web_ui" from "/var/lib/trac/ebnertest/plugins/TracDragDrop-0.12.0.14-py2.7.egg"
2019-10-08 08:55:37,977 Trac[loader] ERROR: Skipping "tracdragdrop.web_ui = tracdragdrop.web_ui": VersionConflict: (Trac 1.4 (/usr/local/lib/python2.7/dist-packages/Trac-1.4-py2.7.egg), Requirement.parse('Trac<1.4,>=0.12'))

Attachments (0)

Change History (7)

comment:1 Changed 5 years ago by Jun Omae

Priority: highestlow
Severity: blockernormal

That behavior is intentional since [15214].

comment:2 Changed 5 years ago by Andreas

Does this mean that this plugin will never be available on Trac 1.4?

comment:3 Changed 5 years ago by Jun Omae

No.

However, it is needed to spend time to support Trac 1.4 because Trac 1.4 has switched from Genshi template engine to Jinja2 template engine.

The changes are for clear that the plugin doesn't work on Trac 1.4, rather than silently not working.

comment:4 Changed 4 years ago by fls@…

Is there anything one could do to help?

comment:5 Changed 4 years ago by Jun Omae

Resolution: fixed
Status: newclosed

In 17566:

TracDragDropPlugin: make compatible with Trac 1.4 (closes #13625)

comment:6 Changed 4 years ago by Jun Omae

Resolution: fixed
Status: closedreopened
Type: defectenhancement

Ah, I internal server error 500 while attaching via wiki view.

comment:7 Changed 4 years ago by Jun Omae

Resolution: fixed
Status: reopenedclosed

In 17567:

TracDragDropPlugin: fix an internal error when new file is uploaded (closes #13625)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.