• last updated 55 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
adding new .LRN admin features, by Hector A. hr_amado@galileo.edu

  1. … 50 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 113 more files in changeset.
fix bug 1976, adding authority_id

  1. … 2 more files in changeset.
the sequence for authority_id should be acs_object_id_seq not auth_authority_id_seq (which does not exist) (from 5.1)

the sequence for authority_id should be acs_object_id_seq not auth_authority_id_seq (which does not exist)

adding allow/disallow self-register, by Hector Amado hr_amado@galileo.edu

  1. … 4 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Merged changes on oacs-5-0 branch from jcd-504-merge to lars-504-2-merge (changes made since 5.0.4 release) onto oacs-5-1 branch

  1. … 5 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 646 more files in changeset.
Partial fix of Bug #1424 by applying Patch #474

  1. … 1 more file in changeset.
empty_string_p fixes for head

  1. … 4 more files in changeset.
fix the very common error of calling empty_string_p with var instead of $var

  1. … 5 more files in changeset.
Added -nologin flag to disable automatic login of a new user. This is part of an initial foray into allowing certain kinds of 'low-barrier' registration, such as on a weblog comments system.

email_verified_p was not set in the user_info array.

Fixed Bug #1506 in oacs-5-1 by adding the message

  1. … 1 more file in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

  1. … 96 more files in changeset.
merge the changes between 5.0.3 and 5.0.4 to head

  1. … 249 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

  1. … 95 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

  1. … 95 more files in changeset.
merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 293 more files in changeset.
Update for bugfix #1549

As per Jeff's suggestion, added a proc which refreshes the login if it's expired, and leaves the user alone if not logged in at all

Should've been more thorough. Turns out every single test case was registered with backslash-space on the first line, causing an error

Fixed broken case: space after backslash

Added categories to the automated test(s).

    • -17
    • +52
    ./test/acs-authentication-procs.tcl
  1. … 2 more files in changeset.
Set user message when login is expired

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 285 more files in changeset.
Fixed bug #1398 with fix from Christian Eva

Fixing auto-generation of usernames when email was already taken. Since (username) is empty on that point the following query never returned any rows and xxx-2 was always created, so it failed if xxx-2 was already existing.