vavavr00m / noserub

Automatically exported from code.google.com/p/noserub
0 stars 0 forks source link

Comment notification email contains local filesystem path instead of HTTP path #286

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Let someone else comment on one of your item

What is the expected output? What do you see instead?

Output:
=======

<p>
  identoo.com/dirk.olbertz commented an entry of yours:
</p>
<p>
  <a href="http://id.nohn.net/<LOCAL FILESYSTEM PATH TO
INSTALLATION>/entry/53/">Non-Hierarchical Management (Aaron Swartz's Raw
Thought)</a>
</p>

e.G. http://id.nohn.net/some/local/filesystem/path/to/htdocs/entry/53/

Expected Output:
================

<p>
  identoo.com/dirk.olbertz commented an entry of yours:
</p>
<p>
  <a href="http://id.nohn.net/<HTTP PATH TO
INSTALLATIOn>/entry/53/">Non-Hierarchical Management (Aaron Swartz's Raw
Thought)</a>
</p>

e.G. http://id.nohn.net/entry/53/

What version of the product are you using? On what operating system?

0.8.1

Original issue reported on code.google.com by sebastian.nohn@gmail.com on 19 Feb 2009 at 7:41

GoogleCodeExporter commented 9 years ago
Hm, I can't reproduce this issue on identoo.com, which uses the same NoseRub 
version.

Original comment by dhofs...@gmail.com on 26 Feb 2009 at 8:20

GoogleCodeExporter commented 9 years ago
Any way to help you? Is there some debugging mode or similar?

Original comment by sebastian.nohn@gmail.com on 28 Feb 2009 at 1:14