• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Added site_node::rename proc

- Enhanced get_children so it can return a specific element from the site_node array structure, e.g. node_id, instead of the url.

  1. … 1 more file in changeset.
Added Oracle suport to db_blob_get. Changed site_node_closest_ancestor_package so that it takes a list of keys.

  1. … 1 more file in changeset.
Added proc to get the children of a given site node.

Fixed some minor acs-lang stuff and a few noquote things.

  1. … 6 more files in changeset.
Applied Vinod's patch that gets rid of ns_eval call ...

  1. … 2 more files in changeset.
adding package_id parameter to the proc site_node::instantiate_and_mount

correcting the call to apm_package_instance_new to fit with new signature

merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
Fixing bug 471. Changing site_node::instantiate_and_mount so that context_id defaults to the closest not-null ancestor package in the site map (the one at the parent node might be null)

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. … 4 more files in changeset.
Make instantiate_and_mount work with package names that start with a dash.

improving argument handling of apm_package_instance_new proc. Adding proc apm_file_watchable_p proc that determines if a file is appropriate to watch.

  1. … 3 more files in changeset.
commenting behaviour of site_node::instantiate_and_mount and apm_package_instance_new when the package is a singleton and an instance already exists

  1. … 2 more files in changeset.
fixing bug 370 - deletion of empty departments in dotlrn. The apm_package_instance_delete proc was misspelled. Making the delete_site_nodes_and_package proc delete the child nodes before parents.

  1. … 3 more files in changeset.
Fixed missing backspace at end of line problem

Upgrade to 4.6.2

  1. … 30 more files in changeset.
Lars added proc util_get_current_url. Removing updates of nsv apm_library_mtime that now happen in apm_source proc. Removing proc apm_mark_packages_for_bootstrap that was used to avoid server restart after package installation (we are now requiring server restart). Moving flushing of package_installed_p cache to happen at end of apm_package_install proc instead of the beginning. Adding parameter PermissionCacheTimeout that determines the lifetime of the permissions cache.

  1. … 7 more files in changeset.
Adds a -exact flag to site_node::get_from_url and better doc bug

204/patch 64 Randy o'Meara.

Adds site_nodes.name to node array (so you don't have to munge it from

the url).

  1. … 2 more files in changeset.
adding before-uninstall, before-uninstantiate, and before-unmount Tcl callbacks for packages

  1. … 2 more files in changeset.
adding canonical proc for instantiating and mounting a package: site_node::instantiate_and_mount. Deprecatating old procs with this functionality and making them invoke the new proc. Adding after-mount callback invocation in site_node::mount. Adding warn flag to a few deprecated site-node related procs.

  1. … 1 more file in changeset.
adding support for Tcl proc package callbacks. Currently only supporting after-install and after-instantiate callbacks (next up is after-mount). There is no UI yet.

  1. … 8 more files in changeset.
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. … 76 more files in changeset.
fix misleading argument names and docs for site_node_mount_application

document the site node array elements

document the site node array elements

add @see comments for most deprecated functions

  1. … 9 more files in changeset.
Added instance_name to the site_node structure, and changed the init_cache and update_cache procs to use column_array, which makes them much simpler.

  1. … 2 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
some work on making deleting packages and site_nodes

  1. … 1 more file in changeset.
db_list does not take a -default argument.