git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Cc: Petr Baudis <pasky@suse.cz>, Fredrik Kuivinen <frekui@gmail.com>,
	Giuseppe Bilotta <giuseppe.bilotta@gmail.com>,
	Luben Tuikov <ltuikov@yahoo.com>,
	Martin Koegler <mkoegler@auto.tuwien.ac.at>,
	Jakub Narebski <jnareb@gmail.com>
Subject: [PATCH 0/3] gitweb: Incremental blame series
Date: Thu,  6 Aug 2009 19:11:49 +0200	[thread overview]
Message-ID: <1249578712-3862-1-git-send-email-jnareb@gmail.com> (raw)

This series is meant to replace the top 4 commits of 'jn/gitweb-blame'
topic branch, those dealing with AJAX-y blame.

* jn/gitweb-blame:
      gitweb: Create links leading to 'blame_incremental' using JavaScript
      gitweb: Incremental blame (proof of concept)
      gitweb: Add optional "time to generate page" info in footer
      gitweb: Add -partial_query option to href() subroutine

      gitweb: Use light/dark for class names also in 'blame' view
      gitweb: Add author initials in 'blame' view, a la "git gui blame"
      gitweb: Mark commits with no "previous" in 'blame' view
      gitweb: Use "previous" header of git-blame -p in 'blame' view
      gitweb: Mark boundary commits in 'blame' view
      gitweb: Make .error style generic


The commit adding -partial_query option to href() is no longer
necessary, and was removed from this improved series.

This version at last doesn't turn off application/xhtml+xml as content
type in gitweb, because blame.js no longer uses innerHTML (and I can
debug it in my web browser).  Major changes are to second patch in the
series.

Table of contents:
==================
 [PATCH/RFC 1/3]   gitweb: Add optional "time to generate page" info
                   in footer
 [PATCHv3/RFC 2/3] gitweb: Incremental blame (proof of concept)
 [PATCHv2/RFC 3/3] gitweb: Create links leading to 'blame_incremental'
                   using JavaScript

Diffstat:
=========

 Makefile           |    6 +-
 git-instaweb.sh    |    7 +
 gitweb/blame.js    |  731 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gitweb/gitweb.css  |   16 ++
 gitweb/gitweb.perl |  321 +++++++++++++++++------
 5 files changed, 994 insertions(+), 87 deletions(-)
 create mode 100644 gitweb/blame.js

             reply	other threads:[~2009-08-06 17:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06 17:11 Jakub Narebski [this message]
2009-08-06 17:11 ` [PATCH/RFC 1/3] gitweb: Add optional "time to generate page" info in footer Jakub Narebski
2009-08-06 17:11 ` [PATCHv3/RFC 2/3] gitweb: Incremental blame (proof of concept) Jakub Narebski
2009-08-12 17:08   ` [PATCHv4/RFC 2/3] gitweb: Incremental blame (WIP) Jakub Narebski
2009-08-06 17:11 ` [PATCHv2/RFC 3/3] gitweb: Create links leading to 'blame_incremental' using JavaScript Jakub Narebski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1249578712-3862-1-git-send-email-jnareb@gmail.com \
    --to=jnareb@gmail.com \
    --cc=frekui@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=giuseppe.bilotta@gmail.com \
    --cc=ltuikov@yahoo.com \
    --cc=mkoegler@auto.tuwien.ac.at \
    --cc=pasky@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).