• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix for a security hole created by cloned communities/classes, the cloned communities inherit permissions from the top level dotlrn package which makes them readable by the public

  1. … 1 more file in changeset.
Set don't inherit permissions on cloned community rather than the package

Fix for a security hole created by cloned communities/classes, the cloned communities inherit permissions from the top level dotlrn package which makes them readable by the public

Fix #2764. Move privacy setting to after instantiate callback so you can actually change the parameter

Extracting SQL from tcl to xql and fix sintax for oracle

New parameter for sending community mails

  1. … 1 more file in changeset.
removing debug messages

  1. … 1 more file in changeset.
Adding functionality to .LRN for changing *site templates*.

  1. … 23 more files in changeset.
adding the web based tests for dotlrn

Select only pages with hidden_p = 'f'

file dotlrn-procs.tcl was added on branch oacs-5-2 on 2005-11-14 14:24:35 +0000

file tclwebtest-procs.tcl was added on branch oacs-5-2 on 2005-11-14 14:24:35 +0000

adding the tclwebtest tests for the dotlrn package

file dotlrn-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./test/dotlrn-procs.tcl
file tclwebtest-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./test/tclwebtest-procs.tcl
commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 90 more files in changeset.
Removed callback for club creation as this does not belong here

Use HTML version of message to convert from html to text, instead of original enhanced text version.

Don't send community member email if it only contains whitespace.

Allow categories for email variables

Added a callback to add members in .LRN. Currently only used in the callback for contacts, but might be used in other circumstances as well.

adding implementation for contact::person_new

Add optional message_only switch to dotlrn_community::send_member_email to get email message without sending email.

allowing patron to recieve email with participant info in body

fixing so it wil give the participant info in the body but send to the patron

Added override_enabled flag to send_member_email to force sending of disabled emails

url is a list instead, using lindex

Fix varirables to be subsituted in email templates.

Allow edit of email on approval.

Added support for variables in email templates

  1. … 1 more file in changeset.