• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
re-enabled general comments

fixed a problem where I was sending party_from as creation_user. But some packages use party_from as addresses which are not 'users' and putting those parties in as creation_user then violates the FK requirement in acs_objects->users. So, I've made the creation_user 'null' for now

removed another vestige of acs-notification

replaced bound version_id with tcl variable

Changed owner (original owner commented out)

Cleanup (notes should be in docs)

*** 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