summaryrefslogtreecommitdiffstatshomepage
path: root/ui-shared.c (unfollow)
Commit message (Expand)AuthorLines
2010-07-18ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland-0/+10
2010-06-19ui-log.c: allow commit range as search expressionLars Hjemli-0/+1
2010-06-19ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland-0/+14
2010-06-19ui-shared: Preserve path limit in "tab bar" linksJohan Herland-5/+6
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland-4/+5
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland-2/+2
2010-06-19ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland-1/+80
2010-06-19ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland-0/+6
2010-06-19ui-shared: Replace ctx.qry.path with ctx.qry.vpathJohan Herland-4/+4
2010-06-19ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordinglyJohan Herland-19/+12
2010-06-19ui-shared: Improve const-ness in APIJohan Herland-36/+40
2010-02-27ui-shared.c: fix segfault when repo is emptyFlorian Pritz-2/+2
2009-11-07Nov is the correct abbreviationDanijel TaĊĦov-1/+1
2009-10-16ui-shared.c: prettify download links when generated from tag pageLars Hjemli-2/+7
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony-6/+28
2009-08-18ui-shared: don't print header <img/> if there isn't a logo definedMatthew Metnetsky-8/+11
2009-08-11ui-shared: add support for header/footer options when embedded=1Lars Hjemli-5/+12
2009-08-10ui-shared: add support for NO_HTTP=1/--nohttpLars Hjemli-1/+1
2009-08-10Cleanup handling of environment variablesLars Hjemli-23/+9
2009-07-25Add support for 'noheader' optionLars Hjemli-7/+13
2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro-1/+2
2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro-0/+11
2009-06-07Return http statuscode 404 on unknown branchLars Hjemli-0/+2
2009-06-07Add head-include configuration option.Mark Lodato-1/+3
2009-02-19Add support for HEAD requestsLars Hjemli-0/+4
2009-02-19Add support for ETag in 'plain' viewLars Hjemli-0/+2
2009-02-02Add support for an 'embedded' option in cgitrcLars Hjemli-0/+10
2009-01-29Add support for a custom headerLars Hjemli-0/+2
2009-01-11Avoid SEGFAULT on invalid requestsLars Hjemli-1/+6
2008-12-07ui-shared: externalize add_hidden_formfields()Lars Hjemli-3/+3
2008-12-07ui-shared: add and use cgit_stats_link()Lars Hjemli-2/+8
2008-12-07ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli-1/+1
2008-12-06Add a 'stats' page to each repoLars Hjemli-0/+3
2008-12-01ui-shared: shorten the sha1 printed by cgit_object_linkLars Hjemli-6/+8
2008-12-01ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_linksLars Hjemli-2/+1
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli-2/+10
2008-10-06ui-shared: specify correct css class for summary tabLars Hjemli-1/+2
2008-10-05ui-shared: add cgit_tag_link()Lars Hjemli-0/+6
2008-10-05ui-shared: generate proper links in cgit_object_link()Lars Hjemli-15/+7
2008-10-05ui-shared: use html_url_path() to get properly escaped url in form actionLars Hjemli-2/+2
2008-10-05ui-shared: reword the standard page footerLars Hjemli-2/+2
2008-10-05ui-shared: do not print repo name on the "summary" tabLars Hjemli-2/+1
2008-10-05ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli-4/+3
2008-10-05ui-shared.c: add cgit_summary_link()Lars Hjemli-0/+5
2008-10-05ui-shared.c: use html_url_path() in repolink()Lars Hjemli-4/+4
2008-10-05ui-shared.c: use html_url_arg()Lars Hjemli-10/+10
2008-09-02use Host: header to generate cgit_hosturlEric Wong-7/+12
2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli-0/+6
2008-08-06Implement plain viewLars Hjemli-0/+2
2008-08-01Add atom-supportLars Hjemli-0/+23