Ticket #6514 (closed defect: fixed)

Opened 3 years ago

Last modified 7 months ago

Problems with 0.12dev

Reported by: catacgc Assigned to: bjornharrtell
Priority: normal Component: GridModifyPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.12

Description (Last modified by rjollos)

When I used this plugin with trac multirepos 0.12dev and genshi 0.6dev it gave two problems.

  1. On the client side you try to find the chrome path of the trac installation by finding the gridmod.js script with a jquery css selector rule like $("script[src~="gridmod"]) which is incorrect because jquery documentation states that this matches gridmod as a separated word (separated by spaces). The fix is to use $("script[src*="gridmod"]).
  2. Trac 0.12dev gave an error when sending back the OK response from an ajax request because the Content-Length header was mandatory.

I have attached a patch with the small fixes that make it work properly on trac 0.12dev.

Attachments

patch (1.1 kB) - added by catacgc on 01/31/10 13:15:25.
small fixes

Change History

01/31/10 13:15:25 changed by catacgc

  • attachment patch added.

small fixes

08/01/10 18:43:25 changed by anonymous

  • owner changed from abbywinterscom to anonymous.
  • status changed from new to assigned.

08/01/10 18:45:47 changed by bjornharrtell

  • status changed from assigned to new.
  • owner changed from anonymous to bjornharrtell.

08/01/10 20:36:20 changed by bjornharrtell

  • status changed from new to closed.
  • resolution set to fixed.

(In [8322]) Fixed 0.12 showstoppers (closes #6514)

10/20/12 00:27:01 changed by rjollos

#10301 closed as a duplicate.

10/20/12 00:28:05 changed by rjollos

  • description changed.

10/20/12 02:47:58 changed by rjollos

(In [12227]) Refs #6514: Removed the 0.11 branch. The trunk is compatible with 0.11 and has many bug-fixes.

10/20/12 03:43:15 changed by rjollos

(In [12228]) Refs #6514:

  • Follow-on to [8322]. Refactored to use the more abstract send and send_error methods of the Request class.
  • The exception from the Ajax callback is now logged.
  • Replaced $ with jQuery in the global namespace, to avoid conflicts.


Add/Change #6514 (Problems with 0.12dev)




Change Properties
Action