• last updated 18 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 8 more files in changeset.
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. … 225 more files in changeset.
Fix a bunch of typos

    • -3
    • +3
    ./sql/postgresql/mail-tracking-create.sql
  1. … 119 more files in changeset.
Fix typos

  1. … 149 more files in changeset.
Fix typos

  1. … 34 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Adding missing colums to the query used for pagination and sorting

of the list builder.

Fixed problem with contacts package if more than one is installed

Support for package_id filtering

  1. … 2 more files in changeset.
missing file from upgrade

    • -0
    • +1
    ./sql/postgresql/upgrade/upgrade-0.6.4-0.6.5.sql
Support for from_addr in addition to sender_id allowing e-mails to be logged which have not generated from a party in the system

    • -2
    • +4
    ./sql/postgresql/mail-tracking-create.sql
    • -1
    • +3
    ./tcl/mail-tracking-callback-procs.tcl
Make sure that we require 5.3

    • -4
    • +4
    ./sql/postgresql/mail-tracking-create.sql
Add to_addr field so that inserts into mail log don't fail

    • -2
    • +3
    ./sql/postgresql/mail-tracking-create.sql
Increased version for contacts dependency

Added switch party which allows to display emails where the party is sender or recipient

More information about the package

Added some more documentation and a download facility which I forgot to commit earlier

    • -0
    • +22
    ./www/doc/index.html
Added some logic to prevent empty log_ids from showing. Furthermore added a protection if the sender_id is unknown

Added forwarding of e-amils

Moved to seperate attachment table, no need for data links. Added security callback for file delete

    • -1
    • +1
    ./catalog/mail-tracking.en_US.ISO-8859-1.xml
    • -1
    • +15
    ./sql/postgresql/mail-tracking-create.sql
    • -0
    • +43
    ./sql/postgresql/upgrade/upgrade-0.6.2-0.6.3.sql
    • -1
    • +16
    ./tcl/mail-tracking-callback-procs.tcl
Minor bugfixes

    • -1
    • +2
    ./sql/postgresql/mail-tracking-create.sql
missing upgrade scripts

    • -0
    • +54
    ./sql/postgresql/upgrade/upgrade-0.5d1-0.5d2.sql
    • -0
    • +63
    ./sql/postgresql/upgrade/upgrade-0.6.1.-0.6.2.sql
Dropped acs_onject dependency

    • -4
    • +2
    ./sql/postgresql/mail-tracking-create.sql
file upgrade-0.6.1.-0.6.2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.6.1.-0.6.2.sql
Removed dependency on acs-data-links

    • -21
    • +6
    ./sql/postgresql/mail-tracking-create.sql
    • -0
    • +63
    ./sql/postgresql/upgrade/upgrade-0.6.1.-0.6.2.sql
Fixing object creation. Starting to get rid of data links

    • -3
    • +21
    ./sql/postgresql/mail-tracking-create.sql
Fixed problem with running out of db pools

Performance tuning