• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged over latest version from HEAD

    • -0
    • +0
    ./oracle/bug-tracker-create-packages.sql
    • -0
    • +0
    ./oracle/bug-tracker-create-tables.sql
    • -117
    • +0
    ./postgresql/bug-tracker-code-stuff-cutout.sql
    • -435
    • +488
    ./postgresql/bug-tracker-create.sql
    • -0
    • +0
    ./postgresql/bug-tracker-drop-data.sql
    • -36
    • +39
    ./postgresql/bug-tracker-drop.sql
    • -76
    • +0
    ./postgresql/bug-tracker-notifications-drop.sql
    • -144
    • +0
    ./postgresql/bug-tracker-notifications-init.sql
  1. … 102 more files in changeset.
Latest version of bug-tracker/ticket-tracker, using workflow

    • -0
    • +587
    ./oracle/bug-tracker-create-packages.sql
    • -0
    • +313
    ./oracle/bug-tracker-create-tables.sql
    • -0
    • +10
    ./oracle/bug-tracker-create.sql
    • -0
    • +19
    ./oracle/bug-tracker-drop-data.sql
    • -0
    • +42
    ./oracle/bug-tracker-drop.sql
    • -117
    • +0
    ./postgresql/bug-tracker-code-stuff-cutout.sql
    • -435
    • +487
    ./postgresql/bug-tracker-create.sql
    • -0
    • +19
    ./postgresql/bug-tracker-drop-data.sql
    • -40
    • +39
    ./postgresql/bug-tracker-drop.sql
    • -76
    • +0
    ./postgresql/bug-tracker-notifications-drop.sql
    • -144
    • +0
    ./postgresql/bug-tracker-notifications-init.sql
    • -0
    • +1502
    ./postgresql/upgrade-0.9d1-1.2d2.sql
  1. … 102 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. … 51 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 :)

merge of Lars bugfixes on HEAD to 4.6 branch

  1. … 4 more files in changeset.
Fixed bug #36, not dropping the patch number sequence view. Thanks to Tilmann.

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

    • -4
    • +203
    ./postgresql/bug-tracker-create.sql
    • -0
    • +76
    ./postgresql/bug-tracker-notifications-drop.sql
    • -0
    • +144
    ./postgresql/bug-tracker-notifications-init.sql
    • -0
    • +205
    ./postgresql/upgrade-0.7d5-0.8.sql
  1. … 25 more files in changeset.
Make upgrade script safer by putting the drop table statement inside a function with the insert statement, so if the insert fails, the drop table won't get executed.

    • -7
    • +32
    ./postgresql/upgrade-0.7d3-0.7d4.sql
Added url-name to components, plus a URL shortcut, and email-subject-name to projects

    • -0
    • +3
    ./postgresql/upgrade-0.7d4-0.7d5.sql
  1. … 8 more files in changeset.
Added upgrade script for the needinfo resolution code

    • -0
    • +103
    ./postgresql/upgrade-0.7d3-0.7d4.sql
  1. … 1 more file in changeset.
Added needinfo resolution code

  1. … 1 more file in changeset.
Add resolution code information to the bug actions

    • -0
    • +8
    ./postgresql/upgrade-0.7d2-0.7d3.sql
  1. … 3 more files in changeset.
There was an additional 'drop function inline_0' in the drop file

Added version 0.7d2 of bug-tracker

    • -0
    • +117
    ./postgresql/bug-tracker-code-stuff-cutout.sql
    • -0
    • +542
    ./postgresql/bug-tracker-create.sql
    • -0
    • +48
    ./postgresql/bug-tracker-drop.sql
    • -0
    • +241
    ./postgresql/upgrade-0.5d1-0.7d1.sql
    • -0
    • +16
    ./postgresql/upgrade-0.7d1-0.7d2.sql
  1. … 38 more files in changeset.