• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up navigation

Made index page more portal-like, cleaned up links

Improved design, improved css usage

Moved all actions to last column

Templated site-map page, quick-and-dirty

    • -0
    • +5
    ./admin/site-map/index.adp
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

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
    ./members/member-invite-postgresql.xql
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

Added page to add multiple applications in one go

    • -1
    • +3
    ./admin/applications/application-add.adp
    • -2
    • +4
    ./admin/applications/application-add.tcl
    • -0
    • +6
    ./admin/applications/multiple-add.adp
    • -0
    • +48
    ./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

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

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

    • -0
    • +0
    ./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.

  1. … 2 more files in changeset.
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
    ./shared/community-member-postgresql.xql
fix calls to ad_return_complaint

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