~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/configure.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-04 15:22:19 UTC
  • mfrom: (14433.2.59 page-titles-1)
  • Revision ID: launchpad@pqm.canonical.com-20111204152219-wa281ydo0lryqzyr
[rs=sizui][bug=426532] Moved page_titles into views. Removed
 c.l.pagetitles and tales formatter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
605
605
      />
606
606
 
607
607
  <adapter
608
 
      for="dict"
609
 
      provides="zope.traversing.interfaces.IPathAdapter"
610
 
      factory="lp.app.browser.tales.PageTemplateContextsAPI"
611
 
      name="fmt"
612
 
      />
613
 
 
614
 
  <adapter
615
608
      for="int"
616
609
      provides="zope.traversing.interfaces.IPathAdapter"
617
610
      factory="lp.app.browser.tales.DBSchemaAPI"