• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implement check/uncheck all with Javascript (SDM patch #86)

Add ad_return_top_of_page to pages which start with an ns_write to

make sure HTTP headers get returned

Bootstrap installer was installing packages that don't work with the

current RDBMS (search vs. Oracle in particular)

  1. … 2 more files in changeset.

1. Fixed APM bug - updating a package failed due to an unported query.

2. Updated the version number for version control.

    • -0
    • +15
    ./apm/packages-install-3-oracle.xql
    • -0
    • +15
    ./apm/packages-install-3-postgresql.xql
  1. … 2 more files in changeset.

Fixed a couple of minor problems:

1. A typo in version-edit-2 that didn't really impact anything

2. A "triggered data change" error caused by apm-create.sql

3. restore-user flat-out didn't work and aD had never tested it

  1. … 2 more files in changeset.

Fixed db_blob_get for PG, and got rid of db_continue_transaction, which we

can no longer support because PG automatically aborts a transaction after an

error.

  1. … 4 more files in changeset.
*** empty log message ***

  1. … 4 more files in changeset.

A bunch of "ACS"->"OpenACS" and similar changes

  1. … 27 more files in changeset.

Started on address book, still a lot of work to do.

made minor improvements to "packages-install" in the APM.

  1. … 15 more files in changeset.

1. Fixed a bug in the oracle version of acs-mail-nt-create.sql

2. Fixed a bug in the oracle version of the APM - a standard SQL92

left join was being executed rather than the nasty Oracle-specific

notation.

3. Futzed with the APM a bit - you can now only set "watch" commands on

those .xql files which are used by the current installation, you can

only install packages supported by the current installation's RDBMS.

  1. … 7 more files in changeset.

Oops - Vinod caught the fact that only the standard SQL92 version of the

query "apm_all_files" existed in a query file ...

    • -0
    • +17
    ./apm/version-files-oracle.xql

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. … 7 more files in changeset.

Built two query snippets using "db_map". They weren't db specific so we

now have a generic index.xql file...

catchall

  1. … 2 more files in changeset.

Added calls to Dan's new "db_map" routine to make db-specific queries in

the apm index page work.

cleaned up content repository data-model and converted oracle apm to use file storage in the content repository

  1. … 11 more files in changeset.
ported complex search using new db_map command for generating query snippets

    • -0
    • +37
    ./users/complex-search-oracle.xql
    • -0
    • +37
    ./users/complex-search-postgresql.xql
updated oracle version to use file storage in CR

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. … 30 more files in changeset.
ported queries for serving tarballs

    • -0
    • +32
    ./apm/packages/index-oracle.xql
    • -0
    • +32
    ./apm/packages/index-postgresql.xql
converted apm to store tarballs in the content repository

  1. … 5 more files in changeset.
converted apm to store package tarballs in the content repository

  1. … 7 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
*** empty log message ***

More porting changes ...

    • -0
    • +71
    ./users/member-state-change-oracle.xql
    • -0
    • +67
    ./users/member-state-change-postgresql.xql
    • -0
    • +17
    ./users/one-oracle.xql
    • -0
    • +17
    ./users/one-postgresql.xql
    • -0
    • +18
    ./users/registration-history-oracle.xql
    • -0
    • +18
    ./users/registration-history-postgresql.xql

Fixed extractor and re-ran it, causing some file shuffling.

    • -15
    • +0
    ./users/member-state-change-oracle.xql
    • -17
    • +0
    ./users/member-state-change-postgresql.xql

Removed more of the "default '' not null" kludge.

    • -3
    • +5
    ./users/member-state-change-postgresql.xql
  1. … 15 more files in changeset.

1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the

first place (MY stupid idea, for the record).

2. More .xql file porting...

    • -0
    • +14
    ./apm/version-dependencies-postgresql.xql
    • -2
    • +3
    ./apm/version-dependency-add-postgresql.xql
  1. … 19 more files in changeset.
fixed problem with initalizing a_order and added missing as to select query

  1. … 1 more file in changeset.

More porting of the APM is complete! Nearly done, a bug in the datamodel

API and we need to convert from direct use of blobs to using the

content repository.

    • -0
    • +15
    ./apm/version-parameters-oracle.xql
    • -0
    • +17
    ./apm/version-parameters-postgresql.xql
  1. … 8 more files in changeset.