[Pkg-mozext-commits] [tabmixplus] 24/32: Start using the new Tab mix domain 'tabmixplus.org' instead of 'tmp.garyr.net'

David Prévot taffit at moszumanska.debian.org
Sun Feb 7 19:23:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 4d5f26b0579b7a31dd73103299f10e290dfcfc93
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Jan 22 20:48:26 2016 +0200

    Start using the new Tab mix domain 'tabmixplus.org' instead of 'tmp.garyr.net'
---
 chrome/content/about.xul                  | 8 +++++---
 chrome/content/changecode.js              | 4 ++--
 chrome/content/preferences/preferences.js | 2 +-
 chrome/content/tab/tab.js                 | 2 +-
 install.rdf                               | 2 +-
 5 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/chrome/content/about.xul b/chrome/content/about.xul
index 4126ec8..c715740 100644
--- a/chrome/content/about.xul
+++ b/chrome/content/about.xul
@@ -45,10 +45,12 @@
         </vbox>
         <vbox id="extensionHomepage" style="cursor:default;">
           <label class="text-link" value="&homepage.label;" style="cursor:pointer;"
-                onclick="Tabmix.openURL('http://tmp.garyr.net', event)"/>
+                 onclick="Tabmix.openURL('http://tabmixplus.org', event)"/>
           <hbox flex="1">
-            <label value="&forum.label;" style="cursor:pointer;" class="text-link" onclick="Tabmix.openURL('http://tmp.garyr.net/forum', event)"/>
-            <label value="&help.label;" style="cursor:pointer;" class="text-link" onclick="Tabmix.openURL('http://tmp.garyr.net/help', event)"/>
+            <label value="&forum.label;" style="cursor:pointer;" class="text-link"
+                   onclick="Tabmix.openURL('http://tabmixplus.org/forum', event)"/>
+            <label value="&help.label;" style="cursor:pointer;" class="text-link"
+                   onclick="Tabmix.openURL('http://tabmixplus.org/support/viewpage.php?t=3&p=introduction', event)"/>
           </hbox>
         </vbox>
       </hbox>
diff --git a/chrome/content/changecode.js b/chrome/content/changecode.js
index e67b9d9..aa08760 100644
--- a/chrome/content/changecode.js
+++ b/chrome/content/changecode.js
@@ -132,8 +132,8 @@ Tabmix.changeCode = function(aParent, aName, aOptions) {
         let str = (notFoundCount > 1 ? "s" : "") + "\n    ";
         console.clog(caller + " was unable to change " + aName + "." +
           (this.errMsg || "\ncan't find string" + str + this.notFound.join("\n    ")) +
-          "\n\nTry Tabmix latest development version from tmp.garyr.net/tab_mix_plus-dev-build.xpi," +
-          "\nReport about this to Tabmix developer at http://tmp.garyr.net/forum/");
+          "\n\nTry Tabmix latest development version from tabmixplus.org/tab_mix_plus-dev-build.xpi," +
+          "\nReport about this to Tabmix developer at http://tabmixplus.org/forum/");
         if (debugMode)
           console.clog(caller + "\nfunction " + aName + " = " + this.value);
       } else if (!this.needUpdate && debugMode) {
diff --git a/chrome/content/preferences/preferences.js b/chrome/content/preferences/preferences.js
index a1370ce..34d9253 100644
--- a/chrome/content/preferences/preferences.js
+++ b/chrome/content/preferences/preferences.js
@@ -526,7 +526,7 @@ function showPane(paneID) {
 }
 
 function openHelp(helpTopic) {
-  var helpPage = "http://tmp.garyr.net/support/viewpage.php?t=3&p=";
+  var helpPage = "http://tabmixplus.org/support/viewpage.php?t=3&p=";
   // Check if the help page already open in the top window
   var recentWindow = Tabmix.getTopWin();
   var tabBrowser = recentWindow.gBrowser;
diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index 902092c..620da20 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -2583,7 +2583,7 @@ var gTMPprefObserver = {
           if (showComment && (_loadOnNewTab || _replaceLastTabWith))
             defaultChanged = "&newtabpage";
           let b = Tabmix.getTopWin().gBrowser;
-          b.selectedTab = b.addTab("http://tmp.garyr.net/version_update2.htm?version=" +
+          b.selectedTab = b.addTab("http://tabmixplus.org/version_update2.htm?version=" +
                                    currentVersion + defaultChanged);
           b.selectedTab.loadOnStartup = true;
         }, 1000);
diff --git a/install.rdf b/install.rdf
index ed267ea..f7bc5c8 100644
--- a/install.rdf
+++ b/install.rdf
@@ -10,7 +10,7 @@
                    NS1:multiprocessCompatible="true"
                    NS1:description="Tab browsing with an added boost."
                    NS1:iconURL="chrome://tabmixplus/skin/tmp.png"
-                   NS1:homepageURL="http://tmp.garyr.net"
+                   NS1:homepageURL="http://tabmixplus.org"
                    NS1:optionsURL="chrome://tabmixplus/content/preferences/preferences.xul"
                    NS1:aboutURL="chrome://tabmixplus/content/about.xul"
                    NS1:creator="ONEMEN (tabmix.onemen at gmail.com)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list