New issue 285: Start Revision setting not working as described
https://bitbucket.org/conservancy/kallithea/issues/285/start-revision-setting-not-working-as

André:

I set the "Start Revision" setting to master and it does not what the 
description claims it does. The description is "Default revision for files 
page, downloads, whoosh and readme" but
on the summary page the link to the files is "reponame/files/tip" instead of 
"reponame/files/master", the download link is also "reponame/archive/tip.zip" 
and the changelog page also defaults to the tip.

The download link is hardcoded in the summary template. The other links are 
generated with a call to "${self.repo_context_bar('summary')}" which lacks the 
rev parameter. Even then a call to "reponame/changelog" should default to 
"Start Revision".


_______________________________________________
kallithea-general mailing list
[email protected]
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to