• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
del/delete typo

Changed admin link from 'Admin' to 'Administration'

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

Delete the site nodes and the instances in separate transactions, since most packages don't delete their instances cleanly

Honor unstrusted logins

If IndexRedirectUrl is set, and it's a package inside the subsite, show that as the first tab

title as 'instance_name Parameters' instead of just 'Parameters'

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

    • -1
    • +1
    ./www/members/member-invite-oracle.xql
    • -1
    • +1
    ./www/members/member-invite-postgresql.xql
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