about summary refs log tree commit diff
path: root/ui-shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-171-7/+7
* Merge branch 'lh/module-links'Lars Hjemli2012-03-181-0/+56
|\
| * ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-151-0/+56
* | segfault fix on some bogus requestsEric Wong2012-03-181-2/+2
* | Fix segmentation fault in empty repositoryJohn Keeping2012-01-031-1/+1
* | Add sort parameter to pager of repo listTobias Grimm2012-01-031-9/+15
|/
* Merge branch 'stable'Lars Hjemli2011-03-051-1/+1
|\
| * ui-shared: silence warningBernhard Reutner-Fischer2011-02-191-1/+1
* | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-191-4/+14
* | Merge branch 'jh/ignorews'Lars Hjemli2010-07-181-0/+10
|\ \
| * | ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-181-0/+10
* | | Merge branch 'lh/range-search'Lars Hjemli2010-06-221-0/+1
|\ \ \ | |/ / |/| |
| * | ui-log.c: allow commit range as search expressionLars Hjemli2010-06-191-0/+1
* | | ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-191-0/+14
* | | ui-shared: Preserve path limit in "tab bar" linksJohan Herland2010-06-191-5/+6
* | | ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-191-4/+5
* | | ui-patch: Apply path limit to generated patchJohan Herland2010-06-191-2/+2
* | | ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland2010-06-191-1/+80
* | | ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland2010-06-191-0/+6
* | | ui-shared: Replace ctx.qry.path with ctx.qry.vpathJohan Herland2010-06-191-4/+4
* | | ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordinglyJohan Herland2010-06-191-19/+12
* | | ui-shared: Improve const-ness in APIJohan Herland2010-06-191-36/+40
|/ /
* | Merge branch 'stable'Lars Hjemli2010-02-271-2/+2
|\|
| * ui-shared.c: fix segfault when repo is emptyFlorian Pritz2010-02-271-2/+2
* | Merge branch 'ro/ssdiff'Lars Hjemli2009-12-081-6/+28
|\ \
| * | Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-6/+28
* | | Merge branch 'stable'Lars Hjemli2009-11-071-1/+1
|\ \ \ | | |/ | |/|
| * | Nov is the correct abbreviationDanijel TaĊĦov2009-11-071-1/+1
| |/
* / ui-shared.c: prettify download links when generated from tag pageLars Hjemli2009-10-161-2/+7
|/
* Merge branch 'stable'Lars Hjemli2009-08-181-8/+11
|\
| * ui-shared: don't print header <img/> if there isn't a logo definedMatthew Metnetsky2009-08-181-8/+11
* | ui-shared: add support for header/footer options when embedded=1Lars Hjemli2009-08-111-5/+12
* | ui-shared: add support for NO_HTTP=1/--nohttpLars Hjemli2009-08-101-1/+1
* | Cleanup handling of environment variablesLars Hjemli2009-08-101-23/+9
* | Merge branch 'lh/embedded'Lars Hjemli2009-07-251-6/+22
|\ \
| * | Add support for 'noheader' optionLars Hjemli2009-07-251-7/+13
| * | Add support for an 'embedded' option in cgitrcLars Hjemli2009-02-021-0/+10
| |/
* | Merge branch 'ml/head-include'Lars Hjemli2009-07-251-1/+3
|\ \
| * | Add head-include configuration option.Mark Lodato2009-06-071-1/+3
| |/
* | Merge branch 'plain-etag'Lars Hjemli2009-07-251-0/+6
|\ \
| * | Add support for HEAD requestsLars Hjemli2009-02-191-0/+4
| * | Add support for ETag in 'plain' viewLars Hjemli2009-02-191-0/+2
| |/
* | Merge branch 'do/https'Lars Hjemli2009-07-251-1/+13
|\ \
| * | use cgit_httpscheme() for atom feedDiego Ongaro2009-06-111-1/+2
| * | add cgit_httpscheme() -> http:// or https://Diego Ongaro2009-06-111-0/+11
| |/
* / Return http statuscode 404 on unknown branchLars Hjemli2009-06-071-0/+2
|/
* Add support for a custom headerLars Hjemli2009-01-291-0/+2
* Merge branch 'lh/stats'Lars Hjemli2009-01-271-3/+12
|\
| * ui-shared: externalize add_hidden_formfields()Lars Hjemli2008-12-071-3/+3
| * ui-shared: add and use cgit_stats_link()Lars Hjemli2008-12-071-2/+8
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-071-1/+1
| * Add a 'stats' page to each repoLars Hjemli2008-12-061-0/+3
* | Merge branch 'stable'Lars Hjemli2009-01-111-1/+6
|\ \
| * | Avoid SEGFAULT on invalid requestsLars Hjemli2009-01-111-1/+6
| |/
* | Merge branch 'full-log'Lars Hjemli2008-12-061-2/+10
|\ \
| * | ui-log: add support for showing the full commit messageLars Hjemli2008-11-291-2/+10
| |/
* | ui-shared: shorten the sha1 printed by cgit_object_linkLars Hjemli2008-12-011-6/+8
* | ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_linksLars Hjemli2008-12-011-2/+1
|/
* ui-shared: specify correct css class for summary tabLars Hjemli2008-10-061-1/+2
* ui-shared: add cgit_tag_link()Lars Hjemli2008-10-051-0/+6
* ui-shared: generate proper links in cgit_object_link()Lars Hjemli2008-10-051-15/+7
* ui-shared: use html_url_path() to get properly escaped url in form actionLars Hjemli2008-10-051-2/+2
* ui-shared: reword the standard page footerLars Hjemli2008-10-051-2/+2
* ui-shared: do not print repo name on the "summary" tabLars Hjemli2008-10-051-2/+1
* ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli2008-10-051-4/+3
* ui-shared.c: add cgit_summary_link()Lars Hjemli2008-10-051-0/+5
* ui-shared.c: use html_url_path() in repolink()Lars Hjemli2008-10-051-4/+4
* ui-shared.c: use html_url_arg()Lars Hjemli2008-10-051-10/+10
* use Host: header to generate cgit_hosturlEric Wong2008-09-021-7/+12
* Merge branch 'lh/plain'Lars Hjemli2008-09-011-0/+8
|\
| * ui-tree: link to plain view instead of blob viewLars Hjemli2008-08-061-0/+6
| * Implement plain viewLars Hjemli2008-08-061-0/+2
* | Add atom-supportLars Hjemli2008-08-011-0/+23
|/
* Added `local-time` option to cgitrcStefan Naewe2008-08-011-4/+7
* Be prepared for empty repositoriesLars Hjemli2008-07-271-1/+2
* ui-shared: show repo owner along with descriptionLars Hjemli2008-07-271-3/+3
* Add a favicon option to cgitrcLars Hjemli2008-07-191-0/+5
* Add support for including a footer on all pagesLars Hjemli2008-06-261-4/+10
* Add link to index page from repo header, remove page nameLars Hjemli2008-05-041-2/+2
* Add footer with page creation time and cgit version on all pagesLars Hjemli2008-05-031-0/+3
* Add cgit_index_link() function with support for offsetLars Hjemli2008-05-031-5/+17
* Add 'about site' and 'about repo' pagesLars Hjemli2008-04-291-3/+50
* Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli2008-04-291-1/+4
* Cleanup page headerLars Hjemli2008-04-151-17/+4
* Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-131-2/+0
* Implement minimal freetext search in the repolistLars Hjemli2008-04-131-1/+10
* More layout fixesLars Hjemli2008-04-131-15/+50
* Reintroduce the branch switcherLars Hjemli2008-04-121-0/+7
* Add fixed link to index page from repo headerLars Hjemli2008-04-121-3/+9
* Replace sidebar/logoLars Hjemli2008-04-121-81/+44
* Refactor snapshot supportLars Hjemli2008-03-241-1/+16
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-241-61/+51
* Introduce html.hLars Hjemli2008-03-181-0/+16
* Improve initialization of git directoryLars Hjemli2008-02-161-1/+1
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-14/+14
* Add all config variables into struct cgit_contextLars Hjemli2008-02-161-30/+30
* Introduce struct cgit_contextLars Hjemli2008-02-161-43/+43
* Add plain patch viewLars Hjemli2007-12-111-0/+8
* Add support for automatic and custom clone urlsLars Hjemli2007-12-031-0/+17
* Merge branch 'stable'Lars Hjemli2007-12-021-0/+4
|\
| * Handle missing timestamp in commit/tag objectsLars Hjemli2007-12-021-0/+4
* | Add cell-spacing in htmlLars Hjemli2007-11-161-1/+1
* | Use tables for page layoutLars Hjemli2007-11-161-10/+12
* | Add support for "robots" meta-tagLars Hjemli2007-11-111-0/+2
* | Generate valid html for "downloads" menu headerLars Hjemli2007-11-111-1/+1
* | Fix html error detected by test-suiteLars Hjemli2007-11-111-12/+12
* | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-051-1/+1
|/
* Don't show the the branch selector button if javascript is enabledLars Hjemli2007-11-031-1/+1
* Do not require javascript-enabled clientsLars Hjemli2007-11-031-0/+4
* Don't include current SHA1 in 'log' menu-itemLars Hjemli2007-11-031-2/+2
* Don't include current path in menu linksLars Hjemli2007-11-031-3/+2
* Fix search form action/hidden fieldsLars Hjemli2007-11-031-18/+24
* Add search parameters to cgit_log_linkLars Hjemli2007-11-031-2/+11
* Change the cgit layoutLars Hjemli2007-10-301-50/+122
* Teach cgit_object_link() about tag objectsLars Hjemli2007-10-281-0/+3
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-281-2/+7
* Add links to the new refs page from summary pageLars Hjemli2007-10-271-0/+6
* cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-231-0/+6
* Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2007-07-221-4/+37
|\
| * introduce cgit_repobasenameMichael Krelin2007-07-211-0/+24
| * added snapshot filename to the linkMichael Krelin2007-07-211-4/+13
* | Add ui-tag.cLars Hjemli2007-07-221-0/+24
|/
* Merge branch 'lh/menu'Lars Hjemli2007-06-291-16/+55
|\
| * Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-291-3/+19
| * Do not include current path in the "tree" menu linkLars Hjemli2007-06-261-1/+1
| * Change "files" to "tree"Lars Hjemli2007-06-181-1/+1
| * Add more menuitems on repo pagesLars Hjemli2007-06-181-14/+37
* | Add version info from git-describeLars Hjemli2007-06-181-1/+1
|/
* Add cgit_diff_link()Lars Hjemli2007-06-171-0/+22
* Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-171-2/+14
* Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-171-4/+16
* ui-shared: use strcmp() to compare stringsLars Hjemli2007-06-171-2/+2
* Add and use cgit_tree_link()Lars Hjemli2007-06-171-0/+64
* Use &amp; instead of & in URLs.Ondrej Jirman2007-05-311-2/+2
* Bad html: it's nice to add alt-attributesLars Hjemli2007-05-241-1/+1
* Bad html: <form> should have an action-attributeLars Hjemli2007-05-241-1/+1
* Add cgit_print_age() functionLars Hjemli2007-05-221-3/+44
* Enable url=value querystring parameterLars Hjemli2007-05-181-1/+4
* Make git_pageurl handle NULL querystringsLars Hjemli2007-05-161-2/+6
* Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli2007-05-151-2/+2
* ui-shared.c: fix whitespace breakageLars Hjemli2007-05-151-6/+5
* Layout updateLars Hjemli2007-02-211-10/+27
* Add support for snapshotsLars Hjemli2007-02-081-0/+11
* Fix search for non-virtual urlsLars Hjemli2007-02-031-0/+6
* Change global document layoutLars Hjemli2007-01-281-2/+3
* Use long instead of int when converting from TTL to secondsLars Hjemli2007-01-051-1/+1
* Add generic support for search box in page headerLars Hjemli2006-12-281-1/+27
* Make repo header a link to summary pageLars Hjemli2006-12-161-0/+4
* Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli2006-12-161-0/+12
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-111-0/+21
* Move common output-functions into ui-shared.cLars Hjemli2006-12-111-0/+76