aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ui-repolist: Allow sections to be collapsiblejk/collapsible-sectionsAndy Doan2016-10-016-24/+63
| | | | | | | | | | | | | | | | | | | The index page can be difficult to navigate for really large git servers. This change allows a configuration like: section-collapse=people section-collapse=tests And an index page would only display the "people" and "tests" section headers entries (not their repos) with a hyperlink that can be used to drill down into each section. Additionally the boolean logic around displaying sections in ui-repolist.c was simplified to eliminate an impossible condition. Signed-off-by: Andy Doan <andy.doan@linaro.org> Reviewed-by: John Keeping <john@keeping.me.uk> Signed-off-by: John Keeping <john@keeping.me.uk>
* ui-repolist: provide hyperlinks on section namesAndy Doan2016-10-011-0/+4
This makes it easier to traverse into a section of git repositories. Signed-off-by: Andy Doan <andy.doan@linaro.org> Signed-off-by: John Keeping <john@keeping.me.uk>