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

    • -2
    • +30
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
  1. … 292 more files in changeset.
Implemented a safe way to delete constraints, as these constraints didn't exist. It's most likely got to do with the PG upgrade from 7.2 to 7.3 not recording constraints properly. This is a workaround, not a fix. See bug #1294.

    • -2
    • +30
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
Untabify

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -2
    • +3
    ./notifications-replies-extra-create.sql
    • -0
    • +15
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
  1. … 595 more files in changeset.
fix inconsistency between notifications-replies-extra-create and upgrade scripts, hopefully this finally fixed 1231

  1. … 2 more files in changeset.
no need to drop table if you are just changing a constraint.

    • -42
    • +11
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
  1. … 1 more file in changeset.
the upgrade failed because notification_user_map constraint notif_user_map_notif_id_fk needed the pk on notifications_bak, now drops it and recreates it after the table is reloaded

use clobs for to_addr, headers, body; fix load_qmail_mail_queue.holdinsert query, fix upgrade script, make constriant names conform to standards. Fixes bug 1231

    • -2
    • +3
    ./notifications-replies-extra-create.sql
  1. … 3 more files in changeset.
making notifications cascade when acs objects are deleted, see bug 260

    • -0
    • +42
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
  1. … 2 more files in changeset.
file upgrade-5.0.0a5-5.0.0a6.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
  1. … 1 more file in changeset.

o notifications fixes have been completed.

o needed fixes in lt_format_time and html-email-procs.

o Oracle bits /should/ work but are untested at this time.

    • -0
    • +1
    ./notifications-replies-extra-create.sql
    • -0
    • +8
    ./upgrade/upgrade-4.6.4-5.0d1.sql
  1. … 4 more files in changeset.

o updated create/drop scripts

o removed debug statement

o correct param documentation of bounce_mail_message

  1. … 2 more files in changeset.

Added bounce messages for improperly addressed emails and for emails

from unauthorized senders.

Messages follow the qmail-send Bounce Messages Format (QDBMF)

http://cr.yp.to/proto/qsbmf.txt

Added a notification_email_hold table to hold possible bounce messages

until they are accepted by the system.

    • -0
    • +7
    ./notifications-replies-extra-create.sql
    • -0
    • +1
    ./notifications-replies-extra-drop.sql
  1. … 6 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -11
    • +12
    ./notifications-package-create.sql
  1. … 809 more files in changeset.