• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Localization (level AA requirement)

  1. … 8 more files in changeset.
Remove unnecessary code

Added logic to send out the notification in the user language if set, fallback to system one, in case the notification content is i18n'd.

Fix extra_headers: acs_mail_lite::send uses a list of lists instead of a ns_set

Fix query. Null notif_date is supported. By adding this we can allow a notif date in the future and schedule notifications for a certain time, ie: reminders.

Only send notifs to approved users

Merged from 5.4.2

  1. … 280 more files in changeset.
Fixed problem with query on oracle. Drop condition and !>>>!notifications.notif_date < sysdate because it doesn't exist on pg query.

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. … 3 more files in changeset.
It's "sysdate", not "sysdate()", folks :)

  1. … 2 more files in changeset.
Broken for oracle ... not now though.

Removed some custom client code Daveb added

Fixed typo, minor clean-up, pass reply_to as switch. Still needs to be tested.

Switched from complex_send to send (which now includes the better features

of complex_send)

HTML Strict cleanup

Remove border around the notification icon (aesthetic)

Adding support for file attachments via file_ids in the notifications table, includes sql upgrade scripts and bumps the version to 5.4.0d3

  1. … 4 more files in changeset.
Show admins who is subscribed to an object

  1. … 5 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Zen: alt tag and message keys for envelope icons in notfications

  1. … 1 more file in changeset.
Zen: HTML cleanup

  1. … 7 more files in changeset.
fixing path to icons in notifications

Add an add/remove icon to notification widget for Zen

  1. … 1 more file in changeset.
fixed bug 3075 on notifications

For an unexplained reason complex_send accepts a list_of_lists instead

of an ns_set for extra_headers. This completely breaks notifications by

sending people the wrong email body. Temporary fix until we can

systematically track down the misuse of extra_headers argument

Ignore all messages not send to notifications

Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
Made sure that forum notifications go through by adding quotes around the domain so sendmessage cannot complain anymore. Just to be on the safe side did this for Names of users as well in complex_send. Last but not least changed complex send to only overwrite the from_string if we actually find a party_id

  1. … 1 more file in changeset.