• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

    • -14
    • +23
    ./packages/file-storage/www/file-move-2.tcl
Minor misspelling corrected

    • -2
    • +2
    ./packages/file-storage/www/file-copy-2.tcl
fixed image upload using lobs and file storage in CR

    • -2
    • +4
    ./packages/cms/tcl/form-procs-postgresql.xql
    • -0
    • +11
    ./packages/cms/tcl/item-procs-postgresql.xql
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

    • -8
    • +8
    ./packages/acs-admin/www/apm/package-add.tcl
    • -3
    • +3
    ./packages/acs-api-browser/www/index.adp
  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.

    • -3
    • +15
    ./packages/acs-admin/tcl/apm-admin-procs.tcl
    • -24
    • +42
    ./packages/acs-admin/www/apm/packages-install.tcl
    • -1
    • +32
    ./packages/address-book/address-book.info
    • -11
    • +13
    ./packages/address-book/www/contact-delete.tcl
more cleanup of cms - content upload and display

    • -1
    • +1
    ./packages/cms/sql/postgresql/cms-workflow.sql
    • -1
    • +1
    ./packages/cms/tcl/content-method-procs.tcl
    • -0
    • +19
    ./packages/cms/www/modules/items/template-register-postgresql.xql
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

    • -2
    • +2
    ./packages/acs-subsite/tcl/relation-procs.tcl
These colons should be semicolons

Initial Import

    • -0
    • +40049
    ./packages/timezones/sql/common/timezone-rules.sql
File not needed

Initial import

    • -0
    • +25
    ./packages/acs-reference/www/reference-data-list-postgresql.xql
removed dangling " in delete_item

changed "= null" to "is null" for oracle's sake

    • -2
    • +2
    ./packages/file-storage/www/version-delete.tcl
    • -1
    • +1
    ./packages/file-storage/www/version-delete.xql