• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-2.10.0d2-2.10.0d3.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
file bulk-mail-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/bulk-mail-procs.tcl
file upgrade-2.10.0d1-2.10.0d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
add index for bulk mail sweeper. was already #10 on sequential reads on learn

    • -0
    • +4
    ./sql/oracle/upgrade/upgrade-2.10.0d0-2.10.0d1.sql
    • -0
    • +24
    ./sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 21 more files in changeset.
bump versions of packages with DotLRN style version numbering to HEAD numbers (2.10.0*)

  1. … 35 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typo

Reduce divergencies between oracle and postgres codebase

    • -26
    • +9
    ./tcl/bulk-mail-procs-postgresql.xql
  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7829 more files in changeset.
- fix and standardize quoting in template properties

  1. … 344 more files in changeset.
- fix and standardize quoting in template properties

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

    • -14
    • +14
    ./sql/postgresql/bulk-mail-create.sql
    • -32
    • +52
    ./sql/postgresql/upgrade/upgrade-0.1a-0.4.sql
  1. … 2535 more files in changeset.
file index.xql was initially added on branch oacs-5-8.

file upgrade-2.8.1d2-2.8.1a1.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.8.1d2-2.8.1a1.sql
- bump version numbers due to branching

  1. … 28 more files in changeset.
Provide upgrade script for bug 3103

    • -0
    • +69
    ./sql/postgresql/upgrade/upgrade-0.5.2d1-0.5.2d2.sql
bug #3103 change to_date to to_timestamp in bulk_mail__new function

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
HTML Strict cleanup

Changed to use new acs_mail_lite::send

Import of message keys from translation server for core and .LRN packages.

This catalogs have no package version info. Check http://openacs.org/forums/message-view?message%5fid=1007666

    • -1
    • +1
    ./catalog/bulk-mail.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.es_CO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.es_GT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.eu_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.gl_ES.ISO-8859-1.xml
  1. … 1287 more files in changeset.
Greek catalogs for dotlrn

    • -0
    • +20
    ./catalog/bulk-mail.el_GR.utf-8.xml
  1. … 45 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Merging dotlrn-all and dotlrn-extras from oacs-5-2

    • -0
    • +20
    ./catalog/bulk-mail.nl_ZA.ISO-8859-1.xml
  1. … 882 more files in changeset.
file bulk-mail.nl_ZA.ISO-8859-1.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/bulk-mail.nl_ZA.ISO-8859-1.xml
Initialize NSV for sweeper on startup

Add nsv check so bulk mail sweep only run once at a time.