• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

- changed the XML parsing throughout to go through a simplified API to later upgrade XML parsing in a central place.

- updated support for ns_xml 1.4, and added work-arounds for previous versions.

- added installer check for ns_xml compatibility at boot time.

    • -18
    • +22
    ./40-db-query-dispatcher-procs.tcl
  1. … 3 more files in changeset.

fixed logging to be more configurable within the QD and default to not so verbose.

    • -42
    • +49
    ./40-db-query-dispatcher-procs.tcl
  1. … 2 more files in changeset.

1. Fixed a couple of .info files

2. Got rid of Ben's hack to always reload query files before doing a query

mapping. He did this so you wouldn't have to reboot AOLserver every

time you change query files. It was a short-term hack but unfortunately

it looped virgin installs.

3. Added code to the APM to make the "watch" feature work with query files

as well as library files. This makes Ben's hack mentioned above

unnecessary.

  1. … 8 more files in changeset.
forces reload of query file every time a query is executed; slow for now, but more correct for development

more workflow cleanup

  1. … 18 more files in changeset.
added uplevel subst to db_map command

  1. … 2 more files in changeset.
cleanup

added new db_map command for generating query snippets

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

  1. … 1 more file in changeset.
Make db_qd_get_fullname cope with a malnourished call stack

slight cleanup

    • -17
    • +24
    ./40-db-query-dispatcher-procs.tcl
modified to handle .vuh files

Make ad_proc namespace aware

fixed abstraction for queryname_root formation

fixed some bugs related to loading and parsing of generic .xql files

  1. … 9 more files in changeset.
fixed loading of generic query files

- added massaging to the query dispatcher to ns_quotehtml all querytext before XML parsing.

- added a query file for acs-developer-support, although that's not working yet.

  1. … 3 more files in changeset.

added query dispatcher code to zz-postload to load queries for default pages in /www

added query for front page

now the congratulations page is there!

  1. … 4 more files in changeset.
temp fix for QD call to ad_conn file

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

  1. … 2 more files in changeset.

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()"

  1. … 2 more files in changeset.
made QD load at boostrap time

    • -0
    • +603
    ./40-db-query-dispatcher-procs.tcl
  1. … 4 more files in changeset.
updated API of DB QD

  1. … 4 more files in changeset.
added acs_source to wrap the source command, and changed the QD to recognize scripts called by acs_source

  1. … 5 more files in changeset.

Moved the bootstrap and installer stuff into their own mini-package, which

let me clean up the loading of acs-tcl a bit and isolate all the bits of

APM-knowledge required in the pre-acs-tcl bootstrapping process into a single

apm file. In general, bootstrap.tcl is cleaner and easier to read.

    • -0
    • +519
    ./00-proc-procs.tcl
    • -0
    • +67
    ./10-utilities-procs.tcl
    • -0
    • +167
    ./20-db-bootstrap-procs.tcl
    • -0
    • +290
    ./30-apm-load-procs.tcl
  1. … 34 more files in changeset.