• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added OutgoingSender parameter to acs-kernel

fixed to set creation_user only if party_from is actually a user.

fixed to use the acs-kernel param OutgoingSender if party_from doesn't have an email address.

reset party_from to -1

added install check to be sure that NotificationSender has a valid email address

added install check to be sure that NotificationSender has a valid email address

Oops on colunm name, fixed ordering

Fixed context_bar to more closely mimic oracle behavior

changed nvl to coalesce in tcl file

    • -11
    • +38
    /openacs-4/packages/calendar/www/cal-dayview.tcl
    • -3
    • +22
    /openacs-4/packages/calendar/www/cal-monthview.tcl
*** empty log message ***

updated the info file

*** empty log message ***

replace unique with distinct in the cal-options-postgresql.xql

Datamodel should be working

updated

xql files for admin dir

    • -0
    • +24
    /openacs-4/packages/calendar/www/admin/index-oracle.xql
    • -0
    • +24
    /openacs-4/packages/calendar/www/admin/index-postgresql.xql
    • -0
    • +18
    /openacs-4/packages/calendar/www/admin/one-oracle.xql
    • -0
    • +18
    /openacs-4/packages/calendar/www/admin/one-postgresql.xql
removed FILTER_ABORT code from template::forward as the RP doesn't support the catching of the FILTER_ABORT error as a control structure. Removal of the FILTER_ABORT code allows code to be executed after a template::forward command

fixed definition of item relationships

initial port to postgresql. modified to use the new acs-mail package

which uses acs-content-repository instead of acs-content.

    • -0
    • +35
    /openacs-4/packages/spam/sql/postgresql/spam-create.sql
    • -0
    • +21
    /openacs-4/packages/spam/sql/postgresql/spam-drop.sql
    • -0
    • +5
    /openacs-4/packages/spam/sql/postgresql/spam-views.sql
    • -0
    • +72
    /openacs-4/packages/spam/tcl/spam-procs-oracle.xql
    • -0
    • +89
    /openacs-4/packages/spam/tcl/spam-procs-postgresql.xql
    • -6
    • +33
    /openacs-4/packages/spam/tcl/spam-procs.tcl
    • -0
    • +80
    /openacs-4/packages/spam/tcl/spam-procs.xql
    • -0
    • +55
    /openacs-4/packages/spam/www/index-oracle.xql
    • -0
    • +62
    /openacs-4/packages/spam/www/index-postgresql.xql
    • -0
    • +4
    /openacs-4/packages/spam/www/index.xql
  1. … 31 more files in changeset.
Fixed info file for postgresql and fixed Oracle version

changed gmake-install-headers to gmake install-all-headers

fixed closing of cursors after an exception

    • -3
    • +1
    /openacs-4/packages/cms/tcl/perm-procs.tcl
version update with new common/ packages

initial import

    • -0
    • +39
    /openacs-4/packages/ref-timezones/ref-timezones.info
updated timezones. I was missing all after 505

initial revision

New content_item now has subtype file_storage_item so that site-wide search can distinguish file-storage items in CR

fs_file_p must check file_storage_item for content_type in CR

Must drop file_storage_item type added to OM (added so that site-wide search can distinguish file-storage items in CR)

Added file_storage_item type to OM so that site-wide search can distinguish file-storage items in CR

Added a couple of patches, mostly minor ...