aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-08-22 19:11:49 +0100
committerSimon McVittie <smcv@debian.org>2016-08-22 19:11:49 +0100
commit0b01e4f7b288077e9da1ac1743cec4af86dbe0ab (patch)
tree5f771350d9be8d9237fb9875f35caa82695002c3 /doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
parent06fbc6297dd7e7092aa33f2ff94eff942b84236d (diff)
downloadikiwiki-0b01e4f7b288077e9da1ac1743cec4af86dbe0ab.tar
ikiwiki-0b01e4f7b288077e9da1ac1743cec4af86dbe0ab.tar.gz
Revert spam
Diffstat (limited to 'doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn')
-rw-r--r--doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn4
1 files 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 5bcc034d0..c852df5e9 100644
--- a/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
+++ b/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
@@ -1,4 +1,4 @@
-The [[• Get_CAll_@_1*855.709~2847_@_E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r]] page is broken (doesn't show any history at all) when used with an empty svnpath in the ikiwiki.setup file.
+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:
@@ -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 [[• Get_CAll_@_1*855.709~2847_@_E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r]].
+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 :)