Modify

Opened 16 years ago

Closed 16 years ago

#49 closed defect (fixed)

Notification Message missing URLs

Reported by: ejh@… Owned by: bas
Priority: major Milestone:
Component: email2trac Version: 0.1
Keywords: Cc:

Description

Hey,

I'm using Trac 0.11b1 and when notification message are sent they are missing the links that the bottom.

Any ideas at all would be appriciated,

Thanks!

Attachments (0)

Change History (5)

comment:1 Changed 16 years ago by bas

I do no use version 0.11, so i can not test it yet. But i think it has to do with code at line:863

           # create false {abs_}href properties, to trick Notify()
            #
            if not self.VERSION == 0.11:
                self.env.abs_href = Href(self.get_config('project', 'url'))
                self.env.href = Href(self.get_config('project', 'url'))

Can you comment this line and see what happens?

comment:2 Changed 16 years ago by bas

  • Status changed from new to assigned

comment:3 Changed 16 years ago by Eric Hodges

Nope that didn't change anything.  Those two lines of code don't ever
get executed.

I can't even figure out where that tempalte is to fake it out or hand
code the url in at. ;(

comment:4 Changed 16 years ago by Eric Hodges

I'm sorry it was my fault.  In the [trac] section in the project
config
file you have to specify the base_url, it doesn't pull ti from the
project url.  Kinda confused me (obviously)

-----Original Message-----
From: email2trac [mailto:email2trac@sara.nl]
Sent: Monday, February 25, 2008 12:11 PM
Cc: basv@sara.nl
Subject: Re: [email2trac] #49: Notification Message missing URLs

#49: Notification Message missing URLs
---------------------------+------------------------------------------
--
---------------------------+----
Reporter:  ejh@newaud.com  |        Owner:  bas
    Type:  defect          |       Status:  assigned
Priority:  major           |    Component:  email2trac
 Version:  0.10            |   Resolution:
Keywords:                  |
---------------------------+------------------------------------------
--
---------------------------+----
Comment (by Eric Hodges):

 {{{

 Nope that didn't change anything.  Those two lines of code don't ever
get executed.

 I can't even figure out where that tempalte is to fake it out or hand
code the url in at. ;(  }}}

--
Ticket URL:
<https://subtrac.sara.nl/oss/email2trac/ticket/49#comment:>
email2trac <https://subtrac.sara.nl/oss/email2trac>
Documentation server for email2trac
}}}

comment:5 Changed 16 years ago by bas

  • Resolution set to fixed
  • Status changed from assigned to closed

Oke, glad that you solved it ;-). I close the ticket

Add Comment

Modify Ticket

Change Properties
Action
as closed The owner will remain bas.
The resolution will be deleted. Next status will be 'reopened'.
Author


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

 
Note: See TracTickets for help on using tickets.