• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding proc apm_load_tests_p. changing a couple of procs to proper use of boolean argument

  1. … 2 more files in changeset.
making sure catalog messages are cached when new package is installed in APM. Also making sure tcl libraries and xql queries are loaded for the package after installation so that restart of server is no longer necessary (I hope). Resorted to using the force_install_p flag since the tcl libraries wouldn't source otherwise in the apm_files_load proc. This doesn't feel like the ideal solution but it gets the job done

  1. … 2 more files in changeset.
apm_load_package should not cache that package is enabled

adding a procedure apm_load_package for loading a package so that this can be done without restarting the server, for example directly after installation. Moving Ben's comment for apm_load_queries into ad_proc

adding new proc for checking if there is an enabled version of a certain package_key

  1. … 1 more file in changeset.
removing inlined oracle specific queries, removing -default flag from db_string where not needed, correcting misnamed (copy paste) query

  1. … 1 more file in changeset.
Added apm_instance_name_from_package_id procs.

Added code for optionally sourcing automated tests and associated queries.

  1. … 1 more file in changeset.
Peter: added proc apm_package_key_from_version_id

Added apm_package_url_from_id procedure and changed apm_package_url_from_key to use that

  1. … 2 more files in changeset.
Do not error out completely when queries cannot be loaded, but do log an error log message. The old 'error' call could prevent the server from starting at all if you e.g. deleted a package from the file system without deleting it from the APM first.

added apm_log proc

Fixed up a merge mess ...

Fixing apparent conflict from last merge

Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 58 more files in changeset.
Mostly adding infrastructure for community delete. some misc cleanups and additions elsewhere

  1. … 20 more files in changeset.

Most of this fixes up the creation of application groups for subsites.

Subsites - for PG at least - still have some serious problems that need

fixing.

  1. … 12 more files in changeset.
fixed a bug: proc to ad_proc for QD registration

added support for getting the package url from the package key

  1. … 2 more files in changeset.

Mostly added the schema-browser, some other minor fixes ...

  1. … 12 more files in changeset.

1. Straightened out some dependencies that resulted from Dan's moving of

cms workflow from acs-content-repository to the cms, i.e. where it

belongs.

2. Made the default severity in apm_callback_and_log "debug" rather than

"notice".

3. fixed toggle-inherit for Oracle.

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

1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this

time.

2. Added .xql files for acs-admin. APM .xql files have mostly but not

completely been ported. It sort of works though, cool!

1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this

time.

2. Added .xql files for acs-admin. APM .xql files have mostly but not

completely been ported. It sort of works though, cool!

  1. … 60 more files in changeset.
fixed some bugs related to loading and parsing of generic .xql files

  1. … 9 more files in changeset.
query extractor output for acs-tcl

  1. … 41 more files in changeset.

Made a couple of query names unique to cover up a lame weakness in the

hacked-up query extractor.

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.

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

in a package.

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

  1. … 2 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.

  1. … 37 more files in changeset.