Skip to content

Commit 8ff432f

Browse files
committed
ide: Fixing links to the issue tracker
1 parent 4a12de7 commit 8ff432f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Diff for: ide/main/src/content/editor.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function Editor(window) {
221221
//Samit: Enh: display a webpage on the first start (and also on locale change if the version string is localised)
222222
var versionString = Editor.getString('selenium-ide.version');
223223
if (!this.app.options.currentVersion || this.app.options.currentVersion != versionString) {
224-
openTabOrWindow('http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes');
224+
openTabOrWindow('https://github.com/SeleniumHQ/selenium/wiki/SeIDEReleaseNotes');
225225
Preferences.setAndSave(this.app.options, 'currentVersion', versionString);
226226
}
227227

@@ -731,7 +731,7 @@ Editor.prototype.submitDiagInfo = function(){
731731
window.openDialog("chrome://selenium-ide/content/health/diag-info.xul", "diagInfo", "chrome,modal,resizable", data);
732732
if (data.data.length > 0) {
733733
GitHub.createGist("Selenium IDE diagnostic information", data).done(function(url){
734-
alert("Gist created with diagnostic information.\nPlease update the issue on https://code.google.com/p/selenium/issues/ with this url.\nURL: " + url);
734+
alert("Gist created with diagnostic information.\nPlease update the issue on https://github.com/SeleniumHQ/selenium/issues with this url.\nURL: " + url);
735735
}, function(response, success, status){
736736
alert("Gist creation failed with status " + status + "\nResponse:-\n" + (response || ''));
737737
});

Diff for: ide/main/src/content/selenium-ide-common.xul

+3-3
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,11 @@ limitations under the License.
246246
<menuitem label="&helpDocumentation.label;" oncommand="openTabOrWindow('http://seleniumhq.org/docs/02_selenium_ide.html')"/>
247247
<menuitem label="UI-Element Documentation" oncommand="openTabOrWindow('chrome://selenium-ide/content/selenium-core/scripts/ui-doc.html')"/>
248248
<menuseparator/>
249-
<menuitem label="&helpReportIssue.label;" oncommand="openTabOrWindow('https://code.google.com/p/selenium/issues/entry?template=Defect report from user&amp;labels=Component-IDE,Priority-Medium,Type-Defect')"/>
250-
<menuitem label="&helpSearchIssues.label;" oncommand="openTabOrWindow('https://code.google.com/p/selenium/issues/list?can=1&amp;q=&amp;sort=-id&amp;colspec=ID+Stars+Type+Status+Priority+Owner+Summary&amp;cells=tiles')"/>
249+
<menuitem label="&helpReportIssue.label;" oncommand="openTabOrWindow('https://github.com/SeleniumHQ/selenium/issues/new?labels=C-ide')"/>
250+
<menuitem label="&helpSearchIssues.label;" oncommand="openTabOrWindow('https://github.com/SeleniumHQ/selenium/issues')"/>
251251
<menuitem label="&helpSubmitDiagInfo.label;" oncommand="window.editor.submitDiagInfo();"/>
252252
<menuseparator/>
253-
<menuitem label="&helpReleaseNotes.label;" oncommand="openTabOrWindow('http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes')"/>
253+
<menuitem label="&helpReleaseNotes.label;" oncommand="openTabOrWindow('https://github.com/SeleniumHQ/selenium/wiki/SeIDEReleaseNotes')"/>
254254
<menuitem label="&helpBlog.label;" oncommand="openTabOrWindow('http://seleniumhq.wordpress.com/')"/>
255255
<menuitem label="&helpWebsite.label;" oncommand="openTabOrWindow('http://seleniumhq.org/')"/>
256256
</menupopup>

Diff for: ide/main/src/locale/en-US/selenium-ide.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ format.switch.warn=Changing format is now marked experimental! If you continue,
3838
format.switch.loseChanges=The selected format does not allow modifications. If you continue you will lose your changes.
3939
format.switch.read=Want the formats back? Click to read more
4040

41-
diag.gist.created=Gist created with diagnostic information.\nPlease update the issue on https://code.google.com/p/selenium/issues/ with this url.\nURL: %1$S
41+
diag.gist.created=Gist created with diagnostic information.\nPlease update the issue on https://github.com/SeleniumHQ/selenium/issues with this url.\nURL: %1$S
4242
diag.gist.failed=Gist creation failed with status %1$S\nResponse:-\n%2$S

Diff for: ide/main/src/locale/fr-FR/selenium-ide.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ format.switch.warn=Changer le format est maintenant marqué comme expérimental!
3838
format.switch.loseChanges=Le format choisi ne permet pas de modifications. Si vous continuez, vous perdrez vos modifications.
3939
format.switch.read=voulons que les formats de retour? Cliquez pour lire la suite
4040
41-
diag.gist.created=Gist créé des informations de diagnostic.\nS'il vous plaît mettre à jour la question sur https://code.google.com/p/selenium/issues/ à cette URL.\nURL: %1$S
41+
diag.gist.created=Gist créé des informations de diagnostic.\nS'il vous plaît mettre à jour la question sur https://github.com/SeleniumHQ/selenium/issues à cette URL.\nURL: %1$S
4242
diag.gist.failed=Création Gist échoué avec l'état%1$S\nRéponse:-\n%2$S

Diff for: ide/main/src/locale/ja-JP/selenium-ide.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ format.switch.warn=書式を変更するようになりました実験マーク
3838
format.switch.loseChanges=選択したフォーマットは、変更を許可していません。続行すると、あなたの変更が失われます。
3939
format.switch.read=フォーマットをバックしたいですか?続きを読むにはここをクリック
4040

41-
diag.gist.created=要旨は、診断情報を使用して作成。\nはこのURLでhttps://code.google.com/p/selenium/issues/上の問題を更新してください。\nURL:%1$S
41+
diag.gist.created=要旨は、診断情報を使用して作成。\nはこのURLでhttps://github.com/SeleniumHQ/selenium/issues上の問題を更新してください。\nURL:%1$S
4242
diag.gist.failed=要旨の作成は、ステータス%1$S\nの応答で失敗しました: -\n%2$S

Diff for: ide/main/src/locale/pt-BR/selenium-ide.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ format.switch.warn=Mudar formato agora está marcada experimental! Se você cont
3838
format.switch.loseChanges=O formato escolhido não permite modificações. Se você continuar, você vai perder as suas alterações.
3939
format.switch.read=Quer os formatos de volta? Clique para ler mais
4040

41-
diag.gist.created=Síntese criado com informações de diagnóstico.\nPor favor, atualize a questão em https://code.google.com/p/selenium/issues/ com esta url.\nURL: %1$S
41+
diag.gist.created=Síntese criado com informações de diagnóstico.\nPor favor, atualize a questão em https://github.com/SeleniumHQ/selenium/issues com esta url.\nURL: %1$S
4242
diag.gist.failed=Criação Gist falhou com status %1$S\nResposta:-\n%2$S

Diff for: ide/main/src/locale/sv-SE/selenium-ide.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ format.switch.warn=Ändra format är nu markerat experimentell! Om du fortsätte
3838
format.switch.loseChanges=Det valda formatet tillåter inte ändringar. Om du fortsätter kommer du att förlora dina ändringar.
3939
format.switch.read=Vill formaten tillbaka? Klicka för att läsa mer
4040

41-
diag.gist.created=Gist skapas med diagnostisk information.\nUppdatera frågan om https://code.google.com/p/selenium/issues/ med denna webbadress.\nURL: %1$S
41+
diag.gist.created=Gist skapas med diagnostisk information.\nUppdatera frågan om https://github.com/SeleniumHQ/selenium/issues med denna webbadress.\nURL: %1$S
4242
diag.gist.failed=Gist skapelse misslyckades med status %1$S\nSvar:-\n%2$S

0 commit comments

Comments
 (0)