• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed up some oracle stuff that I broke when porting to oracle

fixed comment for distribution_tarball attribute that was removed

fixed query dispatcher to handle case of package proc calling another package proce without qualifying the package name

1. Added a new attribute to the .info file which tells the bootstrap

installer whether or not a package is part of the acs-core. Only

acs-core packages are now installed during the initial bootstrap install

of the system.

2. Fixed a dupe query name problem in a couple of queryfiles. The problem

is not with the dispatcher but with the extractor, and for the moment it

is just easier to kludge the resulting queryfile than fix the extractor.

  1. … 22 more files in changeset.
Start of postgresql port

ported queries for serving tarballs

    • -0
    • +32
    /openacs-4/packages/acs-admin/www/apm/packages/index-oracle.xql
tested and fixed the template query db api

  1. … 12 more files in changeset.
fixed some errors in tree queries pointed out by Vinod Kurup

Make db_qd_get_fullname cope with a malnourished call stack

Add query dispatcher call to db_list and db_list_of_lists

added ad_proc to template query procs

Updated .info

Start of postgresql port

  1. … 11 more files in changeset.
updated with streamlined permission_p

Fixed conflict in this file, the order should now be:

- source the -procs files

- load up queries

- source the -init files

this is because the -init files sometimes have queries they need dispatched.

added QD stuff to Oracle piece. Not tested yet.

A small contribution to port it

    • -0
    • +38
    /openacs-4/packages/acs-subsite/tcl/attribute-procs-oracle.xql
    • -0
    • +129
    /openacs-4/packages/acs-subsite/tcl/attribute-procs.xql
    • -0
    • +42
    /openacs-4/packages/acs-subsite/tcl/group-procs-oracle.xql
    • -0
    • +44
    /openacs-4/packages/acs-subsite/tcl/group-procs-postgresql.xql
    • -0
    • +35
    /openacs-4/packages/acs-subsite/tcl/group-procs.xql
    • -0
    • +25
    /openacs-4/packages/acs-subsite/tcl/group-type-procs.xql
    • -0
    • +72
    /openacs-4/packages/acs-subsite/tcl/package-procs-oracle.xql
  1. … 19 more files in changeset.
Correcting a mistake

Now it's close to work

Now it's close to work

First batch of name changes to mod_nsd.

Added fastpath.tcl from aolserver distrib.

Added ns_returnnotice.

    • -0
    • +467
    /mod_nsd/tcl_modules/fastpath.tcl
Changed default include file location for Postgres.

Change default include file location for Postgres.

Don't do "make install" by default.

Start of postgresql port, if someone else want help fell free to edit this files

    • -0
    • +109
    /openacs-4/packages/static-pages/tcl/static-pages-procs.xql
    • -0
    • +11
    /openacs-4/packages/static-pages/www/page-visit.xql
    • -0
    • +33
    /openacs-4/packages/static-pages/www/admin/commentability.xql
added blobs switch to db_dml, so that update statements can be ported to write the content column directly

more cleanup of CR and blob support

use of drop_package to drop all functions created

slight cleanup