log mercurial/templates/static/mercurial.js @ 37799:1770d8b3e554 stable

age author description
Mon, 15 Jan 2018 19:44:18 +0800 Anton Shestakov hgweb: remove unused second argument of nextPageVarGet()
Thu, 11 Jan 2018 18:20:08 +0800 Anton Shestakov hgweb: drop support of browsers that don't understand <canvas> (BC)
Tue, 19 Dec 2017 20:41:25 +0800 Anton Shestakov hgweb: make different kinds of commits look differently on /graph
Fri, 05 Jan 2018 19:30:30 +0800 Anton Shestakov hgweb: stop adding strings to innerHTML of #graphnodes and #nodebgs (BC)
Mon, 11 Dec 2017 15:43:56 +0800 Anton Shestakov hgweb: render next pages on /graph incrementally
Sun, 10 Dec 2017 15:56:22 +0800 Anton Shestakov hgweb: calculate <canvas> width and height client-side
Wed, 06 Dec 2017 12:10:16 +0800 Anton Shestakov hgweb: move common vertex code to Graph.prototype
Wed, 06 Dec 2017 12:01:07 +0800 Anton Shestakov hgweb: create Graph methods using a prototype
Wed, 06 Dec 2017 11:59:19 +0800 Anton Shestakov hgweb: remove unused Graph.cur property
Fri, 01 Dec 2017 16:00:40 +0800 Anton Shestakov hgweb: only include graph-related data in jsdata variable on /graph pages (BC)
Fri, 01 Dec 2017 14:17:20 +0800 Anton Shestakov hgweb: adopt child nodes in ajaxScrollInit on /graph pages too
Wed, 22 Nov 2017 22:11:37 +0800 Anton Shestakov hgweb: look up "URLSearchParams" in "window" to work around jshint issues
Wed, 22 Nov 2017 21:49:36 +0800 Anton Shestakov hgweb: define locally used variables as actually local in mercurial.js
Wed, 22 Nov 2017 21:32:18 +0800 Anton Shestakov hgweb: rename an instance of XMLHttpRequest to xhr in mercurial.js
Wed, 22 Nov 2017 21:15:44 +0800 Anton Shestakov hgweb: properly iterate over arrays and objects in mercurial.js
Wed, 22 Nov 2017 20:52:59 +0800 Anton Shestakov hgweb: use strict equals in mercurial.js
Sat, 25 Nov 2017 16:01:27 +0800 Anton Shestakov hgweb: remove unused Graph() properties
Sat, 11 Nov 2017 14:14:38 +0800 Anton Shestakov hgweb: fix jshint issues in mercurial.js
Sat, 30 Sep 2017 09:01:36 +0100 Gregory Szorc hgweb: add HTML elements to control whitespace settings for annotate
Tue, 10 Jan 2017 20:47:48 -0800 Gregory Szorc hgweb: call process_dates() via DOM event listener
Sat, 23 Jan 2016 17:31:31 +0800 Anton Shestakov hgweb: update canvas.width before dynamically redrawing graph (issue2683) stable
Sat, 24 Oct 2015 09:47:33 +0100 Anton Shestakov hgweb: remove unused colorPart() from mercurial.js
Tue, 27 Oct 2015 12:34:05 +0800 Anton Shestakov hgweb: escape class keyword when used as a js object property (issue4913) stable
Thu, 10 Apr 2014 15:12:12 +0800 Wei, Elson hgweb: override the charset attribute in the http request
Wed, 08 Jan 2014 00:26:55 +0900 Takumi IINO hgweb: fix regexp for other styles like monoblue
Thu, 24 Oct 2013 21:37:13 +0900 Takumi IINO hgweb: add missing semicolon stable
Sat, 12 Oct 2013 11:29:28 +0400 Alexander Plavin hgweb: fix unstoppable loading of graph when no more results
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: call process_dates with a specified selector in ajax scroll
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: add parentSelector argument to process_dates
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: optimize process_dates function
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: eliminate extra complexity in process_dates definition
Fri, 20 Sep 2013 00:42:13 +0400 Alexander Plavin hgweb: add graph mode of ajax response processing
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:59 +0400 Alexander Plavin hgweb: add reset javascript function to Graph
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: add CSS class to the last entry on a page
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: show message when an error occured during ajax loading
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: show loading indicator while an ajax request is in process
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: show a message when there are no more entries in the list
Wed, 18 Sep 2013 22:44:12 +0400 Alexander Plavin hgweb: add ajaxScrollInit function, which does the ajax requests and processing
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: add appendFormatHTML javascript function
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: add removeByClassName javascript function
Fri, 06 Sep 2013 13:30:57 +0400 Alexander Plavin hgweb: add docFromHTML javascript function
Fri, 06 Sep 2013 13:30:57 +0400 Alexander Plavin hgweb: add makeRequest javascript function
Fri, 06 Sep 2013 13:30:57 +0400 Alexander Plavin hgweb: add format javascript function
Sun, 30 Jun 2013 11:48:21 +0400 Alexander Plavin hgweb: show full date in rfc822 format in tooltips at shortlog page
Sun, 04 Aug 2013 16:19:12 -0500 Kevin Bullock hgweb: remove trailing whitespace in mercurial.js
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
Mon, 01 Oct 2012 23:05:02 -0500 Matt Mackall hgweb: change IE canvas test (issue3639)
Sun, 22 Jan 2012 19:35:26 +0700 Patrick Mezard hgweb: refactor graph customization javascript
Fri, 17 Feb 2012 16:49:43 +0100 Patrick Mezard templates: move Graph.edge() implementation in mercurial.js
Sun, 22 Jan 2012 19:47:03 +0700 Constantine Linnick graph: in hgrc specify line color for main branch
Sun, 22 Jan 2012 19:35:26 +0700 Constantine Linnick graph: in hgrc specify line width for main branch
Fri, 15 Jul 2011 10:18:24 +0200 Benoit Allard web: Output a correct date in short format (issue2902) stable
Sat, 11 Jun 2011 21:24:50 +0800 Steven Brown paper, coal: display diffstat on the changeset page
Thu, 28 Apr 2011 17:02:39 +0200 Benoit Allard web: Made elapsed time calculation dynamic (javascript).