• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

  1. … 21 more files in changeset.
fixed virtual url handling for CR so that it will also display content that is not live. This was done so that non-live revision could be searched for. It is assumed that the user will only see content that they have permission to view regardless of whether it is live or not.

  1. … 8 more files in changeset.

Adding it in ...

    • -0
    • +49
    ./acs-service-contract.info
    • -0
    • +253
    ./sql/postgresql/acs-sc-msg-types-create.sql
    • -0
    • +12
    ./sql/postgresql/acs-sc-msg-types-drop.sql
    • -0
    • +42
    ./sql/postgresql/acs-sc-object-types-create.sql
    • -0
    • +9
    ./sql/postgresql/acs-sc-object-types-drop.sql
    • -0
    • +484
    ./sql/postgresql/acs-sc-packages-create.sql
    • -0
    • +20
    ./sql/postgresql/acs-sc-packages-drop.sql
    • -0
    • +99
    ./sql/postgresql/acs-sc-tables-create.sql
    • -0
    • +5
    ./sql/postgresql/acs-sc-tables-drop.sql
    • -0
    • +46
    ./sql/postgresql/acs-sc-views-create.sql
    • -0
    • +3
    ./sql/postgresql/acs-sc-views-drop.sql
    • -0
    • +5
    ./sql/postgresql/acs-service-contract-create.sql
    • -0
    • +5
    ./sql/postgresql/acs-service-contract-drop.sql
    • -0
    • +87
    ./sql/postgresql/sc-sample-create.sql
    • -0
    • +16
    ./sql/postgresql/sc-sample-drop.sql
  1. … 7 more files in changeset.