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

    • -1
    • +1
    ./oracle/survey-notifications-init.sql
  1. … 28 more files in changeset.
- brace expressions

- favor tcl-compilable string comparisons

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "export_url_vars" by "export_vars"

- replace deprecated "export_form_vars" by "export_vars"

- replace deprecated "philg_quote_double_quotes" "by ad_quotehtml"

- replace deprecated "ad_parameter" by "parameter::get"

- replace deprecated "ad_require_permission" by "permission::require_permission"

- use $$ quoting in postgres SQL

- use named parameters for SQL functions

- provide compatility with pg9

- fix/complete define_function_args

- bumped version number to 5.8.0

    • -151
    • +254
    ./postgresql/survey-create.sql
    • -16
    • +22
    ./postgresql/survey-notifications-drop.sql
    • -25
    • +31
    ./postgresql/survey-notifications-init.sql
  1. … 47 more files in changeset.
fixing uninstall for survey

- deinstall service contracts and notification types

- care about "drop funcion .... cascade"

    • -0
    • +50
    ./postgresql/survey-notifications-drop.sql
fix formatting to conform to usual OpenACS style

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2274 more files in changeset.
file upgrade-5.0.0b4-5.0.0-b5.apm was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.0.0b4-5.0.0-b5.apm
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Removed calls to useless survey-response.initial_response_id pl/sql function. Replace with speedy nvl call.

  1. … 4 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +466
    ./oracle/upgrade/upgrade-0.1d-0.2d.sql
  1. … 23 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -0
    • +1
    ./oracle/survey-notifications-init.sql
  1. … 274 more files in changeset.
using named parameters in call to acs_sc_impl.new to avoid mismatch with new optional pretty name parameter

    • -3
    • +3
    ./oracle/survey-notifications-init.sql
  1. … 26 more files in changeset.
Moved function call to nvl/coalesce

merge of 4.6.3b1 to HEAD

  1. … 17 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 7 more files in changeset.
Renamed primary key constraint on survey_responses from srvsimp_resp_response_id_pk to survey_resp_respose_id_pk to resolve a conflict with the constraint name in simple-survey.

merge from oacs-4-6

    • -29
    • +38
    ./postgresql/survey-notifications-init.sql
  1. … 26 more files in changeset.
source notifications init file

source notificiations-init.sql file

fix abstract data type for postgresql, add blob

fix postgresql create and drop scripts

  1. … 1 more file in changeset.
initial import

    • -0
    • +242
    ./oracle/survey-create.sql
    • -0
    • +60
    ./oracle/survey-drop.sql
    • -0
    • +62
    ./oracle/survey-notifications-init.sql
    • -0
    • +484
    ./oracle/survey-package-create.sql
    • -0
    • +4
    ./oracle/survey-package-drop.sql
    • -0
    • +567
    ./postgresql/survey-create.sql
    • -0
    • +76
    ./postgresql/survey-drop.sql
    • -0
    • +62
    ./postgresql/survey-notifications-init.sql
  1. … 161 more files in changeset.