• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Indenting of documentation

Test case and fix for site_node::verify_folder_name

  1. … 1 more file in changeset.
Bug #252: Added proc to verify folder names, checking not just other site nodes, but also directories underneath the package mounted at the parent site node

Fixed bug with cache not being updated on Oracle when no package is mounted at a site node

  1. … 1 more file in changeset.
And now added documentation

Fix to patch #258, simplification

  1. … 1 more file in changeset.
Applied patch #258: extra parameters to site_node::get_children

  1. … 1 more file in changeset.
Site-nodes-procs should not return the node itself

  1. … 1 more file in changeset.
fixing bug in get_node_id_from_object_id. value for url switch was missing

Safety measure, don't throw error when we can't find a node for the given object

Chnaged site_node::get_url_from_object_id to use the site-nodes cache instead of hitting the DB

Changed proc declaration style to say site_node::procname instead of enclosing everything in a namespace eval site_node { ... } block

Made instantiate_and_mount use existing site node if possible. added notrailing switch to get_url. Added exists_p proc.

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

  1. … 816 more files in changeset.
site_node::rename: remove old cache entries, so we don't serve up the site-node at the old URL

Fixed stupid typo.

- 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.