• last updated 44 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

applied patch from Steve W to allow searching of complete query files

in a package.

    • -2
    • +17
    ./packages/acs-tcl/tcl/apm-procs.tcl
finished tree query support for rel_constraints

added tcl variable support to db api

Port queries

    • -0
    • +18
    ./packages/acs-subsite/www/admin/index-postgresql.xql
    • -0
    • +28
    ./packages/acs-subsite/www/pvt/home-postgresql.xql
temp fix for QD call to ad_conn file

applied patches from Steve Woodcock that port a few more queries, fix a few data model PL/SQL quirks, and generally allow us to get further into a working OpenACS!

    • -0
    • +14
    ./packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql
    • -0
    • +17
    ./packages/acs-tcl/tcl/navigation-procs-postgresql.xql

fixed DB QD and a call from the APM to the QD 's old API

    • -1
    • +4
    ./packages/acs-tcl/tcl/00-database-procs.tcl
more strict string handling changes

added comments for default parameters

Port queries

    • -0
    • +23
    ./packages/acs-subsite/www/index-postgresql.xql
Add entries for postgresql datamodel

    • -0
    • +17
    ./packages/acs-subsite/acs-subsite.info

1. Removed acs_source (which Ben had already removed, I think he just forgot

to commit)

2. Wrote a PG semi-replacement query for an Oracle query containing "sample()"

added postgresql files to package info file and commented out notifications calls until notifications is ported

partial fix of rel_constraints tree queries - more work required

finalized QD last fixes, and began porting more queries

    • -0
    • +16
    ./packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql
made QD load at boostrap time

    • -0
    • +11
    ./packages/acs-tcl/tcl/security-init-postgresql.xql
added comments for default api values

new version of QD with better handling of absolute/relative paths

    • -1
    • +16
    ./packages/acs-tcl/tcl/security-procs.tcl
patch submitted by Steve Woodcock

updated API of DB QD

    • -3
    • +3
    ./packages/acs-tcl/tcl/00-database-procs.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
ported a few more queries

    • -0
    • +27
    ./packages/acs-tcl/tcl/community-core-procs-postgresql.xql
    • -0
    • +14
    ./packages/acs-tcl/tcl/defs-procs-postgresql.xql
added acs_source to wrap the source command, and changed the QD to recognize scripts called by acs_source

query dispatcher now works with global RDBMS tags, and attempts to work on relative paths (although that's not finalized)

directory restructuring

adding test directory to repository

cleanup of dir structure

more cleanup of nullable strings in kernel

more cleanup of nullable strings in kernel

more cleanup of nullable strings in kernel

Call to psql to load datamodels needs to be done in the directory that

the datamodel lives in, as includes in psql are resolved relative to

the current working directoy. I missed this earlier - sqlplus resolves

includes relative to the loading .sql file itself.