donb

donb
Added scope attribute to apm_parameters.
donb
1. Changed trigger functions from "opaque" to "trigger" to get rid of the
warnings during initial install (only for acs-kernel, there are a lot
elsewhere!)

2. Added "embeds" for postgresql and partially for oracle.

3. Added global parameters for postgresql and partially for oracle.

(oracle will be forthcoming shortly)
donb
I had forgotten to add the "apm_package.is_child" function to 5.5 ...
donb
file upgrade-5.6.0d5-5.6.0d6.sql was initially added on branch oacs-5-5.
donb
Had to move a db_transaction because it was causing some sort of lock
contention deadlock in PG.
donb
Bumped version number up to 1.6d1 because there's a 1.5x version floating
around, and I need to work with and upgrade it.
donb
Changed the privilege necessary to modify the page layout from "write" to
"admin".
donb
Further refinements to making names unique (I forgot to commit one change
yesterday, and further testing uncovered another case of undesirable
behavior).
donb
1. Fixed cache problem that caused the pageset configuration page to blow up.
2. Rather than bomb on duplicate tab and url names for pages, which can arise
when deleting then adding pages as well as admin-provided names, "uniquify"
them. The admin can, of course, then rename them to something more reasonable
if they want.
donb
1. Fixed cache problem that caused the pageset configuration page to blow up.
2. Rather than bomb on duplicate tab and url names for pages, which can arise
when deleting then adding pages as well as admin-provided names, "uniquify"
them. The admin can, of course, then rename them to something more reasonable
if they want.
donb
Only call the destructor of an includelet when the last of a set of clones
is deleted.

(my commit to layout-manager is incorrect, I simply added an boolean param
to the element delete proc that determines if the destructor is called. The
notion of cloning and the deletion of clones comes from the includelets
admin code in layout-managed-subsite, and it is this code that determines
when to call an includelet's destructor.)
donb
Only call an includelet's destructor when the last clone is deleted.
donb
Changed to require admin privilege to edit (the scripts are under www/admin
and the button was being shown inappropriately).
donb
Changed index.vuh to use the new rp_form_update proc rather than rp_form_put,
since page_num was already being passed along by some packages.

Removed index.adp and index.tcl because they've been moved to serve.tcl and
serve.adp, which are referenced by index.vuh.
donb
Added rp_form_update, like rp_form_put but calls ns_set update instead of
ns_set put.
donb
Changed db_flush to use the ns_cache names pattern construct to only return
the matching names, rather than return all names then flush those that match
the pattern (I was unaware that names took a pattern arg, how embarrasing!)
donb
Updated documentation to reflect the implementation of symbolic URLs, and
some other features that had been implemented since the documentation was
written.
donb
Allow for localization of tab names. Doesn't quite work the way we want
as the name is localized when displayed in the edit box (should look at
using ad_form but it's not simple ...)
donb
Error in alter table statement for oracle.
donb
Fixed bug (missing ";" before "end")