Hi, On Mon, Jan 30, 2017 at 9:23 AM, Christian Boos <christian.b...@free.fr> wrote: > I think the branch is now in good enough state to be merged on trunk. > At which point we could encourage people to migrate their plugins as > well, get some more feedback and polishing done, and release 1.3.2 > shortly after (mid- to end of February).
I'm trying [dd0c9626a] (cboos/+testing) but project index page doesn't work. ---------------------------------------- Exception happened during processing of request from ('192.168.11.21', 58599) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address) ... File "/venv/py27-1.3/local/lib/python2.7/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) TemplateNotFound: jindex.html ---------------------------------------- After the patch, it seems to be fine. diff --git a/trac/web/main.py b/trac/web/main.py index 4b1c46392..b25e2adf0 100644 --- a/trac/web/main.py +++ b/trac/web/main.py @@ -783,7 +783,7 @@ def send_project_index(environ, start_response, parent_dir=None, tmpl_path, template = os.path.split(env_index_template) loadpaths.insert(0, tmpl_path) else: - template = 'jindex.html' + template = 'index.html' data = {'trac': {'version': TRAC_VERSION, 'time': user_time(req, format_datetime)}, -- Jun Omae <jun6...@gmail.com> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to trac-dev+unsubscr...@googlegroups.com. To post to this group, send email to trac-dev@googlegroups.com. Visit this group at https://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.