• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
when parsing a xql file fails, it seems appropriate to log this in the error log

add =t =f to boolean flags, fix docs, some cleanup on logging

fixing typo in tcl file loading printout

requiring tcl files (of type tcl_procs, tcl_init, test_procs, test_init, or tcl_util) to reside under package-key/tcl

Fixed bug #829 again, this time moved the username-defaulting logic out of ad_user_new and into auth::create_local_account

  1. … 2 more files in changeset.
bug 335 - making sure it's possible to install from .apm files again. The UI needs improvement. Robustness could also be improved. May need to handle the case when there is a later version of a package in the packages directory than in the apm_workspace dir

  1. … 6 more files in changeset.
Another bug #829-style fix

  1. … 1 more file in changeset.
Fixed bug #829: Installation fails on administrator creation.

making proc apm_bootstrap_load_libraries duplicate less of the logic in apm_load_libraries by making use of apm_get_package_files. To make this refactoring I had to move apm_backup_file_p, apm_include_file_p, and apm_ignore_file_p to 30-apm-load-procs.tcl

  1. … 1 more file in changeset.
install.xml would be loaded on install index page but no longer be in memory on package install page. Fixed by loading document again on package page. See discussion here: http://openacs.org/forums/message-view?message_id=122266

  1. … 2 more files in changeset.
Implemented much faster and simpler DB compatibility check

Decided that assuming SQL data files are CSV-formatted files is a bad idea

after running into a package that embeds comments in its data! Changed

from .csv to .dat and all that implies. Still more testing to do...

  1. … 33 more files in changeset.
Another oh-so-inevitable typo.

Oops tyop crept in.

Had to make SQL data load control files be db-specific (duh)

Added code to allow loading of data for packages like ref-timezones with

SQL*Loader or PostgreSQL's COPY command.

  1. … 8 more files in changeset.
1. removed some errant log statemets previously inserted when debugging

2. sql/common/*sql files weren't being displayed by the APM, are now

3. added index on start_date in timespan-create after user reported

very slow calendar queries in .LRN

  1. … 7 more files in changeset.
-Replaced nsxml with tDOM (http://tdom.org), a much faster & richer XML parser, and XSLT and XPath processor.

  1. … 3 more files in changeset.
removing debug printout that I left around

merge of 4.6.3b1 to HEAD

  1. … 98 more files in changeset.
adding proc ad_assert_arg_value_in_list on 4-6 branch (it was added previously on head)

Trivial tweak to syntax of db_available_pools proc.

  1. … 3 more files in changeset.
Completed db_* api multi-database support. Can now use db api for

both Oracle and PostgreSQL at the same time.

  1. … 3 more files in changeset.
adding proc ad_assert_arg_value_in_list which is a first stab at providing some kind of systematic argument checking for ad_proc arguments

making the incompatible query message a warning rather than an error and making it more informative

making the query *NOT* compatible error message more informative by logging the db version of the query as well as the system db version

logging stack trace when a query file cannot be parsed

removing debug printouts that I forgot to remove earlier

  1. … 2 more files in changeset.
Added comment only re. number_p returns true for empty_string.

Added base multi-db support to the db_* API.

  1. … 6 more files in changeset.