• last updated 10 hours 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.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
adding package_id to contact::employee::get procs and directphone to lib/message_type interpolation

  1. … 5 more files in changeset.
Enabling multiple letters to be printed again. And allowing sites to customize the look of their letters with the LetterPrintCSSFile parameter for css file location.

  1. … 2 more files in changeset.
Fixed and added salutation

  1. … 1 more file in changeset.
Changed to use header and footer. Furthermore enahnce the complain system

  1. … 17 more files in changeset.
More I18N

  1. … 1 more file in changeset.
Made sure to use the locale settings of the user we send the letter to instead of our own locale settings

Added salutation

Adding extra line break before signature and setting default paper type to letterhead

fixing references to css file in header

Adding support for printed letter writing with css compliant browsers such as firefox or safari

Splitted the message.tcl into message.tcl, email.tcl and letter.tcl

  1. … 4 more files in changeset.