Ticket #1362 (closed defect: fixed)

Opened 1 year ago

Last modified 8 months ago

[PATCH] Add cherrypy.request to to the template stdvars

Reported by: chrisz Assigned to: anonymous
Priority: normal Milestone: 1.0.2
Component: TurboGears Version: trunk
Severity: normal Keywords:
Cc:

Description

As discussed here, this patch adds cherry.request to the template stdvars, so that you can access all the cherrypy request attributes via tg.request.

Attachments

add_request.diff (0.9 kB) - added by chrisz on 04/18/07 15:19:05.
Add request to the stdvars (this patch is for the trunk)

Change History

04/18/07 15:19:05 changed by chrisz

  • attachment add_request.diff added.

Add request to the stdvars (this patch is for the trunk)

04/22/07 06:57:40 changed by alberto

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

Committed at [2912]. Thanks! :)

Alberto