mercurial/hgweb/hgweb_mod.py
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Sun, 03 Dec 2006 18:47:05 -0600 Matt Mackall hgweb: report detected character set
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Thu, 02 Nov 2006 14:39:08 +0100 Thomas Arendsen Hein Add allowed bundle types as argument to hgweb unbundle capability.
Wed, 01 Nov 2006 19:59:26 -0300 Alexis S. L. Carvalho hgweb: remove debugging print
Wed, 01 Nov 2006 22:06:24 +0100 Benoit Boissinot hgweb: introduce a new capability for sending a compressed bundle
Tue, 31 Oct 2006 18:10:23 -0800 Brendan Cully hgweb: split URLs containing spaces or other escaped characters correctly
Tue, 31 Oct 2006 13:09:43 +0100 Benoit Boissinot hgweb: fix handling of path for old style template
Thu, 26 Oct 2006 19:25:45 +0200 Thomas Arendsen Hein Turn of "Not trusting file" logging when running hgweb and hgwebdir
Thu, 26 Oct 2006 19:25:45 +0200 Alexis S. L. Carvalho use untrusted settings in hgweb
Tue, 24 Oct 2006 13:31:01 -0700 Brendan Cully hgweb: add heads to gitweb summary
Sun, 22 Oct 2006 21:47:37 -0300 Alexis S. L. Carvalho hgweb: make #motd# available for all templates
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 18 Oct 2006 02:08:36 -0500 Matt Mackall httprepo: add support for passing lookup exception data
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper Adding changegroupsubset and lookup to web protocol so pull -r and
Mon, 16 Oct 2006 22:44:44 +0200 Thomas Arendsen Hein Explicitly use "tip" in revision navigation.
Mon, 16 Oct 2006 11:36:57 -0700 Brendan Cully Fix test-oldcgi after navbar update
Mon, 16 Oct 2006 11:18:06 -0700 Brendan Cully Fix RSS URLs (closes issue396)
Mon, 16 Oct 2006 11:02:11 -0700 Brendan Cully Convert changenav bar from revisions to hashes (closes issue189)
Mon, 16 Oct 2006 09:53:31 +0200 Thomas Arendsen Hein Fixed page overlap for file revision links in hgweb.
Sun, 15 Oct 2006 23:51:28 -0700 Brendan Cully hgweb: hoist changenav up, and use it in the filelog
Sun, 15 Oct 2006 21:20:15 -0700 Brendan Cully hgweb: link to file parents in filediff, rather than changeset parents
Sun, 15 Oct 2006 18:25:07 -0700 Brendan Cully Back out d8eba1c3ce9b and a004164dbeef
Sun, 15 Oct 2006 17:38:07 -0700 Brendan Cully Make annotate use linkrev instead of rev
Sat, 14 Oct 2006 16:27:51 -0700 Brendan Cully hgweb: add changeset description to file revision page
Sat, 14 Oct 2006 16:20:22 -0700 Brendan Cully hgweb: really fix parent/child rename links
Sat, 14 Oct 2006 16:03:23 -0700 Brendan Cully hgweb: fix parent/child links across renames
Sat, 14 Oct 2006 15:28:45 -0700 Brendan Cully hgweb: add changeset description to annotate page
Fri, 13 Oct 2006 16:34:58 +0200 Benoit Boissinot hgweb: fix path cleaning
Wed, 11 Oct 2006 22:01:24 +0200 Thomas Arendsen Hein hgweb: Apply the new method of passing session variables to links.
Wed, 11 Oct 2006 20:59:37 +0200 Thomas Arendsen Hein hgweb: Keep session variables (currently only style) in HTML forms, too.
Wed, 11 Oct 2006 16:56:41 -0700 Brendan Cully hgweb: trap lookup errors
Wed, 11 Oct 2006 16:50:17 -0700 Brendan Cully Add better error message for bad commands
Wed, 11 Oct 2006 16:32:06 -0700 Brendan Cully gitweb: fix last change field in summary
Wed, 11 Oct 2006 11:30:59 -0700 Brendan Cully hgweb: globally default to tip if no revision is specified
Tue, 10 Oct 2006 10:28:20 -0700 Brendan Cully NWI base URL detection fixes
Tue, 10 Oct 2006 00:07:46 -0500 Matt Mackall hgweb: add file sizes to manifest browsing
Mon, 09 Oct 2006 23:46:05 -0500 Matt Mackall hgweb: remove obsolete listfiles function
Fri, 06 Oct 2006 18:28:50 +0200 Thomas Arendsen Hein hgweb: Search templates in templatepath/style/map, too, using a common function.
Thu, 05 Oct 2006 15:36:53 -0700 Brendan Cully hgweb: be more conservative about expanding SCRIPT_NAME
Thu, 05 Oct 2006 14:45:15 -0700 Brendan Cully hgweb: fix NWI parsing when hgwebdir isn't at /
Thu, 05 Oct 2006 14:27:14 -0700 Brendan Cully hgweb: provide means for handling query parameters
Thu, 05 Oct 2006 11:57:38 +0200 Thomas Arendsen Hein hgweb: Added safety net for PATH_INFO starting with double slash.
Wed, 04 Oct 2006 17:04:40 -0700 Brendan Cully hgweb: support for generating and parsing NWI URLs
Wed, 04 Oct 2006 17:04:40 -0700 Brendan Cully hgweb: extract raw prefix from NWI commands
Wed, 04 Oct 2006 17:04:40 -0700 Brendan Cully hgweb: accept NewWebInterface URLs
Mon, 02 Oct 2006 21:10:31 +0200 Benoit Boissinot fix warnings from pychecker
Sun, 01 Oct 2006 12:56:58 -0700 Brendan Cully hgweb: add methods to get contexts from request
Sat, 30 Sep 2006 21:32:29 -0700 Brendan Cully hgweb: use contexts in more handlers
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: teach siblings and callers to use contexts
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill off #filenode#
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill #manifest#
Wed, 27 Sep 2006 12:08:33 -0700 Brendan Cully gitweb: cosmetic fixes.
Wed, 27 Sep 2006 12:08:32 -0700 Brendan Cully hgweb: yield filenode as well as node in annotate, use filenode in annotateline
Wed, 27 Sep 2006 12:08:30 -0700 Brendan Cully hgweb: fix changeset link in annotate view.
Wed, 27 Sep 2006 09:10:31 -0700 Brendan Cully hgweb: make annotate line revisions point to annotation for that rev
Wed, 27 Sep 2006 09:10:28 -0700 Brendan Cully hgweb: use filectx.annotate instead of filelog
Mon, 18 Sep 2006 17:43:31 +0200 Benoit Boissinot fix warnings spotted by pychecker
Fri, 18 Aug 2006 13:07:35 +0200 Thomas Arendsen Hein merge with tah
Fri, 18 Aug 2006 13:06:38 +0200 Thomas Arendsen Hein Fix hgweb's patch display in changeset view.
less more (0) -60 tip