• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Testing

Had to declare v_request_id ...

A variety of minor fixes ...

  1. … 3 more files in changeset.
1) Fixed .info file

2) fixed a case statement

    • -3
    • +1
    ./bboard-portlets/bboard-portlets.info
    • -2
    • +1
    ./bboard-portlets/www/summarize-postgresql.xql
moved notification calls back into callback

fixed typo

moved notification call into callback routine

added name method support for content_revision type

  1. … 5 more files in changeset.

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

file upload in bboard.

    • -6
    • +6
    ./bboard/tcl/bboard-procs-postgresql.xql
    • -1
    • +1
    ./bboard/www/attachment-postgresql.xql
  1. … 3 more files in changeset.
reset party_from to -1

added install check to be sure that NotificationSender has a valid email address

added install check to be sure that NotificationSender has a valid email address

    • -0
    • +19
    ./ticket-tracker/www/admin/install/index-oracle.xql
    • -0
    • +19
    ./ticket-tracker/www/admin/install/index-postgresql.xql
    • -0
    • +27
    ./ticket-tracker/www/admin/install/index.adp
    • -2
    • +19
    ./ticket-tracker/www/admin/install/index.tcl
    • -1
    • +0
    ./ticket-tracker/www/admin/install/index.xql
    • -0
    • +15
    ./ticket-tracker/www/admin/install/set-sender.tcl
*** empty log message ***

  1. … 4 more files in changeset.
fixed incompatiblity in workflow due to changing from acs-notifications to acs-mail

  1. … 8 more files in changeset.
restored oracle version of test script

fixed display of CR file content in oracle

  1. … 8 more files in changeset.
re-enabled general comments

removed another vestige of acs-notification

adjusted .info files to reflect OpenACS

    • -4
    • +5
    ./ticket-tracker-lite/ticket-tracker-lite.info
  1. … 3 more files in changeset.
removed extra comma

Don't use db_dml when calling stored procs. Use db_exec_plsql instead.

more cleanup of oracle cursors and cms porting work

  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

    • -0
    • +2
    ./acs-workflow/sql/oracle/jobs-kill.sql
    • -0
    • +2
    ./acs-workflow/sql/oracle/jobs-start.sql
  1. … 1 more file in changeset.
removed requirement on acs-notifications

  1. … 4 more files in changeset.
converted notification calls to acs_mail_nt calls

    • -2
    • +2
    ./ticket-tracker/www/doc/xml/design.xml
  1. … 5 more files in changeset.
Similar to previous fix.

Added missing where clause in "bboard_message_set.message_set_content"

query. Thanks to Louis Zirkel for catching this.

    • -1
    • +1
    ./bboard/tcl/bboard-procs-postgresql.xql
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

cleanups, playing with cvs, hi log readers

  1. … 1 more file in changeset.