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
|
Fri, 01 Feb 2008 10:31:13 +0100 |
Dirkjan Ochtman |
hgweb: explicit response status
|
Thu, 31 Jan 2008 14:44:19 -0600 |
Matt Mackall |
templates: move filters to their own module
|
Mon, 28 Jan 2008 15:10:17 +0100 |
Dirkjan Ochtman |
hgweb: centralize req.write() calls
|
Mon, 28 Jan 2008 14:58:03 +0100 |
Dirkjan Ochtman |
hgweb: explicitly check if requested command exists
|
Mon, 28 Jan 2008 13:42:40 +0100 |
Dirkjan Ochtman |
hgweb: get rid of raw-related code in hgweb.filerevision()
|
Wed, 23 Jan 2008 14:28:25 +0100 |
Dirkjan Ochtman |
send conservatively capitalized HTTP headers
|
Tue, 22 Jan 2008 10:45:55 +0100 |
Dirkjan Ochtman |
hgweb: move HTTP content types out of header templates
|
Tue, 22 Jan 2008 09:11:08 +0100 |
Dirkjan Ochtman |
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c
|
Sun, 20 Jan 2008 14:39:25 +0100 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
Fri, 18 Jan 2008 19:53:38 +0100 |
Dirkjan Ochtman |
hgweb: fast path for sending raw files
|
Fri, 18 Jan 2008 19:53:38 +0100 |
Dirkjan Ochtman |
hgweb: just return iterables instead of yielding them
|
Fri, 18 Jan 2008 19:53:38 +0100 |
Dirkjan Ochtman |
hgweb: remove some legacy code
|
Fri, 11 Jan 2008 13:06:38 -0600 |
Matt Mackall |
hook: redirect stdout to stderr for ssh and http servers
|
Tue, 01 Jan 2008 17:07:15 +0100 |
Thomas Arendsen Hein |
Don't let ui.username override web.contact (issue900)
|
Fri, 07 Dec 2007 14:59:33 -0600 |
Matt Mackall |
Merge with crew
|
Mon, 03 Dec 2007 13:30:08 +0100 |
Dirkjan Ochtman |
hgweb: explicitly pass around the templater
|
Mon, 03 Dec 2007 12:40:29 +0100 |
Dirkjan Ochtman |
hgweb: split out templater definition
|
Mon, 03 Dec 2007 12:27:11 +0100 |
Dirkjan Ochtman |
separate the wire protocol commands from the user interface commands
|
Mon, 03 Dec 2007 12:06:21 +0100 |
Dirkjan Ochtman |
hgweb: extract constant to global level
|
Mon, 03 Dec 2007 11:58:52 +0100 |
Dirkjan Ochtman |
hgweb: get rid of some nested functions
|
Mon, 03 Dec 2007 11:58:29 +0100 |
Dirkjan Ochtman |
fix some imports; pushing bz2 bundles over http is currently untested
|
Sun, 02 Dec 2007 23:26:40 +0100 |
Dirkjan Ochtman |
split out hgweb commands into a separate file, move some code around
|
Sun, 02 Dec 2007 17:04:16 -0600 |
Matt Mackall |
churn: avoid division by zero
|
Sat, 01 Dec 2007 19:19:08 +0100 |
Dirkjan Ochtman |
Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846).
|
Thu, 29 Nov 2007 20:47:41 -0600 |
Steve Borho |
hgweb: make web.name default to repo basename
|
Fri, 30 Nov 2007 18:23:18 +0100 |
Dirkjan Ochtman |
Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
|
Wed, 28 Nov 2007 13:58:31 -0800 |
Bryan O'Sullivan |
Drop a bad import that snuck in.
|
Wed, 28 Nov 2007 09:39:17 -0800 |
Bryan O'Sullivan |
hgweb: fix breaking tests on Python < 2.5
|
Wed, 28 Nov 2007 08:38:42 -0800 |
Bryan O'Sullivan |
hgweb: return meaningful HTTP status codes instead of nonsense
|
Sat, 03 Nov 2007 17:04:42 +0100 |
Rocco Rutte |
hgweb_mod: update unidiff() calls and finish e5eedd74e70f job
|
Mon, 24 Sep 2007 19:14:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Mon, 24 Sep 2007 19:00:11 -0300 |
Alexis S. L. Carvalho |
hgweb: don't raise an exception when displying empty repos
|
Fri, 07 Sep 2007 17:54:38 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Fri, 07 Sep 2007 17:38:52 +0200 |
Dirkjan Ochtman |
Prevent WSGI apps from touching sys.stdin by setting ui.interactive to False.
|
Fri, 31 Aug 2007 11:18:29 +0200 |
Thomas Arendsen Hein |
hgweb: Show date of last change for each file in manifest
|
Thu, 30 Aug 2007 16:42:17 +0200 |
Robert Bachmann |
Added support for the Atom syndication format
|
Mon, 06 Aug 2007 01:00:10 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 05 Aug 2007 22:36:39 -0300 |
Alexis S. L. Carvalho |
hgweb: don't use os.path.join to build URL parts
|