• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
send_date needs to be timestamptz

file upgrade-0.2-0.3.sql was initially added on branch oacs-4-6.

I had hard-coded a table name when I needed to use a variable, because the table used depends on whether the user has moderation rights on the message or not

    • -2
    • +2
    /openacs-4/packages/forums/www/message-view.tcl
Require acs-tcl version 4.6.2 -- it really requires 4.6.3, but we forgot to bump up the version number of acs-tcl

    • -0
    • +1
    /openacs-4/packages/logger/logger.info
file apm-callback-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/notifications/tcl/apm-callback-procs.tcl
file notification-email-procs.xql was initially added on branch oacs-4-6.

file delivery-method-procs-postgresql.xql was initially added on branch oacs-4-6.

file delivery-method-procs-oracle.xql was initially added on branch oacs-4-6.

Added support for notifications going out as the user who sent the notification. This required changing the delivery method service contract, so I moved all service contracts into tcl

  1. … 13 more files in changeset.
file upgrade-4.6.2-4.6.4.sql was initially added on branch oacs-4-6.

Added note about apm_upgrade_logic. Very important proc.

Added an example of using it within the APM upgrade callback.

Made the ordering of callbacks a little more logical

Fixed context bar

Added help text to explain what the callbacks mean and with which parameters they're called.

- Integrated changes from myself and Michael Steigman. If it doesn't work, it's probably my fault. Includes the following:

- oracle support

- oracle and pg upgrade scripts (from v4.0.1)

- working drop scripts

- bump of version to 4.5

    • -0
    • +32
    /openacs-4/packages/photo-album/sql/oracle/pa-clip-drop.sql
  1. … 68 more files in changeset.
Moved function call to nvl/coalesce

added missing ;

Replace function call with nvl in survey_response.initial_user_id

Speed up survey_response__initial_user_id by turning a function call

into coalesce.

Forgot to add my new .tcl file in the previous commit.

Added Tcl API to allow the definition of portal datasource from a spec,

which gets rid of the need to write PG and Oracle SQL to define these.

fixed grant group permissions

file presentation-acl-add-group-3.xql was initially added on branch oacs-4-6.

Added collections-specific stuff to dotlrn-homework-drop.sql and fixed a broken function drop call.

fix jarkkos perm for photo-album

Removed the call to log-new.tcl which posts to the cvs commits forum on openacs.org

file upgrade-0.1a-0.2.sql was initially added on branch oacs-4-6.

Added UI to edit the name of a relational segment

file edit.tcl was initially added on branch oacs-4-6.