Ticket #1444 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

[PATCH] Genshi configuration not passing through lookup_errors

Reported by: nbm Assigned to: faide
Priority: normal Milestone: 1.0.3
Component: TurboGears Version: 1.1b1
Severity: normal Keywords:
Cc:

Description

Genshi, while internally calling it "variable_lookup", has a Buffet Engine plugin that expects "lookup_errors". TG 1.0 and 1.1 look for and pass through only "variable_lookup", while TG 1.1 has "lookup_errors" in configuration.

This patch (to 1.1, but probably applies to 1.0 too) passes through "lookup_errors".

Attachments

turbogears1.1-lookup_errors.diff (0.8 kB) - added by nbm on 07/16/07 09:48:35.

Change History

07/16/07 09:48:35 changed by nbm

  • attachment turbogears1.1-lookup_errors.diff added.

07/17/07 02:16:01 changed by faide

  • owner changed from anonymous to faide.
  • status changed from new to assigned.
  • milestone changed from 1.1 to 1.0.3.

07/17/07 15:48:48 changed by faide

we have problems when trying to use TG with genshi as default and this patch applied... http://paste.turbogears.org/paste/1500 sorry. It won't go in tonight.

07/17/07 15:53:24 changed by faide

  • milestone changed from 1.0.3 to 1.1.

07/19/07 06:20:37 changed by nbm

Looks like the issue Florent found wasn't to do with this change at all - it was a bug in something else included in 1.0.3.

07/19/07 07:11:38 changed by faide

  • milestone changed from 1.1 to 1.0.3.

07/20/07 15:05:37 changed by faide

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

done. This is now included in TG 1.0.3.2 and has been applied in r3326