Author: dom Date: 2008-12-21 17:35:20 +0000 (Sun, 21 Dec 2008) New Revision: 1252
Modified: trunk/Changes trunk/lib/OpenGuides/CGI.pm Log: Work around Wiki::Toolkit bug #41 by displaying minor edits by default
Modified: trunk/Changes =================================================================== --- trunk/Changes 2008-11-11 17:19:00 UTC (rev 1251) +++ trunk/Changes 2008-12-21 17:35:20 UTC (rev 1252) @@ -22,6 +22,8 @@ Fix clean target to remove everything it should (#242) Warn about errors fetching remote RSS feeds, but carry on generating the page content (#228) + Work around Wiki::Toolkit bug #41 by displaying minor edits by + default
0.63 16 August 2008 Major overhaul of RDF output.
Modified: trunk/lib/OpenGuides/CGI.pm =================================================================== --- trunk/lib/OpenGuides/CGI.pm 2008-11-11 17:19:00 UTC (rev 1251) +++ trunk/lib/OpenGuides/CGI.pm 2008-12-21 17:35:20 UTC (rev 1252) @@ -198,7 +198,7 @@ preview_above_edit_box => 0, latlong_traditional => 0, omit_help_links => 0, - show_minor_edits_in_rc => 0, + show_minor_edits_in_rc => 1, default_edit_type => "normal", cookie_expires => "month", track_recent_changes_views => 0,
openguides-commits@lists.openguides.org