• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Allow bulk actions on bugs

    • -0
    • +1036
    ./bug-procs.tcl.orig
  1. … 8 more files in changeset.
Add feature to allow incoming email to create new bugs

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

  1. … 3 more files in changeset.
Save page variable when generating context bar with link to filtered list

Get distribution specific code from oacs-5-1 branch.

fix date format to be ISO 8601 in preparation to date/time localization

fix date format to be ISO 8601 in preparation to date/time localization

fix date format to be ISO 8601 in preparation to date/time localization

Fix bug#2688 patch applied from Keith Paskett

Fixing missing <querytext> in query

Merge changes from 5.1 to 5.2. Update version.

  1. … 17 more files in changeset.
Fix bug #2630, typo in scheduling closing proc

set bt folder context to the bt package id instead of defaulting to -100 so that perms on package trickle to bugs

make sure notification fields are localized

upgrade 4.1 to 4.1.1

new files for handling distributions

  1. … 18 more files in changeset.
typo in bug_tacker, should be bug_tracker

fix typos

  1. … 1 more file in changeset.
Adding tables for autosubmition functionality.

adding scheduled procs in order to close bugs automatically ( Controlled by a parameter ).

    • -0
    • +15
    ./bug-tracker-scheduled-init.tcl
    • -0
    • +24
    ./bug-tracker-scheduled-procs-postgresql.xql
    • -0
    • +74
    ./bug-tracker-scheduled-procs.tcl
    • -0
    • +16
    ./bug-tracker-scheduled-procs.xql
  1. … 8 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 314 more files in changeset.
Fixing broken query project_new.instance_info

added assignee and fix for version to the bug add script; added appropriate upgrade scripts for postgres and oracle; fixed an oracle installation bug

  1. … 6 more files in changeset.
Added a whole shitpile of caching to speed things up

removed internationalization

We can further simplify the display query when using the paginator because

we don't need to include the filter clauses that are used to restrict the

rows returned. The paginator returns a list of ids that have already been

so restricted so the filter clauses are redundant in the display query.

Switched views for filtered queries that return a bug assigned to a

particular user. The workflow views invoked in these queries simply

do not scale well. This needs to be addressed fundamentally in workwflow

at some point but hacking bug-tracker seems easiest for now.

It looks like things have sped up to the point where it's worth trying

to pagination 10 pages of 25 entries a page at a time for now.

Finally figured out the obnoxious main query and rewrote the pagination

query to match my new understanding ...

Added per-instance list builder caching ...

  1. … 1 more file in changeset.
Sigh Oracle has really weird rules about "*" and duplicate column ids

that cause it to fail if you wrap "select *" as "select p.* from (select *) p"