DragonFly BSD
DragonFly bugs List (threaded) for 2010-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [issue1756] Wiki Recent Changes page git link does not match


From: "Justin C. Sherrill" <justin@xxxxxxxxxxxxxxxxxx>
Date: Sun, 2 May 2010 11:25:01 -0400

On Sun, May 2, 2010 2:29 am, Dylan Reinhold \(via DragonFly issue
tracker\) wrote:
>
> New submission from Dylan Reinhold <dylan@ocnetworking.com>:
>
> The git link on the Wiki Recent Changes page is linked to the change below
> the
> one you click on.

Aha!  I remember this problem but I hadn't found a fix.  This is what it
was, in the ikiwiki config:

Wrong:
diffurl =>
'http://gitweb.dragonflybsd.org/ikiwiki-repo.git/commitdiff/[[sha1_parent]]',

Right:
diffurl =>
'http://gitweb.dragonflybsd.org/ikiwiki-repo.git/commitdiff/[[sha1_commit]]',

It looks like it's working now.




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]