• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed nvl to coalesce in tcl file

    • -11
    • +38
    ./packages/calendar/www/cal-dayview.tcl
    • -5
    • +30
    ./packages/calendar/www/cal-listview.tcl
    • -3
    • +22
    ./packages/calendar/www/cal-monthview.tcl
    • -5
    • +29
    ./packages/calendar/www/cal-weekview.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
    • +40
    ./packages/calendar/www/admin/cal-item-permissions-postgresql.xql
    • -0
    • +28
    ./packages/calendar/www/admin/cal-item-permissions.xql
    • -0
    • +28
    ./packages/calendar/www/admin/calendar-permissions-postgresql.xql
    • -0
    • +28
    ./packages/calendar/www/admin/calendar-permissions.xql
    • -0
    • +46
    ./packages/calendar/www/admin/calendar-preferences-postgresql.xql
    • -0
    • +24
    ./packages/calendar/www/admin/index-oracle.xql
    • -0
    • +24
    ./packages/calendar/www/admin/index-postgresql.xql
    • -0
    • +18
    ./packages/calendar/www/admin/one-oracle.xql
    • -0
    • +18
    ./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

    • -8
    • +8
    ./packages/acs-templating/tcl/filter-procs.tcl
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.

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

    • -2
    • +1
    ./packages/static-pages/static-pages.info
changed gmake-install-headers to gmake install-all-headers

    • -1
    • +1
    ./packages/openfts-driver/www/doc/INSTALL
fixed closing of cursors after an exception

    • -0
    • +6
    ./packages/cms/sql/oracle/cms-workflow.sql
version update with new common/ packages

initial import

    • -0
    • +39
    ./packages/ref-timezones/ref-timezones.info
    • -0
    • +25
    ./packages/ref-timezones/sql/postgresql/ref-timezones-drop.sql
updated timezones. I was missing all after 505

initial revision

    • -0
    • +520
    ./packages/ref-timezones/sql/common/ref-timezones-data.sql
    • -0
    • +25
    ./packages/ref-timezones/sql/oracle/ref-timezones-drop.sql
New content_item now has subtype file_storage_item so that site-wide search can distinguish file-storage items in CR

    • -2
    • +3
    ./packages/file-storage/www/file-add-2.tcl
    • -2
    • +3
    ./packages/file-storage/www/file-copy-2.tcl
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 ...

Added Gilbert's fix for PG to Oracle, too ...

    • -0
    • +1
    ./packages/acs-subsite/acs-subsite.info
    • -0
    • +20
    ./packages/acs-subsite/www/register/email-confirm-oracle.xql

Minor fixes ...

    • -1
    • +2
    ./packages/address-book/address-book.info
Add metadata for person__new and user__new

Port a few more queries

*** empty log message ***

    • -0
    • +18
    ./packages/acs-tcl/tcl/00-database-procs.tcl
*** empty log message ***

support/implementation of FtsContentProvider

    • -0
    • +3
    ./packages/notes/sql/postgresql/notes-drop.sql
    • -0
    • +64
    ./packages/notes/sql/postgresql/notes-sc-create.sql
    • -0
    • +18
    ./packages/notes/sql/postgresql/notes-sc-drop.sql
    • -0
    • +37
    ./packages/notes/tcl/notes-procs.tcl
    • -0
    • +7
    ./packages/notes/www/view-one.adp
    • -0
    • +21
    ./packages/notes/www/view-one.tcl

Changed the sql plus load routine to cd to the script directory.