Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/team
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-10-12 15:52:48 +0000
committerHenrik Rentz-Reichert2012-10-18 10:47:43 +0000
commitdfe89c42d2c514a171a366f394a7c5096086a6c4 (patch)
treee88daac558223e4d61f7c7a2b4760eb9c4c89bf3 /team
parentc123284ddea7225a254bb1ecb370d1755b86eb2f (diff)
downloadorg.eclipse.etrice-dfe89c42d2c514a171a366f394a7c5096086a6c4.tar.gz
org.eclipse.etrice-dfe89c42d2c514a171a366f394a7c5096086a6c4.tar.xz
org.eclipse.etrice-dfe89c42d2c514a171a366f394a7c5096086a6c4.zip
[team] improved seamonkey script
Diffstat (limited to 'team')
-rw-r--r--team/etricebugzilla.user.js16
1 files changed, 7 insertions, 9 deletions
diff --git a/team/etricebugzilla.user.js b/team/etricebugzilla.user.js
index a9993f15b..fd3e43b9e 100644
--- a/team/etricebugzilla.user.js
+++ b/team/etricebugzilla.user.js
@@ -52,7 +52,7 @@
// --- Configurable options --------------------------------------------
// Add as many milestones as you like. First will be used for "Fixed (in <TM>)" link:
-var target_milestones= ["0.1", "0.2", "0.3M1", "0.3M2"];
+var target_milestones= ["0.1.0", "0.2.0", "0.3.0M1", "0.3.0M2"];
// Add "<name>", "<email>" pairs for people you frequently CC:
var ccs= [
@@ -74,26 +74,24 @@ var moveProducts= [ "Platform" ];
var moveComponents= [ "Core", "Documentation", "Generators", "Runtime", "Test", "UserInterface" ];
// Add quick version links on the search page (<version> for exact version, <version*> for prefix match):
-var queryVersions= [ "0.1", "0.2", "0.3"];
+var queryVersions= [ "0.1.0", "0.2.0", "0.3.0"];
// Add quick classifications links on the search page (<name>", ["<classification1>", "<classification2>", ...] pairs):
var queryClassifications= [
"E", ["Eclipse"],
-" & ", ["Eclipse", "RT"],
-"RT", ["RT"],
+" & ", ["Eclipse", "Modeling"],
+"M", ["Modeling"],
];
// Add quick product links on the search page ("<name>", "<Classification>", ["<product1>", "<product2>", ...] triplets):
var queryProducts= [
-"EGit", "Technology", ["EGit"],
-" & ", "Technology", ["EGit", "JGit"],
-"JGit", "Technology", ["JGit"],
+"eT", "Modeling", ["MDT.ETrice"],
];
// Add quick component links on the search page ("<name>", ["<component1>", "<component2>", ...] pairs):
var queryComponents= [
-"UI", ["UI"],
-" & IDE", ["UI", "IDE"],
+"Core", ["Core"],
+"Gen", ["Generators"],
];
// Add tags to categorize bugs within a component:

Back to the top