Commit Graph

343 Commits

Author SHA1 Message Date
Augie Fackler
c9dfeaae14 monoblue: Fix indentation and other styling in the annotation view. 2009-04-15 10:33:58 -05:00
Rocco Rutte
0e71380f6b coal/paper: Turn <img> into <img/> where missing 2009-03-28 22:22:22 +01:00
Matt Mackall
e31a8bb788 atom: fix URLs used in entry GUIDs 2009-03-16 17:21:06 -05:00
Sune Foldager
bb066bf584 hgweb: add guid to rss items 2009-02-10 14:22:25 +01:00
Sune Foldager
060a02228a hgweb: add atom error template 2009-02-10 14:21:27 +01:00
Sune Foldager
1bb1931fd9 hgweb: add rss error template 2009-02-10 14:20:42 +01:00
Benoit Allard
c429e1d8f6 coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
Stepan Koltsov
1fa2450a68 coal/paper: add missing spaces in changeset child formatting 2009-01-19 12:36:06 +01:00
Pascal Quantin
91e23bab1d monoblue: fix child revision display in file diff page 2009-01-10 00:30:22 +01:00
Pascal Quantin
74c4b6e60d monoblue: add less/more links to graph page 2008-12-31 14:21:00 +01:00
Dirkjan Ochtman
92de1e35e4 gitweb: fix graph again after previous faulty commit (e5b968ed257a) 2008-11-30 18:38:42 +01:00
Dirkjan Ochtman
55a235cc5e gitweb: fix graph display in IE 2008-11-28 09:50:30 +01:00
Dirkjan Ochtman
6aedc8f323 coal/paper: link to shortlog instead of log from error pages 2008-11-25 22:52:25 +01:00
Dirkjan Ochtman
919f51ac07 coal/paper: move actual templates from coal to paper 2008-11-25 22:40:16 +01:00
Dirkjan Ochtman
50396f781f coal/paper: show branch name in changeset view 2008-11-25 22:53:01 +01:00
Benoit Allard
85a72f1622 coal/paper: display tags and branch in filelog page 2008-11-25 21:54:28 +01:00
Benoit Allard
0832593609 coal/paper/monoblue: show branch names in hgweb graph 2008-11-25 22:32:11 +01:00
Benoit Allard
f1183e9953 coal/paper: display branch names in log 2008-11-25 22:51:10 +01:00
Benoit Boissinot
71f1d849f6 Improve the monoblue theme for hgwebdir 2008-11-25 01:22:43 +01:00
Brendan Cully
f7d4a5fc6b hgweb (coal/paper): make file, diff and annotate easier to render
This patch removes tables altogether for file and diff, and removes
one column from annotate, making firefox's incremental renderer much
faster for large files.
2008-11-20 18:15:50 -08:00
Dirkjan Ochtman
2b37453255 merge with mpm 2008-11-08 00:29:04 +01:00
Dirkjan Ochtman
f8d7226e5f hgweb: fix up the less/more links on the graph page
Previously, they pointed to a non-intuitive revision, and got borked when
using a URL-specified style combined with alternate revcounts.
2008-11-07 23:31:12 +01:00
Matt Mackall
52c47b0a96 hgweb: improve color discrimination for paper and coal 2008-11-06 12:46:34 -06:00
Matt Mackall
963525856d hgweb: move old style to spartan/ 2008-11-06 11:57:37 -06:00
Dirkjan Ochtman
076e8caeee hgweb: show revision number in the graph pagination 2008-11-07 15:47:01 +01:00
Thomas Arendsen Hein
af726d5dc0 Keep sessionvars with repository links added in a06cb2fc46a9
Without this, e.g. "?style=coal" would be dropped.
2008-11-07 13:22:41 +01:00
Thomas Arendsen Hein
880d884e39 Kill trailing whitespace in templates 2008-11-07 13:02:02 +01:00
Dirkjan Ochtman
4a6c5c8312 coal/paper: link repo name to hgweb root 2008-11-05 09:48:56 +01:00
Dirkjan Ochtman
565fa5706e paper: don't keep the menu affixed to the top
This makes scrolling slow and causes browsers to use a lot of CPU time.
2008-11-05 09:42:52 +01:00
Ry4an Brase
555314efe8 hgweb: descend empty directories in web view
When a manifest has a series of directories with nothing in them but a single
directory, displaying the entire chain of empty directories allows for
navigation down to the first non-empty directory with a single click.

Because Java links package hierarchy to directory hierarchy, and because Java
conventions include at least three empty directories at the top of this
hierarchy, descending down empty directories is very common in Java web tools.
2008-11-03 10:20:28 +01:00
Benoit Allard
ddc2ab4eeb coal/paper: show a search tip when hovering over search box
This doesn't work in IE, because IE only supports :hover on <a> elements.
2008-11-01 13:07:20 +01:00
Brendan Cully
1df8751059 Backed out changeset b211055d0087 2008-10-29 10:55:29 -07:00
Brendan Cully
45ef89d38d coal: remove dead CSS code 2008-10-28 21:31:21 -07:00
Benoit Boissinot
5c91453d9a theme/monoblue: put the search box entirely in the header 2008-10-22 19:28:37 +02:00
Benoit Boissinot
e750cba792 theme/monoblue: do not use a fixed width for the overview box 2008-10-22 18:32:22 +02:00
Dirkjan Ochtman
3bcd8d8cc6 hgweb: remove links to non-existent file versions 2008-10-20 12:41:09 +02:00
Dirkjan Ochtman
b7ae732f0c coal/paper: widen author column in log table 2008-10-20 10:20:35 +02:00
Benoit Boissinot
980f1548c1 hgweb: nodeids should be aligned in raw changesets
If they aren't it breaks hg import --exact
Thanks to Jesper Noehr for noticing it.
2008-10-19 12:23:58 +02:00
Benoit Allard
38a25978ad graph: replace the blinking no javascript message 2008-10-18 16:09:07 +02:00
Hiroshi Funai
6ebab04c8a [PATCH 2 of 2] Re: created hgweb theme - monoblue 2008-10-18 03:53:54 -05:00
Hiroshi Funai
bce031ff4c added monoblue hgweb theme 2008-10-09 02:52:22 +09:00
Dirkjan Ochtman
2b0d513e2a merge with crew-stable 2008-09-27 10:11:31 +02:00
Dirkjan Ochtman
aad25b6bfd gitweb: correct tags page feed autodiscovery links 2008-09-26 16:27:03 +02:00
Rocco Rutte
e3204e1e55 coal/paper: fix error page markup to show navigation again 2008-09-12 13:28:05 +02:00
Benoit Boissinot
eb470ab668 web: fix annotate raw template, forgotten in 7ebbe90114ae 2008-09-01 17:23:26 +02:00
Rocco Rutte
a41c0050ee coal/paper: Add link to raw changeset as other styles have it, too 2008-08-29 15:16:50 +02:00
Rocco Rutte
28f534cf8d coal/paper: make output well-formed and fix css syntax error breaking rendering 2008-08-18 15:58:17 +02:00
rubik
0360c09f43 coal/paper: fixed box via an expression for IE < 7 2008-08-06 17:19:14 -05:00
Brendan Cully
a20fe56ad5 coal: include current node in log, graph menu links 2008-06-26 13:37:47 -07:00
Brendan Cully
349ba8bdf0 Remove RSS/atom links from coal/paper index 2008-06-25 12:53:57 -07:00