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

Port group-type/change-join-policy

This query wrongly extracted from comment in party::new

This query wrongly extracted from comment in group::new

Initial port of the acs-datetime package. All database calls to Oracle-

specific functions have been replaced with Tcl procedures. These Tcl

procedures should mimic exactly thier Oracle counterparts to reduce the

chance of introducing bugs into the system. Future enhancements are likely

forthcoming to increase the robustness of the code.

Importing.

    • -0
    • +13
    /openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.xql
fixed exception message in content_type__drop_attribute