• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed typos in my addition of acs_sc_impl_alias package

    • -4
    • +4
    ./sql/oracle/acs-sc-packages-create.sql
    • -7
    • +6
    ./sql/oracle/upgrade/upgrade-4.5-4.5.1.sql
Re-added fixes that didn't get merged in from 4.5

1) bboard-procs-postgresql.xql

2) etp-procs-oracle.xql

3) subsite/www/admin/users/new-postgresql.xql

4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql

Edited the acs-kernel upgrade script that JonG initially created (PG)

Created an oracle upgrade script

Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged)

Update the acs-kernel .info file to 4.5.1

  1. … 8 more files in changeset.
1) Fixes Bug 1645

2) Adds acs_sc_impl_alias pacakge to Oracle version so it's consistent with PG version

3) Adds upgrade script for above changes

    • -32
    • +100
    ./sql/oracle/acs-sc-packages-create.sql
    • -0
    • +339
    ./sql/oracle/upgrade/upgrade-4.5-4.5.1.sql
reduced debug output by adding acs_sc_log proc and setting level to SCDebug in most logging stmts

    • -2
    • +14
    ./tcl/acs-service-contract-procs.tcl
updated version to 4.5

  1. … 15 more files in changeset.
was out of sync with postgres version, was missing timestamp type

    • -1
    • +2
    ./sql/oracle/acs-sc-msg-types-create.sql
Updated .info files of all core packages to version 4.5

  1. … 22 more files in changeset.

Fixed trailing semicolons in queries that Oracle doesn't like.

Applied patch submitted by Dave Bauer - acs_sc_impl_alias__delete was missing

a parameter.

Someone had written this script to do the drops in a PL/SQL block, can't

do that.

Changed names of oracle views to be consistent with PG.

adding provides clause

1. Added session-update.tcl, a small utility which somewhat safely allows

you to put up a link that changes a session_property, for instance to

change the number of items displayed or that sort of thing. The caller

must sign their values and URL, which are verified by the callee via

ad_page_contract. If the referrer doesn't match the signed expected

referrer, you get bounced. I think this is reasonably secure (though

permissions should always be rigorously checked on all pages, of course)

2. acs_events had an html_p flag in the datamodel but no way to set it.

Fixed. It should really be a mime-type but since it's not using the

CR, and since I'm extremely busy with other stuff, I didn't fix it.

3. While doing #1 above I learned that signing and verifying arrays didn't

quite work. Fixed.

4. Found and fixed a small problem with my earlier work on the currency widget.

  1. … 13 more files in changeset.
fixing acs_sc_impl.delete() bug

    • -49
    • +39
    ./sql/oracle/acs-sc-packages-create.sql
Cast arguments to acs_sc_binding__new to make sure integer version is

selected. Add error checking to text version.

Fixed bugs and added query files for Oracle so the damn thing works on both

RDBMSs (Kapil's fault, not Neophytos, as Kapil had claimed to have ported

this over)

    • -3
    • +3
    ./sql/oracle/acs-sc-packages-create.sql
    • -12
    • +1
    ./sql/oracle/acs-sc-tables-create.sql
    • -0
    • +15
    ./www/binding-install-oracle.xql
    • -0
    • +13
    ./www/binding-install-postgresql.xql
    • -0
    • +15
    ./www/binding-uninstall-oracle.xql
    • -0
    • +13
    ./www/binding-uninstall-postgresql.xql
    • -0
    • +19
    ./www/index-oracle.xql
    • -0
    • +19
    ./www/index-postgresql.xql
added float and bytearray message types

    • -1
    • +3
    ./sql/oracle/acs-sc-msg-types-create.sql
converted structured text -> docbook,html

    • -0
    • +160
    ./www/doc/index.stx
    • -0
    • +288
    ./www/doc/index.xml

Started port of directory to postgresql, fixed some acs-service-contract

Oracle glitches ...

  1. … 10 more files in changeset.
acs service contract documentation by kapil thangavelu

    • -0
    • +167
    ./www/doc/index.html
fixed for Oracle: acs_sc_impl_alias to acs_sc_impl_aliases

    • -10
    • +10
    ./sql/oracle/acs-sc-packages-create.sql
fixed for Oracle

    • -2
    • +2
    ./sql/oracle/acs-sc-packages-create.sql
fixed for Oracle

    • -0
    • +14
    ./tcl/acs-service-contract-init-oracle.xql
    • -0
    • +40
    ./tcl/acs-service-contract-procs-oracle.xql
fixed delete_aliases to delete_alias (ben)

    • -3
    • +4
    ./sql/oracle/acs-sc-packages-create.sql
naming convention changes

    • -4
    • +4
    ./sql/postgresql/acs-sc-tables-create.sql
naming conventions

    • -20
    • +20
    ./sql/postgresql/acs-sc-tables-create.sql
    • -5
    • +5
    ./sql/postgresql/acs-sc-tables-drop.sql
    • -14
    • +14
    ./sql/postgresql/acs-sc-views-create.sql
    • -3
    • +3
    ./sql/postgresql/acs-sc-views-drop.sql
*** empty log message ***

fixed mispelled acs_sc_msg_type_element (gwong)

changed to comply with naming conventions

    • -4
    • +4
    ./sql/postgresql/acs-sc-msg-types-drop.sql
    • -2
    • +2
    ./sql/postgresql/acs-sc-tables-create.sql

Added Kapil's Oracle port of acs-service-contract.

    • -0
    • +352
    ./sql/oracle/acs-sc-msg-types-create.sql
    • -0
    • +17
    ./sql/oracle/acs-sc-msg-types-drop.sql
    • -0
    • +31
    ./sql/oracle/acs-sc-object-types-create.sql
    • -0
    • +14
    ./sql/oracle/acs-sc-object-types-drop.sql
    • -0
    • +568
    ./sql/oracle/acs-sc-packages-create.sql
    • -0
    • +10
    ./sql/oracle/acs-sc-packages-drop.sql
    • -0
    • +95
    ./sql/oracle/acs-sc-tables-create.sql
    • -0
    • +5
    ./sql/oracle/acs-sc-tables-drop.sql
    • -0
    • +48
    ./sql/oracle/acs-sc-views-create.sql
    • -0
    • +4
    ./sql/oracle/acs-sc-views-drop.sql
    • -0
    • +5
    ./sql/oracle/acs-service-contract-create.sql
    • -0
    • +7
    ./sql/oracle/acs-service-contract-drop.sql
    • -0
    • +100
    ./sql/oracle/sc-sample-create.sql
    • -0
    • +24
    ./sql/oracle/sc-sample-drop.sql