mercurial/hgweb/hgweb_mod.py
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall hgweb: kill parentui references
Thu, 23 Apr 2009 15:40:10 -0500 Matt Mackall ui: refactor option setting
Sat, 04 Apr 2009 17:46:11 +0200 Dirkjan Ochtman templater: move stylemap function from hgweb to templater
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Sat, 07 Mar 2009 00:59:41 +0100 Benoit Boissinot hgweb: fix allow_read permissions when a user is specified
Mon, 09 Feb 2009 11:29:09 +0100 Dirkjan Ochtman hgweb: pass ErrorResponses directly into req.respond()
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Sat, 03 Jan 2009 21:44:15 +0100 Dirkjan Ochtman hgweb: fix long line lengths introduced in 2dc868712dcc
Sat, 03 Jan 2009 20:50:06 +0100 Mark Edgington hgweb: send HTTP unauthorized error when denying pull
Sat, 03 Jan 2009 20:33:19 +0100 Mark Edgington hgweb: allow static content when deny_read denies access
Fri, 21 Nov 2008 15:51:40 -0800 Brendan Cully templater: return data in increasing chunk sizes
Sat, 08 Nov 2008 00:29:04 +0100 Dirkjan Ochtman merge with mpm
Fri, 07 Nov 2008 23:31:12 +0100 Dirkjan Ochtman hgweb: fix up the less/more links on the graph page
Thu, 06 Nov 2008 11:56:01 -0600 Matt Mackall hgweb: Change default style to paper
Fri, 31 Oct 2008 15:28:06 +0100 Mark Edgington hgweb: support for deny_read/allow_read options
Mon, 03 Nov 2008 20:31:53 +0100 Dirkjan Ochtman hgweb: move another utility function into the webutil module
Mon, 03 Nov 2008 20:41:48 +0100 Dirkjan Ochtman hgweb: move the diffs() generator into webutil
Mon, 03 Nov 2008 20:05:03 +0100 Dirkjan Ochtman hgweb: use patch.diff() to make sensible diffs (issue1223, issue1258)
Tue, 28 Oct 2008 21:58:30 -0700 Brendan Cully hgweb: handle subdirectories within static directory
Mon, 20 Oct 2008 10:15:26 +0200 Dirkjan Ochtman hgweb: be sure to drain request data even in early error conditions
Sat, 30 Aug 2008 17:13:23 +0200 Dirkjan Ochtman hgweb: return content iterator instead of using write() callable
Tue, 22 Jul 2008 18:23:20 +0200 Dirkjan Ochtman hgweb: raise ErrorResponses to communicate protocol errors
Sat, 16 Aug 2008 16:32:57 +0200 Martin Geisler hgweb: removed unnecessary del before function return
Wed, 02 Jul 2008 12:27:57 +0200 Dirkjan Ochtman merge another backout
Wed, 02 Jul 2008 12:02:33 +0200 Dirkjan Ochtman Backed out changeset 4879468fa28f (incorrect Content-Length on Windows)
Sun, 29 Jun 2008 22:36:18 +0200 Dirkjan Ochtman hgweb: return content iterator instead of using write() callable
Sun, 29 Jun 2008 15:23:09 +0200 Dirkjan Ochtman hgweb: all protocol functions have become generators
Sun, 29 Jun 2008 11:34:36 +0200 Dirkjan Ochtman hgweb: protocol functions take repo instead of web
Sun, 29 Jun 2008 11:35:08 +0200 Dirkjan Ochtman hgweb: move capabilities calculation back into hgweb.protocol
Sun, 29 Jun 2008 11:35:06 +0200 Dirkjan Ochtman hgweb: centralize permission checks for protocol commands
Sat, 28 Jun 2008 15:28:43 +0200 Dirkjan Ochtman hgweb: protocol requests are processed immediately
Sat, 28 Jun 2008 09:28:01 +0200 Dirkjan Ochtman merge with mpm
Thu, 26 Jun 2008 13:45:39 +0200 Dirkjan Ochtman hgweb: move shortcut expansion to request instantiation
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Thu, 03 Apr 2008 13:21:42 +0200 Dirkjan Ochtman Merge from crew-stable.
Thu, 03 Apr 2008 13:14:43 +0200 Dirkjan Ochtman hgweb: make hgwebdir work in the absence of PATH_INFO
Fri, 28 Mar 2008 19:40:44 +0100 Dirkjan Ochtman hgweb: refactor hgweb code
Fri, 28 Mar 2008 19:37:28 +0100 Dirkjan Ochtman hgweb: separate out utility functions
Mon, 24 Mar 2008 18:18:39 +0100 Dirkjan Ochtman Backed out changeset d2bb66a8a435 (temporary template compatibility)
Mon, 24 Mar 2008 13:45:01 -0300 Alexis S. L. Carvalho hgweb: add compatibility code for old templates
Mon, 24 Mar 2008 16:20:15 +0100 Dirkjan Ochtman hgweb: fix breakage in python < 2.5 introduced in 2c370f08c486
Sun, 23 Mar 2008 23:08:18 +0100 Dirkjan Ochtman hgweb: better error messages
Thu, 13 Mar 2008 23:45:35 +0100 Florent Guillaume hgweb_mod: add branch helper functions to use in templates
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Sun, 02 Mar 2008 23:32:13 +0100 Thomas Arendsen Hein hgweb/annotate: handle binary files like hgweb/file
Sat, 23 Feb 2008 11:19:59 +0100 Dirkjan Ochtman hgweb: fix parameter mixup (issue1001)
Thu, 21 Feb 2008 15:00:25 +0100 Dirkjan Ochtman hgweb: use bundletypes from mercurial.changegroup
Wed, 20 Feb 2008 10:50:10 +0100 Dirkjan Ochtman hgweb: separate protocol calls from interface calls (issue996)
Mon, 18 Feb 2008 19:21:33 +0100 Thomas Arendsen Hein merge backout
Mon, 18 Feb 2008 19:20:22 +0100 Thomas Arendsen Hein Backed out changeset b913d3aacddc (see issue971/msg5317)
Fri, 15 Feb 2008 21:34:16 +0100 Thomas Arendsen Hein Make hgweb annotate link to target line numbers (issue623)
Fri, 15 Feb 2008 19:44:54 +0100 Thomas Arendsen Hein merged Edward Lee's line anchors patch
Tue, 04 Sep 2007 22:25:37 -0500 Edward Lee Add line anchors to annotate, changeset, diff, file views for hgweb
Tue, 05 Feb 2008 14:34:46 +0100 Thomas Arendsen Hein merge with crew-stable
Tue, 05 Feb 2008 14:02:03 +0100 Dirkjan Ochtman hgweb: fix search skipping tip
Fri, 01 Feb 2008 13:09:45 -0800 Bryan O'Sullivan profiling: allow CGI and FastCGI to be profiled
less more (0) -100 -60 tip