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

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.

  1. … 9 more files in changeset.

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

Changed the representation of tree_sortkeys from "text" to "bit varying".

    • -14
    • +11
    ./sql/postgresql/cms-permissions.sql
    • -4
    • +1
    ./www/modules/items/attributes-postgresql.xql
    • -4
    • +3
    ./www/modules/items/relate-items-postgresql.xql
    • -6
    • +2
    ./www/modules/types/index-postgresql.xql
  1. … 50 more files in changeset.

Ouch - an error in a trigger killed, among another things killing some

bboard posting stuff.

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

    • -206
    • +388
    ./sql/oracle/cms-publishing-wf.sql
    • -215
    • +333
    ./sql/postgresql/cms-publishing-wf.sql
    • -149
    • +762
    ./tcl/workflow-procs-oracle.xql
    • -6
    • +12
    ./tcl/workflow-procs-postgresql.xql
    • -2
    • +4
    ./www/modules/workflow/case-status.xql
    • -1
    • +1
    ./www/modules/workflow/index-oracle.xql
    • -7
    • +7
    ./www/modules/workflow/workflow-oracle.xql
  1. … 6 more files in changeset.
fixed problem with publising images to multiple publishing roots

fixed problem with multiple publishing roots

  1. … 2 more files in changeset.
changed initial index page message from loading ... to use panel on left to start working

    • -1
    • +1
    ./www/modules/users/index-postgresql.xql
fixed url path to point to CR mount point

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

    • -15
    • +0
    ./www/modules/items/content-download-oracle.xql
    • -47
    • +5
    ./www/modules/items/content-download.tcl
    • -24
    • +0
    ./www/modules/items/content-download.xql
  1. … 74 more files in changeset.
modified serving of templates so that they are dynamically regenerated if they don't exist in the file system

  1. … 3 more files in changeset.

Fixed all sorts of cruft uncovered when I decided to fix the bug preventing

file upload in bboard.

  1. … 5 more files in changeset.
moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

  1. … 14 more files in changeset.
modified search interface to use FtsEngineDriver contract for searching

    • -0
    • +62
    ./www/modules/search/index-oracle.xql
    • -0
    • +63
    ./www/modules/search/index-postgresql.xql
    • -1
    • +1
    ./www/modules/search/search-results.xql
converted mail_notifications to use ad_proc instead of proc

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

  1. … 2 more files in changeset.
fixed closing of cursors after an exception

  1. … 2 more files in changeset.
removed references to party_id = -1 from post_request calls

fixed incompatiblity in workflow due to changing from acs-notifications to acs-mail

    • -2
    • +2
    ./www/modules/sitemap/index-oracle.xql
    • -1
    • +1
    ./www/modules/templates/index-oracle.xql
    • -1
    • +1
    ./www/modules/workflow/case-create.tcl
  1. … 3 more files in changeset.
fixed display of virtual urls for oracle version

    • -2
    • +2
    ./www/modules/sitemap/index-oracle.xql
fixed display of CR file content in oracle

    • -1
    • +1
    ./www/modules/items/content-download-oracle.xql
    • -2
    • +3
    ./www/modules/items/content-download.tcl
    • -1
    • +2
    ./www/modules/items/content-download.xql
    • -1
    • +1
    ./www/modules/items/revision-oracle.xql
  1. … 3 more files in changeset.
fixed query

fixed template functions

  1. … 1 more file in changeset.
fixed typo in query

removed dangling set sql statement

fixed image upload using lobs and file storage in CR

  1. … 1 more file in changeset.