summaryrefslogtreecommitdiff
path: root/cgit.css (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-23Add support for line number in url fragmentLars Hjemli2-1/+10
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli5-21/+41
2007-07-22Add ui-tag.cLars Hjemli7-32/+111
2007-07-21link raw blob from tree file viewMichael Krelin1-0/+4
2007-07-21fix: changed view link to blob in summary.Michael Krelin1-1/+1
2007-07-21allow selective enabling of snapshotsMichael Krelin6-15/+48
2007-07-21shorten snapshot names to repo basenameMichael Krelin2-2/+3
2007-07-21introduce cgit_repobasenameMichael Krelin2-0/+26
2007-07-21added snapshot filename to the linkMichael Krelin3-5/+16
2007-07-21add plain uncompressed tar snapshort formatMichael Krelin1-1/+2
2007-07-21introduced .tar.bz2 snapshotsMichael Krelin1-31/+42
2007-07-20compress .tar.gz using gzip as a filterMichael Krelin1-1/+37
2007-07-20added a chk_non_negative checkMichael Krelin2-0/+8
2007-07-18css: adjust vertical-align of commit info th cellsMichael Krelin1-0/+1
2007-07-18add support for snapshot tarballsMichael Krelin4-37/+55
2007-07-03make gen-version.sh run even if . is not in PATHMichael Krelin1-1/+1
2007-07-03make config adjustable via env variable CGIT_CONFIGMichael Krelin1-1/+3
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli6-16/+30
2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli3-2/+25
2007-06-26Do not include current path in the "tree" menu linkLars Hjemli1-1/+1
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli4-12/+31
2007-06-18Change S/L/T to summary/log/treeLars Hjemli3-9/+10
2007-06-18Change "files" to "tree"Lars Hjemli2-2/+2
2007-06-18Include querystring as part of cached filename for repo summary pageLars Hjemli1-4/+6
2007-06-18Add version info from git-describeLars Hjemli7-16/+27
2007-06-18Add more menuitems on repo pagesLars Hjemli2-16/+49
2007-06-17Add cgit_diff_link()Lars Hjemli6-69/+75
2007-06-17ui-commit: use cgit_commit_link() for parent linksLars Hjemli1-6/+4
2007-06-17ui-log: honor id=sha1 on querystringLars Hjemli2-1/+4
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli7-18/+31
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli5-20/+24
2007-06-17ui-tree: html/css cleanupLars Hjemli2-23/+12
2007-06-17ui-shared: use strcmp() to compare stringsLars Hjemli1-2/+2
2007-06-17Add and use cgit_tree_link()Lars Hjemli5-38/+107
2007-06-16ui-tree: make blob viewer generate valid htmlLars Hjemli1-1/+0
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli8-112/+174
2007-06-07cgit.css: make it validateLars Hjemli1-8/+7
2007-06-06ui-diff: close td/tr/table properlyLars Hjemli1-0/+2
2007-06-05ui-diff: emit table/tr/td at better locationsLars Hjemli1-9/+7
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman4-1/+16
2007-05-31Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman1-0/+3
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman3-17/+19
2007-05-31Handle single-line and empty commit subjectsOndrej Jirman1-3/+8
2007-05-31Use & instead of & in URLs.Ondrej Jirman6-13/+13
2007-05-31Fixed unexpected tags in html output.Ondrej Jirman3-6/+7
2007-05-24cgit v0.5v0.5Lars Hjemli1-1/+1
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-24Close a <tr> properlyLars Hjemli1-1/+1
2007-05-23Add repo.readme parameterLars Hjemli5-15/+23
ng the git git repository, but doesn't add support for automatically cloning the submodule. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-09Add support for downloading single blobsLars Hjemli5-3/+47 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli3-5/+10 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli9-837/+50 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-21Layout updateLars Hjemli9-32/+127 2007-02-08Make snapshot feature configurableLars Hjemli5-6/+22 Snapshots can now be enabled/disabled by default for all repositories in cgitrc with param "snapshots". Additionally, any repo can override the default setting with param "repo.snapshots". By default, no snapshotting is enabled. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-08Add support for snapshotsLars Hjemli8-8/+153 Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05cgit v0.2v0.2Lars Hjemli1-1/+1 Main changes since v0.1: -list tags in repo summary -allow search in log-view -read repository paths from cgitrc Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2-15/+37 This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli1-21/+32 Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli2-19/+37 There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli5-55/+120 This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli1-2/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6 When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli1-24/+28 Signed-off-by: Lars Hjemli <hjemli@gmail.com>