• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed the # delimiter to curly braces, so it is not interpreted as language keys

bug 911, using new authorization system

don't count the guest user on the registration history page (user_id 0)

don't count the guest user on the users admin page (user_id 0)

Removed old 'we're only showing authorized users...' message

Removed old code that had 'temporarily been taken out for ACS 4'. Thanks to the magic of revision control, we can always suck it out again later.

Removed note about the page being cached, because it isn't cached

Fixed creation_date bug

Let complex user search users in a specific authority

- Cleaned up page

- Added page to reset a password, since our new framework generally doesn't allow users to change passwords without knowing the current password

    • -0
    • +16
    ./password-reset.tcl
Optimized the /acs-admin/users/index page query (used cc_users, was veeeeery slow with many users)

Fixed focus, removed old vars

Changed wording of 'Become this user' to 'Login as this user'

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 275 more files in changeset.
making the administrator user-add page reuse the user-new include from the registration page

Fixed bug #679: Show/hide unapproved users ; and cleaned up display

added updated user_info query with username

Use new inclueable template for displaying and editing user information

Prevent users from changing state for themselves, thus shutting themselves out of the system

noquoting member state links and showing non-authorized users when clicking the total users link on index page (so the count matches)

Added username to user page

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
- Merge "Warn if site-wide admin" fix to HEAD.

- Warn the user if the requested user is a site-wide admin, to prevent

the user from being banned/deleted.

- Merged to HEAD.

  1. … 1 more file in changeset.
- Remove upper from order by to make it work under PG 7.3.

Bug 598, patch 223 by Gabriel Durca. Thanks.

noquote changes (Dirk Gomez)

  1. … 43 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 93 more files in changeset.
fix hardcoded security_context_root of 0

Sorting user list, and fixed formatting