• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add required ad_script_abort after ad_returnredirect

  1. … 33 more files in changeset.
normalize boolean expressions in ADP files

  1. … 38 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- internationalize member confirm dialog

- replace "javascript:" urls by event listeners

- fix indentation

  1. … 2 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 217 more files in changeset.
Backporting fix from HEAD.

This is supposed to be an expr statement.

- standardize url construction to protect against injection attacks

  1. … 11 more files in changeset.
- use $$ quoting in postgres SQL

- use name parameter for SQL functions

- provide compatility with pg9

- replace deprecated "acs_sc_call" by "acs_sc::invoke"

- replace deprecated "ad_maybe_redirect_for_registration" by "auth::require_login"

- brace expressions

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- use numeric comparison operator for truth value comparisons

- use "in" or "ni" expression instead of "lsearch"

- bump version number to indicate compatibility with 5.8.1

  1. … 146 more files in changeset.
- replace depreacted "ad_parameter" by parameter::get

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "export_url_vars" by "export_vars"

  1. … 24 more files in changeset.
Fixed rendering of email address

Replace display_template with link_url_col in the list def

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

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

Minor accessibility improvements.

Added missing keys and translations.

  1. … 3 more files in changeset.
removed 'update bio' action and references from user list

  1. … 1 more file in changeset.
do not show checkbox nor other html stuff in csv list

show email without html in csv list

tabs 2 spaces convertion and reindentation before some changes

Retrieve members email using the email_image library to respect the privacy level chosen by the user

  1. … 1 more file in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Set default order for class members

Show membership requests only if the policy is needs approval or there are users waiting for approval

  1. … 1 more file in changeset.
Show actions and membership requests only to admin.

  1. … 1 more file in changeset.
Handle email inteligently. Instead of magically emailing when a

membership is approved, explictly send the email. Allow the admin the

option to skip sending email, or edit the email before sending.

  1. … 10 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
not sure why I had placed a check to restrict the members page to admins only, will comment that code out as it doesn't seem logical to restrict the entire page to admins only

allow only administrators and users with permission to admin the community access to the manage members page

fix so that class admins can add members

fix referrer in members.tcl, added confirmation page for drop membership and drop members in a particular role

  1. … 2 more files in changeset.
add button in members page to create and add users to dotlrn

  1. … 2 more files in changeset.