• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove leftover xql files

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.
Fix typos

  1. … 21 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typo

Reduce divergencies between oracle and postgres codebase

  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7833 more files in changeset.
Fix spelling errors

- fix typo

- get variable from ns_set

  1. … 1 more file in changeset.
- pass package_id and object_id to acs_mail_lite::send

- add editor hints to keep spaces/tabs in the future more consistent

  1. … 312 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- fix invalid api-doc variable @version

  1. … 1 more file in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

  1. … 7 more files in changeset.
Changed to use new acs_mail_lite::send

Initialize NSV for sweeper on startup

Add nsv check so bulk mail sweep only run once at a time.

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
comment about where the query issued when sending bulk mail comes from since its not obvious

Use current_timestamp instead of now() to get default send time

changed bulk mail logging from Notice to Debug

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 813 more files in changeset.
changes to support outgoing HTML e-mail from bulk mail, incoming HTML email to forums, and prevent MIT's vacation messages from making it into forums

  1. … 13 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 74 more files in changeset.
Removed (currently unnecessary) "for update" clauses - with the transaction

gone, they only slow things down. If we want multiple sweepers to work we

will need to do something but the huge transaction causes problems on systems

with a lot of bulk mail activity (sloanspace, in particular)

remove the large db_transaction bulk_mail::sweep bug 93

I18N: converting bulk-mail to using the message catalog

  1. … 4 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 691 more files in changeset.
testing that cvs log is working again