• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Split employee procs away. added employee::direct_phone

    • -0
    • +431
    /openacs-4/packages/contacts/tcl/contact-employee-procs.tcl
Missed index which resulted in each value retrieval jumping from 145ms to 2ms

Sorting list of candidates by vote total only if the

election is over

Fixed selva so a class/community admin link only shows up if you're an

admin (duh, there was no checking whatsoever). Also minor change to messages

Removed the message keys added early, decided to label tabs with the

already-existing "Class"/"Community" messages. Already have lots of

translations for these ...

added switch to turn off logging of case changes since this produces a lot of waste in acs_objects and content-repository

changed catalog entries

adding package_id to get_ams_list_ids so that other packages can search on a particualr contacts instance

Cleaned up email sending

Added Fax Template

    • -0
    • +1
    /openacs-4/packages/contacts/lib/fax.adp
    • -0
    • +244
    /openacs-4/packages/contacts/lib/fax.tcl
Upgraded version to be on the save side for dependencies. FIxed boolean logic mistake

You need to bump the version number for new parameters to be loaded into the database

template::adp_include does not reset the adp_level to the previous one. so, in case of nested adp_includes, the adp_level is incorrect leading to strange errors. i fixed this only for xowiki.

    • -2
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/www/view.adp
Added two package parameters: RichTextEditor (values "rte" or "xinha") and XinhaDefaultPlugins (list of plugins to be used per default, when xinha is selected)

Per default the behavior is unchanged, rte is used.

Support for using party_ids instead of email addresses with complex_send. Upgraded callback

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

file upgrade-0.5d1-0.5d2.sql was initially added on branch oacs-5-2.

file messages.tcl was added on branch oacs-5-2 on 2006-06-08 15:56:43 +0000

file one-message.tcl was added on branch oacs-5-2 on 2006-06-08 15:58:54 +0000

file mail-tracking-create.sql was added on branch oacs-5-2 on 2006-06-08 15:58:53 +0000

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

Fixed a small bug in the selva theme changes

Changes to theme-selva per requests by Carl, Emma etc (and changes

to dotlrn-main-portlet to enable the implementation of those requests).

Fixed edit_email identifiers in tcl and xql files

move to using smtp for complex_send. Support for single_mail flag. Support for bcc and cc emails

Support for fixed_sender

Added party::name and enhanced person::name

returning party as default object_type if a search_id is specified that is not valid

modifying attribute extend callback to use the new contact::util::get_ams_list_ids proc

adding limitation to attribute search condition type so that only attributes the user has read permission on for this package instance are returned as search options