• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
duped package_key flag bug 1125

This fixes a problem with deleting an unmounted package instance.

If you added and mounted, say, a subsite instance, unmounted and then

attempted to delete it through sitemap->Manage unmounted applications, you

would get an error. It seems site_node::get_node_id_from_object_id doesn't

even fail for an unmounted package, returning the empty string in this case,

and the catch test doesn't trip. Now we explicitly test for the node_id

being set to a sensible value.

Localize instance_name

use site_node api to get children, Steffen Tiedemann Christensen patch 298

Beefed up new templated, form-builderified parameters page, moved it to /shared, and made site-map use it

  1. … 10 more files in changeset.
Use ad_form/templated page for setting parameters

  1. … 2 more files in changeset.
Implemented rename subsite functionality

  1. … 2 more files in changeset.
minor UI changes to site map

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 811 more files in changeset.
adding links to internationalization and acs-automated-testing on the admin index page

  1. … 2 more files in changeset.
Made instance_name optional

Accept an optional query var 'return_url' when setting package parameters.

Added feature to more easily add a new application.

file application-new-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./application-new-oracle.xql
file application-new.xql was initially added on branch oacs-4-6.

file application-new.tcl was initially added on branch oacs-4-6.

file application-new.adp was initially added on branch oacs-4-6.

file application-new-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./application-new-postgresql.xql
noquote changes (Dirk Gomez)

  1. … 102 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 104 more files in changeset.
removing the package_types query that has been encapsulated in the proc apm_application_new_checkbox (forgot to do this earlier)

site-map UI: fixing setting of context_id when creating new packages. The old query would bomb when parent_id was null (the Main Site)

Adding quick-add bar for applications in the site-map. Adding a delete link for site-nodes that will also delete any mounted package.

  1. … 2 more files in changeset.
fixing HTML typo (i tag instead of li tag)

Correcting text - singletons are not necessarily unmountable. Adding javascript confirm box to deletion of packages. Adding if_no_rows comment to both db_foreach statements.

Cosmetic improvement: only display the warning about parameters set in config files when there are such parameters set.

Templated the mount page, and made it display instances of packages with a non-null auto_mount under 'unmounted packages' instead of under packages that are probably not supposed to be mounted anywhere.

file mount.adp was initially added on branch oacs-4-6.

Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 75 more files in changeset.
merge changes for context id and default of instance name to pretty name from package info