• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added new request proc from 5.1

Adding merge implementations for notifications

Removing merge implementatios for notifications

Adding callback implementations: MergeShowUserInfo and MergePackageUser, to notifications

Added ability to count number of notifications of a type on a particular object

  1. … 1 more file in changeset.
removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
quotehtml the sub_url since it's noquoted in the page (as an html fragment).

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2273 more files in changeset.
More robust parameters, added -- to ad_html_text_convert

Applying patch 79 to fix feature request bug 238: Add functionality to

disable a notification temporarily.

Bug 2010

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
Removed extraneous linebreaks. Removed a redundant lappend to list_of_notification_ids.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

    • -0
    • +8
    ./notification-request-procs-oracle.xql
    • -0
    • +6
    ./notification-request-procs-postgresql.xql
  1. … 678 more files in changeset.
fix from Sloan: allow HTML notifications. html part is optional so existing calls will still work.

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

    • -0
    • +8
    ./notification-request-procs-oracle.xql
    • -0
    • +6
    ./notification-request-procs-postgresql.xql
  1. … 2 more files in changeset.
Geraldo Morales noticed that this proc's query hardwired "instant" rather

than using the "name" parameter as it obviously should ...

Oops "failure notice" in the bounce e-mail message didn't really want to

become "failure debug".

Changed some "notice" messages to "debug" ...

Added proc to just get the naked subscribe/unsubscribe URLs, depending on the user's current notification status

    • -80
    • +122
    ./notification-display-procs.tcl
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +16
    ./notification-email-procs-oracle.xql
  1. … 596 more files in changeset.
add some diagnostics, don't fail silently on permissions failure, add more explicit help text for EmailQmailQueue

  1. … 1 more file in changeset.
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

    • -0
    • +16
    ./notification-email-procs-oracle.xql
  1. … 2 more files in changeset.
file notification-email-procs-oracle.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./notification-email-procs-oracle.xql
adding the all_intervals, and the all_delivery_methods switches to notification::type::new proc

add -- to all string_truncate calls

  1. … 11 more files 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.

  1. … 4 more files in changeset.

o updated create/drop scripts

o removed debug statement

o correct param documentation of bounce_mail_message

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

  1. … 4 more files in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 72 more files in changeset.