• last updated 19 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed string range from 100 to 99

Truncate subject to 100 chars before sticking it into the database, because the column for some obscure reason is limited to 100 chars.

block another obvious autoresponder

Re-introduced my change to 1.9.2.5, which Janine inadvertedly overwrote with her 1.9.2.6 change

Removed notif_user from queries temporarily - this is a 4.6.4 change and

shouldn't appear in HEAD until we merge.

Applied Robert Locke's fix to the clean up query

Applied Robert Locke's fixes to the cleanup query

committing all translations on the translation server at http://translate.dotlrn.collaboraid.net

    • -2
    • +2
    ./catalog/notifications.da_DK.ISO-8859-1.xml
    • -3
    • +3
    ./catalog/notifications.de_DE.ISO-8859-1.xml
    • -4
    • +3
    ./catalog/notifications.en_US.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/notifications.es_ES.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/notifications.fi_FI.ISO-8859-15.xml
    • -1
    • +1
    ./catalog/notifications.gl_ES.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/notifications.it_IT.ISO-8859-1.xml
    • -0
    • +16
    ./catalog/notifications.ko_KR.EUC-KR.xml
    • -0
    • +21
    ./catalog/notifications.ms_my.US-ASCII.xml
    • -2
    • +2
    ./catalog/notifications.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/notifications.no_NO.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/notifications.pl_PL.ISO-8859-2.xml
    • -3
    • +3
    ./catalog/notifications.pt_BR.ISO-8859-1.xml
    • -6
    • +7
    ./catalog/notifications.sv_SE.ISO-8859-1.xml
  1. … 533 more files in changeset.
And my new utility required a query file ...

    • -0
    • +12
    ./tcl/interval-procs.xql
Added a new utility ...

changes to support outgoing HTML e-mail from bulk mail, incoming HTML email to forums, and prevent MIT's vacation messages from making it into forums

    • -36
    • +43
    ./tcl/notification-email-procs.tcl
  1. … 16 more files in changeset.
quotehtml pretty_name since it is displayed noquote in the html frag

Forgot to remove the call to notification-type-sc-create.sql. Can't believe I didn't catch this in my fresh-install test

    • -2
    • +0
    ./sql/postgresql/notifications-create.sql
1. Added some more Tcl API to notifications

2. Fixed lang-catalog-procs.tcl (tested) and acs-bootstrap-installer (not tested

yet) to work with tDOM.

  1. … 3 more files in changeset.
file apm-callback-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/apm-callback-procs.tcl
file notification-email-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/notification-email-procs.xql
file delivery-method-procs-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/delivery-method-procs-postgresql.xql
file delivery-method-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/delivery-method-procs-oracle.xql
Added support for notifications going out as the user who sent the notification. This required changing the delivery method service contract, so I moved all service contracts into tcl

    • -68
    • +0
    ./sql/oracle/delivery-method-sc-create.sql
    • -61
    • +0
    ./sql/oracle/email-sc-impl-create.sql
    • -68
    • +0
    ./sql/oracle/notification-type-sc-create.sql
    • -1
    • +4
    ./sql/oracle/notifications-core-create.sql
    • -10
    • +1
    ./sql/oracle/notifications-init.sql
    • -67
    • +0
    ./sql/postgresql/email-sc-impl-create.sql
    • -6
    • +0
    ./sql/postgresql/notifications-create.sql
    • -53
    • +29
    ./sql/postgresql/notifications-init.sql
  1. … 13 more files in changeset.
file upgrade-4.6.2-4.6.4.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-4.6.2-4.6.4.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-4.6.2-4.6.4.sql
Oops - typo in last commit

Integrated (probably unnecessary) changes from SSV2

noquote changes (Dirk Gomez)

  1. … 83 more files in changeset.
Removed duplicate parameter.

merge of 4.6.3b1 to HEAD

    • -1
    • +10
    ./sql/oracle/notifications-core-create.sql
    • -0
    • +1
    ./sql/oracle/upgrade/upgrade-0.2d-0.3d.sql
    • -0
    • +156
    ./sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql
    • -0
    • +21
    ./sql/postgresql/upgrade/upgrade-0.4d-4.6.1.sql
    • -0
    • +89
    ./sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 27 more files in changeset.
Truncate the notification subject. The column is only defined to be varchar(100), which is probably fairly reasonable, but also fairly easy to outgrow

removing the file listings from the info files since those are no longer used by OpenACS

  1. … 5 more files in changeset.
fixing version number inconsistencies in info file for version 0.5. Somebody forgot to bump up the number in all places

Accepted patch #108 which fixes bug #324

committing the latest translations from the dotLRN translation server

    • -0
    • +23
    ./catalog/notifications.gl_ES.ISO-8859-1.xml
    • -0
    • +23
    ./catalog/notifications.no_NO.ISO-8859-1.xml
  1. … 433 more files in changeset.