afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-05 04:38 pm

[dw-free] Change console-only "set" commands to an Advanced Options tab

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

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

(for paid users) Enable/disable username@dreamwidth.org forwarding email,
via the Privacy tab of account settings.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/en.dat
  • htdocs/manage/settings/index.bml
--------------------------------------------------------------------------------
diff -r 270cb4ef9de3 -r beb065b1b736 bin/upgrading/en.dat
--- a/bin/upgrading/en.dat	Sun Jul 05 16:27:44 2009 +0000
+++ b/bin/upgrading/en.dat	Sun Jul 05 16:38:04 2009 +0000
@@ -2633,6 +2633,10 @@ setting.display.username.option.list=See
 
 setting.display.username.option.openidusername=(internal username: [[user]])
 
+setting.emailalias.label=Email Alias
+
+setting.emailalias.option=Receive email sent to [[user]]@[[domain]]
+
 setting.emailformat.error.invalid=Invalid email format.
 
 setting.emailformat.label=Email Format
diff -r 270cb4ef9de3 -r beb065b1b736 htdocs/manage/settings/index.bml
--- a/htdocs/manage/settings/index.bml	Sun Jul 05 16:27:44 2009 +0000
+++ b/htdocs/manage/settings/index.bml	Sun Jul 05 16:38:04 2009 +0000
@@ -101,6 +101,7 @@ body<=
             form => 1,
             desc => $ML{'.cat.privacy.desc'},
             settings => [qw(
+                DW::Setting::EmailAlias
                 LJ::Setting::MinSecurity
                 LJ::Setting::SearchInclusion
                 LJ::Setting::NotifyWeblogs
--------------------------------------------------------------------------------
janinedog: (Default)

[personal profile] janinedog 2009-07-05 06:52 pm (UTC)(link)
Did you forget to commit the actual setting module? I don't see it.
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)

[staff profile] mark 2009-07-05 09:58 pm (UTC)(link)
Janine beat me to it.