• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Fixed problem discussed in this thread: http://openacs.org/forums/message-view?message_id=51478 about how site nodes get their context_id set. I took Barry's suggestion and use the parent site node object id by default, and then, if there's no object mounted here, fall back on the old package_id of the subsite through which you're currently mounting the new package.

Added an --install new package-- option when you create a new application. This just bounces you off to the /acs-admin/apm/packages-install page.

Peter made it so that if you don't supply a name for your new package instance, it uses the pretty name of the package

cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 683 more files in changeset.
Added package type to the site map, making it easier to figure out how your site's structured, when instance name isn't the same as package name

order services just like postgres version

order by url just like postgres version

Adds rename to Sitemap bug 1564 patch 280

site map subtree collapse bug fixes bug 1269 patch 298

fixing creation of site_node under postgres

  1. … 1 more file in changeset.
site-map now uses the site node apis where possible

  1. … 23 more files in changeset.
Minor performace fix. Do 'admin' priv check on the services, only if

the link will actually be shown. from Andrew Grumet.

patch 136 applied

yet another .tcl extension removal from links

  1. … 2 more files in changeset.
in index.tcl: changed unmounted.tcl to unmounted

applied patches 130,131,132,133,134,135,137

  1. … 7 more files in changeset.

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

Switched tree-based queries to a tree-using form, which will greatly enhance

scalability...

  1. … 26 more files in changeset.

1. Blank parameters were listed as being of "No Value", and when you hit

"set parameters" this string replaced the empty string in the database,

not exactly what you want. I changed the code to leave the input box

blank.

2. caching of empty parameter strings didn't work. I'd fixed this earlier

for ad_parameter proper but missed the fact that ad_parameter_cache had

the same bug.

With these changes you can now run acs-workflow's admin UI without graphviz

  1. … 1 more file in changeset.
Make the site-map parameter-set page highlight parameters which have

been overridden by the ad.ini/nsd.tcl file (SDM patch #82)

  1. … 1 more file in changeset.
Fix SDM bug #979

Fix queries

Port queries

    • -0
    • +18
    ./auto-mount-oracle.xql
    • -0
    • +17
    ./instance-delete-oracle.xql
    • -0
    • +26
    ./instance-delete.xql
  1. … 15 more files in changeset.
fixed ad_table call in site-map

Port queries

    • -0
    • +14
    ./auto-mount-postgresql.xql
    • -0
    • +11
    ./delete-postgresql.xql
    • -0
    • +74
    ./index-postgresql.xql
    • -0
    • +27
    ./instance-delete-postgresql.xql
    • -0
    • +55
    ./mount-postgresql.xql
    • -0
    • +39
    ./new-postgresql.xql
    • -0
    • +13
    ./package-new-postgresql.xql
    • -0
    • +13
    ./parameter-set-postgresql.xql
    • -0
    • +35
    ./unmounted-postgresql.xql
  1. … 19 more files in changeset.
OpenACS 4.x

  1. … 1310 more files in changeset.