• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved the lc_time_fmt call to the if block where it's actually used. This call adds a few ms per loop iteration, which sounds small, but adds up quickly because we loop once per person per question. The unnecessary calls were adding several minutes' delay on some of Sloan's larger surveys.

bulk mail to everyone had a typo. bulk mail to people who had not responded was hugely slow

survey responses showing the correct display dispite the admin editing a response

making it so the original respondent is listed instead of the admin

    • -15
    • +16
    ./view-text-responses-oracle.xql
  1. … 2 more files in changeset.
fix from Sloan: add button for admin to edit any survey response, and fix bug where all survey file attachments were shown if there was one at all

file one_list.adp was initially added on branch oacs-5-1.

file respond.adp was initially added on branch oacs-5-1.

file respond-oracle.xql was initially added on branch oacs-5-1.

file process-response.xql was initially added on branch oacs-5-1.

file process-response.tcl was initially added on branch oacs-5-1.

file process-response.adp was initially added on branch oacs-5-1.

file process-response-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./process-response-postgresql.xql
file process-response-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./process-response-oracle.xql
file one_table.adp was initially added on branch oacs-5-1.

file one_paragraph.adp was initially added on branch oacs-5-1.

file respond.xql was initially added on branch oacs-5-1.

file respond.tcl was initially added on branch oacs-5-1.

Fixing some quoting and display problems.

file survey-create-confirm.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./survey-create-confirm.tcl
bug 1991 and taking care of description HTML

  1. … 3 more files in changeset.
bug 1991 - survey description formatting

Return null in anonymous plpgsql function for delete. Fixes bug#1335

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 284 more files in changeset.
Added noquote. Fixes bug#1330

Added noquote. Fixed bug#1330

  1. … 1 more file in changeset.
Adding typecasts to integer for proper postgresql 7.3 support. Fixes bug#1329

file question-swap-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./question-swap-postgresql.xql
focus on forms

Fixes misnamed query.

    • -1
    • +1
    ./response-limit-toggle-postgresql.xql
Fix display of boolean answers. The query was not updated to allow yes/no display.