Dreamwidth Changelog
2011-04-19 13:07:54 UTC
Switch the default group to presentation (basic journal opts such as number of items on the page, whether to use custom comment pages, etc)
Patch by fu.
diffs (12 lines):
diff -r fd8687a5e5c9 -r e89c761f0bb5 htdocs/customize/options.bml
--- a/htdocs/customize/options.bml Tue Apr 19 20:58:45 2011 +0800
+++ b/htdocs/customize/options.bml Tue Apr 19 21:07:43 2011 +0800
@@ -38,7 +38,7 @@ body<=
$u->set_prop( stylesys => 2 );
}
- my $group = $GET{group} ? $GET{group} : "display";
+ my $group = $GET{group} ? $GET{group} : "presentation";
# make sure there's a style set and load it
my $style = LJ::Customize->verify_and_load_style($u);
Patch by fu.
diffs (12 lines):
diff -r fd8687a5e5c9 -r e89c761f0bb5 htdocs/customize/options.bml
--- a/htdocs/customize/options.bml Tue Apr 19 20:58:45 2011 +0800
+++ b/htdocs/customize/options.bml Tue Apr 19 21:07:43 2011 +0800
@@ -38,7 +38,7 @@ body<=
$u->set_prop( stylesys => 2 );
}
- my $group = $GET{group} ? $GET{group} : "display";
+ my $group = $GET{group} ? $GET{group} : "presentation";
# make sure there's a style set and load it
my $style = LJ::Customize->verify_and_load_style($u);