log tests/test-hgweb-commands.t @ 23172:e955549cd045

age author description
Fri, 17 Oct 2014 15:54:43 -0700 Pierre-Yves David repoview: include the filter name in filtered revision error messages
Wed, 15 Oct 2014 20:37:44 -0700 Pierre-Yves David changectx: issue a FilteredRepoLookupError when applicable
Wed, 15 Oct 2014 15:35:59 -0400 Augie Fackler tests: use $PYTHON instead of hardcoding python
Wed, 06 Aug 2014 11:43:59 -0500 Matt Mackall tests: replace exit 80 with #require
Mon, 14 Jul 2014 18:53:03 -0500 Matt Mackall merge with stable
Mon, 14 Jul 2014 12:44:45 -0500 Matt Mackall templates: escape NUL bytes in jsonescape (issue4303) stable
Sat, 17 May 2014 17:10:23 +0800 Steven Brown hgweb: apply websub filter to the changeset description in rss and atom feeds
Sat, 17 May 2014 17:09:46 +0800 Steven Brown tests: write the hgrc file for test-hgweb-commands.t with cat instead of echo
Sat, 17 May 2014 17:09:10 +0800 Steven Brown tests: tests for the rss feeds
Thu, 17 Apr 2014 09:36:09 +0900 FUJIWARA Katsunori hgweb: align entries in "changelog" and "revisions" pages of "spartan" style
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: show as same parents as "hg parents -r REV FILE" in pages for file
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style
Thu, 17 Apr 2014 11:45:43 -0700 Aaron Jensen hgweb: adding branch names from inbranch template to atom feed
Wed, 16 Apr 2014 09:31:37 -0700 Aaron Jensen hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entries
Thu, 16 Jan 2014 09:23:31 -0500 Augie Fackler test-hgweb-*: output change fixes from b1d65cb8
Fri, 06 Sep 2013 13:30:57 +0400 Alexander Plavin paper: edit search hint to include new feature description
Thu, 25 Jul 2013 01:12:25 +0400 Alexander Plavin paper: define searchhint message in map file and use it in other templates
Sun, 22 Sep 2013 14:18:23 +0400 Alexander Plavin hgweb: make infinite scroll handling more generic and extensible
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: add link to force literal keyword search
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin raw: show current search mode name at search results
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin paper: show current search mode name at search results
Fri, 06 Sep 2013 13:30:57 +0400 Alexander Plavin paper: call ajaxScrollInit in shortlog
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: add revset syntax support to search
Fri, 19 Jul 2013 02:09:13 +0400 Alexander Plavin hgweb: always run search when a query is entered (bc)
Fri, 23 Aug 2013 14:31:42 -0700 Danek Duvall solaris: test cases can't use grep -a
Sat, 03 Aug 2013 00:34:56 +0400 Alexander Plavin paper: remove unused occurence of changelogtag in views
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
Sat, 13 Jul 2013 18:06:57 +0400 Alexander Plavin hgweb: make stripes in diffstat with CSS
Sat, 13 Jul 2013 17:59:00 +0400 Alexander Plavin hgweb: make stripes in log and search with CSS
Sat, 13 Jul 2013 00:57:56 +0400 Alexander Plavin hgweb: add line wrapping switch to file diff and changeset views
Sat, 13 Jul 2013 00:57:10 +0400 Alexander Plavin hgweb: file diff and changesets views behave like file source view
Fri, 12 Jul 2013 23:47:56 +0400 Alexander Plavin hgweb: introduce separate classes for stripey background
Fri, 12 Jul 2013 15:58:13 +0400 Alexander Plavin hgweb: add line wrapping switch to file source view
Fri, 12 Jul 2013 16:01:11 +0400 Alexander Plavin hgweb: toggleDiffstat function instead of showDiffstat and hideDiffstat
Thu, 11 Jul 2013 17:01:54 +0400 Alexander Plavin hgweb: show current search query in the input field
Thu, 04 Jul 2013 14:18:44 +0400 Alexander Plavin hgweb: code selection without line numbers in file source view
Tue, 30 Apr 2013 13:53:49 +0200 Pierre-Yves David hgweb: handle filtered "0" rev in navigation stable
Sat, 20 Apr 2013 22:09:17 +0400 Alexander Plavin css: fixed font-family stable
Tue, 05 Feb 2013 11:31:43 -0600 Kevin Bullock hgweb: make 'summary' work with hidden changesets (issue3810) stable
Mon, 04 Feb 2013 23:25:25 +0100 Mads Kiilerich hgweb.cgi: fix internal WSGI emulation (issue3804) stable
Thu, 31 Jan 2013 22:30:52 +0100 Pierre-Yves David hgweb: returns 404 for unknow revision instead of 500 stable
Fri, 01 Feb 2013 05:40:06 +0100 Pierre-Yves David hgweb: remove baseline info from paper template stable
Tue, 29 Jan 2013 16:44:51 +0100 Pierre-Yves David hgweb: prevent traceback during search when filtered (issue3783) stable
Sun, 27 Jan 2013 15:13:53 -0600 Kevin Bullock bookmarks: hide bookmarks on filtered revs from listkeys stable
Sun, 27 Jan 2013 11:39:51 -0600 Kevin Bullock tests: improve description of hgweb secret bookmarks test stable
Fri, 25 Jan 2013 11:43:54 -0600 Kevin Bullock hgweb: don't attempt to show hidden bookmarks (issue3774) stable
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich hgweb: generate query strings with parameters sorted by key
Tue, 08 Jan 2013 16:16:29 -0800 Bryan O'Sullivan tests: update hgweb tests to include breadcrumbs
Tue, 04 Dec 2012 00:41:29 +0100 Angel Ezquerra hgweb: add (Atom) subscribe link to the main paper template pages
Mon, 12 Nov 2012 14:05:39 -0800 Weiwen hgweb: display diff for a changeset against any parents (issue2810)
Mon, 15 Oct 2012 09:43:34 -0700 Siddharth Agarwal hgweb: make the escape filter remove null characters (issue2567)
Wed, 26 Sep 2012 00:56:27 +0200 Mads Kiilerich run-tests: allow test output lines to be terminated with \r in addition to \n
Mon, 17 Sep 2012 21:53:50 +0200 Patrick Mezard Merge with stable
Mon, 17 Sep 2012 21:33:16 +0200 Tim Delaney hgweb: fix incorrect graph padding calculation (issue3626) stable
Mon, 20 Aug 2012 22:36:51 +0200 Patrick Mezard killdaemons: take file argument explicitely
Wed, 29 Aug 2012 02:09:43 +0200 Mads Kiilerich hgweb: avoid bad $$ processing in graph (issue3601) stable
Sun, 29 Jul 2012 23:16:20 +0200 Patrick Mezard hgweb: fix graph view paging stable
Mon, 30 Jul 2012 08:18:25 +0200 Ross Lagerwall hgweb: fix "branches" links in gitweb template stable
Sun, 08 Jul 2012 17:17:02 +0200 wujek srujek hgweb: side-by-side comparison functionality