• last updated 29 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

ported outer joins and fixed date calculations

ported outer joins

ported decode and outer joins

adjusted .info files to reflect OpenACS

removed extra comma

fixed typo in query

fixed insertion order for insert statement in content_revision__copy routine

removed dangling set sql statement

Commented out the elaborate error reporting when moving a file to a folder with the same name. Postgres seems to have problems querying a table that has just had an aborted transaction. Copied simpler error reporting of file copy instead.

Minor misspelling corrected

fixed image upload using lobs and file storage in CR

    • -4
    • +12
    /openacs-4/packages/cms/tcl/form-procs.tcl
Package deletetion should be via apm_package__delete, not acs_objects__delete

Package deletetion should be via apm_package.delete, not acs_objects.delete

Fixed bug in dt_next_month and dt_prev_month, which were using unnecessary

"day" arguments.

Remived dangling quote from dynamic query

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

  1. … 14 more files in changeset.
Fixing typo.

fixed typo in apm_package_version__copy

fixed folder deletion problem caused by pg RI bug

initial import

Got drop and create to play together, finally!

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

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

more cleanup of cms - content upload and display

Added drop trigger calls

Added calls to remove trigger and trigger procedures.

removed on delete cascade on folder_id of fs_root_folders (see datamodel comment why); also added before and after trigger to clean up CR after package instance deletion

Removed on delete cascade on folder_id of fs_root_folders (see datamodel comments why); also added a before and after trigger to clean up CR when package instance is deleted.

Fix a db_dml

These colons should be semicolons