From 27057001b49c3e165bb9b571740cd5b87456751b Mon Sep 17 00:00:00 2001 From: "jaysonbaldecanas1986@02a3781ec9b12161d643d2a35782561391092501" Date: Sun, 2 Oct 2022 23:03:59 -0400 Subject: [PATCH] update for rename of recentchanges.mdwn to json.tl.ph.mdwn --- doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn b/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn index c852df5e9..1bfd8f3b3 100644 --- a/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn +++ b/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn @@ -1,4 +1,4 @@ -The [[RecentChanges]] page is broken (doesn't show any history at all) when used with an empty svnpath in the ikiwiki.setup file. +The [[Json.tl.ph]] 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: @@ -6,7 +6,7 @@ Say you have the following configuration: 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]]. +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 [[Json.tl.ph]]. I can not see why this check is needed in the first place, so here's a patch for removing it :) -- 2.39.2