• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix bug#2310

  1. … 1 more file in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

  1. … 24 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2272 more files in changeset.
Fix bug 2200 and bug 2242 in which there were problems with logging in after

upgrading if you restarted the server first. The new code is less elegant,

but it works correctly. It imposes a database hit on login, but it is

cached, so it only is incurred once.

The user-new page called a proc in the authentications package which checked

to see if a parameter was set or not. However, in upgraded sites, or if

the user had entered a blank entry for the parameter, the proc would bomb.

I made the proc more robust by using string is false instead of ![parameter...

and also added in a util_user_message to make it more explicit what is happening

if you aren't able to register (the behavior was very confusing).

fixing typo (ref.bug#2088): datta_error -> data_error

fixing typo (ref.bug#2088): datta_error -> data_error

fixing security bug on local password reset. think passwordless admin accounts

allowing admin to change password withouth entering old_pass

  1. … 1 more file in changeset.
upgrade logic 5.1.2 -> 5.1.2d1

fixing resetting broken email - email didn't get sent

  1. … 2 more files in changeset.
empty_string_p does not always work in contrast to exists_and_not_null. This problem caused emails not being send out, because the password was empty.

fixing small bug on SC / upgrade, to have the upgrade to run, needs to be changed the version # of acs-authentication to 5.1.2

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.