• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.