• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Fixed problem with contacts package if more than one is installed

Added some logic to prevent empty log_ids from showing. Furthermore added a protection if the sender_id is unknown

  1. … 1 more file in changeset.
Moved to seperate attachment table, no need for data links. Added security callback for file delete

  1. … 7 more files in changeset.
Minor bugfixes

  1. … 3 more files in changeset.
Removed dependency on acs-data-links

  1. … 9 more files in changeset.
More files from the move from HEAD down to 5.2, as this is compatible with 5.2 (I think...)

  1. … 15 more files in changeset.
file one-message.tcl was added on branch oacs-5-2 on 2006-06-08 15:58:54 +0000

Changed mail-tracking to make use of latest complex_send procedure. Support for CC, BCC e-mails. Support for linking of party_ids

  1. … 7 more files in changeset.
Support for CC Emails

  1. … 7 more files in changeset.
Fixed issue with html mails vs. normal mails in mail tracking

  1. … 3 more files in changeset.
making changes to get the name of the associated files

trying to get the reciever when method fails

  1. … 1 more file in changeset.
Changed the display of files so it works with the file_id in additon to the revision_id. Removed fixed URL /tracking

  1. … 2 more files in changeset.
adding a validation in catch where recipient_id is not present

adding files to show one message with all its information and file for dowloading the attachments of the message

  1. … 3 more files in changeset.