Commit Graph

109 Commits

Author SHA1 Message Date
Josef "Jeff" Sipek
50ccddca40 [hgweb] Added favicon to standard/gitweb templates 2006-02-22 01:06:17 -05:00
Matt Mackall
a318b34fa1 Merge with jeffpc 2006-02-21 17:36:27 -06:00
Thomas Arendsen Hein
07effec89b Merged RSS feed for tags from Peter van Dijk 2006-02-21 16:04:47 +01:00
Josef "Jeff" Sipek
c7fceb5172 [hgweb] Move CSS from headers into static files 2006-02-18 22:01:09 -05:00
Josef "Jeff" Sipek
e9671d8e11 Merge 2006-02-14 21:55:05 -05:00
Johannes Stezenbach
3d04a1848f add changenav at bottom of page
if one reads through the changelog and wants to go to the
previous or next page one needs the navigation links at
the bottom, not at the top of the page
2006-02-07 23:01:11 -06:00
Johannes Stezenbach
e5bc05a46d display revision numbers
revision numbers are useful for orientation when browsing
through the changelog
2006-02-06 17:35:22 -06:00
Matt Mackall
904ecd9ca5 Merge with crew 2006-02-05 22:18:38 -06:00
Josef "Jeff" Sipek
98503dee36 [hgweb] Added rename information to gitweb templates & misc cleanups
Fixed up file log template's title
Removed double entry for filelogentry in gitweb map file
2006-02-05 20:52:55 -05:00
Thomas Arendsen Hein
7d93bb0429 Merge with Peter van Dijk 2006-02-03 12:58:40 +01:00
Peter van Dijk
53e2d42bd5 remove escaping from decriptions on repo index page 2006-02-03 12:56:41 +01:00
Thomas Arendsen Hein
8dc011fb10 Added raw view for file annotate in hgweb. 2006-02-03 12:50:02 +01:00
Benoit Boissinot
481a5f04df hgweb/templates: remove unused vars from map-raw
annotateline contains html and it is unused
filenodelink is unused but should be defined
2006-02-03 11:54:16 +01:00
Benoit Boissinot
88cc0dc818 hgweb/templates: no need to escape the '<' '>' and '&' in raw templates 2006-02-03 11:54:12 +01:00
Peter van Dijk
7ab6d5942d add rss link to tags page 2006-02-03 11:23:34 +01:00
Peter van Dijk
9e3427d564 implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmpl 2006-02-03 02:21:28 +01:00
Peter van Dijk
d48a492803 tags-rss support; still shows tip 2006-02-02 12:00:45 +01:00
Matt Mackall
d2f2e55e1e hgweb: show copy/rename links in file history 2006-01-29 17:10:38 +13:00
Peter van Dijk
c8cea7f5b8 unbreak templates/summary-gitweb.tmpl 2006-01-29 00:31:11 +01:00
Peter van Dijk
45d8535751 changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames 2006-01-29 00:18:52 +01:00
Matt Mackall
266a9b9bd7 [hgweb] Prevent search engine bots from indexing the entire repository 2006-01-23 16:36:44 +13:00
Guy Brand
43d131ffe0 Added archives links to gitweb template 2006-01-10 13:12:13 +01:00
Muli Ben-Yehuda
5ff82e08cd - duplicate the parent link logic to show child links
- don't show trivial parent or children links
2005-12-29 14:51:29 -06:00
Josef "Jeff" Sipek
7a4b76edd8 [hgweb] Remove reference to a non-existing file 2005-12-12 01:25:24 -05:00
Josef "Jeff" Sipek
a5509a7933 [hgweb] Fixed up bad link 2005-12-10 00:26:32 -05:00
Josef "Jeff" Sipek
fbf7f8e5da File log and some FIXMEs 2005-12-10 00:09:13 -05:00
Josef "Jeff" Sipek
b376621df0 [hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
Namespace polution prevention (manifest vs. tagmanifest - shouldn't be a problem yet)
File annotate updated
File revision now has commit info
2005-12-05 07:07:40 -05:00
Josef "Jeff" Sipek
cd4c9644dd [hgweb] More gitweb style related fixes
Fixed manifest link on tags page
Fixed changeset link on manifest page
2005-12-05 05:01:28 -05:00
Josef "Jeff" Sipek
888b62b098 File revision style fixed 2005-12-05 04:49:37 -05:00
Josef "Jeff" Sipek
5786e36aca [hgweb] Initial import of the "gitweb" style 2005-12-05 04:30:47 -05:00
Thomas Arendsen Hein
efdab2b6e8 Catch IOErrors and RepoErrors when serving repositories via hgweb. 2005-11-17 19:38:57 +01:00
Thomas Arendsen Hein
6d25a1683a Always escape repository name in hgweb, very important in notfound.tmpl. 2005-11-17 19:11:13 +01:00
TK Soh
aed1cbf84d hgweb: remove redundant rstrip filter 2005-11-08 10:35:00 -08:00
Thomas Arendsen Hein
fe54904242 hgweb: Added archive download buttons to manifest page. 2005-11-03 18:45:27 +01:00
TK Soh
b81e3092eb hgweb: add strip and rstrip filters to handle summary 2005-10-25 14:57:14 -07:00
TK Soh
3d707867b0 hgweb: a couple of fixes on search page
- show search string in the bottom search box
- wrap search boxes within paragraphs, this also puts
  some space between last changeset and bottom
  search box in firefox.
2005-10-24 17:54:06 -07:00
TK Soh
073d6ec307 hgweb: fix broken filelog->changelog link 2005-10-24 14:55:46 -07:00
TK Soh
be1258aa3a hgweb: fix broken search->changelog link 2005-10-24 14:55:34 -07:00
TK Soh
3b9b77f616 hgweb: improve look-n-feel of changelog nagivation 2005-10-24 14:53:25 -07:00
Matt Mackall
d6ea54aec8 hgweb: fix broken tags->changelog link 2005-10-21 00:15:55 -07:00
Matt Mackall
f36b3ac27d hgweb: add a mercurial link to the footer 2005-10-20 00:26:24 -07:00
Benoit Boissinot
4066fd89f5 hgweb: hide trivial parent (like in show_changeset) 2005-10-19 20:54:46 -07:00
Matt Mackall
3334f94a60 hgweb: fix too short manifest link 2005-10-18 23:58:00 -07:00
Matt Mackall
5c58c23164 hgweb: make viewing of non-text work in hgweb
We use mimetypes.guess_type to guess file types and util.binary to determine
whether a file is displayable as text.

This lets us display displayable text files in our normal source view.
Files that appear to be binary will be displayed as something like
"(binary:image/gif)".

Clicking on raw view will send the raw file with an appropriate MIME
type. Thus things like GIFs will now be viewable inside hgweb without
making a mess. Further, things like postscript files that are text
should show source in the normal view and a browser can launch a
postscript viewer for the raw view.
2005-10-18 23:50:55 -07:00
Matt Mackall
53102ac984 hgweb: shorten all the URLs in the standard templates
A URL like this:

http://www.selenic.com/hg/?cmd=changeset;node=508f0bbee11b595bcba6f255aeb93fe10e78af85

is now presented as:

http://www.selenic.com/hg/?cs=5010207c352

(though the old style still works, of course)
2005-10-18 23:08:35 -07:00
Matt Mackall
40dfb0cd7e hgweb: remove various manifest and file hashes from display 2005-10-01 13:11:48 -07:00
TK Soh
d433b1666f hgweb file: fixed left-justified line numbers on IE v6.0
IE (v6.0) seemed to squash the spaces surrounding the line
numbers, making them appeared as left- instead of being
right-justified.

Testing with IE v6.0 and Firefox 1.0.6.
2005-09-23 17:19:35 -07:00
TK Soh
f8b496eeec hgweb: fixed IE display problem on changelog page
IE (v6.0) didn't seemed to comply to the 15% width on the
left column of changelog display.

Tested with IE v6.0 and Firefox 1.0.6.
2005-09-23 17:15:10 -07:00
Thomas Arendsen Hein
455a56454d Cleanup of tabs and trailing spaces. 2005-09-21 07:56:19 +02:00
Ollivier Robert
3161d67dbc Remove the link from the template as there no real way to have it always be correct. 2005-08-28 19:18:39 +02:00