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-04 04:26 am

[dw-free] crossposter: /update.bml checkboxes end up in wrong state

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

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

Don't show crossposter options when doing ?altlogin=1

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/weblib.pl
--------------------------------------------------------------------------------
diff -r f6adc0f1e9dd -r f139ab27dd84 cgi-bin/weblib.pl
--- a/cgi-bin/weblib.pl	Sat Jul 04 01:35:13 2009 +0000
+++ b/cgi-bin/weblib.pl	Sat Jul 04 04:26:21 2009 +0000
@@ -1557,7 +1557,7 @@ MOODS
                  $out .= "</p>";
             }
 
-            if ($remote) {
+            if ( $remote && ! $altlogin ) {
                 # crosspost
                 $$onload .= " LiveJournal.updateXpostFromJournal('$remote->{user}');";
                 my @accounts = DW::External::Account->get_external_accounts($remote);
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org