From cff50b41905b4934e55019b653a3b74a7ea47723 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sat, 5 Aug 2006 12:51:11 +0000 Subject: [PATCH] Try to customize our "Issue Tracker" page by adding a project_issues.html file (which is how the Subversion project does it). Begin by just trying to replicate the current layout with an added line. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1576 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- www/project_issues.html | 87 +++++++++++++++++++++++++++++++++++++++++ www/project_tools.html | 11 +++--- 2 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 www/project_issues.html diff --git a/www/project_issues.html b/www/project_issues.html new file mode 100644 index 00000000..5555c566 --- /dev/null +++ b/www/project_issues.html @@ -0,0 +1,87 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Query database + Search for issues and defects here or find a specific issue. Always search first before reporting an issue to avoid duplication. +
+

+ Issue # + +

+
+
Enter an issue + + To enter an issue, you must first be a project member and know the component you want to report on. + + + +

+ +Enter: +

+ +
My issues + View both active issues assigned to you and those that you have entered. +
My preferences + View and edit your Issue Tracker user settings. +
Reports + Generate and view issue tracking reports. +
Configuration options + + Add, view and edit Issue Tracker configuration parameters, including project member permissions, issue tracking groups, project components and subcomponents, etc. +
Common queries + + Placeholder for links to queries of open/closed bugs, patches, etc. +
+
diff --git a/www/project_tools.html b/www/project_tools.html index 242096ca..201a6efe 100644 --- a/www/project_tools.html +++ b/www/project_tools.html @@ -9,14 +9,15 @@
  • -Issue Tracker + +Issue Tracker
  • -
  • Road map
  • +
  • Road map
  • -- 2.26.2