• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
order by last name rather than first name in members list when sorting by name

don't make it plain user easy to snarf full address list

allow specification of page_size

Use message key instead of hardcoded value

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 81 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Provide hint, when permission check fails

  1. … 1 more file in changeset.
compare with group_id, not subsite_id

- when ShowMembersListTo is set to "3", show list to members only, when this is not the whole subsite

- improve documentation

  1. … 1 more file in changeset.
- Internationalize title of /members page for main site memberships

- Make displayed columns of member page configurable and show ordinary members less columns

  1. … 2 more files in changeset.
Maintain group_id when usering filters (was previously lost)

- use base tables in queries instead of mega-view cc_users

  1. … 1 more file in changeset.
- Provide a title to show what members are managed

- add optional parameter group_id to manage other groups as well

  1. … 1 more file in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- handle "merged" user state on more places

  1. … 1 more file in changeset.
- harden page contracts

  1. … 6 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- perform better checking on page number

  1. … 4 more files in changeset.
- replace deprecated ad_permission_p with permission::permission_p

  1. … 28 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
displays in member list other roles than just member and admin, if defined

Display of email replaced with email_image proc call

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

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

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

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. … 8 more files in changeset.
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. … 4 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

  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