mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-02-24 08:12 am

[dw-free] default synlevel should be changed to ljcut

[commit: http://hg.dwscoalition.org/dw-free/rev/b955bf0164e9]

http://bugs.dwscoalition.org/show_bug.cgi?id=343

Default synlevel to ljcut.

Patch by [personal profile] afuna.

--------------------------------------------------------------------------------
diff -r 410a641b0236 -r b955bf0164e9 cgi-bin/ljfeed.pl
--- a/cgi-bin/ljfeed.pl	Tue Feb 24 08:09:05 2009 +0000
+++ b/cgi-bin/ljfeed.pl	Tue Feb 24 08:12:13 2009 +0000
@@ -42,7 +42,7 @@ sub make_feed
         foreach ("name", "url", "urlname");
 
     # opt_synlevel will default to 'full'
-    $u->{'opt_synlevel'} = 'full'
+    $u->{'opt_synlevel'} = 'ljcut'
         unless $u->{'opt_synlevel'} =~ /^(?:full|ljcut|summary|title)$/;
 
     # some data used throughout the channel
--------------------------------------------------------------------------------