• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

1. Straightened out some dependencies that resulted from Dan's moving of

cms workflow from acs-content-repository to the cms, i.e. where it

belongs.

2. Made the default severity in apm_callback_and_log "debug" rather than

"notice".

3. fixed toggle-inherit for Oracle.

fixed cursors that were not being closed in the core

cleanup

changed magic object -3 from a group to a plain object

removed circular dependency due to workflow

more cleanup of cms

    • -8
    • +11
    /openacs-4/packages/cms/tcl/form-procs.tcl
Fix SDM bug #979

Fix SDM bug #1053

Resync .info

newest .info file

fixed audit procs. did a db_type check so that we can run ns_pg_bind for postgresql and ns_ora for oracle. also mapped get_entries_sql because of rowid/oid.

these queries were not picked up by the QE

added partial postgresql support. trigger creation and alter table ... drop column not supported yet.

changed ec_column_type_widget to check for postgresql or oracle

Changes folder_id to parent_id in duplicate_check query

Added queries to delete cr_items entry when last revision deleted

Added queries to delete cr_items entry when last revision is deleted

Entry in cr_items should be deleted after last revision is deleted (bug in original version)

corrected revision_new and lob upload query

*** empty log message ***

fixed single quote error for postgresql. Reported by Bart T.

removed requirement on acs-notifications

converted notification calls to acs_mail_nt calls

converted notification calls to acs_mail_nt calls

fixed a couple of typos in content_type__drop_attribute

uncomplete ported queries

    • -0
    • +53
    /openacs-4/packages/calendar/www/cal-item-oracle.xql
    • -0
    • +53
    /openacs-4/packages/calendar/www/cal-item-postgresql.xql
    • -0
    • +33
    /openacs-4/packages/calendar/www/cal-options-oracle.xql
    • -0
    • +33
    /openacs-4/packages/calendar/www/cal-options-postgresql.xql
    • -0
    • +21
    /openacs-4/packages/calendar/www/cal-weekview-oracle.xql
uncomplete port of queries

    • -0
    • +141
    /openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql
    • -0
    • +16
    /openacs-4/packages/calendar/tcl/cal-item-procs.xql
    • -0
    • +38
    /openacs-4/packages/calendar/tcl/calendar-community-core-procs-postgresql.xql
    • -0
    • +100
    /openacs-4/packages/calendar/tcl/calendar-procs-oracle.xql
    • -0
    • +15
    /openacs-4/packages/calendar/tcl/calendar-procs.xql
ported calendar data model

ported calendar data model

fixed get_path to match oracle version