• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:peterm:20040319130935:1 does not match your current filter (clear filter).

file user-batch-add-2.adp was initially added on branch oacs-5-1.

file user-batch-add-2.tcl was initially added on branch oacs-5-1.

moving bulk user add pages from /acs-admin to subsite admin

  1. … 6 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 281 more files in changeset.
Moved all actions to last column

group::add_member now handles admin_rels correctly, so we don't need the bandaid here

Removing members now requires user_id, not rel_id, because we may need to remove more than one rel

Remove both membership_rel and admin_rel when removing members

Also offer to add users who already have an admin_rel, but no membership_rel

bug fix: removing semicolon from xql file

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Further bug 1144 diddling that should be consistent with any 5.1 changes

Further bug 1144 diddling that should be consistent with any 5.1 changes

to relational segments and groups.

Move over the bandaid patch for bug #1144 from the 5.0 branch. This needs

to be fixed for real (including datamodel changes with upgrade scripts) in

5.1.

  1. … 3 more files in changeset.
Forgot to add this earlier...

file make-member.xql was initially added on branch oacs-5-0.

An additional whacka-hack bandaid patch for relseg usage to cover up the

fact that they won't really be fixed properly 'til 5.1.

Did a bandaid patch for bug number 1144. The views were fixed earlier but

the new pages in acs-subsite assumed that a user could only belong to one

relseg at a time.

  1. … 2 more files in changeset.
Simplified make-admin and make-member pages, now that we have a better group::add_member that knows to delete existing relations

Another partial fix for #1144: join on rel_id, too, so when a user has two rows in cc_users he only shows up twice, not four times (cartesian product of all the relations)

Changed naming of 'Community' to 'Subsite', following consensus on a recent thread on the forums on that topic. Removed distinction between children of subsites and children of the main site, since 'Subsubsites' wouldn't sound that great.

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

  1. … 2 more files in changeset.
Fixed bug #1136: Do not offer sort by role, since we can't sort by localized role, anyway. Also flushes the page cache every time, even though that makes the page unbearably slow to use with pagination, but that'll have to wait until we get better pagination into list builder

Removed TODO pagination comment

Fixed bug #1109: /members/ doesn't scale

Fixed bug #1108: member add pages do not do correct security checks

case fold email and set member_state to approved so the rel insert does not bomb see bug 1108

noquote for context and title

Fixed bug adding user to a community: wasn't using new user-new include page

A bunch of added I18N keys and catalog entries.

  1. … 12 more files in changeset.