• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Getting the list_id for an exists should be cached...

Improved contact counts

added bcc and cc

Bump version number to apply changes in parameter.

Added dotlrn dependency

1. adding the runs (imsld instances) table

1.1. every property, role and instance is related with the run instead of the imsld_id

1.2. in the status table, the run_id is also stored

1.3. adding the UI to add and remove runs

1.4. passing as an argument the run_id in every function that has to do with the player

2. instantiating properties for new run

3. instantiating activity attributes and classes for each new run

    • -1
    • +1
    /openacs-4/packages/imsld/lib/imsld-chunk.adp
    • -12
    • +15
    /openacs-4/packages/imsld/lib/imsld-chunk.tcl
    • -0
    • +476
    /openacs-4/packages/imsld/tcl/imsld-instance-procs.tcl
    • -473
    • +278
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
    • -16
    • +66
    /openacs-4/packages/imsld/tcl/imsld-procs.xql
  1. … 21 more files in changeset.
Avoid multiple registry of convertTrees, causing multiple +/- bullets be displayed, when the .js file is loaded multiple times.

Some recent changes in dotlrn causes now mktree to be sourced from the dotlrn-main-portlet via dotlrn_master__header_stuff;

tested with safari, firefox 1.5, firefox 1.0 and IE 6.0

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