• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

I boo-booed when changing the notification callback signature.

    • -11
    • +8
    ./sql/oracle/sample-article-create.sql

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.

    • -6
    • +15
    ./sql/oracle/sample-article-create.sql
  1. … 9 more files in changeset.

There were some inconsistencies in the way return_url was being set up...

Small change to wf_task_panels ...

Added a new proc to return the panels associated with a workflow ...

Removed references to jobs-start and jobs-kill (it's done in Tcl now)

Added a new function that returns the task_id for a particular case/taskkey.

The only way to get this (needed to fire a message transition) was for one's

client code to poke into the datamodel directly with a select.

1. Changed a couple of ns_schedule_proc calls to ad_schedule_proc.

2. Moved job scheduling for workflow from the db to tcl, because PG doesn't

support in-db job scheduling.

    • -14
    • +12
    ./tcl/workflow-procs-postgresql.xql
  1. … 4 more files in changeset.

1. Removed call to "schedule_proc" in acs-workflow. It's no longer needed.

2. Changed admin UI so you can enter the sort order when adding or editing

places.

3. Duplicated Bart Teeuwisse's glossary changes for Oracle.

    • -11
    • +1
    ./sql/oracle/workflow-case-package.sql
  1. … 5 more files in changeset.
initial revision of acs-workflow-4.3

    • -1
    • +1
    ./sql/postgresql/upgrade-4.1.1-4.3.sql
initial revision of acs-workflow-4.3

    • -1
    • +1
    ./sql/postgresql/upgrade-4.1.1-4.3.sql
initial revision of acs-workflow-4.3

    • -2
    • +2
    ./sql/postgresql/upgrade-4.1.1-4.3.sql
initial revision of acs-workflow-4.3

  1. … 1 more file in changeset.
initial revision of acs-workflow-4.3

  1. … 20 more files in changeset.
initial revision of acs-workflow-4.3

    • -0
    • +697
    ./sql/postgresql/upgrade/upgrade-4.1.1-4.3.sql
    • -205
    • +665
    ./tcl/workflow-procs-oracle.xql
    • -220
    • +615
    ./tcl/workflow-procs-postgresql.xql
    • -497
    • +1030
    ./tcl/workflow-procs.tcl
  1. … 220 more files in changeset.
initial revision of acs-workflow-4.3

    • -114
    • +197
    ./sql/oracle/sample-article-create.sql
    • -121
    • +292
    ./sql/oracle/sample-expenses-create.sql
    • -0
    • +541
    ./sql/oracle/upgrade-4.1.1-4.3.sql
    • -0
    • +46
    ./sql/oracle/wf-callback-package-body.sql
    • -0
    • +34
    ./sql/oracle/wf-callback-package-head.sql
    • -55
    • +3
    ./sql/oracle/wf-callback-package.sql
    • -297
    • +410
    ./sql/oracle/wf-core-create.sql
    • -0
    • +1973
    ./sql/oracle/workflow-case-package-body.sql
  1. … 137 more files in changeset.

Had to declare v_request_id ...

    • -1
    • +2
    ./sql/postgresql/sample-article-create.sql

A variety of minor fixes ...

    • -3
    • +2
    ./sql/oracle/sample-article-create.sql
  1. … 3 more files in changeset.
fixed typo

    • -2
    • +2
    ./sql/postgresql/sample-article-create.sql
moved notification call into callback routine

    • -1
    • +24
    ./sql/oracle/sample-article-create.sql
    • -9
    • +23
    ./sql/oracle/workflow-case-package.sql
    • -1
    • +22
    ./sql/postgresql/sample-article-create.sql
    • -9
    • +19
    ./sql/postgresql/workflow-case-package.sql
reset party_from to -1

    • -2
    • +2
    ./sql/oracle/workflow-case-package.sql
    • -8
    • +2
    ./sql/postgresql/workflow-case-package.sql
fixed incompatiblity in workflow due to changing from acs-notifications to acs-mail

    • -4
    • +10
    ./sql/oracle/workflow-case-package.sql
  1. … 8 more files in changeset.
restored oracle version of test script

fixed display of CR file content in oracle

    • -2
    • +8
    ./sql/postgresql/workflow-case-package.sql
  1. … 8 more files in changeset.
removed another vestige of acs-notification

    • -19
    • +1
    ./sql/postgresql/workflow-case-package.sql
more cleanup of oracle cursors and cms porting work

    • -1
    • +12
    ./sql/oracle/workflow-case-package.sql
  1. … 9 more files in changeset.

1. Straightened out some dependencies that resulted from Dan's moving of

cms workflow from acs-content-repository to the cms, i.e. where it

belongs.

2. Made the default severity in apm_callback_and_log "debug" rather than

"notice".

3. fixed toggle-inherit for Oracle.

  1. … 7 more files in changeset.
fixed cursors that were not being closed in the core

    • -1
    • +3
    ./sql/oracle/workflow-case-package.sql
  1. … 1 more file in changeset.
removed requirement on acs-notifications

    • -2
    • +1
    ./sql/oracle/workflow-case-package.sql
    • -2
    • +1
    ./sql/postgresql/workflow-case-package.sql
  1. … 5 more files in changeset.
converted notification calls to acs_mail_nt calls

    • -12
    • +3
    ./sql/oracle/workflow-case-package.sql
    • -11
    • +9
    ./sql/postgresql/workflow-case-package.sql
  1. … 7 more files in changeset.