• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Fixing an obvious typo - it still doesn't seem to work right when email is used as username and the email is taken already, but it's a step closer.

Fixed bug #1277: Respect EmailChangedPasswordP

  1. … 1 more file in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 597 more files in changeset.
bugfix #824: needed to add -user_id switch to some lang::user procs to specify the user for which to get the locale; also had to change the default upvar level of lang::message::lookup from 2 to 1

  1. … 2 more files in changeset.
Fixed bug #906: trim email (and username)

  1. … 2 more files in changeset.
Added parameter to determine the name of the batch sync acknowledgement file

  1. … 1 more file in changeset.
Do not fail the change password operation if we could not send out the email notification

Accidentally commited a debug log statement

Fixed bug #1090, thanks to Tracy for digging up the root cause

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.