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

updated .info for util.logical_negation corrections. Added -postgresql.xql and -oracle.sql for a few files in admin/

changed logical_negation calls to util__logical_negation and util.logical_negation.

    • -0
    • +14
    ./www/admin/question-active-toggle-oracle.xql
    • -0
    • +14
    ./www/admin/question-active-toggle-postgresql.xql
    • -0
    • +14
    ./www/admin/question-required-toggle-oracle.xql
    • -0
    • +15
    ./www/admin/question-required-toggle-postgresql.xql
    • -0
    • +13
    ./www/admin/response-editable-toggle-oracle.xql
    • -0
    • +13
    ./www/admin/response-editable-toggle-postgresql.xql
    • -0
    • +14
    ./www/admin/response-limit-toggle-oracle.xql
    • -0
    • +14
    ./www/admin/response-limit-toggle-postgresql.xql

logical_negation changed to util__logical_negation and util.logical_negation in acs-kernel/sql/*/utilities-create.sql

    • -1
    • +1
    ./www/admin/question-active-toggle.tcl
    • -13
    • +0
    ./www/admin/question-active-toggle.xql
    • -1
    • +1
    ./www/admin/question-required-toggle.tcl
    • -13
    • +0
    ./www/admin/question-required-toggle.xql
    • -2
    • +2
    ./www/admin/response-editable-toggle.tcl
    • -12
    • +0
    ./www/admin/response-editable-toggle.xql
    • -13
    • +0
    ./www/admin/response-limit-toggle.xql

updated with correct names for sql creation/deletion scripts

renamed files to package-name-create/drop format so that the APM will recognize it during installation.

    • -0
    • +584
    ./sql/postgresql/simple-survey-create.sql
    • -0
    • +73
    ./sql/postgresql/simple-survey-drop.sql
    • -584
    • +0
    ./sql/postgresql/survsimp-create.sql

renamed the files to package-name-create/drop.sql so the APM will recognize it

    • -0
    • +548
    ./sql/oracle/simple-survey-create.sql
    • -0
    • +69
    ./sql/oracle/simple-survey-drop.sql
    • -548
    • +0
    ./sql/oracle/survsimp-create.sql

removed logical_negation because it was already defined in utilities-create.sql in acs-kernel

    • -15
    • +16
    ./sql/oracle/survsimp-create.sql

removed definition of logical_negation because it is already defined in utilities-create.sql in acs-kernel

    • -16
    • +17
    ./sql/postgresql/survsimp-create.sql

took out the join to the acs_objects table. used acs_object__get_attribute to get the necessary queries.

    • -6
    • +4
    ./www/admin/view-text-responses-postgresql.xql

changed number to numeric

added call to person.name

    • -0
    • +26
    ./www/admin/view-text-responses-oracle.xql
    • -0
    • +26
    ./www/admin/view-text-responses-postgresql.xql
    • -22
    • +0
    ./www/admin/view-text-responses.xql

fixed permissions call ad_adminstrator_p to ad_permission_p

*** empty log message ***

    • -0
    • +583
    ./sql/postgresql/survsimp-create.sql
    • -0
    • +72
    ./sql/postgresql/survsimp-drop.sql
    • -0
    • +17
    ./tcl/survsimp-procs-oracle.xql
    • -0
    • +17
    ./tcl/survsimp-procs-postgresql.xql
    • -0
    • +129
    ./tcl/survsimp-procs.xql
    • -0
    • +21
    ./www/index-oracle.xql
    • -0
    • +21
    ./www/index-postgresql.xql
    • -0
    • +20
    ./www/one-respondent-oracle.xql
    • -0
    • +19
    ./www/one-respondent-postgresql.xql
    • -0
    • +23
    ./www/one-respondent.xql
    • -0
    • +98
    ./www/process-response-oracle.xql
    • -0
    • +117
    ./www/process-response-postgresql.xql
    • -0
    • +139
    ./www/process-response.xql
    • -0
    • +16
    ./www/view-attachment-oracle.xql
  1. … 41 more files in changeset.
ported simple survey to postgresql, tested for postgresql, not tested on Oracle

    • -11
    • +34
    ./sql/oracle/survsimp-create.sql

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +74
    ./simple-survey.info
    • -0
    • +524
    ./sql/oracle/survsimp-create.sql
    • -0
    • +32
    ./sql/oracle/survsimp-drop.sql
    • -0
    • +450
    ./tcl/survsimp-procs.tcl
    • -0
    • +29
    ./www/one-respondent.adp
    • -0
    • +74
    ./www/one-respondent.tcl
    • -0
    • +9
    ./www/process-response.adp
    • -0
    • +317
    ./www/process-response.tcl
    • -0
    • +40
    ./www/view-attachment.tcl
    • -0
    • +96
    ./www/admin/description-edit-2.tcl
    • -0
    • +53
    ./www/admin/description-edit.tcl
  1. … 2465 more files in changeset.