The [[RecentChanges]] page is broken (doesn't show any history at all) when used with an empty svnpath in the ikiwiki.setup file. Say you have the following configuration: rcs => "svn", svnrepo => "ssh+svn://foo.bar.com/wiki", svnpath => "", In the above, $svnpath need to be either empty or "/" - both trigger the 'next unless' check in IkiWiki/Rcs/svn.pm:rcs_recentchanges() as shown in the patch below, thus causing all files to be ignored for [[RecentChanges]]. I can not see why this check is needed in the first place, so here's a patch for removing it :) diff -upr ikiwiki-1.49.orig/IkiWiki/Rcs/svn.pm ikiwiki-1.49/IkiWiki/Rcs/svn.pm --- ikiwiki-1.49.orig/IkiWiki/Rcs/svn.pm Mon Apr 16 15:15:09 2007 +++ ikiwiki-1.49/IkiWiki/Rcs/svn.pm Mon Apr 16 15:15:47 2007 @@ -176,7 +176,6 @@ sub rcs_recentchanges ($) { } foreach (keys %{$logentry->{paths}}) { - next unless /^\/\Q$config{svnpath}\E\/([^ ]+)(?:$|\s)/; my $file=$1; my $diffurl=$config{diffurl}; $diffurl=~s/\[\[file\]\]/$file/g; > It's necessary for wikis, such as this one, that keep other things in the > same svn repository. Bug [[fixed|done]]. --[[Joey]] 5c/dc?h=master'>logtreecommitdiff
path: root/tags/5c/dc
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/5c/dc
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
master
Diffstat (limited to 'tags/5c/dc')
-rw-r--r--tags/5c/dc/20070129230002.37FD7BE8B@hykrion.jones.dk/sys0
-rw-r--r--tags/5c/dc/20120423211003.10846zaluhyb2eiz@mail.das-netzwerkteam.de/debian0
-rw-r--r--tags/5c/dc/20120423211003.10846zaluhyb2eiz@mail.das-netzwerkteam.de/signed0
-rw-r--r--tags/5c/dc/20170903030001.D98FF77E9@lxp5.free-owl.de/sys0
-rw-r--r--tags/5c/dc/20170903030001.D98FF77E9@lxp5.free-owl.de/unread0
-rw-r--r--tags/5c/dc/20180102150339.1361F1C075@jawa.homebase.dk/hb0
-rw-r--r--tags/5c/dc/20180102150339.1361F1C075@jawa.homebase.dk/sys0
-rw-r--r--tags/5c/dc/20180102150339.1361F1C075@jawa.homebase.dk/unread0
-rw-r--r--tags/5c/dc/20180605140450.7DB571C172@jawa.homebase.dk/hb0
-rw-r--r--tags/5c/dc/20180605140450.7DB571C172@jawa.homebase.dk/sys0
-rw-r--r--tags/5c/dc/20180605140450.7DB571C172@jawa.homebase.dk/unread0
-rw-r--r--tags/5c/dc/20210114221059.483390-2-angelogioacchino.delregno@somainline.org/unread0
-rw-r--r--tags/5c/dc/3383c2fed1bc64e16ac720ea9bb85a65@paraguayeduca.org/sugar0
-rw-r--r--tags/5c/dc/3383c2fed1bc64e16ac720ea9bb85a65@paraguayeduca.org/unread0
-rw-r--r--tags/5c/dc/4325B58F-D935-4699-B2B1-111016AC9E98@gmail.com/unread0
-rw-r--r--tags/5c/dc/47437D12.4060003@dgi-huset.dk/dgih0
-rw-r--r--tags/5c/dc/779177955.1037973.1669720199983@mx2.mail.ovh.net/inbox0
-rw-r--r--tags/5c/dc/779177955.1037973.1669720199983@mx2.mail.ovh.net/killed0
-rw-r--r--tags/5c/dc/779177955.1037973.1669720199983@mx2.mail.ovh.net/unread0
-rw-r--r--tags/5c/dc/9AE7909C-41F6-4295-8982-E81437090710@kaospilot.dk/hb0
-rw-r--r--tags/5c/dc/9AE7909C-41F6-4295-8982-E81437090710@kaospilot.dk/kp0
-rw-r--r--tags/5c/dc/A8521B86BF6B45E63A3F76CB5F87FFDC@178.19.251.249/debian0
-rw-r--r--tags/5c/dc/A8521B86BF6B45E63A3F76CB5F87FFDC@178.19.251.249/inbox0
-rw-r--r--tags/5c/dc/A8521B86BF6B45E63A3F76CB5F87FFDC@178.19.251.249/old0
-rw-r--r--tags/5c/dc/E1aHXmy-0003lE-1Z@swivel.zugschlus.de/debian0
-rw-r--r--tags/5c/dc/E1aHXmy-0003lE-1Z@swivel.zugschlus.de/inbox0
-rw-r--r--tags/5c/dc/E1aHXmy-0003lE-1Z@swivel.zugschlus.de/old0
-rw-r--r--tags/5c/dc/dec3895d-c8d4-de9b-55ca-b0a5fd3d994b@iki.fi/debian0
-rw-r--r--tags/5c/dc/dec3895d-c8d4-de9b-55ca-b0a5fd3d994b@iki.fi/unread0
29 files changed, 0 insertions, 0 deletions