[sagenb] 157/179: change URL for bug report

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:23 UTC 2014


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

felix-guest pushed a commit to branch master
in repository sagenb.

commit 4dcceb0cbedbe7656be84b1deb7d6a5491685f72
Author: Punarbasu Purkayastha <ppurka at gmail.com>
Date:   Wed Dec 11 13:19:17 2013 +0800

    change URL for bug report
    
    The URL for bug reports now goes to a sagemath.org link
    that provides a 301 redirect to whatever is the best
    current or future bug reporting platform.
---
 sagenb/data/sage/js/notebook_lib.js | 2 +-
 sagenb/data/sage/js/ws_list.js      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sagenb/data/sage/js/notebook_lib.js b/sagenb/data/sage/js/notebook_lib.js
index 6ce4efa..2642a38 100644
--- a/sagenb/data/sage/js/notebook_lib.js
+++ b/sagenb/data/sage/js/notebook_lib.js
@@ -4626,7 +4626,7 @@ function bugreport() {
     /*
     Popup the bug report window.
     */
-    window.open("http://spreadsheets.google.com/viewform?key=pCwvGVwSMxTzT6E2xNdo5fA", "", "menubar=1,location=1,scrollbars=1,width=800,height=650,toolbar=1,  resizable=1");
+    window.open("http://sagemath.org/report-issue", "", "menubar=1,location=1,scrollbars=1,width=800,height=650,toolbar=1,  resizable=1");
 }
 
 
diff --git a/sagenb/data/sage/js/ws_list.js b/sagenb/data/sage/js/ws_list.js
index 99aead6..bf20fee 100644
--- a/sagenb/data/sage/js/ws_list.js
+++ b/sagenb/data/sage/js/ws_list.js
@@ -227,7 +227,7 @@ function bugreport() {
     /*
       Popup the bug report window.
     */
-    window.open('http://spreadsheets.google.com/viewform?key=pCwvGVwSMxTzT6E2xNdo5fA', '', 'menubar=1,location=1,scrollbars=1,width=800,height=650,toolbar=1,resizable=1');
+    window.open('http://sagemath.org/report-issue', '', 'menubar=1,location=1,scrollbars=1,width=800,height=650,toolbar=1,resizable=1');
 }
 
 function empty_trash() {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list