• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
daveb's fix from hub for urls in notifications - still is broken for host-node mapped urls

part 2 of (temp) fix - added bit to sweeper that clears out invalid (unauthorized) notif requests

added security check to notifications sweep query - without this check and with no mechanism to remove requests for users who are no longer authorized, notifications still go out. not good.

change the fullquery name, using the same namespace that the calling proc.

Merged 5.5.1 to HEAD

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