aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
AgeCommit message (Collapse)Author
2007-05-11Add links to enable downloading of tagged blobsGravatar Lars Hjemli
All tags below refs/archives are shown on the repo summary page as download links. The links referes to the tagged objects, using the tag name as filename for download. This can be used to add shortcuts for release tarballs, documentation and other blobs stored in the object database, especially blobs that are not reachable during cloning. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-05-11Add submodule links in tree listingGravatar Lars Hjemli
When a submodule occurs in a tree, generate a link to show the module/commit. The link is specified as a sprintf string in /etc/cgitrc, using parameters 'module-link' and 'repo.module-link'. This should probably be extended with repo.module-link.$path. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-02-21Layout updateGravatar Lars Hjemli
2007-01-28Set explicit font sizeGravatar Lars Hjemli
This might be bad style, but cgit really needed smaller fonts. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-01-28Change global document layoutGravatar Lars Hjemli
Use a document-wide table for the main layout Signed-off-by: Lars Hjemli <larsh@slaptop.hjemli.net>
2007-01-28Cleanup table listingsGravatar Lars Hjemli
Make the output for <table class='list'> a bit nicer Signed-off-by: Lars Hjemli <larsh@slaptop.hjemli.net>
2007-01-17Extend repo summary with tag listGravatar Lars Hjemli
Show all tags in the repo below the branch list. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-28Add generic support for search box in page headerGravatar Lars Hjemli
This adds the ability to show a search box in any pageheader with correct href and hidden form data, but does not enable the box on any pages. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-22Minor style fixesGravatar Lars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-22Only show first 80 characters of commit subject in log and summaryGravatar Lars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-20Add basic diff viewGravatar Lars Hjemli
Finally, xdiff is used to show per-file diffs via commit view. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-17Use html_filemode in ui-tree.cGravatar Lars Hjemli
No reason to show "100644" when we can show "-rw-r--r--" Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-17Show list of modified files in ui-commit.cGravatar Lars Hjemli
Compare current commit with 1.parent, and for each affected file display current filemode, old filemode if changed, current filename and source filename if it was a copy/rename. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16gitweb ripoff: set tr:hover to highligt current rowGravatar Lars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16Make repo header a link to summary pageGravatar Lars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16Add ui-commit.c + misc ui cleanupsGravatar Lars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-13Small layout adjustments to summary and blob viewGravatar Lars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-13Add display of tree content w/ui-tree.cGravatar Lars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-09Import cgit prototype from git treeGravatar Lars Hjemli
This enables basic cgit functionality, using libgit.a and xdiff/lib.a from git + a custom "git.h" + openssl for sha1 routines. Signed-off-by: Lars Hjemli <hjemli@gmail.com>