notification-callback-procs.tcl

  • last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved spelling

  1. … 7 more files in changeset.
Properly escape "<" and ">" in api-doc documentation.

Since all documentation is rendered via HTML, the characters

"<" and ">" have to be HTML-quoted, otherwise strange things

(omission, unintended renderings) might occur.

E.g. the sentence

Define an interface between a page and an

ADP <include> similar to the page_contract.

was rendered as

Define an interface between a page and an

ADP similar to the page_contract.

which is incorrect.

    • -10
    • +18
    ./notification-callback-procs.tcl
  1. … 13 more files in changeset.
Rewrite idiom to be portable (limit is psql only)

  1. … 1 more file in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

    • -50
    • +49
    ./notification-callback-procs.tcl
  1. … 17 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- replace deprecated "cc_email_from_party ..." by "party::email -party_id ..."

- replace deprecated "cc_lookup_email_user ..." by "party::get_by_email -email ..."

  1. … 2 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

  1. … 6 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

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

  1. … 2547 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 42 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Adding missing space in callback definition

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. … 5 more files in changeset.
Ignore all messages not send to notifications

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -0
    • +145
    ./notification-callback-procs.tcl
  1. … 2478 more files in changeset.
Commit on behalf of Nima. Notifications is now using a callback on the general acs-mail-lite sweeper for incoming emails instead of relying on it's own procedures. Just in case the old procs are still in place, just commented out

    • -1
    • +108
    ./notification-callback-procs.tcl
  1. … 3 more files in changeset.
Moving callback implementations from notification-procs to notification-callback-procs

  1. … 3 more files in changeset.
file notification-callback-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./notification-callback-procs.tcl