• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Basic api test for bulk_mail::new anticipating upcoming reform

file bulk-mail-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/bulk-mail-procs.tcl
Redefine foreign keys as on delete cascade to avoid having callbacks around to delete bulk mail messages on package deletion

    • -0
    • +11
    ./sql/oracle/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
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
Whitespace cleanup

Remove leftover xql files

    • -13
    • +0
    ./tcl/bulk-mail-procs-postgresql.xql
Replace ad_decode idioms

  1. … 1 more file in changeset.
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.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
Fix spelling errors

- bump version number of OpenACS to 5.9.1b3 and DotLRN to 2.9.1b3

  1. … 79 more files in changeset.
Bump version numbers for OpenACS 5.9.1b1

  1. … 81 more files in changeset.
- tighten page contracts

  1. … 11 more files in changeset.
- fix typo

- get variable from ns_set

  1. … 1 more file in changeset.
- pass package_id and object_id to acs_mail_lite::send

- bump version numbers to 6.9.0 (oacs) / 2.9.0 (dotlrn)

  1. … 72 more files in changeset.
- bump version numbers

  1. … 75 more files in changeset.
*** empty log message ***

  1. … 75 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 20 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

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

  1. … 344 more files in changeset.