• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace deprecated call to content_revision__new/11 by call to content_revision__new/13

  1. … 2 more files in changeset.
- modernize SQL

  1. … 1 more file in changeset.
- add missing index on creation_user

- bump version number to 1.6d5

  1. … 2 more files in changeset.
1. added missing catalog entry

2. made search work, it was totally hosed

  1. … 8 more files in changeset.
More workflow stuff

  1. … 1 more file in changeset.
Preliminary work to allow multiple workflows in bug tracker.

  1. … 5 more files in changeset.
Merge changes from 5.1 to 5.2. Update version.

  1. … 18 more files in changeset.
new files for handling distributions

  1. … 21 more files in changeset.
Removing extra comma when calling bt_bug_revision__new inside bt_bug__new

Removing extra comma when calling bt_bug_revision__new inside bt_bug__new

Adding tables for autosubmition functionality.

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

  1. … 13 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. … 321 more files in changeset.
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. … 10 more files in changeset.
typo in create stmt

add a bt_bug__name function, populate acs_object.title, bump to 1.4d2 upgrade postgres, need oracle

  1. … 4 more files in changeset.
various bug fixes for package_id, title addition to acs_objects

  1. … 12 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Fixed bug #357: Permissions inheritance wrong

  1. … 4 more files in changeset.
Forgot to change the bt_bug__delete function to use the renamed workflow_case_pkg__delete function.

  1. … 1 more file in changeset.
Fixed bug #493: Bugs don't inherit permissions correctly

  1. … 4 more files in changeset.
when deleting Bug Tracker packages I got a referential int constraint violation since in bt_project.delete an attempt was made to delete a CR content folder before the referenceing row in bt_projects. Changing order of deletion. Providing upgrade script. New version is 1.2d6

  1. … 4 more files in changeset.
fixing bug 413 (which was seeming a show stopper for bug tracker on pg 7.3) by adding an explicit typecast of first argument to content_item__new from integer to varchar

Fixed a typo on bt_project__delete's call to bt_project__keywords_delete

  1. … 3 more files in changeset.
timestamp->timestamptz for PG 7.3 ... (compatible with PG 7.2)

Merged over latest version from HEAD

  1. … 114 more files in changeset.
Latest version of bug-tracker/ticket-tracker, using workflow

  1. … 114 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 53 more files in changeset.
merge from oacs-4-6

  1. … 9 more files in changeset.
Added 'on delete cascade' constraint to bt_projects_apm_packages_fk, and sourcing bug-tracker-notifications-init.sql, so notifications actually work when you install bug-tracker :)

PM: adding notification and patches to the Bug Tracker. The new version number is 0.8 and there is a corresponding upgrade script

  1. … 29 more files in changeset.