• last updated 21 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add missing semicolon

    • -1
    • +1
    ./upgrade/upgrade-5.10.0d6-5.10.0d7.sql
Solve a potential issue when one would cleanup "dynamic" notification requests: this was done directly on the table and could therefore leave dangling acs_objects around

- cleanup all acs_objects of type 'notification_request' that do not have a corresponding entry in the table (~35000 downstream)

- embed logic of delete_dynamic_requests query inside select_invalid_request_ids query, as there the deletion is done properly

    • -0
    • +8
    ./upgrade/upgrade-5.10.0d6-5.10.0d7.sql
  1. … 3 more files in changeset.
file upgrade-5.10.0d6-5.10.0d7.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d6-5.10.0d7.sql
Added index on foreign key columns

    • -0
    • +5
    ./upgrade/upgrade-5.10.0d4-5.10.0d5.sql
  1. … 3 more files in changeset.
file upgrade-5.10.0d4-5.10.0d5.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d4-5.10.0d5.sql
  1. … 1 more file in changeset.
Delete from duplicated notification request entries before trying to add the unique constraint to deal with broken data

    • -0
    • +21
    ./upgrade/upgrade-5.10.0d2-5.10.0d3.sql
Address issue #3358: avoid duplicate entries in notification_requests via data model, in case the check in notification::request::new for existing requests with the same type_id, object_id and user_id is somehow bypassed

    • -0
    • +4
    ./upgrade/upgrade-5.10.0d2-5.10.0d3.sql
  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 8 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -25
    • +28
    ./notifications-package-create.sql
  1. … 2546 more files in changeset.
file upgrade-5.8.1d3-5.8.1d4.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./upgrade/upgrade-5.8.1d3-5.8.1d4.sql
  1. … 1 more file in changeset.
- add missing function args

    • -25
    • +28
    ./notifications-package-create.sql
  1. … 7 more files in changeset.
- fix $$ quoting in upgrade scripts

    • -30
    • +15
    ./upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 1 more file in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

    • -53
    • +29
    ./notifications-package-create.sql
    • -18
    • +17
    ./notifications-replies-package-create.sql
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -96
    • +153
    ./notifications-package-create.sql
    • -3
    • +5
    ./notifications-replies-package-create.sql
    • -20
    • +26
    ./upgrade/upgrade-4.6.2-4.6.4.sql
    • -8
    • +17
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
    • -7
    • +13
    ./upgrade/upgrade-5.0.0b4-5.1.0d2.sql
    • -9
    • +18
    ./upgrade/upgrade-5.1.0d2-5.1.0d3.sql
    • -21
    • +27
    ./upgrade/upgrade-5.4.0d2-5.4.0d3.sql
  1. … 7 more files in changeset.
Merged from 5.4.2

    • -1
    • +1
    ./notifications-replies-extra-create.sql
  1. … 282 more files in changeset.
Fixed public procs without documentation blocks which caused automated tests

to fail. I even tried to write meaningful documentation in some cases.

Fixed constraint names that also caused automated test failures FOR PG ONLY.

Someone who used Oracle can fix the Oracle ones if they want.

    • -1
    • +1
    ./notifications-replies-extra-create.sql
  1. … 4 more files in changeset.
Adding support for file attachments via file_ids in the notifications table, includes sql upgrade scripts and bumps the version to 5.4.0d3

    • -0
    • +49
    ./upgrade/upgrade-5.4.0d2-5.4.0d3.sql
  1. … 8 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2477 more files in changeset.
reverting broken Malte's i18n patch (I think these strings should be translated)

I18N of notifications

  1. … 2 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

    • -0
    • +18
    ./upgrade/upgrade-5.0.0b4-5.1.0d2.sql
    • -0
    • +53
    ./upgrade/upgrade-5.1.0d2-5.1.0d3.sql
  1. … 136 more files in changeset.
Forgot upgade scripts for previous commit, which added new function delete_all_for_user

    • -0
    • +18
    ./upgrade/upgrade-5.0.0b4-5.1.0d2.sql
  1. … 1 more file in changeset.
file upgrade-5.0.0b4-5.1.0d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0b4-5.1.0d2.sql
  1. … 1 more file in changeset.
adds on delete cascade to fk constraints for notifications and notification_requests

  1. … 2 more files in changeset.
adds on delete cascade to fk constraints of notifications and notification_requests

    • -0
    • +53
    ./upgrade/upgrade-5.1.0d2-5.1.0d3.sql
file upgrade-5.1.0d2-5.1.0d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.0d2-5.1.0d3.sql
  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
fix from Sloan: proc to delete all notifications for a user, which will be used later when we have callbacks to call things like this when we delete a user from core

  1. … 4 more files in changeset.
Notification Replies where not dropped.

    • -0
    • +16
    ./notifications-replies-drop.sql