]> git.cameronkatri.com Git - cgit.git/history - ui-summary.c
Add support for 'enable-gitweb-owner' option
[cgit.git] / ui-summary.c
2009-09-13 Lars HjemliMerge branch 'stable'
2009-09-06 Lars HjemliMerge branch 'stable'
2009-08-18 Lars HjemliMerge branch 'stable'
2009-08-18 Lars HjemliMerge branch 'stable'
2009-08-17 Lars HjemliMerge branch 'stable'
2009-08-09 Lars HjemliMerge branch 'lh/about'
2009-08-09 Lars HjemliAdd 'about-filter' and 'repo.about-filter' options
2009-08-09 Lars Hjemliui-summary: enable arbitrary paths below repo.readme
2008-10-05 Lars Hjemliui-summary: use html_url_path()
2008-07-27 Lars Hjemliui-summary: show clone urls
2008-05-03 Lars HjemliMerge branch 'lh/cache'
2008-04-28 Lars HjemliMerge branch 'lh/about'
2008-04-28 Lars HjemliPrepare for 'about repo' page
2008-04-14 Lars HjemliMake branches, tags and log play better together in...
2008-04-08 Lars HjemliMerge branch 'lh/cleanup'
2008-03-24 Lars HjemliAdd separate header-files for each page/view
2008-03-18 Lars HjemliIntroduce html.h
2008-02-23 Lars HjemliMerge branch 'stable'
2008-02-16 Lars HjemliMove cgit_repo into cgit_context
2008-02-16 Lars HjemliAdd all config variables into struct cgit_context
2008-02-16 Lars HjemliIntroduce struct cgit_context
2008-01-13 Lars HjemliMerge branch 'stable'
2007-12-02 Lars HjemliMerge branch 'stable'
2007-11-11 Lars HjemliMerge branch 'lh/testsuite'
2007-11-11 Lars HjemliFix html error detected by test-suite
2007-11-03 Lars HjemliAdd search parameters to cgit_log_link
2007-10-30 Lars HjemliChange the cgit layout
2007-10-28 Lars HjemliMake print_branch() handle refs not pointing at commits
2007-10-28 Lars HjemliTeach log search about --grep, --author and --committer
2007-10-27 Lars HjemliMerge branch 'stable'
2007-10-27 Lars HjemliCleanup code introduced by the filter-refs topic
2007-10-27 Lars HjemliMerge branch 'filter-refs'
2007-10-27 Lars HjemliAdd links to the new refs page from summary page
2007-10-27 Lars HjemliMake cgit_print_branches()/cgit_print_tags() external
2007-10-27 Lars HjemliAdd support for config param summary-branches
2007-10-27 Lars HjemliMove logic for age comparision from cmp_tag_age into...
2007-10-27 Lars HjemliAdd support for config param summary-tags
2007-10-27 Lars HjemliSort tags by age
2007-10-27 Lars HjemliUse reflist to print tag info
2007-10-27 Lars HjemliUse reflist to print branch info
2007-09-03 Lars HjemliMerge branch 'jo/dirlink'
2007-07-22 Lars HjemliMerge branch 'master' of git://git.klever.net/patchwork...
2007-07-22 Lars HjemliAdd ui-tag.c
2007-07-21 Michael Krelinfix: changed view link to blob in summary.
2007-06-29 Lars HjemliMerge branch 'lh/menu'
2007-06-29 Lars HjemliAdd ofs argument to cgit_log_link and use it in ui...
2007-06-17 Lars HjemliAdd cgit_commit_link() + support for id=sha1 to commit...
2007-06-17 Lars HjemliAdd git_log_link() and fix bug in generic repolink...
2007-05-31 Ondrej JirmanImplemented configurable HEAD shortlog on summary page.
2007-05-31 Ondrej JirmanUse & instead of & in URLs.
2007-05-23 Lars HjemliClose a <tr> properly
2007-05-23 Lars HjemliAdd repo.readme parameter
2007-05-22 Lars HjemliUse cgit_print_age() on summary and log pages
2007-05-22 Lars HjemliAdd cgit_print_age() function
2007-05-15 Lars HjemliChange commit-view to expect h parameter, not id
2007-05-14 Lars HjemliDo not alter incoming sha1 when handling the download...
2007-05-14 Lars HjemliShow tag heading even if first tag is of the lightweigh...
2007-05-14 Lars HjemliSpecify static storage class for file-local declarations
2007-05-11 Lars HjemliAdd links to enable downloading of tagged blobs
2007-05-08 Lars HjemliUpdate to libgit 1.5.2-rc2
2007-02-20 Lars HjemliLayout update
2007-02-04 Lars HjemliAdd support for lightweight tags
2007-01-28 Lars HjemliAdd parameter to adjust max message length in log listings
2007-01-27 Lars HjemliCleanup table listings
2007-01-17 Lars HjemliExtend repo summary with tag list
2006-12-21 Lars HjemliOnly show first 80 characters of commit subject in...
2006-12-16 Lars HjemliReformat code to avoid excessive line lengths
2006-12-16 Lars HjemliAdd cgit_free_commitinfo() and use where needed
2006-12-15 Lars HjemliMove cgit_print_date into ui-shared, reuse in ui-summary
2006-12-12 Lars HjemliSmall layout adjustments to summary and blob view
2006-12-12 Lars HjemliAdd display of tree content w/ui-tree.c
2006-12-11 Lars HjemliMove log-functions into ui-log.c
2006-12-11 Lars HjemliMove repo summary functions into ui-summary.c