• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Importing.

    • -4
    • +10
    ./packages/acs-datetime/acs-datetime.info
    • -0
    • +26
    ./packages/acs-datetime/tcl/acs-calendar-procs-postgresql.xql
    • -0
    • +13
    ./packages/acs-datetime/tcl/acs-datetime-procs.xql
fixed exception message in content_type__drop_attribute

RAC: Added *xql missing from previous commit

    • -0
    • +69
    ./packages/address-book/tcl/address-book-procs.xql
    • -0
    • +11
    ./packages/address-book/www/address-ae-2.xql
    • -0
    • +18
    ./packages/address-book/www/address-delete.xql
    • -0
    • +25
    ./packages/address-book/www/address-swap-oracle.xql
    • -0
    • +11
    ./packages/address-book/www/address-swap.xql
    • -0
    • +30
    ./packages/address-book/www/attr-ae-2-oracle.xql
    • -0
    • +22
    ./packages/address-book/www/attr-ae-2.xql
    • -0
    • +38
    ./packages/address-book/www/attr-ae.xql
    • -0
    • +15
    ./packages/address-book/www/attr-delete-oracle.xql
    • -0
    • +15
    ./packages/address-book/www/attr-delete.xql
  1. … 14 more files in changeset.
RAC (Nov 23, 2001): Unfinished port for address-book.

The places package needs to be replaced by acs-references. This makes the data model file crash. The *xql files were created but untouched.

    • -0
    • +932
    ./packages/address-book/sql/postgresql/address-book-create.sql
    • -0
    • +141
    ./packages/address-book/sql/postgresql/address-book-drop.sql
Similar to previous fix.

Added missing where clause in "bboard_message_set.message_set_content"

query. Thanks to Louis Zirkel for catching this.

Fix for message-edit-3 blowing up. Tested on both PG and Oracle. Thanks

go out to Louis. - Arjun

"In digging into the code I found that there is a call to

bboard_message_clear_categories which in turn calls db_dml to call a

stored proc. This doesn't seem to work, but changing the db_dml call

to db_exec_plsql seems to have resolved the issue." -- Louis Zirkel

fixed MIME type checking for text inside oracle clob

    • -2
    • +2
    ./packages/acs-mail/tcl/acs-mail-procs.tcl

moved the time check inside the if statment for expected_arrival_time

fixed bug when all_items_p is selected, the item_id_list was not set to item_id so only the last item_id would get passed to fulfill-3.tcl. Also added a time check to make sure all parts of the time had two digits. PostgreSQL chokes if it's not formatted exactly (ie. HH:MI:SS). Created a new function called: ec_timeentrywidget_time_check to do the check.

added a proc ec_timeentrywidget_time_check to make sure that the time part of the time stamp has all of the necessary digits for HH:MM:SS. If it doesn't, postgresql complains.

fixed trig_ec_order_state_after_tr

fixed typo

    • -1
    • +1
    ./packages/cms/tcl/pagination-procs-oracle.xql
reimplemented RI triggers for live_revision and latest_revision as user triggers

cleanups, playing with cvs, hi log readers

    • -4
    • +2
    ./packages/postcard/www/add-picture-2.tcl
cleanup

removed trigger delete

fixes

    • -2
    • +2
    ./packages/postcard/www/add-picture-2.tcl
removed deleted file

- converted over to using pg lobs,

- always uses template system for content generation

- added basic double click checks to postcard sending

- added more fine grained security checks based on

a more atomic security/permission model

    • -0
    • +25
    ./contrib/obsolete-packages/postcard/www/add-picture.adp
    • -0
    • +14
    ./contrib/obsolete-packages/postcard/www/index.xql
  1. … 15 more files in changeset.
added basic permissioning and pg lob support

updated with latest file revisions, not sure about url conventions

    • -60
    • +61
    ./contrib/obsolete-packages/postcard/postcard.info
    • -60
    • +61
    ./packages/postcard/postcard.info

changed number to numeric in one of the functions

fixed bug where the order amount would not be subtracted from the gift certificate total

    • -3
    • +10
    ./packages/ecommerce/www/finalize-order.tcl

fixed to_number call that I missed

    • -2
    • +2
    ./packages/ecommerce/tcl/ecommerce-state-changes-procs-postgresql.xql

fixed more things in ACS-subsite and more site node stuff API.

    • -3
    • +13
    ./packages/acs-subsite/tcl/rel-types-procs.tcl
    • -0
    • +8
    ./packages/acs-subsite/tcl/rel-types-procs.xql
    • -2
    • +5
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl

Mounted acs-workflow by default. It is confusing not to do so because

it is listed as a core package that "probably isn't meant to be mounted"

by site map, and yet it is designed to be mounted. I think that all

core packages designed to be mounted should be mounted at install time

but haven't gone through to make sure we're consistent.

acs-workflow has to be part of the core because the CR needs it.

Restored calculation of blob size (CR won't do this for us)

    • -2
    • +1
    ./packages/file-storage/www/file-oracle.xql
    • -4
    • +1
    ./packages/file-storage/www/index-oracle.xql
Added calculation of blob size (CR won't do this for us)

ported date calculations for postgresql

    • -5
    • +21
    ./packages/ecommerce/www/gift-certificate-finalize-order-postgresql.xql