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

batch user add contributed by Joel Aufrecht patch 83

file user-batch-add-2.adp was initially added on branch oacs-4-6.

file user-batch-add.tcl was initially added on branch oacs-4-6.

file user-batch-add.adp was initially added on branch oacs-4-6.

file user-batch-add-2.tcl was initially added on branch oacs-4-6.

adds users url

Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 28 more files in changeset.
one.xql query user_infox should have been user_info which broke oracle bug 135/patch 43 Brad Duell