Mailing List Archive

[The Trac Project] #887: Next/Prev links in Changeset does not work using ModPython
#887: Next/Prev links in Changeset does not work using ModPython
----------------------------+-----------------------------------------------
Id: 887 | Status: new
Component: changeset view | Modified: Fri Nov 5 08:24:30 2004
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: jonas | Reporter: anonymous
----------------------------+-----------------------------------------------
The recent changes made for #872 to add next/previous links in the
changeset view does not work when using modpython. It works using CGI,
though.

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/887>
The Trac Project <>
Re: [The Trac Project] #887: Next/Prev links in Changeset does not work using ModPython [ In reply to ]
#887: Next/Prev links in Changeset does not work using ModPython
----------------------------+-----------------------------------------------
Id: 887 | Status: new
Component: changeset view | Modified: Fri Nov 5 08:35:47 2004
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: cmlenz | Reporter: anonymous
----------------------------+-----------------------------------------------
Changes (by cmlenz):

* owner: jonas => cmlenz

Comment:

It sure works for me. Please provide more details... what do you mean with
'''"does not work"''': do you get an error (if yes, what's the message and
traceback), are the links incorrect (if yes, what are they pointing to),
etc.

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/887>
The Trac Project <>
Re: [The Trac Project] #887: Next/Prev links in Changeset does not work using ModPython [ In reply to ]
#887: Next/Prev links in Changeset does not work using ModPython
----------------------------+-----------------------------------------------
Id: 887 | Status: new
Component: changeset view | Modified: Fri Nov 5 08:53:05 2004
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: cmlenz | Reporter: anonymous
----------------------------+-----------------------------------------------
Comment (by anonymous):

The links do not show up. Here is the what the raw HTML looks like:

{{{
<div id="ctxtnav" class="nav">

<h2>Changeset Navigation</h2>
<ul>
</ul>
</div>
}}}

The list is empty.

If I use CGI mode on the same changeset, I get this:

{{{
<div id="ctxtnav" class="nav">
<h2>Changeset Navigation</h2>
<ul>
<li class="first last">
<a class="prev" href="/trac/tceng_web/changeset/30" title="Changeset
30">Previous Changeset</a>
</li>
</ul>

</div>
}}}

Hope that gives some clues.

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/887>
The Trac Project <>
Re: [The Trac Project] #887: Next/Prev links in Changeset does not work using ModPython [ In reply to ]
#887: Next/Prev links in Changeset does not work using ModPython
----------------------------+-----------------------------------------------
Id: 887 | Status: new
Component: changeset view | Modified: Fri Nov 5 09:05:08 2004
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: cmlenz | Reporter: anonymous
----------------------------+-----------------------------------------------
Comment (by cmlenz):

Have you restarted Apache after updating Trac? You need a full {{{stop}}}
/ {{{start}}} cycle to get ModPython to use the updated code.

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/887>
The Trac Project <>
Re: [The Trac Project] #887: Next/Prev links in Changeset does not work using ModPython [ In reply to ]
#887: Next/Prev links in Changeset does not work using ModPython
----------------------------+-----------------------------------------------
Id: 887 | Status: closed
Component: changeset view | Modified: Fri Nov 5 09:22:10 2004
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: cmlenz | Reporter: anonymous
----------------------------+-----------------------------------------------
Changes (by anonymous):

* resolution: => invalid
* status: new => closed

Comment:

I restarted apache and now is works. I did not know I needed to do that.
Sorry.

--
Ticket URL: <http://projects2.edgewall.com/trac/ticket/887>
The Trac Project <>