aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-04Add link to index page from repo header, remove page nameLars Hjemli1-2/+2
2008-05-03Add footer with page creation time and cgit version on all pagesLars Hjemli1-0/+3
2008-05-03Add cgit_index_link() function with support for offsetLars Hjemli1-5/+17
2008-04-29Add 'about site' and 'about repo' pagesLars Hjemli1-3/+50
2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli1-1/+4
2008-04-15Cleanup page headerLars Hjemli1-17/+4
2008-04-13Remove 'patch' link from tab, add to commit viewLars Hjemli1-2/+0
2008-04-13Implement minimal freetext search in the repolistLars Hjemli1-1/+10
2008-04-13More layout fixesLars Hjemli1-15/+50
2008-04-12Reintroduce the branch switcherLars Hjemli1-0/+7
2008-04-12Add fixed link to index page from repo headerLars Hjemli1-3/+9
2008-04-12Replace sidebar/logoLars Hjemli1-81/+44
2008-03-24Refactor snapshot supportLars Hjemli1-1/+16
2008-03-24Add struct cgit_page to cgit_contextLars Hjemli1-61/+51
2008-03-18Introduce html.hLars Hjemli1-0/+16
2008-02-16Improve initialization of git directoryLars Hjemli1-1/+1
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-14/+14
2008-02-16Add all config variables into struct cgit_contextLars Hjemli1-30/+30
2008-02-16Introduce struct cgit_contextLars Hjemli1-43/+43
2007-12-11Add plain patch viewLars Hjemli1-0/+8
2007-12-03Add support for automatic and custom clone urlsLars Hjemli1-0/+17
2007-12-02Merge branch 'stable'Lars Hjemli1-0/+4
2007-12-02Handle missing timestamp in commit/tag objectsLars Hjemli1-0/+4
2007-11-16Add cell-spacing in htmlLars Hjemli1-1/+1
2007-11-16Use tables for page layoutLars Hjemli1-10/+12
2007-11-11Add support for "robots" meta-tagLars Hjemli1-0/+2
2007-11-11Generate valid html for "downloads" menu headerLars Hjemli1-1/+1
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