• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use proper .info file format

Restore missing PageSize parameter.

Hide "Fix for Version" field if Versions are disabled.

Fix workflow-edit link

Add search box to nav bar.

    • -2
    • +2
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -0
    • +32
    ./tcl/bug-tracker-init.tcl
Increase navbar font size (too small in FF).

Fixed test to work with any bug tracker URL.

Bumped version number up to 1.6d1 because there's a 1.5x version floating

around, and I need to work with and upgrade it.

    • -37
    • +0
    ./sql/postgresql/upgrade-1.4d6-1.4d7.sql
    • -0
    • +37
    ./sql/postgresql/upgrade-1.4d6-1.6d1.sql
1. added missing catalog entry

2. made search work, it was totally hosed

    • -0
    • +1
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -0
    • +2
    ./sql/postgresql/bug-tracker-create.sql
    • -0
    • +36
    ./sql/postgresql/bug-tracker-search-triggers-create.sql
    • -0
    • +7
    ./sql/postgresql/bug-tracker-search-triggers-drop.sql
    • -0
    • +37
    ./sql/postgresql/upgrade-1.4d6-1.4d7.sql
Some changes to make it possible to write scripts that are includable from

other packages to display information on bugs. Unfortunately, the bugtracker

was written from the POV that you'd never want to do such a thing, and is so

poorly written that even with these changes I had to do a bit of ugly hacking

in my include code.

Add content dispositon header to patch download and filename.

Allow search for assignee on bug creation instead of making user create bug with no assignee, then edit to search

Add paramerers for related files. Add missing proc for related files. Fix indentation

Allow changing of bug tracker workflow. Should be choosable during project

initalization. The default configuration crap in bug tracker is just that

(hard wired! no integration with workflow!) but not sure if there's time

in this short-term improvement project to fix that.

    • -0
    • +1
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
Oracle datamodel and package changes for multiple workflows...

    • -0
    • +4
    ./sql/oracle/bug-tracker-create-tables.sql
    • -0
    • +188
    ./sql/oracle/upgrade-1.4d5-1.4d6.sql
Another minor tweak ...

    • -1
    • +1
    ./sql/postgresql/upgrade-1.4d5-1.4d6.sql
More workflow stuff

    • -1
    • +1
    ./sql/postgresql/bug-tracker-create.sql
    • -81
    • +3
    ./sql/postgresql/upgrade-1.4d5-1.4d6.sql
Forgot to add the upgrade script ...

    • -0
    • +135
    ./sql/postgresql/upgrade-1.4d5-1.4d6.sql
Preliminary work to allow multiple workflows in bug tracker.

    • -3
    • +12
    ./sql/postgresql/bug-tracker-create.sql
Remove unused cruft.

First commit on the new server!

    • -0
    • +2
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
Fix broken list filtering.

Cleaned up some annoying stupidity. A package's package-key is immutable.

Switched to template::head to add css.

Parameterized page size ...

Add files for file upload

    • -0
    • +7
    ./www/related-file-add.adp
    • -0
    • +103
    ./www/related-file-add.tcl
    • -0
    • +21
    ./www/related-file-add.xql
    • -0
    • +5
    ./www/related-file-delete.adp
    • -0
    • +88
    ./www/related-file-delete.tcl
    • -0
    • +32
    ./www/related-file-delete.xql
    • -0
    • +34
    ./www/related-file-download.tcl
    • -0
    • +29
    ./www/related-file-download.xql
    • -0
    • +7
    ./www/related-file-properties.adp
    • -0
    • +55
    ./www/related-file-properties.tcl
    • -0
    • +26
    ./www/related-file-properties.xql
    • -0
    • +7
    ./www/related-file-update.adp
    • -0
    • +108
    ./www/related-file-update.tcl
    • -0
    • +25
    ./www/related-file-update.xql
Add support for uploading related files

    • -0
    • +20
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
Allow bulk actions on bugs

    • -11
    • +33
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -0
    • +1036
    ./tcl/bug-procs.tcl.orig
    • -0
    • +6
    ./www/bulk-update-op.adp
    • -0
    • +220
    ./www/bulk-update-op.tcl
    • -0
    • +23
    ./www/bulk-update-op.xql
    • -0
    • +36
    ./www/bulk-update.vuh
    • -0
    • +5
    ./www/send-summary-email.adp
    • -0
    • +119
    ./www/send-summary-email.tcl
    • -0
    • +84
    ./www/send-summary-email.xql
Add feature to allow incoming email to create new bugs

    • -0
    • +99
    ./tcl/bug-tracker-callback-procs.tcl
    • -0
    • +18
    ./tcl/bug-tracker-callback-procs.xql
  1. … 1 more file in changeset.
adding missing close statements

  1. … 3 more files in changeset.