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

Hack to make page work by calling auth::create_user instead of ad_user_new - should really use acs-subsite/lib/user-new includelet instead

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

  1. … 12 more files in changeset.
Added API to get list of available applications

Added page to add multiple applications in one go

    • -0
    • +6
    ./www/admin/applications/multiple-add.adp
    • -0
    • +48
    ./www/admin/applications/multiple-add.tcl
Added experimentational action link class

bug fix: removing semicolon from xql file

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

    • -12
    • +9
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
  1. … 584 more files in changeset.
build a list to eval rather than eval ad_context_bar $args, bug 1265

  1. … 7 more files in changeset.
bump core to 5.0.0b4 for new tarball. update readme.txt and variable.ent to 5.0.0b4.

  1. … 28 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 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

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.

substantially speed up /admin/site-map/ on postgres (and probably oracle but I did not test it)

    • -17
    • +17
    ./www/admin/site-map/index-postgresql.xql
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. … 2 more files in changeset.
Forgot to add this earlier...

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

    • -0
    • +0
    ./www/members/make-member.xql
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.

fix a few more missing rdbms stanzas

  1. … 10 more files in changeset.
Removing unused postgresql xql file and taking user_contributions out of

the community-member.tcl properties.

    • -15
    • +0
    ./www/shared/community-member-postgresql.xql
fix calls to ad_return_complaint

  1. … 22 more files in changeset.
fixing typo: query group::member_p.user_is_member was missing the group:: prefix in its name

fix invalid markup patch 336 Randy O'Meara

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)

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.