summaryrefslogtreecommitdiffstatshomepage
path: root/ui-shared.c (follow)
Commit message (Expand)AuthorAgeLines
* Do not include current path in the "tree" menu linkLars Hjemli2007-06-26-1/+1
* Change "files" to "tree"Lars Hjemli2007-06-18-1/+1
* Add more menuitems on repo pagesLars Hjemli2007-06-18-14/+37
* Add cgit_diff_link()Lars Hjemli2007-06-17-0/+22
* Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-17-2/+14
* Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-17-4/+16
* ui-shared: use strcmp() to compare stringsLars Hjemli2007-06-17-2/+2
* Add and use cgit_tree_link()Lars Hjemli2007-06-17-0/+64
* Use & instead of & in URLs.Ondrej Jirman2007-05-31-2/+2
* Bad html: it's nice to add alt-attributesLars Hjemli2007-05-24-1/+1
* Bad html: <form> should have an action-attributeLars Hjemli2007-05-24-1/+1
* Add cgit_print_age() functionLars Hjemli2007-05-22-3/+44
* Enable url=value querystring parameterLars Hjemli2007-05-18-1/+4
* Make git_pageurl handle NULL querystringsLars Hjemli2007-05-16-2/+6
* Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli2007-05-15-2/+2
* ui-shared.c: fix whitespace breakageLars Hjemli2007-05-15-6/+5
* Layout updateLars Hjemli2007-02-21-10/+27
* Add support for snapshotsLars Hjemli2007-02-08-0/+11
* Fix search for non-virtual urlsLars Hjemli2007-02-03-0/+6
* Change global document layoutLars Hjemli2007-01-28-2/+3
* Use long instead of int when converting from TTL to secondsLars Hjemli2007-01-05-1/+1
* Add generic support for search box in page headerLars Hjemli2006-12-28-1/+27
* Make repo header a link to summary pageLars Hjemli2006-12-16-0/+4
* Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli2006-12-16-0/+12
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-11-0/+21
* Move common output-functions into ui-shared.cLars Hjemli2006-12-11-0/+76