log mercurial/templates/static/mercurial.js @ 26867:ad443e8d9334

age author description
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).