• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed typo, minor clean-up, pass reply_to as switch. Still needs to be tested.

Removed these two procs entirely, since a search of packages and contrib shows

that nothing in our tree uses them (and no package outside of acs-mail-lite

should've used them in the first place).

Switched from complex_send to send (which now includes the better features

of complex_send)

Make file view use same scripts as folder view for actions on files and folders. Some HTML cleanup.

Remove unused and obsolete scripts

  1. … 9 more files in changeset.
HTML Strict cleanup

HTML Strict cleanup

updated the headscript multirow with an order column to allow devs to have some control over which javascript src gets loaded first

Use DCC header instead of the BCC one in call to ::smtp::sendmessage

factor out create_new_snippet from resolver, since it can be used more often

    • -11
    • +16
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Move complex_smtp to smtp. Mark ::sendmail and ::deliver_mail as deprecated

update blank-master, added missing order parameter in the body_scripts multirow, needed for template::head to work properly with javascript that is dependent on other javascript

don't show edit-new links for unresolved xowiki entries, when use is not allow to edit new files

provide fully qualified name for news entry types

provide more comments

- don't require item_id on get_instance_from_db

- add per default own acs-type as allowed content type in require_folder

Forgot to rename a column in my previous commit

Upgrade scripts and fix datamodel consistency

Join upgrade scripts into one with correct

version number.

Move complex stuff to separated scripts

    • -0
    • +47
    /openacs-4/packages/acs-mail-lite/sql/oracle/complex-create.sql
Remove duplicated proc

Remove unused queries. Remove from generic xql queries that are different for each db and already in the appropriate xql

Ooops! forgot to add the after_upgrade callback in the info file

Ooops! forgot to add the after_upgrade callback in the info file

Remove sendmail procs to use smtp only. Remove SendmailBin parameter (not used anymore)

    • -0
    • +34
    /openacs-4/packages/acs-mail-lite/tcl/apm-callback-procs.tcl
Replace send procs with a refactored version of complex_send, allowing cc, bcc and attachments

Update calls to utils procs adding the namespace

Move helper procs for sending email to acs-mail-lite

    • -0
    • +157
    /openacs-4/packages/acs-mail-lite/tcl/utils-procs.tcl
fix html quiting in title of news entries

Remove code to retrieve body event handlers from prepare_multirows (was unsetting body_handlers and that code is in get_body_handlers now)