Wed, 04 Sep 2013 19:40:04 +0400 |
Alexander Plavin |
hgweb: add string constants for search mode names
|
Fri, 19 Jul 2013 02:09:13 +0400 |
Alexander Plavin |
hgweb: always run search when a query is entered (bc)
|
Fri, 19 Jul 2013 02:41:11 +0400 |
Alexander Plavin |
hgweb: search() function supports direct pointing to revision
|
Thu, 22 Aug 2013 16:42:10 +0400 |
Alexander Plavin |
hgweb: pass arguments which a function depends on explicitly in search
|
Thu, 22 Aug 2013 16:45:23 +0400 |
Alexander Plavin |
hgweb: add dynamic search function selection, depending on the query
|
Fri, 19 Jul 2013 02:08:19 +0400 |
Alexander Plavin |
hgweb: cleaner if conditions in changelog() function
|
Mon, 15 Jul 2013 01:10:22 +0400 |
Alexander Plavin |
hgweb: separate search itself and template generation
|
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
|
Sun, 21 Jul 2013 01:38:04 +0400 |
Alexander Plavin |
hgweb: fix duplication for some search queries
stable
|
Thu, 25 Jul 2013 02:41:22 +0400 |
Alexander Plavin |
hgweb: fix incorrect revisions count in graph (issue3977)
stable
|
Thu, 25 Jul 2013 02:22:39 +0400 |
Alexander Plavin |
hgweb: fix incorrect way to count revisions in log (issue3977)
stable
|
Thu, 25 Jul 2013 02:48:21 +0400 |
Alexander Plavin |
hgweb: always start graph with the revision in url
stable
|
Sat, 13 Jul 2013 02:36:29 +0400 |
Alexander Plavin |
hgweb: always start log with searched revision
|
Fri, 12 Jul 2013 01:58:48 +0400 |
Alexander Plavin |
hgweb: run search instead of showing wrong error for ambigious identifier
|
Mon, 15 Jul 2013 01:05:42 +0400 |
Alexander Plavin |
hgweb: move local changelist function to the beginning of the parent one
|
Thu, 11 Jul 2013 17:01:54 +0400 |
Alexander Plavin |
hgweb: show current search query in the input field
|
Thu, 21 Mar 2013 23:27:37 +0100 |
Angel Ezquerra |
hgweb: respond HTTP_NOT_FOUND when an archive request does not match any files
|
Sun, 10 Feb 2013 11:52:05 +0100 |
Angel Ezquerra |
hgweb: teach archive how to download a specific directory or file
|
Sat, 09 Feb 2013 21:51:21 +0000 |
Dan Villiom Podlaski Christiansen |
hgweb: generate HTML documentation
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
hgweb: simplify internal staticfile return codes
|
Fri, 08 Feb 2013 21:55:46 +0100 |
Benoit Boissinot |
templates: export extra as a dict to templates
|
Tue, 05 Feb 2013 11:31:43 -0600 |
Kevin Bullock |
hgweb: make 'summary' work with hidden changesets (issue3810)
stable
|
Fri, 01 Feb 2013 10:12:41 -0600 |
Kevin Bullock |
hgweb: rename 'currentbaseline' template keyword to 'basenode'
stable
|
Tue, 29 Jan 2013 16:44:51 +0100 |
Pierre-Yves David |
hgweb: prevent traceback during search when filtered (issue3783)
stable
|
Fri, 25 Jan 2013 11:43:54 -0600 |
Kevin Bullock |
hgweb: don't attempt to show hidden bookmarks (issue3774)
stable
|
Fri, 25 Jan 2013 14:50:18 -0600 |
Kevin Bullock |
hgweb: fetch tipmost unfiltered rev thru the changelog
stable
|
Wed, 16 Jan 2013 14:22:43 +0100 |
Pierre-Yves David |
hgweb: walk the graph through the changelog
|
Fri, 11 Jan 2013 01:08:00 +0100 |
Pierre-Yves David |
hgweb: use changelog for iteration
|
Wed, 16 Jan 2013 13:18:22 +0100 |
Pierre-Yves David |
hgweb: pass repo object to revnav construction
|
Mon, 14 Jan 2013 16:55:48 +0100 |
Pierre-Yves David |
hgweb: introduction a filerevnav subclass
|