• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix version in package URL

  1. … 27 more files in changeset.
bumped version numbers to 5.10.1b1

  1. … 85 more files in changeset.
Fix bulk_mail::url using the site_node api

Complete coverage for the package

This test currently fails because a query was lost for bulk_mail::url

Deprecate bulk_mail::pretty_name, trivial wrapper to the parameter api, which won't do anything to ensure that the pretty_name we are retrieving actually comes from a bulk-mail instance

  1. … 1 more file in changeset.
Deprecate bulk_mail::parameter, which implements a global parameter logic

For now, the occurrences have just been inlined (fixing also the inconsistent naming PrettyName vs pretty_name). A future reform might create a proper global parameter for this.

  1. … 4 more files in changeset.
improving Oracle upgrade scripts

Oracle has no "ALTER TABLE ADD COLUMN ...."

Oracle has no "ALTER TABLE ADD COLUMN if exists .."

    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
  1. … 8 more files in changeset.
Streamline ns_set idiom

  1. … 3 more files in changeset.
Deprecate util_list_to_ns_set: it can be replaced with a more efficient oneliner

  1. … 2 more files in changeset.
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
Deprecate bulk_mail::interpolate in favor of 'string map'

Add trivial test for 'bulk_mail::package_key'

Add editor hints + whitespace changes

Make sure recipient is enclosed in a list to avoid ambiguity with values containing spaces

Cast both value and default value

Introduce a new 'to_display_name' column enabling to specify a display name with which qualify recipients of a bulk mail as e.g. "Members of Group 1"

This is useful to inform the user about who else should be expected to have received the same communication

    • -0
    • +19
    ./sql/oracle/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
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
Move a bit away from the heavyweight stored-procedure-based standard to schedule bulk_mails, in preparation to accomodate for new metadata

    • -0
    • +19
    ./tcl/bulk-mail-procs-postgresql.xql
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.