[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. f722f63ab11c177b610fc98ff21b185c4b1000ce

Ruslan Zakirov ruz at bestpractical.com
Fri May 27 16:45:44 EDT 2011


The branch, master has been updated
       via  f722f63ab11c177b610fc98ff21b185c4b1000ce (commit)
       via  8d0fb650c310101ef0ce51a37ea092145705c712 (commit)
      from  30d8fd5a7708de1b62cc51ad94737da7adde1bba (commit)

Summary of changes:
 bin/pull-live                                    |   10 +++++-----
 html/Callbacks/rt_cpan_org/Elements/Login/Header |    1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit 8d0fb650c310101ef0ce51a37ea092145705c712
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Sat May 28 00:40:28 2011 +0400

    update repos' paths

diff --git a/bin/pull-live b/bin/pull-live
index 5699e95..7f2e5fa 100644
--- a/bin/pull-live
+++ b/bin/pull-live
@@ -43,15 +43,15 @@ my @UPDATE = qw{
 };
 
 my %REPOS = (
-    'CPAN2RT'                  => 'git://github.com/bestpractical/cpan2rt/',
+    'CPAN2RT'                  => 'git://github.com/bestpractical/cpan2rt.git',
     'RT-Authen-Bitcard'        => 'svn://svn.bestpractical.com/RT-Authen-Bitcard/',
     'RT-Authen-OpenID'         => 'svn://svn.bestpractical.com/RT-Authen-OpenID/',
     'RT-Authen-PAUSE'          => 'svn://svn.bestpractical.com/RT-Authen-PAUSE/',
-    'RT-BugTracker'            => 'git://github.com/bestpractical/rt-bugtracker/',
-    'RT-BugTracker-Public'     => 'git://github.com/bestpractical/rt-bugtracker-public/',
+    'RT-BugTracker'            => 'git://github.com/bestpractical/rt-bugtracker.git',
+    'RT-BugTracker-Public'     => 'git://github.com/bestpractical/rt-bugtracker-public.git',
     'RT-Extension-MergeUsers'  => 'git://github.com/bestpractical/rt-extension-mergeusers.git',
-    'RT-Extension-QuickDelete' => 'svn://svn.bestpractical.com/RT-Extension-QuickDelete/',
-    'RT-Extension-rt_cpan_org' => 'git://github.com/bestpractical/rt-extension-rt_cpan_org/',
+    'RT-Extension-QuickDelete' => 'git://github.com/bestpractical/rt-extension-quickdelete.git',
+    'RT-Extension-rt_cpan_org' => 'git://github.com/bestpractical/rt-extension-rt_cpan_org.git',
     'RT-Extension-ReportSpam'  => 'svn://svn.bestpractical.com/RT-Extension-ReportSpam/',
     'RT-Extension-Utils'       => 'git://github.com/bestpractical/rt-extension-utils.git',
 );

commit f722f63ab11c177b610fc98ff21b185c4b1000ce
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Sat May 28 00:42:49 2011 +0400

    no redirect to SSL if domain is localhost
    
    much easier to test localy with standalone server

diff --git a/html/Callbacks/rt_cpan_org/Elements/Login/Header b/html/Callbacks/rt_cpan_org/Elements/Login/Header
index bb742bb..c4f88e6 100644
--- a/html/Callbacks/rt_cpan_org/Elements/Login/Header
+++ b/html/Callbacks/rt_cpan_org/Elements/Login/Header
@@ -4,6 +4,7 @@ $nossl => undef
 <%INIT>
 # check if we are in HTTPS mode
 if ( not defined $nossl
+    and RT->Config->Get('WebDomain') ne 'localhost'
     and not defined $ENV{'HTTP_X_FORWARDED_HOST'}
     and ($ENV{'HTTPS'}||'') ne 'on'
 ) {

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



More information about the Bps-public-commit mailing list