Thu, 22 Aug 2013 16:45:23 +0400 |
Alexander Plavin |
hgweb: add dynamic search function selection, depending on the query
|
file |
diff |
annotate
|
Fri, 19 Jul 2013 02:08:19 +0400 |
Alexander Plavin |
hgweb: cleaner if conditions in changelog() function
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 01:10:22 +0400 |
Alexander Plavin |
hgweb: separate search itself and template generation
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 15:27:41 +0400 |
Alexander Plavin |
hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5-
stable
|
file |
diff |
annotate
|
Sun, 21 Jul 2013 01:38:04 +0400 |
Alexander Plavin |
hgweb: fix duplication for some search queries
stable
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 02:41:22 +0400 |
Alexander Plavin |
hgweb: fix incorrect revisions count in graph (issue3977)
stable
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 02:22:39 +0400 |
Alexander Plavin |
hgweb: fix incorrect way to count revisions in log (issue3977)
stable
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 02:48:21 +0400 |
Alexander Plavin |
hgweb: always start graph with the revision in url
stable
|
file |
diff |
annotate
|
Sat, 13 Jul 2013 02:36:29 +0400 |
Alexander Plavin |
hgweb: always start log with searched revision
|
file |
diff |
annotate
|
Fri, 12 Jul 2013 01:58:48 +0400 |
Alexander Plavin |
hgweb: run search instead of showing wrong error for ambigious identifier
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 01:05:42 +0400 |
Alexander Plavin |
hgweb: move local changelist function to the beginning of the parent one
|
file |
diff |
annotate
|
Thu, 11 Jul 2013 17:01:54 +0400 |
Alexander Plavin |
hgweb: show current search query in the input field
|
file |
diff |
annotate
|
Thu, 21 Mar 2013 23:27:37 +0100 |
Angel Ezquerra |
hgweb: respond HTTP_NOT_FOUND when an archive request does not match any files
|
file |
diff |
annotate
|
Sun, 10 Feb 2013 11:52:05 +0100 |
Angel Ezquerra |
hgweb: teach archive how to download a specific directory or file
|
file |
diff |
annotate
|
Sat, 09 Feb 2013 21:51:21 +0000 |
Dan Villiom Podlaski Christiansen |
hgweb: generate HTML documentation
|
file |
diff |
annotate
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
hgweb: simplify internal staticfile return codes
|
file |
diff |
annotate
|
Fri, 08 Feb 2013 21:55:46 +0100 |
Benoit Boissinot |
templates: export extra as a dict to templates
|
file |
diff |
annotate
|
Tue, 05 Feb 2013 11:31:43 -0600 |
Kevin Bullock |
hgweb: make 'summary' work with hidden changesets (issue3810)
stable
|
file |
diff |
annotate
|
Fri, 01 Feb 2013 10:12:41 -0600 |
Kevin Bullock |
hgweb: rename 'currentbaseline' template keyword to 'basenode'
stable
|
file |
diff |
annotate
|
Tue, 29 Jan 2013 16:44:51 +0100 |
Pierre-Yves David |
hgweb: prevent traceback during search when filtered (issue3783)
stable
|
file |
diff |
annotate
|
Fri, 25 Jan 2013 11:43:54 -0600 |
Kevin Bullock |
hgweb: don't attempt to show hidden bookmarks (issue3774)
stable
|
file |
diff |
annotate
|
Fri, 25 Jan 2013 14:50:18 -0600 |
Kevin Bullock |
hgweb: fetch tipmost unfiltered rev thru the changelog
stable
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 14:22:43 +0100 |
Pierre-Yves David |
hgweb: walk the graph through the changelog
|
file |
diff |
annotate
|
Fri, 11 Jan 2013 01:08:00 +0100 |
Pierre-Yves David |
hgweb: use changelog for iteration
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 13:18:22 +0100 |
Pierre-Yves David |
hgweb: pass repo object to revnav construction
|
file |
diff |
annotate
|
Mon, 14 Jan 2013 16:55:48 +0100 |
Pierre-Yves David |
hgweb: introduction a filerevnav subclass
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:59:37 +0100 |
Pierre-Yves David |
hgweb: pass nodefunc to the revnav object
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 21:17:18 +0100 |
Pierre-Yves David |
hgweb: move revnavgen into an object
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 12:51:24 +0100 |
Pierre-Yves David |
hgweb: `limit` argument is actually `latestonly` renames and enforce
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 01:07:03 +0100 |
Mads Kiilerich |
hgweb: pass the actual response body to request.response, not just the length
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: simplify wsgirequest header handling
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: make type a mandatory parameter to request.respond
|
file |
diff |
annotate
|
Wed, 19 Dec 2012 19:06:50 +0100 |
Pierre-Yves David |
hgweb: no do not use listinsert(0, ...)
|
file |
diff |
annotate
|
Thu, 06 Dec 2012 16:42:15 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 06 Dec 2012 13:21:27 -0600 |
Matt Mackall |
hgweb: avoid generator exhaustion with branches
stable
|
file |
diff |
annotate
|
Wed, 05 Dec 2012 15:38:18 -0600 |
Matt Mackall |
hgweb: fix iterator reuse in atom feed generation
stable
|
file |
diff |
annotate
|
Mon, 12 Nov 2012 14:05:39 -0800 |
Weiwen |
hgweb: display diff for a changeset against any parents (issue2810)
|
file |
diff |
annotate
|
Mon, 29 Oct 2012 10:53:46 -0400 |
Jordi Guti?rrez Hermoso |
webcommands: allow hgweb's archive to recurse into subrepos
|
file |
diff |
annotate
|
Wed, 01 Aug 2012 14:59:15 +0200 |
Mads Kiilerich |
help: use the first topic name from helptable, not the longest alias
stable
|
file |
diff |
annotate
|
Sun, 29 Jul 2012 23:16:20 +0200 |
Patrick Mezard |
hgweb: fix graph view paging
stable
|
file |
diff |
annotate
|
Tue, 31 Jul 2012 00:59:38 +0200 |
wujek srujek |
hgweb: fixes invalid parents / children in comparison
stable
|
file |
diff |
annotate
|
Tue, 31 Jul 2012 14:14:15 +0200 |
wujek srujek |
hgweb: fixes traceback for invalid files by removing top-level template
stable
|
file |
diff |
annotate
|
Mon, 30 Jul 2012 11:02:10 +0200 |
Ross Lagerwall |
hgweb: avoid traceback when file or node parameters are missing
stable
|
file |
diff |
annotate
|
Fri, 27 Jul 2012 17:48:49 +0200 |
Patrick Mezard |
webcommands: do not modify repo.tagslist()
stable
|
file |
diff |
annotate
|
Sun, 08 Jul 2012 17:17:02 +0200 |
wujek srujek |
hgweb: side-by-side comparison functionality
|
file |
diff |
annotate
|
Tue, 10 Jul 2012 17:52:43 +0200 |
Adrian Buehlmann |
hgweb: show help with verbose sections included
|
file |
diff |
annotate
|
Mon, 21 May 2012 00:20:05 +0200 |
Paul Boddie |
hgweb: make graph data suitable for template usage
|
file |
diff |
annotate
|
Tue, 15 May 2012 07:00:55 +0200 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 14 May 2012 12:56:43 +0200 |
Matt Mackall |
hgweb: fix filediff base calculation
stable
|
file |
diff |
annotate
|
Sun, 13 May 2012 14:04:06 +0200 |
Brodie Rao |
context: add changectx.closesbranch() method
|
file |
diff |
annotate
|
Sun, 13 May 2012 14:04:04 +0200 |
Brodie Rao |
localrepo: add branchtip() method for faster single-branch lookups
|
file |
diff |
annotate
|
Thu, 19 Apr 2012 20:54:56 +0900 |
FUJIWARA Katsunori |
i18n: show localized messages for commands/extensions in hgweb help top (issue3383)
stable
|
file |
diff |
annotate
|
Sun, 15 Apr 2012 16:05:53 +0200 |
Martin Geisler |
hgweb: add hook for remapping repository path into virtual paths
|
file |
diff |
annotate
|
Fri, 23 Mar 2012 01:31:31 +0100 |
Paul Boddie |
hgweb: add block numbers to diff regions and related links
|
file |
diff |
annotate
|
Sun, 22 Jan 2012 19:35:26 +0700 |
Constantine Linnick |
graph: in hgrc specify line width for main branch
|
file |
diff |
annotate
|
Sun, 25 Dec 2011 20:35:16 +0900 |
FUJIWARA Katsunori |
i18n: use "encoding.lower()" to normalize string in hgweb search query
|
file |
diff |
annotate
|
Fri, 18 Nov 2011 12:04:31 +0100 |
Patrick Mezard |
annotate: support diff whitespace filtering flags (issue3030)
|
file |
diff |
annotate
|
Sun, 31 Jul 2011 01:46:52 +0200 |
Matt Mackall |
hgweb: raw file mimetype guessing configurable, off by default (BC) (issue2923)
stable
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 09:36:45 +0200 |
Jesse Long |
hgweb: treat branch attribute `closed' as more important than `inactive'
stable
|
file |
diff |
annotate
|
Sat, 11 Jun 2011 21:11:43 +0800 |
Steven Brown |
web: provide diff summary to the changeset page
|
file |
diff |
annotate
|