• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
modernize Tcl code

prefer ad_try over catch, simplify expression

fix typos

    • -2
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
Protect Tcl's file operations against leading dashes in file names

change "fetch first 1 row only" to "limit 1" to generic xql file, since Oracle started to support fetch first only with version 12c

merge with changes from https://github.com/tekbasse/acs-mail-lite/tree/master/tcl

in essence, these changes provide support for handling email with attachments based on nsIMAP.

see https://openacs.org/forums/message-view?message_id=5378972 for more background

    • -1
    • +358
    ./sql/postgresql/acs-mail-lite-create.sql
    • -2
    • +42
    ./sql/postgresql/acs-mail-lite-drop.sql
    • -0
    • +356
    ./sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql
    • -5
    • +134
    ./tcl/acs-mail-lite-callback-procs.tcl
    • -0
    • +19
    ./tcl/acs-mail-lite-procs-oracle.xql
    • -0
    • +20
    ./tcl/acs-mail-lite-procs-postgresql.xql
    • -0
    • +2434
    ./tcl/email-inbound-procs.tcl
    • -0
    • +877
    ./tcl/imap-inbound-procs.tcl
  1. … 57 more files in changeset.
whitespace cleanup

Shorten overlong lines

Use "ad_try" instead of "with_finally"

Fix typo

  1. … 1 more file in changeset.
Backport from HEAD

  1. … 1 more file in changeset.
Reduce divergence between oracle and postgres codebase, fix postgres only idiom in xql file

    • -19
    • +0
    ./tcl/acs-mail-lite-procs-oracle.xql
    • -20
    • +0
    ./tcl/acs-mail-lite-procs-postgresql.xql
Reduce divergence between oracle and postgres codebase, fix typo

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 81 more files in changeset.
Bug fix: avoid confusion between test argument and option, when text starts with "-"

Many thanks to Franz Penz

whitespace changes

merged changes from the oacs-5-9 branch and resolved conflicts

    • -1
    • +2
    ./catalog/acs-mail-lite.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
    • -0
    • +23
    ./catalog/acs-mail-lite.it_IT.ISO-8859-1.xml
    • -15
    • +14
    ./tcl/acs-mail-lite-callback-procs.tcl
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 251 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

    • -2
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
  1. … 7 more files in changeset.
Improve robustness of "file delete" operations

  1. … 18 more files in changeset.
fix issiue #3304: oracle does not have Boolean datatype for tables

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

  1. … 79 more files in changeset.
Updating of German translation for many packages (many thanks to Markus Moser)

    • -1
    • +2
    ./catalog/acs-mail-lite.de_DE.ISO-8859-1.xml
  1. … 25 more files in changeset.
Updated es_ES translation

    • -1
    • +1
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
  1. … 20 more files in changeset.
Bump version numbers for OpenACS 5.9.1b1

  1. … 81 more files in changeset.
Italian localization of message keys for many packages

    • -0
    • +23
    ./catalog/acs-mail-lite.it_IT.ISO-8859-1.xml
  1. … 25 more files in changeset.
file acs-mail-lite.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9.

    • -0
    • +0
    ./catalog/acs-mail-lite.it_IT.ISO-8859-1.xml
- add safety-belt for subject lines: in case the string passed in for the subject line contains CRLF, the produced mail might end up destroyed. so remove crlf and add a warning, in case it happens (client bug)