• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
cleanup

  1. … 1 more file in changeset.
removed trigger delete

  1. … 1 more file in changeset.
fixes

  1. … 2 more files in changeset.
removed deleted file

  1. … 1 more file in changeset.
- converted over to using pg lobs,

- always uses template system for content generation

- added basic double click checks to postcard sending

- added more fine grained security checks based on

a more atomic security/permission model

    • -7
    • +16
    ./postcard/www/add-picture-2-postgresql.xql
    • -0
    • +25
    ./postcard/www/add-picture.adp
    • -0
    • +14
    ./postcard/www/index.xql
    • -5
    • +3
    ./postcard/www/postcard-picture-postgresql.xql
    • -1
    • +1
    ./postcard/www/show-card-postgresql.xql
  1. … 15 more files in changeset.
added basic permissioning and pg lob support

  1. … 2 more files in changeset.
updated with latest file revisions, not sure about url conventions

  1. … 1 more file in changeset.
Fix broken threading due to incorrect query name.

Fixed posting error due to incorrect partialquery name.

Added patch form Luke Pond that updates bboard_garbage_collect_postgresql

so that general_comments are prevented from being garbage collected.

Fixes the broken forum page. Wrap else clause of the "messages_select"

query in to_char so that the datatypes of both claues match.

cleanup of old oracle code

made date format prettier

fixed to use new acs_mail notifications