-@project_name;noquote@
-@context_bar;noquote@
+@page_title;noquote@
+@context;noquote@
This project is empty.
Index: openacs-4/packages/bug-tracker/www/no-components.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/no-components.adp,v
diff -u -N -r1.5 -r1.6
--- openacs-4/packages/bug-tracker/www/no-components.adp 22 Sep 2003 15:45:10 -0000 1.5
+++ openacs-4/packages/bug-tracker/www/no-components.adp 28 Sep 2003 01:28:18 -0000 1.6
@@ -1,6 +1,6 @@
-@project_name;noquote@
-@context_bar;noquote@
+@page_title;noquote@
+@context;noquote@
Before you can get started using the bug-tracker, you need to create at least one component.
Index: openacs-4/packages/bug-tracker/www/patch-add.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch-add.tcl,v
diff -u -N -r1.9 -r1.10
--- openacs-4/packages/bug-tracker/www/patch-add.tcl 26 Sep 2003 06:40:22 -0000 1.9
+++ openacs-4/packages/bug-tracker/www/patch-add.tcl 28 Sep 2003 01:28:18 -0000 1.10
@@ -150,12 +150,6 @@
set bug_id [bug_tracker::get_bug_id -bug_number $bug_number -project_id $package_id]
bug_tracker::map_patch_to_bug -patch_id $patch_id -bug_id $bug_id
- # Trigger notifications for the bug that we are mapping to
- bug_tracker::bug_notify \
- -bug_id $bug_id \
- -action "patched" \
- -patch_summary $summary
-
} else {
# No bug id provided so redirect to page for selecting bugs if the
# user wishes to go there
Index: openacs-4/packages/bug-tracker/www/patch-list.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch-list.tcl,v
diff -u -N -r1.6 -r1.7
--- openacs-4/packages/bug-tracker/www/patch-list.tcl 26 Sep 2003 08:10:36 -0000 1.6
+++ openacs-4/packages/bug-tracker/www/patch-list.tcl 28 Sep 2003 01:28:18 -0000 1.7
@@ -17,7 +17,7 @@
set page_title "Patches"
set context [list $page_title]
-# TODO: Undecided aply to version
+# TODO: Use bug_tracker::patch_status_pretty for pretty state (problem with the filter, but it can be done)
template::list::create \
-name patches \