• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 293 more files in changeset.
Fixed 7.3 issue (::varchar explicit typecast needed), which was originally fixed in April 2003, but no upgrade script ever provided

  1. … 1 more file in changeset.
file upgrade-1.3d2-1.3d3.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade-1.3d2-1.3d3.sql
changed timestamp to timestamptz (matching -create)

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

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

  1. … 3 more files in changeset.
file upgrade-1.2d10-1.2d11.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-1.2d10-1.2d11.sql
  1. … 1 more file in changeset.
Forgot to change the bt_bug__delete function to use the renamed workflow_case_pkg__delete function.

file upgrade-1.2d9-1.2d10.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-1.2d9-1.2d10.sql
file upgrade-1.2d8-1.2d9.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-1.2d8-1.2d9.sql
  1. … 1 more file in changeset.
Fixed bug #493: Bugs don't inherit permissions correctly

  1. … 3 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

    • -0
    • +49
    ./upgrade-1.2d2-1.2d6.sql
  1. … 3 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

file upgrade-1.2d6-1.2d7.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-1.2d6-1.2d7.sql
adding an upgrade script to version 1.2d7 that fixes problem of earlier upgrade not recreating a proc that was changed temporarily

  1. … 1 more file in changeset.
Another stupid problem: The upgrade script forgot to drop a temporary table

file upgrade-1.2d5-1.2d6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade-1.2d5-1.2d6.sql
Fixed a typo on bt_project__delete's call to bt_project__keywords_delete

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

Merged over latest version from HEAD

    • -117
    • +0
    ./bug-tracker-code-stuff-cutout.sql
    • -76
    • +0
    ./bug-tracker-notifications-drop.sql
    • -144
    • +0
    ./bug-tracker-notifications-init.sql
  1. … 107 more files in changeset.
Latest version of bug-tracker/ticket-tracker, using workflow

    • -117
    • +0
    ./bug-tracker-code-stuff-cutout.sql
    • -0
    • +19
    ./bug-tracker-drop-data.sql
    • -76
    • +0
    ./bug-tracker-notifications-drop.sql
    • -144
    • +0
    ./bug-tracker-notifications-init.sql
    • -0
    • +1502
    ./upgrade-0.9d1-1.2d2.sql
  1. … 107 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

    • -0
    • +76
    ./bug-tracker-notifications-drop.sql
    • -0
    • +144
    ./bug-tracker-notifications-init.sql
    • -0
    • +205
    ./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.

Added url-name to components, plus a URL shortcut, and email-subject-name to projects

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

    • -0
    • +103
    ./upgrade-0.7d3-0.7d4.sql
  1. … 1 more file in changeset.