• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Cleaned up display of member list

A bunch of I18N fixes for acs-subsite. More to follow.

  1. … 7 more files in changeset.
Fixed bug #905: needs approval doesn't work

    • -0
    • +15
    ./member-state-change.tcl
  1. … 3 more files in changeset.
Small change to www/members/index.tcl, which allows non-registered visitors

to see a partial email address. Assuming they are permitted to see the members

list in the first place, of course.

Resolves bug #851. Added two new parameters, MembersCanInviteMembersP and

ShowMembersListTo, and made the subsite pages and Tcl procs honour them.

In particular subsite::get_section_info{}.

  1. … 5 more files in changeset.
Hiding emails for non-authenticated users

Added missing return_url.

Ensure link to homepage, if provided by the user, is preceeded by http://

Otherwise the browser thinks the link is relative to the current location.

  1. … 3 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 806 more files in changeset.
Added members directory to subsite

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