• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Killed URL-generation code for automated testing, i18n -- no longer used in ADP, plus will cause page to break if you mount automated testing more than once

the version 1.14 change to package_instantiate_object proc would break this page because form didn't contain the rel_id column. Adding rel_id to form.

the group new.tcl page broke because of the change in version 1.14 to package_instantiate_object proc. Fix is to not pass in a form_id to relation_add proc

Adding creator of the subsite to the subsite group: This hadn't been changed to fit the new data model which requires the user to have both a membership_rel and an admin_rel, so only the admin_rel was created

a.action -> ul.action-links

Had forgotten to take out call to ad_footer

Make buttons, not plain links

  1. … 1 more file in changeset.
Sort applications by instance name

Templated site-map page, quick-and-dirty

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

    • -6
    • +19
    ./applications/application-delete.tcl
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

    • -19
    • +0
    ./applications/application-add-oracle.xql
    • -19
    • +0
    ./applications/application-add-postgresql.xql
    • -0
    • +6
    ./applications/multiple-add.adp
    • -0
    • +48
    ./applications/multiple-add.tcl
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -1
    • +1
    ./rel-segments/elements-display-oracle.xql
    • -1
    • +1
    ./rel-segments/elements-display-postgresql.xql
  1. … 588 more files in changeset.
substantially speed up /admin/site-map/ on postgres (and probably oracle but I did not test it)

fix a few more missing rdbms stanzas

    • -1
    • +1
    ./rel-segments/elements-display-oracle.xql
    • -1
    • +1
    ./rel-segments/elements-display-postgresql.xql
  1. … 11 more files in changeset.
fix calls to ad_return_complaint

  1. … 22 more files in changeset.
trim the node_name

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. … 7 more files in changeset.
#1223 noquote fix

Added a url element validation filter for form elements. Check for valid URLs when creating a new subsite. Fixes Bug #1000.

  1. … 1 more file in changeset.
duped package_key flag bug 1125

fixed applications link

use site-nodes cache instead of going to the db

bug 1098 /admin/host-host-map/ didn't display full url (and was not sorted by url either) which made it quite annoying

Added visibility option to configure page, just like it is on the subsite-add page

Fixed PG query

added link to sitewide admin for installing more packages

Add link to set parameters

Log error to errorlog when there's a problem creating an application

i18n