Changeset 2773

Show
Ignore:
Timestamp:
11/13/07 03:07:50 (1 year ago)
Author:
osimons
Message:

FullBlogPlugin: Minor fix following Trac 0.11dev context refactoring merge.

No need to add a Context anymore as it is default available for all rendering (and not really the same class anymore anyway).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fullblogplugin/0.11/tracfullblog/web_ui.py

    r2760 r2773  
    1616# Trac and Genshi imports 
    1717from genshi.builder import tag 
    18 from trac.context import Context 
    1918from trac.core import * 
    2019from trac.search.api import ISearchSource, shorten_result 
     
    9695            command = 'listing'      # do further parsing later 
    9796 
    98         data = {'context': Context(self.env, req)
     97        data = {
    9998 
    10099        template = 'fullblog_view.html'