aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-11Fix html error detected by test-suiteLars Hjemli1-12/+12
2007-11-06Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault1-1/+1
2007-11-03Don't show the the branch selector button if javascript is enabledLars Hjemli1-1/+1
2007-11-03Do not require javascript-enabled clientsLars Hjemli1-0/+4
2007-11-03Don't include current SHA1 in 'log' menu-itemLars Hjemli1-2/+2
2007-11-03Don't include current path in menu linksLars Hjemli1-3/+2
2007-11-03Fix search form action/hidden fieldsLars Hjemli1-18/+24
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-2/+11
2007-10-30Change the cgit layoutLars Hjemli1-50/+122
2007-10-28Teach cgit_object_link() about tag objectsLars Hjemli1-0/+3
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli1-2/+7
2007-10-27Add links to the new refs page from summary pageLars Hjemli1-0/+6
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli1-0/+6
2007-07-22Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli1-4/+37
2007-07-22Add ui-tag.cLars Hjemli1-0/+24
2007-07-21introduce cgit_repobasenameMichael Krelin1-0/+24
2007-07-21added snapshot filename to the linkMichael Krelin1-4/+13
2007-06-29Merge branch 'lh/menu'Lars Hjemli1-16/+55
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli1-3/+19
2007-06-26Do not include current path in the "tree" menu linkLars Hjemli1-1/+1
2007-06-18Change "files" to "tree"Lars Hjemli1-1/+1
2007-06-18Add version info from git-describeLars Hjemli1-1/+1
2007-06-18Add more menuitems on repo pagesLars Hjemli1-14/+37
2007-06-17Add cgit_diff_link()Lars Hjemli1-0/+22
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-2/+14
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli1-4/+16
2007-06-17ui-shared: use strcmp() to compare stringsLars Hjemli1-2/+2
2007-06-17Add and use cgit_tree_link()Lars Hjemli1-0/+64
2007-05-31Use & instead of & in URLs.Ondrej Jirman1-2/+2
2007-05-24Bad html: it's nice to add alt-attributesLars Hjemli1-1/+1
2007-05-24Bad html: <form> should have an action-attributeLars Hjemli1-1/+1
2007-05-22Add cgit_print_age() functionLars Hjemli1-3/+44
2007-05-18Enable url=value querystring parameterLars Hjemli1-1/+4
2007-05-16Make git_pageurl handle NULL querystringsLars Hjemli1-2/+6
2007-05-15Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli1-2/+2
2007-05-15ui-shared.c: fix whitespace breakageLars Hjemli1-6/+5
2007-02-21Layout updateLars Hjemli1-10/+27
2007-02-08Add support for snapshotsLars Hjemli1-0/+11
2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6
2007-01-28Change global document layoutLars Hjemli1-2/+3
2007-01-05Use long instead of int when converting from TTL to secondsLars Hjemli1-1/+1
2006-12-28Add generic support for search box in page headerLars Hjemli1-1/+27
2006-12-16Make repo header a link to summary pageLars Hjemli1-0/+4
2006-12-16Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli1-0/+12
2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli1-0/+21
2006-12-11Move common output-functions into ui-shared.cLars Hjemli1-0/+76