Thu, 08 Mar 2018 22:23:02 +0900 |
Yuya Nishihara |
templater: split template functions to new module
|
Thu, 08 Mar 2018 23:15:09 +0900 |
Yuya Nishihara |
templater: move hybrid class and functions to templateutil module
|
Thu, 08 Mar 2018 23:10:46 +0900 |
Yuya Nishihara |
templater: move stringify() to templateutil module
|
Wed, 28 Feb 2018 15:20:41 -0500 |
Yuya Nishihara |
dagop: move lines() out of annotate()
|
Wed, 28 Feb 2018 15:19:47 -0500 |
Yuya Nishihara |
dagop: extract core algorithm of annotate() from context.py
|
Wed, 28 Feb 2018 15:09:05 -0500 |
Yuya Nishihara |
dagop: move annotateline and _annotatepair from context.py
|
Fri, 09 Mar 2018 21:59:07 -0500 |
Matt Harbison |
bdiff: convert more longs to int64_t
|
Fri, 09 Mar 2018 21:42:33 -0500 |
Matt Harbison |
xdiff: silence a 32-bit shift warning on Windows
|
Fri, 09 Mar 2018 21:31:57 -0500 |
Matt Harbison |
xdiff: backport int64_t and uint64_t types to Windows
|
Thu, 08 Mar 2018 22:33:24 +0900 |
Yuya Nishihara |
templater: extract template evaluation utility to new module
|
Thu, 08 Mar 2018 22:20:36 +0900 |
Yuya Nishihara |
templater: move function table to the "context" object
|
Sun, 11 Mar 2018 16:29:54 -0700 |
Gregory Szorc |
hgweb: remove wsgirequest (API)
|
Sat, 10 Mar 2018 15:24:24 +0530 |
Pulkit Goyal |
tweakdefaults: add commands.status.verbose to tweakefaults
|
Sun, 11 Mar 2018 16:19:20 -0700 |
Gregory Szorc |
hgweb: store the raw WSGI environment dict
|
Sun, 11 Mar 2018 15:55:38 -0700 |
Gregory Szorc |
hgweb: remove dead wsgirequest code
|
Sun, 11 Mar 2018 15:40:58 -0700 |
Gregory Szorc |
hgweb: port to new response API
|
Sun, 11 Mar 2018 15:35:03 -0700 |
Gregory Szorc |
hgweb: pass modern request type into templater()
|
Sun, 11 Mar 2018 15:37:59 -0700 |
Gregory Szorc |
hgweb: use modern response type for index generation
|
Sun, 11 Mar 2018 15:29:38 -0700 |
Gregory Szorc |
hgweb: don't pass wsgireq to makeindex and other functions
|
Sun, 11 Mar 2018 15:18:29 -0700 |
Gregory Szorc |
hgweb: replace PATH_INFO with dispatchpath
|
Sun, 11 Mar 2018 15:15:02 -0700 |
Gregory Szorc |
hgweb: rewrite path generation for index entries
|
Sun, 11 Mar 2018 15:08:36 -0700 |
Gregory Szorc |
hgweb: construct {url} with req.apppath
|
Sun, 11 Mar 2018 15:33:56 -0700 |
Gregory Szorc |
hgweb: support constructing URLs from an alternate base URL
|
Sun, 11 Mar 2018 13:55:13 -0700 |
Gregory Szorc |
hgweb: clarify that apppath begins with a forward slash
|
Sun, 11 Mar 2018 13:38:56 -0700 |
Gregory Szorc |
hgweb: change how dispatch path is reported
|
Sun, 11 Mar 2018 13:11:13 -0700 |
Gregory Szorc |
hgweb: refactor repository name URL parsing
|
Sun, 11 Mar 2018 12:53:47 -0700 |
Gregory Szorc |
tests: add test coverage for parsing WSGI requests
|
Sun, 11 Mar 2018 10:51:14 -0700 |
Gregory Szorc |
hgweb: construct static URL like hgweb does
|
Sun, 11 Mar 2018 10:38:46 -0700 |
Gregory Szorc |
hgweb: remove unused **map argument
|
Sun, 11 Mar 2018 10:37:25 -0700 |
Gregory Szorc |
hgweb: extract entries() to standalone function
|