[Debian-l10n-commits] ddtp branch master updated. 20080812.0-148-ge95f927

Thomas Vincent tvincent at moszumanska.debian.org
Sun Jan 24 09:53:51 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ddtp".

The branch, master has been updated
       via  e95f9270085ad2e00e536484eb454c71cd1a5ccf (commit)
      from  7162aa3b1fc42358aa197e1ed351fd79510e9152 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/ddtp.git;a=commitdiff;h=e95f9270085ad2e00e536484eb454c71cd1a5ccf

commit e95f9270085ad2e00e536484eb454c71cd1a5ccf
Author: Thomas Vincent <tvincent at debian.org>
Date:   Tue Jan 19 23:58:15 2016 +0100

    Use a scheme-less iframe url in the translation interface to avoid mixed content issues (fix inspired by D.Forsi's ddtss-lite script)

-----------------------------------------------------------------------

Summary of changes:
 ddtss/ddtss-cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ddtss/ddtss-cgi b/ddtss/ddtss-cgi
index c5e841e..97bd1f5 100755
--- a/ddtss/ddtss-cgi
+++ b/ddtss/ddtss-cgi
@@ -1345,7 +1345,7 @@ sub display_translate_screen
   
 #  $long_tr =~ s/^\.\s*$//mg;
   
-  my ($patch) = ($data =~ m,^# patch (http://[^\s]+),m);
+  my ($patch) = ($data =~ m,^# patch http:(//[^\s]+),m);
   
   print $q->header(-type =>'text/html', -charset => "UTF-8");
   print $q->start_html( -title => "DDTSS ($lang): $title", -onload => 'document.forms[0].submit.disabled=1', @html_headers ),
-----------------------------------------------------------------------


hooks/post-receive
-- 
ddtp



More information about the Debian-l10n-commits mailing list