• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Support for complex_send in notifications

    • -29
    • +25
    ./tcl/notification-email-procs.tcl
Added a new procedure to return all request_ids, so you could loop over the list and delete them (if you want to)

    • -1
    • +10
    ./tcl/notification-request-procs.tcl
Added procedure for retrieving the list of subscribers

    • -1
    • +10
    ./tcl/notification-request-procs.tcl
Allow setting notification date from notification::new and support

checking notification date when sending out notiifcations.

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

    • -1
    • +1
    ./catalog/notifications.ar_EG.utf-8.xml
    • -1
    • +2
    ./catalog/notifications.ar_LB.utf-8.xml
    • -1
    • +1
    ./catalog/notifications.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.da_DK.ISO-8859-1.xml
    • -1
    • +15
    ./catalog/notifications.de_DE.ISO-8859-1.xml
    • -0
    • +22
    ./catalog/notifications.en_AU.ISO-8859-1.xml
    • -1
    • +15
    ./catalog/notifications.en_US.ISO-8859-1.xml
    • -0
    • +21
    ./catalog/notifications.es_CO.ISO-8859-1.xml
    • -1
    • +15
    ./catalog/notifications.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.es_GT.ISO-8859-1.xml
    • -1
    • +2
    ./catalog/notifications.eu_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.fi_FI.utf-8.xml
    • -1
    • +1
    ./catalog/notifications.fr_FR.ISO-8859-1.xml
  1. … 2464 more files in changeset.
Catalog files form translate.openacs.org for packages NOT included

in the OpenACS Core

    • -0
    • +14
    ./catalog/notifications.pt_BR.ISO-8859-1.xml
  1. … 680 more files in changeset.
file notifications.ro_RO.utf-8.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/notifications.ro_RO.utf-8.xml
file notifications.hi_IN.utf-8.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/notifications.hi_IN.utf-8.xml
Catalogs from translate.openacs.org

for pacakges NOT included in the OpenACS Core

    • -1
    • +1
    ./catalog/notifications.ar_EG.utf-8.xml
    • -1
    • +2
    ./catalog/notifications.ar_LB.utf-8.xml
    • -1
    • +1
    ./catalog/notifications.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.de_DE.ISO-8859-1.xml
    • -0
    • +22
    ./catalog/notifications.en_AU.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.en_US.ISO-8859-1.xml
    • -0
    • +21
    ./catalog/notifications.es_CO.ISO-8859-1.xml
    • -1
    • +15
    ./catalog/notifications.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.es_GT.ISO-8859-1.xml
    • -1
    • +2
    ./catalog/notifications.eu_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.fi_FI.utf-8.xml
    • -1
    • +1
    ./catalog/notifications.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.gl_ES.ISO-8859-1.xml
  1. … 1067 more files in changeset.
ticket 2880= anonymous post option send out notification from poster's email pending

  1. … 1 more file in changeset.
Updated notifications dependency on acs-mail-lite.

bump version and tag for 5.2

upgrade fixes

New I18N strings for various other packages. Should bring the german translation to nearly 100%

    • -1
    • +15
    ./catalog/notifications.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.en_US.ISO-8859-1.xml
  1. … 25 more files in changeset.
Enable Scan for replies again, as this should be the default on 5.2

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
    ./tcl/notification-callback-procs.tcl
    • -0
    • +20
    ./tcl/notification-callback-procs.xql
reverting broken Malte's i18n patch (I think these strings should be translated)

    • -3
    • +3
    ./sql/postgresql/notifications-init.sql
I18N of notifications

    • -0
    • +14
    ./catalog/notifications.en_US.ISO-8859-1.xml
    • -3
    • +3
    ./sql/postgresql/notifications-init.sql
Added a couple of new translations into german and some language strings for English. Some catalog files go their version number bumped up due to the fact that the package version had increased in the meantime

    • -1
    • +1
    ./catalog/notifications.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.en_US.ISO-8859-1.xml
  1. … 31 more files in changeset.
Moving callback implementations from notification-procs to notification-callback-procs

    • -0
    • +38
    ./tcl/notification-callback-procs.tcl
    • -0
    • +29
    ./tcl/notification-callback-procs.xql
file notification-callback-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./tcl/notification-callback-procs.tcl
file notification-callback-procs.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./tcl/notification-callback-procs.xql
Added request_count procedure from 5.1

    • -1
    • +10
    ./tcl/notification-request-procs.tcl
Make version numbers consistent.

Increase version number to reflect new depency on callbacks for user merge.

Removing eval from callbacks implementation definition and adding the namespace 'merge'

Added new request proc from 5.1

    • -1
    • +10
    ./tcl/notification-request-procs.tcl
Adding merge implementations for notifications

Removing merge implementatios for notifications

Adding callback implementations: MergeShowUserInfo and MergePackageUser, to notifications