I've been working on the same thing: Getting trac 0.11 usable.  Two of
your problems might be solved by knowing there seems to be a new
setting in trac.ini called "base_url"... try making sure that's set.

-- Sarah


On 1/17/07, David Abrahams <[EMAIL PROTECTED]> wrote:

David Abrahams
<[EMAIL PROTECTED]> writes:

> David Abrahams <[EMAIL PROTECTED]> writes:
>
>>> This was added in trunk as a new handler at /export that handles the
>>> raw formatted stuff.
>>
>> Hi Noah,
>>
>> Could you give me a little more detail, please?
>>
>> Updating to the latest development version of Trac on my FreeBSD
>> server is likely to be nontrivial, so I'd like to get a clearer
>> picture of what you mean before I make the investment.
>
> Well, what the heck; I just went ahead and did it.  I had to fool my
> ports system into thinking trac-0.11dev came from its usual sources,
> and there were a few anxious moments while I had to find and install
> genshi, but all is well now.

Looks like I spoke too soon...

Naturally I can't expect everything to be perfect with unreleased
software, but I would really appreciate a hand with this because we
need the new feature that we upgraded for :).  We have found 4
problems so far, only one of which we know how to address (the old
Admin module needed to be removed).  The others are:

- Syntax highlighting is broken.  It seems like all the HTML
  generated by the syntax highlighter is getting rendered literally,
  so, e.g., I see this in my browser:

    <span class="c_word">int</span> <span class="c_identifier">something_result</span> <span 
class="c_operator">=</span> <span class="c_identifier">model</span> ...

- Links to tickets in emails are presented relative to the server
  root, e.g., as /ticket/51#comment:1 instead of the more useful
  https://boost-consulting.com/trac/company/ticket/51#comment:1

- The "my account" link leads to /account rather than
  $TRAC_ROOT/account.  IOW, for the trac above, it takes me to
  https://boost-consulting.com/account but it should lead to
  https://boost-consulting.com/trac/company/account

Any help you can offer would be greatly appreciated!

Thanks in advance,

--
Dave Abrahams
Boost Consulting
www.boost-consulting.com


>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to