Bug #1756
Wiki Recent Changes page git link does not match
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
The git link on the Wiki Recent Changes page is linked to the change below the
one you click on.
Related todos
History
Updated by justin about 3 years ago
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 =>
'sha1_parent">http://gitweb.dragonflybsd.org/ikiwiki-repo.git/commitdiff/sha1_parent',
Right:
diffurl =>
'sha1_commit">http://gitweb.dragonflybsd.org/ikiwiki-repo.git/commitdiff/sha1_commit',
It looks like it's working now.
Updated by dylan about 3 years ago
Looks good, you can close this bug.
Thanks,
Dylan