aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
diff options
context:
space:
mode:
authorjhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89 <jhakasbaba76@web>2016-08-22 13:50:15 -0400
committeradmin <admin@branchable.com>2016-08-22 13:50:15 -0400
commit59c7eb291a06ae34dc06744119fd26ea34b9262c (patch)
treed293f97539b7d571629389e712cfc94cf94cc5d7 /doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
parent4892e387d67b35d12d1a600fa7ebc25fbb963d94 (diff)
downloadikiwiki-59c7eb291a06ae34dc06744119fd26ea34b9262c.tar
ikiwiki-59c7eb291a06ae34dc06744119fd26ea34b9262c.tar.gz
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___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.mdwn
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 c852df5e9..5bcc034d0 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 [[• 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.
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 [[• 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]].
I can not see why this check is needed in the first place, so here's a patch for removing it :)