id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os
450	prevnext_nav() takes at least 3 arguments (2 given)	Olaf Meeuwissen <olaf@…>	osimons	"Just a heads up but trac:changeset:8597 breaks the `/build/`''configuration'' page with a traceback.  The relevant change is in `trac.web.chrome.py`.  Basically, `prevnext_nav()` changed from
{{{
def prevnext_nav(req, label, uplabel=None):
}}}
to
{{{
def prevnext_nav(req, prev_label, next_label, up_label=None):
}}}
A fix would be pretty trivial if one does not have to address backward compatibility with Trac-0.11.x.  But if you need to fix this so it works with that version as well as Trac's trunk, I don't see an easy fix.

Suggestions, anyone?"	defect	closed	critical	0.6	General	dev	fixed			
