• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Made sure not to use not in clause in sweeper

Made the sweeper run only once, make it more performant, added counting of entries to the notice and fixed the dependency on .LRN

Added download directories because 5.3.0 had 1/4 million downloades

Bump version numbers to 5.3.2b1

    • -5
    • +5
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 4 more files in changeset.
Made sure that we are able to send emails to large groups (e.g. 1000 users plus)

    • -0
    • +10
    /openacs-4/packages/contacts/lib/email_group.adp
    • -0
    • +333
    /openacs-4/packages/contacts/lib/email_group.tcl
makes all messages dates in a thread show in local time of the user reading, previously just the first post worked this way

Allow users to take assessment if assessment is set to number_tries == 0

changing ImageField into ImageAnchorField, initial support for form-constraints in HTML forms

    • -19
    • +23
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/www/admin/list.tcl
primitive support for slots for xotcl versions older than 1.5, distinguish between table fields of type ImageField and ImageAnchorField (the latter one is with href, applications using images in tables requiring href must update the names)

removing conflicts

    • -138
    • +3
    /openacs-4/packages/chat/tcl/chat-ajax-procs.tcl
Revert

Fixed 5.3.1 problem

Adding user-info files to contacts that enable you to set the parameter UserInfoTemplate in acs subsite to /packages/contacts/lib/user-info, which allows users to edit their entire contact record for the first mounted contacts instance.

    • -0
    • +6
    /openacs-4/packages/contacts/lib/user-info.adp
    • -0
    • +321
    /openacs-4/packages/contacts/lib/user-info.tcl
Checking for custom UserInfoTemplate template parameter in subsite to display user info, it falls back to the way it had been before this update if that does not exist or subsite is not of a sufficiently high version to have that parameter.

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -1
    • +3
    /openacs-4/packages/dotlrn/www/control-panel.tcl
Minor bug fix

Adding ability to map dotlrn communities to contacts, email groups with one button on the front page, select groups from a drop down on the front page and fixing some bugs

Add parameter for site logo

Adding dotlrn_community::membership_approve callback

Get the list of filter options from the most recent version of a

question.

support for anonymous form instances, when no html form is specified. extending form constraints with hidden and inform.

    • -58
    • +1
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
removing dependencies with xotcl

adding upgrade script for postgres

    • -19
    • +485
    /openacs-4/packages/chat/tcl/chat-ajax-procs.tcl
    • -9
    • +46
    /openacs-4/packages/chat/www/chat.tcl
FIx so more than 11 answers can be added by correctly initializing

num_choices.

Made sure that we are not loading subsites if there are to many of them

Added image/png to the allowable portrait image types

support for one-step creation of named FormInstances, when only page template is given (like in the case, where form is specified)

    • -26
    • +27
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
provide context objects to get privilege and privilege guards (conditions) to enable make_link to make checks on query parameter without the need to access ::xo::cc

    • -23
    • +26
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
guard background delivery stronger than befor to fix problem documented in http://openacs.org/forums/message-view?message_id=1035429

Group by is no set when no grouping so check if it exists

Do grouping in the database instead of using listbuilder.

provide support for named and unnamed form instances, when forms are provided

    • -25
    • +112
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl