Modify

Opened 17 years ago

Closed 9 years ago

#1027 closed defect (wontfix)

Does not (yet?) work with trac 0.11dev

Reported by: anonymous Owned by:
Priority: normal Component: HierWikiPlugin
Severity: normal Keywords: Porting
Cc: Trac Release: 0.11

Description

I tried to use the HierWikiPlugin with trac 0.11dev but it does not work - presumably because of the changes in trac itself from 0.10 to 0.11. Since I didn´t succeed in compiling ClearSilver on my Solaris (SPARC) 10 box I have to use trac 0.11dev (using Genshi) and would be happy if HierWikiPlugin could be ported to that base. Are there any plans/timelines for doing so? Heiko

Attachments (0)

Change History (8)

comment:1 Changed 17 years ago by Christian Boos

Noah, see also #T4416.

comment:2 Changed 17 years ago by Noah Kantrowitz

I am not planning to port most of my plugins to 0.11 until there is at least a beta-level release (as far as API stability). I have so many plugins that porting is going to be a very non-trivial task. If you post a specific traceback I can try to fix this specific issue. The two macros should work in 0.11, though I doubt the other stuff will.

comment:3 Changed 17 years ago by anonymous

I activated all 4 parts of the plugin and then put

Go up: [[ParentWiki]]

in the page "TracAccessibility". That gave me:

Error: Macro !ParentWiki(None) failed
'Formatter' object has no attribute 'hdf'

And in the Logfile we find:

2006-12-18 17:39:42,767 Trac[formatter] ERROR: Macro ParentWiki(None) failed
Traceback (most recent call last):
  File "/digibib/tools/lib/python2.4/site-packages/trac/wiki/formatter.py", line 442, in _macro_formatter
    return macro.process(args, in_paragraph=True)
  File "/digibib/tools/lib/python2.4/site-packages/trac/wiki/formatter.py", line 116, in process
    text = self.processor(text)
  File "/digibib/tools/lib/python2.4/site-packages/trac/wiki/formatter.py", line 103, in _macro_processor
    return self.macro_provider.render_macro(self.formatter, self.name, text)
  File "build/bdist.solaris-2.10-sun4u/egg/hierwiki/macros/parentwiki.py", line 42, in render_macro
AttributeError: 'Formatter' object has no attribute 'hdf'

Hope that helps.
heiko

comment:4 in reply to:  2 ; Changed 17 years ago by Christian Boos

Replying to coderanger:

... The two macros should work in 0.11, though I doubt the other stuff will.

Well, the parent macro is not needed anymore, as you can now simply write [.. up].

comment:5 in reply to:  4 Changed 16 years ago by anonymous

Replying to cboos:

Replying to coderanger:

... The two macros should work in 0.11, though I doubt the other stuff will.

Well, the parent macro is not needed anymore, as you can now simply write [.. up].

Well, I still love the ParentWiki and SubWiki although you can use .. and TracIndex(...)?. Because it shows the true title instead of just the CamalCase page name.

We'll be missing this.

comment:6 Changed 16 years ago by Kenneth Xu

works now. see comment:ticket:3566:4

comment:7 Changed 9 years ago by Ryan J Ollos

Owner: Noah Kantrowitz deleted

comment:8 Changed 9 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

The plugin is deprecated since Trac has equivalent functionality as of trac:milestone:1.1.2. If you find any missing function please open a ticket for Trac.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.