Commit Graph

49 Commits

Author SHA1 Message Date
Martin Geisler
3952bb3de2 coal, paper: add newlines when displaying a file in hgweb
The newlines make the HTML somewhat readable and gives much smaller,
readable diffs when the tests change.
2009-05-17 22:51:50 +02:00
Martin Geisler
9ff18c2eb2 coal: break long lines in map file 2009-05-13 22:41:36 +02:00
Rocco Rutte
a7d36bb777 coal/paper: Wrap diff in <pre/>
In text-mode browsers the diff is otherwise rendered
as just one long line per file. Other styles do the same.
2009-05-13 16:31:19 +02:00
Sune Foldager
ffb22da91d paper/coal: add branches page 2009-05-12 12:00:54 +02:00
Martin Geisler
02f931ee58 coal, paper: omit unneeded #l1 anchor in links 2009-04-28 23:43:58 +02: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
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
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
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
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
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
Dirkjan Ochtman
3bcd8d8cc6 hgweb: remove links to non-existent file versions 2008-10-20 12:41:09 +02:00
Benoit Allard
38a25978ad graph: replace the blinking no javascript message 2008-10-18 16:09:07 +02:00
Rocco Rutte
e3204e1e55 coal/paper: fix error page markup to show navigation again 2008-09-12 13:28:05 +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
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
Brendan Cully
a64a503fa6 Improve archive links in coal/paper index 2008-06-25 12:52:40 -07:00
Benoit Allard
f9cb8488b8 graph: fix JavaScript issues to make it work on IE 2008-06-25 20:50:40 +02:00
Brendan Cully
d183857318 Improve hgwebdir index in coal and paper styles 2008-06-24 20:39:37 -07:00
Dirkjan Ochtman
45a65cd774 graph: improve script hiding tricks 2008-06-24 10:18:03 +02:00
Augie Fackler
324e0b3be6 graph: optimize rendering by appending all nodes at once 2008-06-24 10:08:32 +02:00
Dirkjan Ochtman
423e92c03a graph: display branch name alongside tags 2008-06-23 12:54:27 +02:00
Benoit Allard
035caedbf0 coal: remove double template entry 2008-06-18 23:16:51 +02:00
Dirkjan Ochtman
5a80f3e7ad templates: fix navigation links for graph entries 2008-06-18 12:55:05 +02:00
Dirkjan Ochtman
4f94568371 add graph page to hgweb 2008-06-18 07:06:41 +02:00
Dirkjan Ochtman
cd5e863912 hgweb: show cset node and description when hovering over annotate prefix 2008-06-07 17:52:00 +02:00
Patrick Mezard
56830b39f0 webcommands: pass full author to annotate, fix templates (issue 1054) 2008-04-23 22:45:53 +02:00
Wojciech Miłkowski
560737b264 coal: put link fragment at the end of the url (after session vars) 2008-04-16 12:14:24 +02:00
Giorgos Keramidas
b330da7a59 templates/coal: spell class correctly in {fileentry} 2008-04-12 06:37:38 +03:00
Thomas Arendsen Hein
7528210be5 merge with main 2008-04-05 00:04:50 +02:00
Dirkjan Ochtman
2c00c87b23 coal: fix some glitches in annotate header 2008-04-04 22:19:24 +02:00
Matt Mackall
8049b8b9fa coal: more tweaks
- move icons inside links
- set icon borders to 0
- make active menu button white on black and remove bar
2008-04-04 13:43:25 -05:00
Matt Mackall
23c69a2401 coal: even more tweaks
- rearrange file browser columns
- add folder and file icons
- make browse table uniformly monospaced
- use lowercase consistently for column heads
- fix search container div
2008-04-02 18:51:06 -05:00
Matt Mackall
39e35d1f2a coal: more tweaking
- add quirksmode hack in attempt to make MSIE happy
- add container divs for more browsers compatibility
- fix file log button on file page
- link to first line of file source from browser
- change revision navigator style
2008-04-02 18:47:19 -05:00
Matt Mackall
9e23a6f65d coal: more tweaks
- add revision numbers to changeset, browse, and file pages
- add revision number to revision number navigator in log
- remove node from log and filelog pages
- add changeset, browse, and archive buttons back to log page
- make buttons more clickable with display: block
- fix alignment of some table heads
2008-04-02 18:47:17 -05:00
Matt Mackall
b14395d8bb coal: minor fixes
sans -> sans-serif
tweak column widths
get rid of full changelog
2008-04-02 18:47:15 -05:00
Benoit Boissinot
4ac7486854 imported patch templ.diff 2008-04-01 16:36:25 +02:00
Matt Mackall
bf098a66ae templates: add coal web theme 2008-03-31 21:49:36 -05:00