* Avoid creating edit links when the cgi url is not known.
* Avoid displaying discussion links at all, if there's not a discussion
page, when the cgi url isn't known.
+ * Ikiwiki used to use svn as its RCS by default unless configured otherwise,
+ now it defaults to using no RCS unless configured to do so.
- -- Joey Hess <joeyh@debian.org> Sat, 23 Dec 2006 01:17:54 -0500
+ -- Joey Hess <joeyh@debian.org> Sat, 23 Dec 2006 01:51:49 -0500
ikiwiki (1.36) unstable; urgency=low
>> I don't see any way in my configuration file for disabling this.
>> (I should figure out what happened with the subversion commits too...)
>>
->> --JeremyReed
\ No newline at end of file
+>> --JeremyReed
+
+>>> Defaulting that to svn in a bug. Fixed. In general, there are defaults
+>>> for various things configurable by the config file, but they should not
+>>> cause suprising behavior like this. For example, it defaults to
+>>> supporting discussion pages. (You can see all the defaults near
+>>> the top of `IkiWiki.pm`).
+>>>
+>>> The svn backend would have noticed that your wiki is not in svn, and
+>>> avoided doing anything, BTW.
+>>>
+>>> I've changed the default setting that was making it use svn, so this
+>>> bug is [[bugs/done]] --[[Joey]]