• last updated 20 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed Bug #1373 in ACS-Subsite by using Jade's patch 415

Made relation_add not bomb with stupid 'can't read rel_id: no such variable' error when relation already exists

- Added group::remove_member proc

- Fixed group::add_member, so if you're adding a non-membership_rel member, we also add a membership_rel

add -public and -private for some procs, minor bug in acs_object::get some @see notes

  1. … 12 more files in changeset.
The 'Community' to 'Subsite' change went a little amok and also changed the community template to subsite template, which doesn't make sense, since all available master templates by definition are subsite templates, i.e. they apply to acs-subsite

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.
Fix for #1144: duplicate rows in cc_users. group::add_member will now delete any memberhip_rel or child thereof before inserting the new relation. It didn't before, and this could cause a user to have both a membership_rel and an admin_rel relation to the registered_users group.

adding a test case that exposes bug 1144

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.
fix for bug 1185 Subsites can only be mounted directly under subsites patch by Barry Books

remove a rel constriant violation check that can never fire

changed query reference member_p to group::member_p