From 4b793651905d79e84995258d384a773cb2638623 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sat, 5 Aug 2006 12:51:11 +0000 Subject: 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. --- 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 0000000..5555c56 --- /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 242096c..201a6ef 100644 --- a/www/project_tools.html +++ b/www/project_tools.html @@ -9,14 +9,15 @@
  • -Issue Tracker + +Issue Tracker
  • -
  • Road map
  • +
  • Road map
  • -- cgit v0.12